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/01/21 15:42:08 UTC

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 331 - Failure

Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.x/331/

2 tests failed.
FAILED:  org.apache.lucene.util.TestOfflineSorter.testThreadSafety

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
	at java.util.Arrays.copyOf(Arrays.java:3181)
	at java.util.ArrayList.grow(ArrayList.java:265)
	at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:239)
	at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:231)
	at java.util.ArrayList.add(ArrayList.java:462)
	at java.util.stream.SortedOps$RefSortingSink.accept(SortedOps.java:404)
	at java.util.concurrent.ConcurrentHashMap$KeySpliterator.forEachRemaining(ConcurrentHashMap.java:3527)
	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
	at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
	at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545)
	at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
	at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438)
	at org.apache.lucene.store.ByteBuffersDirectory.listAll(ByteBuffersDirectory.java:140)
	at org.apache.lucene.store.FileSwitchDirectory.listAll(FileSwitchDirectory.java:116)
	at org.apache.lucene.store.MockDirectoryWrapper.listAll(MockDirectoryWrapper.java:1034)
	at org.apache.lucene.index.DirectoryReader.indexExists(DirectoryReader.java:346)
	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:851)
	at org.apache.lucene.util.TestOfflineSorter.testThreadSafety(TestOfflineSorter.java:280)
	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)


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([CD3DC056A49BD593:4569FF8C0A67B86B]: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 1309 lines...]
   [junit4] Suite: org.apache.lucene.util.TestOfflineSorter
   [junit4]   2> ?? 21, 2020 3:26:58 ?? com.carrotsearch.randomizedtesting.RandomizedRunner$QueueUncaughtExceptionsHandler uncaughtException
   [junit4]   2> ??: Uncaught exception in thread: Thread[Thread-1391,5,TGRP-TestOfflineSorter]
   [junit4]   2> java.lang.RuntimeException: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> 	at __randomizedtesting.SeedInfo.seed([653206CF4DED7E0C]:0)
   [junit4]   2> 	at org.apache.lucene.util.TestOfflineSorter$2.run(TestOfflineSorter.java:271)
   [junit4]   2> Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]   2> 	at org.apache.lucene.util.TestOfflineSorter.assertFilesIdentical(TestOfflineSorter.java:206)
   [junit4]   2> 	at org.apache.lucene.util.TestOfflineSorter.checkSort(TestOfflineSorter.java:193)
   [junit4]   2> 	at org.apache.lucene.util.TestOfflineSorter.access$100(TestOfflineSorter.java:49)
   [junit4]   2> 	at org.apache.lucene.util.TestOfflineSorter$2.run(TestOfflineSorter.java:267)
   [junit4]   2> 
   [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=TestOfflineSorter -Dtests.method=testThreadSafety -Dtests.seed=653206CF4DED7E0C -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.locale=zh-TW -Dtests.timezone=America/Indiana/Tell_City -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR    123s J1 | TestOfflineSorter.testThreadSafety <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at java.util.Arrays.copyOf(Arrays.java:3181)
   [junit4]    > 	at java.util.ArrayList.grow(ArrayList.java:265)
   [junit4]    > 	at java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:239)
   [junit4]    > 	at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:231)
   [junit4]    > 	at java.util.ArrayList.add(ArrayList.java:462)
   [junit4]    > 	at java.util.stream.SortedOps$RefSortingSink.accept(SortedOps.java:404)
   [junit4]    > 	at java.util.concurrent.ConcurrentHashMap$KeySpliterator.forEachRemaining(ConcurrentHashMap.java:3527)
   [junit4]    > 	at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
   [junit4]    > 	at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
   [junit4]    > 	at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545)
   [junit4]    > 	at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
   [junit4]    > 	at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438)
   [junit4]    > 	at org.apache.lucene.store.ByteBuffersDirectory.listAll(ByteBuffersDirectory.java:140)
   [junit4]    > 	at org.apache.lucene.store.FileSwitchDirectory.listAll(FileSwitchDirectory.java:116)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.listAll(MockDirectoryWrapper.java:1034)
   [junit4]    > 	at org.apache.lucene.index.DirectoryReader.indexExists(DirectoryReader.java:346)
   [junit4]    > 	at org.apache.lucene.store.MockDirectoryWrapper.close(MockDirectoryWrapper.java:851)
   [junit4]    > 	at org.apache.lucene.util.TestOfflineSorter.testThreadSafety(TestOfflineSorter.java:280)Throwable #2: com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=1628, name=Thread-1391, state=RUNNABLE, group=TGRP-TestOfflineSorter]
   [junit4]    > Caused by: java.lang.RuntimeException: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([653206CF4DED7E0C]:0)
   [junit4]    > 	at org.apache.lucene.util.TestOfflineSorter$2.run(TestOfflineSorter.java:271)
   [junit4]    > Caused by: java.lang.OutOfMemoryError: Java heap space
   [junit4]    > 	at org.apache.lucene.util.TestOfflineSorter.assertFilesIdentical(TestOfflineSorter.java:206)
   [junit4]    > 	at org.apache.lucene.util.TestOfflineSorter.checkSort(TestOfflineSorter.java:193)
   [junit4]    > 	at org.apache.lucene.util.TestOfflineSorter.access$100(TestOfflineSorter.java:49)
   [junit4]    > 	at org.apache.lucene.util.TestOfflineSorter$2.run(TestOfflineSorter.java:267)
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/core/test/J1/temp/lucene.util.TestOfflineSorter_653206CF4DED7E0C-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1457, maxMBSortInHeap=7.007452919961333, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5911f92a), locale=zh-TW, timezone=America/Indiana/Tell_City
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=8,threads=1,free=361399056,total=401080320
   [junit4]   2> NOTE: All tests run in this JVM: [TestNRTReaderCleanup, TestFilterSpans, TestSimilarityBase, TestWildcard, TestSimpleExplanationsWithFillerDocs, TestRollingBuffer, TestIndexSorting, TestMSBRadixSorter, TestPendingDeletes, TestSortRescorer, TestElevationComparator, TestIndexManyDocuments, TestAutomaton, TestFilterWeight, TestMultiCollector, TestSpanNearQuery, TestSpanExplanationsOfNonMatches, TestTotalHits, TestTermdocPerf, TestDoubleRangeFieldQueries, TestFieldReuse, TestMinimize, TestSearchAfter, TestFastDecompressionMode, TestMutablePointsReaderUtils, TestIndexWriterOnVMError, TestFSTs, TestWeakIdentityMap, TestLucene50LiveDocsFormat, TestPrefixRandom, TestMultiset, TestConstantScoreScorer, TestSimpleFSLockFactory, TestIndexWriterNRTIsCurrent, TestAttributeSource, TestNormsFieldExistsQuery, TestStandardAnalyzer, TestRollingUpdates, TestRecyclingByteBlockAllocator, TestConsistentFieldNumbers, TestDeterminism, TestCodecUtil, TestIndexWriterThreadsToSegments, TestTragicIndexWriterDeadlock, TestSoftDeletesDirectoryReaderWrapper, TestDirectPacked, TestLMDirichletSimilarity, TestGraphTokenStreamFiniteStrings, Test2BSortedDocValuesOrds, TestStringMSBRadixSorter, TestTryDelete, TestIntBlockPool, TestLatLonDocValuesField, TestForTooMuchCloning, TestSearch, TestOfflineSorter]
   [junit4] Completed [257/528 (1!)] on J1 in 151.72s, 15 tests, 1 error <<< FAILURES!

[...truncated 1001 lines...]
   [junit4] JVM J1: stdout was not empty, see: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/lucene/build/core/test/temp/junit4-J1-20200121_084426_0824016598189425381529.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/heapdumps/java_pid32222.hprof ...
   [junit4] Heap dump file created [478215049 bytes in 3.670 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 11674 lines...]
   [junit4] Suite: org.apache.solr.cloud.hdfs.HdfsSyncSliceTest
   [junit4]   2> 269979 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsSyncSliceTest_CD3DC056A49BD593-001/data-dir-39-001
   [junit4]   2> 269979 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 269980 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 269980 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 269980 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   1> Formatting using clusterid: testClusterID
   [junit4]   2> 279388 WARN  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 279598 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-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> 279611 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 279611 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 279611 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 279643 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2c2dfa64{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> 280771 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@32128713{hdfs,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/jetty-lucene2-us-west_apache_org-43002-hadoop-hdfs-3_2_0-tests_jar-_-any-6270412866892409004.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> 280786 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@692c1e6d{HTTP/1.1,[http/1.1]}{lucene2-us-west.apache.org:43002}
   [junit4]   2> 280786 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.e.j.s.Server Started @280821ms
   [junit4]   2> 285234 WARN  (StorageLocationChecker thread 0) [     ] o.a.h.u.NativeCodeLoader Unable to load native-hadoop library for your platform... using builtin-java classes where applicable
   [junit4]   2> 285671 WARN  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.a.h.h.HttpRequestLog Jetty request log can only be enabled using Log4j
   [junit4]   2> 285719 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-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> 285743 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 285743 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 285743 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 285743 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@74fd976e{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> 286451 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.e.j.s.h.ContextHandler Started o.e.j.w.WebAppContext@17b32020{datanode,/,file:///home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/jetty-localhost-44858-hadoop-hdfs-3_2_0-tests_jar-_-any-136412804441456281.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> 286451 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.e.j.s.AbstractConnector Started ServerConnector@58309b46{HTTP/1.1,[http/1.1]}{localhost:44858}
   [junit4]   2> 286451 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.e.j.s.Server Started @286485ms
   [junit4]   2> 298908 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x1a5de46d7808ff7b: Processing first storage report for DS-094a9c2d-f25f-4210-a7b8-fbf3feb31cad from datanode 35a14e2f-b274-4297-b575-54cfc490419b
   [junit4]   2> 298910 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x1a5de46d7808ff7b: from storage DS-094a9c2d-f25f-4210-a7b8-fbf3feb31cad node DatanodeRegistration(127.0.0.1:39673, datanodeUuid=35a14e2f-b274-4297-b575-54cfc490419b, infoPort=35919, infoSecurePort=0, ipcPort=35730, storageInfo=lv=-57;cid=testClusterID;nsid=1105305665;c=1579613873840), blocks: 0, hasStaleStorage: true, processing time: 3 msecs, invalidatedBlocks: 0
   [junit4]   2> 298911 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x1a5de46d7808ff7b: Processing first storage report for DS-958257af-ceac-48cb-8d49-b67ebda251dd from datanode 35a14e2f-b274-4297-b575-54cfc490419b
   [junit4]   2> 298911 INFO  (Block report processor) [     ] BlockStateChange BLOCK* processReport 0x1a5de46d7808ff7b: from storage DS-958257af-ceac-48cb-8d49-b67ebda251dd node DatanodeRegistration(127.0.0.1:39673, datanodeUuid=35a14e2f-b274-4297-b575-54cfc490419b, infoPort=35919, infoSecurePort=0, ipcPort=35730, storageInfo=lv=-57;cid=testClusterID;nsid=1105305665;c=1579613873840), blocks: 0, hasStaleStorage: false, processing time: 0 msecs, invalidatedBlocks: 0
   [junit4]   2> 298962 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 298993 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 298993 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 299093 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.ZkTestServer start zk server on port:40384
   [junit4]   2> 299093 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:40384
   [junit4]   2> 299093 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40384
   [junit4]   2> 299093 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40384
   [junit4]   2> 299104 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 299105 WARN  (NIOWorkerThread-2) [     ] o.a.z.s.NIOServerCnxn Exception causing close of session 0x0: ZooKeeperServer not running
   [junit4]   2> 301328 INFO  (zkConnectionManagerCallback-1397-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 301328 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 301331 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 301332 INFO  (zkConnectionManagerCallback-1399-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 301332 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 301334 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 301359 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 301371 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 301372 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 301373 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 301374 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 301428 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 301429 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 301430 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 301431 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 301445 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.ZkTestServer put /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 301446 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly asked otherwise
   [junit4]   2> 303022 WARN  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 303043 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 303043 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 303043 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] 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> 303044 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 303044 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 303044 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 303046 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@29815c18{/,null,AVAILABLE}
   [junit4]   2> 303046 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@68b03472{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:34725}
   [junit4]   2> 303047 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.e.j.s.Server Started @303081ms
   [junit4]   2> 303047 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:34114/hdfs__lucene2-us-west.apache.org_34114__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsSyncSliceTest_CD3DC056A49BD593-001_tempDir-002_control_data, replicaType=NRT, hostContext=/, hostPort=34725, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsSyncSliceTest_CD3DC056A49BD593-001/control-001/cores}
   [junit4]   2> 303063 ERROR (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 303063 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 303063 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.0
   [junit4]   2> 303063 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 303063 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 303063 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-21T13:38:20.201Z
   [junit4]   2> 303065 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 303066 INFO  (zkConnectionManagerCallback-1401-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 303066 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 303184 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 303184 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsSyncSliceTest_CD3DC056A49BD593-001/control-001/solr.xml
   [junit4]   2> 303188 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 303188 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 303190 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@e851918, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 306129 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 306215 WARN  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@b7b89f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 306215 WARN  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@b7b89f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 306244 WARN  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@12af7ae9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 306244 WARN  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@12af7ae9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 306246 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40384/solr
   [junit4]   2> 306264 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 306329 INFO  (zkConnectionManagerCallback-1408-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 306353 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 306532 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [n:127.0.0.1:34725_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 306646 INFO  (zkConnectionManagerCallback-1410-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 306646 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [n:127.0.0.1:34725_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 307599 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [n:127.0.0.1:34725_     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34725_
   [junit4]   2> 307600 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [n:127.0.0.1:34725_     ] o.a.s.c.Overseer Overseer (id=72148651846533124-127.0.0.1:34725_-n_0000000000) starting
   [junit4]   2> 307676 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [n:127.0.0.1:34725_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34725_
   [junit4]   2> 307728 INFO  (OverseerStateUpdate-72148651846533124-127.0.0.1:34725_-n_0000000000) [n:127.0.0.1:34725_     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:34725_
   [junit4]   2> 307939 INFO  (zkCallback-1409-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 308066 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [n:127.0.0.1:34725_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 308066 WARN  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [n:127.0.0.1:34725_     ] 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> 308458 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [n:127.0.0.1:34725_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 309184 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [n:127.0.0.1:34725_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e851918
   [junit4]   2> 309378 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [n:127.0.0.1:34725_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e851918
   [junit4]   2> 309378 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [n:127.0.0.1:34725_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e851918
   [junit4]   2> 309379 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [n:127.0.0.1:34725_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsSyncSliceTest_CD3DC056A49BD593-001/control-001/cores
   [junit4]   2> 309535 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 309539 INFO  (zkConnectionManagerCallback-1419-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 309539 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 309540 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 309556 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40384/solr ready
   [junit4]   2> 309560 INFO  (qtp427112644-4564) [n:127.0.0.1:34725_     ] 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:34725_&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 309633 INFO  (OverseerThreadFactory-1450-thread-1-processing-n:127.0.0.1:34725_) [n:127.0.0.1:34725_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection control_collection
   [junit4]   2> 309885 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_    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> 309886 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_    x:control_collection_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 311002 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.5.0
   [junit4]   2> 311079 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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> 312128 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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> 312278 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' using configuration from collection control_collection, trusted=true
   [junit4]   2> 312279 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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@e851918
   [junit4]   2> 312333 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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:34114/solr_hdfs_home
   [junit4]   2> 312333 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Solr Kerberos Authentication disabled
   [junit4]   2> 312333 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsSyncSliceTest_CD3DC056A49BD593-001/control-001/cores/control_collection_shard1_replica_n1], dataDir=[hdfs://lucene2-us-west.apache.org:34114/solr_hdfs_home/control_collection/core_node2/data/]
   [junit4]   2> 312334 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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:34114/solr_hdfs_home/control_collection/core_node2/data/snapshot_metadata
   [junit4]   2> 312405 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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> 312405 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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> 312405 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 313190 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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> 313240 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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:34114/solr_hdfs_home/control_collection/core_node2/data
   [junit4]   2> 313430 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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:34114/solr_hdfs_home/control_collection/core_node2/data/index
   [junit4]   2> 313453 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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> 313453 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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> 313453 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.HdfsDirectoryFactory Creating new single instance HDFS BlockCache
   [junit4]   2> 313595 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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> 313595 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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=45, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.6229569179696169]
   [junit4]   2> 315633 WARN  (qtp427112644-4563) [n:127.0.0.1:34725_ 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> 316030 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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> 316031 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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> 316031 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.HdfsUpdateLog Initializing HdfsUpdateLog: tlogDfsReplication=2
   [junit4]   2> 316124 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 316124 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 316151 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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=5, maxMergeAtOnceExplicit=5, maxMergedSegmentMB=26.185546875, floorSegmentMB=1.9873046875, forceMergeDeletesPctAllowed=18.325279437646607, segmentsPerTier=41.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.5377139615181599, deletesPctAllowed=28.171815476223692
   [junit4]   2> 316800 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2215ddbd[control_collection_shard1_replica_n1] main]
   [junit4]   2> 316801 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 316802 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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> 316821 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 316823 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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 1656345239445569536
   [junit4]   2> 316849 INFO  (searcherExecutor-1455-thread-1-processing-n:127.0.0.1:34725_ x:control_collection_shard1_replica_n1 c:control_collection s:shard1) [n:127.0.0.1:34725_ 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@2215ddbd[control_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 316865 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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> 316865 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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> 316877 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 316877 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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> 316877 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:34725/control_collection_shard1_replica_n1/
   [junit4]   2> 316877 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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> 316877 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:34725/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 316878 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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/72148651846533124-core_node2-n_0000000000
   [junit4]   2> 316879 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ c:control_collection s:shard1  x:control_collection_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:34725/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 316881 INFO  (zkCallback-1409-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> 316881 INFO  (zkCallback-1409-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> 316883 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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> 316922 INFO  (qtp427112644-4563) [n:127.0.0.1:34725_ 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=7053
   [junit4]   2> 316925 INFO  (qtp427112644-4564) [n:127.0.0.1:34725_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 316985 INFO  (zkCallback-1409-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> 316985 INFO  (zkCallback-1409-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> 316986 INFO  (qtp427112644-4564) [n:127.0.0.1:34725_     ] 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:34725_&wt=javabin&version=2} status=0 QTime=7425
   [junit4]   2> 316998 INFO  (zkCallback-1409-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> 316998 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Waiting to see 1 active replicas in collection: control_collection
   [junit4]   2> 317207 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 317231 INFO  (zkConnectionManagerCallback-1425-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 317231 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 317232 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 317245 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40384/solr ready
   [junit4]   2> 317245 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection loss:false
   [junit4]   2> 317247 INFO  (qtp427112644-4565) [n:127.0.0.1:34725_     ] 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> 317286 INFO  (OverseerThreadFactory-1450-thread-2-processing-n:127.0.0.1:34725_) [n:127.0.0.1:34725_     ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection1
   [junit4]   2> 317287 INFO  (OverseerCollectionConfigSetProcessor-72148651846533124-127.0.0.1:34725_-n_0000000000) [n:127.0.0.1:34725_     ] 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> 317740 WARN  (OverseerThreadFactory-1450-thread-2-processing-n:127.0.0.1:34725_) [n:127.0.0.1:34725_     ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection (collection1) without cores.
   [junit4]   2> 317794 INFO  (qtp427112644-4565) [n:127.0.0.1:34725_     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 317822 INFO  (qtp427112644-4565) [n:127.0.0.1:34725_     ] 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=575
   [junit4]   2> 317842 INFO  (OverseerCollectionConfigSetProcessor-72148651846533124-127.0.0.1:34725_-n_0000000000) [n:127.0.0.1:34725_     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 317843 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 317843 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 317843 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 317843 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 317843 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.SolrCloudTestCase active slice count: 1 expected:1
   [junit4]   2> 317843 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 0 expected replica count: 0
   [junit4]   2> 317843 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances pullReplicaCount=0 numOtherReplicas=7
   [junit4]   2> 319245 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsSyncSliceTest_CD3DC056A49BD593-001/shard-1-001 of type NRT
   [junit4]   2> 319246 WARN  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 319246 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 319246 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 319246 INFO  (closeThreadPool-1426-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> 319247 INFO  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 319247 INFO  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 319247 INFO  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 319247 INFO  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6667746c{/,null,AVAILABLE}
   [junit4]   2> 319248 INFO  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5ad1354d{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36084}
   [junit4]   2> 319248 INFO  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.Server Started @319283ms
   [junit4]   2> 319248 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:34114/hdfs__lucene2-us-west.apache.org_34114__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsSyncSliceTest_CD3DC056A49BD593-001_tempDir-002_jetty1, solrconfig=solrconfig.xml, hostContext=/, hostPort=36084, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsSyncSliceTest_CD3DC056A49BD593-001/shard-1-001/cores}
   [junit4]   2> 319248 ERROR (closeThreadPool-1426-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 319249 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 319249 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.0
   [junit4]   2> 319249 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 319249 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 319249 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-21T13:38:36.387Z
   [junit4]   2> 319250 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 319287 INFO  (zkConnectionManagerCallback-1428-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 319287 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 319392 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 319392 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsSyncSliceTest_CD3DC056A49BD593-001/shard-1-001/solr.xml
   [junit4]   2> 319425 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 319425 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 319426 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@e851918, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 319940 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 319941 WARN  (closeThreadPool-1426-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@41dba5c7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 319941 WARN  (closeThreadPool-1426-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@41dba5c7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 319944 WARN  (closeThreadPool-1426-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7c4c859[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 319944 WARN  (closeThreadPool-1426-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7c4c859[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 319945 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40384/solr
   [junit4]   2> 319946 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 319947 INFO  (zkConnectionManagerCallback-1435-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 319947 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 320049 INFO  (closeThreadPool-1426-thread-1) [n:127.0.0.1:36084_     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 320050 INFO  (zkConnectionManagerCallback-1437-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 320050 INFO  (closeThreadPool-1426-thread-1) [n:127.0.0.1:36084_     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 320054 INFO  (closeThreadPool-1426-thread-1) [n:127.0.0.1:36084_     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 320071 INFO  (closeThreadPool-1426-thread-1) [n:127.0.0.1:36084_     ] o.a.s.c.ZkController Publish node=127.0.0.1:36084_ as DOWN
   [junit4]   2> 320071 INFO  (closeThreadPool-1426-thread-1) [n:127.0.0.1:36084_     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 320071 INFO  (closeThreadPool-1426-thread-1) [n:127.0.0.1:36084_     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36084_
   [junit4]   2> 320074 INFO  (closeThreadPool-1426-thread-1) [n:127.0.0.1:36084_     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 320087 INFO  (zkCallback-1424-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 320087 INFO  (zkCallback-1436-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 320091 WARN  (closeThreadPool-1426-thread-1) [n:127.0.0.1:36084_     ] 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> 320103 INFO  (zkCallback-1409-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 320302 INFO  (closeThreadPool-1426-thread-1) [n:127.0.0.1:36084_     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 320387 INFO  (closeThreadPool-1426-thread-1) [n:127.0.0.1:36084_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e851918
   [junit4]   2> 320465 INFO  (closeThreadPool-1426-thread-1) [n:127.0.0.1:36084_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e851918
   [junit4]   2> 320465 INFO  (closeThreadPool-1426-thread-1) [n:127.0.0.1:36084_     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e851918
   [junit4]   2> 320466 INFO  (closeThreadPool-1426-thread-1) [n:127.0.0.1:36084_     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsSyncSliceTest_CD3DC056A49BD593-001/shard-1-001/cores
   [junit4]   2> 320572 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:36084_
   [junit4]   2> 321127 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsSyncSliceTest_CD3DC056A49BD593-001/shard-2-001 of type NRT
   [junit4]   2> 321128 WARN  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 321128 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 321128 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 321128 INFO  (closeThreadPool-1426-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> 321129 INFO  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 321129 INFO  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 321129 INFO  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 321130 INFO  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@298f8426{/,null,AVAILABLE}
   [junit4]   2> 321130 INFO  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@56ffc0f6{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:33065}
   [junit4]   2> 321130 INFO  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.Server Started @321165ms
   [junit4]   2> 321130 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:34114/hdfs__lucene2-us-west.apache.org_34114__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsSyncSliceTest_CD3DC056A49BD593-001_tempDir-002_jetty2, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=33065, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsSyncSliceTest_CD3DC056A49BD593-001/shard-2-001/cores}
   [junit4]   2> 321131 ERROR (closeThreadPool-1426-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 321131 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 321131 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.0
   [junit4]   2> 321131 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 321131 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 321131 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-21T13:38:38.269Z
   [junit4]   2> 321132 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 321133 INFO  (zkConnectionManagerCallback-1443-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 321133 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 321244 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 321244 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsSyncSliceTest_CD3DC056A49BD593-001/shard-2-001/solr.xml
   [junit4]   2> 321247 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 321247 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 321249 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@e851918, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 321691 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 321767 WARN  (closeThreadPool-1426-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6fce89e9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 321767 WARN  (closeThreadPool-1426-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6fce89e9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 321808 WARN  (closeThreadPool-1426-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@44c9fa75[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 321808 WARN  (closeThreadPool-1426-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@44c9fa75[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 321809 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40384/solr
   [junit4]   2> 321810 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 321877 INFO  (zkConnectionManagerCallback-1450-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 321880 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 321995 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 321996 INFO  (zkConnectionManagerCallback-1452-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 321996 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 322030 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 322129 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:33065_ as DOWN
   [junit4]   2> 322157 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 322157 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33065_
   [junit4]   2> 322181 INFO  (zkCallback-1424-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 322181 INFO  (zkCallback-1436-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 322181 INFO  (zkCallback-1409-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 322183 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 322184 WARN  (closeThreadPool-1426-thread-1) [     ] 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> 322255 INFO  (zkCallback-1451-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 322274 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 322412 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e851918
   [junit4]   2> 322469 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e851918
   [junit4]   2> 322469 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e851918
   [junit4]   2> 322489 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsSyncSliceTest_CD3DC056A49BD593-001/shard-2-001/cores
   [junit4]   2> 322681 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:33065_
   [junit4]   2> 322806 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsSyncSliceTest_CD3DC056A49BD593-001/shard-3-001 of type NRT
   [junit4]   2> 322807 WARN  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 322807 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 322807 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 322807 INFO  (closeThreadPool-1426-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> 322808 INFO  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 322808 INFO  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 322808 INFO  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 322808 INFO  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@61431a13{/,null,AVAILABLE}
   [junit4]   2> 322809 INFO  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1fc5370f{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:42857}
   [junit4]   2> 322809 INFO  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.Server Started @322843ms
   [junit4]   2> 322809 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:34114/hdfs__lucene2-us-west.apache.org_34114__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsSyncSliceTest_CD3DC056A49BD593-001_tempDir-002_jetty3, solrconfig=solrconfig.xml, hostContext=/, hostPort=42857, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsSyncSliceTest_CD3DC056A49BD593-001/shard-3-001/cores}
   [junit4]   2> 322809 ERROR (closeThreadPool-1426-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 322809 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 322809 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.0
   [junit4]   2> 322809 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 322809 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 322810 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-01-21T13:38:39.948Z
   [junit4]   2> 322822 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 322822 INFO  (zkConnectionManagerCallback-1458-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 322822 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 322923 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 322923 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsSyncSliceTest_CD3DC056A49BD593-001/shard-3-001/solr.xml
   [junit4]   2> 322927 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 322927 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 322929 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@e851918, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 323193 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 323194 WARN  (closeThreadPool-1426-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@70b3f3a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 323194 WARN  (closeThreadPool-1426-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@70b3f3a1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 323214 WARN  (closeThreadPool-1426-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@25ac6c20[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 323214 WARN  (closeThreadPool-1426-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@25ac6c20[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 323214 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40384/solr
   [junit4]   2> 323215 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 323236 INFO  (zkConnectionManagerCallback-1465-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 323236 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 323382 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 323407 INFO  (zkConnectionManagerCallback-1467-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 323407 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 323424 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 323448 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:42857_ as DOWN
   [junit4]   2> 323449 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 323449 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:42857_
   [junit4]   2> 323450 INFO  (zkCallback-1424-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 323450 INFO  (zkCallback-1409-thread-4) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 323450 INFO  (zkCallback-1436-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 323450 INFO  (zkCallback-1451-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 323450 INFO  (zkCallback-1466-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 323452 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 323452 WARN  (closeThreadPool-1426-thread-1) [     ] 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> 323594 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 323711 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e851918
   [junit4]   2> 323761 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e851918
   [junit4]   2> 323761 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@e851918
   [junit4]   2> 323820 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsSyncSliceTest_CD3DC056A49BD593-001/shard-3-001/cores
   [junit4]   2> 324077 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.AbstractFullDistribZkTestBase waitForLiveNode: 127.0.0.1:42857_
   [junit4]   2> 324568 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsSyncSliceTest_CD3DC056A49BD593-001/shard-4-001 of type NRT
   [junit4]   2> 324569 WARN  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 324569 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 324569 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 324569 INFO  (closeThreadPool-1426-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> 324636 INFO  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 324636 INFO  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 324636 INFO  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 324636 INFO  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7b8d9a0{/,null,AVAILABLE}
   [junit4]   2> 324637 INFO  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5cfcf4b{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:33979}
   [junit4]   2> 324637 INFO  (closeThreadPool-1426-thread-1) [     ] o.e.j.s.Server Started @324671ms
   [junit4]   2> 324637 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=hdfs://lucene2-us-west.apache.org:34114/hdfs__lucene2-us-west.apache.org_34114__home_jenkins_jenkins-slave_workspace_Lucene-Solr-NightlyTests-8.x_checkout_solr_build_solr-core_test_J2_temp_solr.cloud.hdfs.HdfsSyncSliceTest_CD3DC056A49BD593-001_tempDir-002_jetty4, replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=33979, coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsSyncSliceTest_CD3DC056A49BD593-001/shard-4-001/cores}
   [junit4]   2> 324637 ERROR (closeThreadPool-1426-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 324637 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 324637 INFO  (closeThreadPool-1426-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.5.0
   [junit4]   2> 324637 INFO  (closeThreadPool-1426-thread-1) [     ] 

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

          "class":"org.apache.solr.cloud.autoscaling.SystemLogListener"},
   [junit4]   1>           ".scheduled_maintenance.system":{
   [junit4]   1>             "beforeAction":[],
   [junit4]   1>             "afterAction":[],
   [junit4]   1>             "stage":[
   [junit4]   1>               "STARTED",
   [junit4]   1>               "ABORTED",
   [junit4]   1>               "SUCCEEDED",
   [junit4]   1>               "FAILED",
   [junit4]   1>               "BEFORE_ACTION",
   [junit4]   1>               "AFTER_ACTION",
   [junit4]   1>               "IGNORED"],
   [junit4]   1>             "trigger":".scheduled_maintenance",
   [junit4]   1>             "class":"org.apache.solr.cloud.autoscaling.SystemLogListener"}},
   [junit4]   1>         "properties":{}}
   [junit4]   1>   /solr/clusterprops.json (0)
   [junit4]   1>   DATA:
   [junit4]   1>       {"legacyCloud":"true"}
   [junit4]   1> 
   [junit4]   2> 398955 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 399192 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	42	/solr/collections/collection1/terms/shard1
   [junit4]   2> 	28	/solr/collections/collection1/state.json
   [junit4]   2> 	10	/solr/aliases.json
   [junit4]   2> 	8	/solr/packages.json
   [junit4]   2> 	8	/solr/security.json
   [junit4]   2> 	8	/solr/configs/conf1
   [junit4]   2> 	7	/solr/collections/collection1/collectionprops.json
   [junit4]   2> 	3	/solr/collections/control_collection/terms/shard1
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	215	/solr/clusterstate.json
   [junit4]   2> 	12	/solr/collections/control_collection/state.json
   [junit4]   2> 	10	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72148651846533132-127.0.0.1:33065_-n_0000000002
   [junit4]   2> 	2	/solr/overseer_elect/election/72148651846533138-127.0.0.1:33979_-n_0000000004
   [junit4]   2> 	2	/solr/overseer_elect/election/72148651846533135-127.0.0.1:42857_-n_0000000003
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	80	/solr/live_nodes
   [junit4]   2> 	74	/solr/overseer/queue
   [junit4]   2> 	21	/solr/overseer/collection-queue-work
   [junit4]   2> 	10	/solr/collections
   [junit4]   2> 
   [junit4]   2> 399195 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:40384
   [junit4]   2> 399195 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40384
   [junit4]   2> 399195 INFO  (TEST-HdfsSyncSliceTest.test-seed#[CD3DC056A49BD593]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40384
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=HdfsSyncSliceTest -Dtests.method=test -Dtests.seed=CD3DC056A49BD593 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.locale=ar -Dtests.timezone=Etc/GMT-10 -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE  101s J2 | HdfsSyncSliceTest.test <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<5> but was:<4>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([CD3DC056A49BD593:4569FF8C0A67B86B]:0)
   [junit4]    > 	at org.apache.solr.cloud.SyncSliceTest.test(SyncSliceTest.java:150)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1082)
   [junit4]    > 	at org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1054)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 399211 WARN  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.a.h.h.s.d.DirectoryScanner DirectoryScanner: shutdown has been called
   [junit4]   2> 399270 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.w.WebAppContext@17b32020{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> 399272 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@58309b46{HTTP/1.1,[http/1.1]}{localhost:0}
   [junit4]   2> 399272 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 399272 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@74fd976e{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> 399290 WARN  (BP-205901901-127.0.0.1-1579613873840 heartbeating to lucene2-us-west.apache.org/127.0.0.1:34114) [     ] o.a.h.h.s.d.IncrementalBlockReportManager IncrementalBlockReportManager interrupted
   [junit4]   2> 399290 WARN  (BP-205901901-127.0.0.1-1579613873840 heartbeating to lucene2-us-west.apache.org/127.0.0.1:34114) [     ] o.a.h.h.s.d.DataNode Ending block pool service for: Block pool BP-205901901-127.0.0.1-1579613873840 (Datanode Uuid 35a14e2f-b274-4297-b575-54cfc490419b) service to lucene2-us-west.apache.org/127.0.0.1:34114
   [junit4]   2> 399492 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.w.WebAppContext@32128713{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> 399504 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@692c1e6d{HTTP/1.1,[http/1.1]}{lucene2-us-west.apache.org:0}
   [junit4]   2> 399504 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 399504 INFO  (SUITE-HdfsSyncSliceTest-seed#[CD3DC056A49BD593]-worker) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2c2dfa64{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.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.hdfs.HdfsSyncSliceTest_CD3DC056A49BD593-001
   [junit4]   2> Jan 21, 2020 1:39:56 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 32 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {rnd_b=FST50, multiDefault=PostingsFormat(name=MockRandom), a_t=PostingsFormat(name=Asserting), _root_=PostingsFormat(name=Asserting), id=FST50, text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84))}, docValues:{other_tl1=DocValuesFormat(name=Asserting), range_facet_l_dv=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Asserting), intDefault=DocValuesFormat(name=Asserting), id_i1=DocValuesFormat(name=Lucene80), a_i1=DocValuesFormat(name=Asserting), range_facet_i_dv=DocValuesFormat(name=Asserting), intDvoDefault=DocValuesFormat(name=Direct), timestamp=DocValuesFormat(name=Asserting), range_facet_l=DocValuesFormat(name=Asserting)}, maxPointsInLeafNode=1490, maxMBSortInHeap=7.274631840512229, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6fd76520), locale=ar, timezone=Etc/GMT-10
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=8,threads=8,free=319306488,total=520093696
   [junit4]   2> NOTE: All tests run in this JVM: [MoreLikeThisComponentTest, ConvertedLegacyTest, MaxSizeAutoCommitTest, NodeMarkersRegistrationTest, TestChildDocTransformerHierarchy, IndexSchemaTest, DistributedFacetSimpleRefinementLongTailTest, RegexBytesRefFilterTest, TestCoreContainer, DaemonStreamApiTest, TestComplexPhraseLeadingWildcard, TestDistribIDF, TestUniqueKeyFieldResource, TestSolrCloudWithKerberosAlt, TestDocTermOrds, TestManagedSchemaThreadSafety, TestCopyFieldCollectionResource, TestRetrieveFieldsOptimizer, TestSimExtremeIndexing, TestExportTool, TestSchemaField, TestDFISimilarityFactory, ScheduledTriggerIntegrationTest, BigEndianAscendingWordDeserializerTest, TestBlobHandler, RulesTest, TestSolrXml, TestSweetSpotSimilarityFactory, TestCoreBackup, SystemCollectionCompatTest, XmlUpdateRequestHandlerTest, TestExpandComponent, DebugComponentTest, QueryParsingTest, SuggestComponentContextFilterQueryTest, TestOnReconnectListenerSupport, TokenizerChainTest, HdfsSyncSliceTest]
   [junit4] Completed [86/896 (1!)] on J2 in 132.54s, 1 test, 1 failure <<< FAILURES!

[...truncated 12347 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/build.xml:652: The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/build.xml:586: Some of the tests produced a heap dump, but did not fail. Maybe a suppressed OutOfMemoryError? Dumps created:
* java_pid32222.hprof

Total time: 418 minutes 35 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-NightlyTests-8.x - Build # 332 - Still unstable

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

4 tests failed.
FAILED:  org.apache.solr.cloud.TestZkChroot.testWithUploadDir

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([F7740579C6C5F724:51EB0783C969E247]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.nio.file.Files.walkFileTree(Files.java:2670)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:764)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:557)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:543)
	at org.apache.solr.cloud.TestZkChroot.testWithUploadDir(TestZkChroot.java:136)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestZkChroot.testInitPathExists

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([F7740579C6C5F724:388EF122A026ECA5]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.nio.file.Files.walkFileTree(Files.java:2670)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:764)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:557)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:543)
	at org.apache.solr.cloud.TestZkChroot.testInitPathExists(TestZkChroot.java:162)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.TestZkChroot.testChrootBootstrap

Error Message:
Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1

Stack Trace:
org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
	at __randomizedtesting.SeedInfo.seed([F7740579C6C5F724:D175975C10427B9E]:0)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
	at java.nio.file.Files.walkFileTree(Files.java:2670)
	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:764)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:557)
	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:543)
	at org.apache.solr.cloud.TestZkChroot.testChrootBootstrap(TestZkChroot.java:80)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.ZkControllerTest.testPublishAndWaitForDownStates

Error Message:
0

Stack Trace:
java.lang.ArrayIndexOutOfBoundsException: 0
	at __randomizedtesting.SeedInfo.seed([F7740579C6C5F724:D07B69956752B81B]:0)
	at org.apache.solr.common.cloud.ZkNodeProps.load(ZkNodeProps.java:96)
	at org.apache.solr.common.cloud.ZkStateReader.readConfigName(ZkStateReader.java:309)
	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:92)
	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
	at org.apache.solr.cloud.ZkControllerTest$3.getCoreDescriptors(ZkControllerTest.java:287)
	at org.apache.solr.cloud.ZkController.publishAndWaitForDownStates(ZkController.java:1050)
	at org.apache.solr.cloud.ZkControllerTest.testPublishAndWaitForDownStates(ZkControllerTest.java:337)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 15080 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestZkChroot
   [junit4]   2> 4089263 INFO  (SUITE-TestZkChroot-seed#[F7740579C6C5F724]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4089264 INFO  (SUITE-TestZkChroot-seed#[F7740579C6C5F724]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestZkChroot_F7740579C6C5F724-001/data-dir-232-001
   [junit4]   2> 4089264 WARN  (SUITE-TestZkChroot-seed#[F7740579C6C5F724]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=7 numCloses=7
   [junit4]   2> 4089264 INFO  (SUITE-TestZkChroot-seed#[F7740579C6C5F724]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 4089265 INFO  (SUITE-TestZkChroot-seed#[F7740579C6C5F724]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 4089299 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testWithUploadDir
   [junit4]   2> 4089299 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4089299 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4089299 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4089413 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [     ] o.a.s.c.ZkTestServer start zk server on port:46626
   [junit4]   2> 4089413 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:46626
   [junit4]   2> 4089413 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46626
   [junit4]   2> 4089413 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46626
   [junit4]   2> 4089414 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4089443 INFO  (zkConnectionManagerCallback-21166-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4089443 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4089448 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4089449 INFO  (zkConnectionManagerCallback-21168-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4089449 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4089512 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4089513 INFO  (zkConnectionManagerCallback-21170-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4089513 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4089514 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestZkChroot_F7740579C6C5F724-001/tempDir-001/solr.xml
   [junit4]   2> 4089519 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@b831b95, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 4089679 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4089681 WARN  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6a68fcbf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4089681 WARN  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6a68fcbf[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4089684 WARN  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4ff7bef2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4089684 WARN  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4ff7bef2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4089685 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46626/foo/bar3
   [junit4]   2> 4089701 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4089702 INFO  (zkConnectionManagerCallback-21177-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4089702 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4089805 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4089806 INFO  (zkConnectionManagerCallback-21179-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4089806 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4089908 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 10.3.97.65:8983_solr
   [junit4]   2> 4089909 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.Overseer Overseer (id=72152628068220932-10.3.97.65:8983_solr-n_0000000000) starting
   [junit4]   2> 4089937 INFO  (OverseerStateUpdate-72152628068220932-10.3.97.65:8983_solr-n_0000000000) [n:10.3.97.65:8983_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 10.3.97.65:8983_solr
   [junit4]   2> 4089937 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/10.3.97.65:8983_solr
   [junit4]   2> 4089940 INFO  (OverseerStateUpdate-72152628068220932-10.3.97.65:8983_solr-n_0000000000) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4090179 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 4090179 WARN  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] 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> 4090226 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4090270 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b831b95
   [junit4]   2> 4090289 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b831b95
   [junit4]   2> 4090289 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b831b95
   [junit4]   2> 4090315 WARN  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ZkStateReader No collection found at path /collections/collection1.
   [junit4]   2> 4090316 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=69127817
   [junit4]   2> 4090316 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/10.3.97.65:8983_solr
   [junit4]   2> 4090316 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 4090316 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkController Publish node=10.3.97.65:8983_solr as DOWN
   [junit4]   2> 4090318 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4090318 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 4090318 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2c1dc919: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@a4c5556
   [junit4]   2> 4090364 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 4090364 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@69d0125e: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@27b34f9c
   [junit4]   2> 4090367 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 4090367 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4bcce720: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3cf7a693
   [junit4]   2> 4090367 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 4090371 INFO  (closeThreadPool-21186-thread-1-processing-n:10.3.97.65:8983_solr) [n:10.3.97.65:8983_solr     ] o.a.s.c.Overseer Overseer (id=72152628068220932-10.3.97.65:8983_solr-n_0000000000) closing
   [junit4]   2> 4090371 INFO  (OverseerStateUpdate-72152628068220932-10.3.97.65:8983_solr-n_0000000000) [n:10.3.97.65:8983_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 10.3.97.65:8983_solr
   [junit4]   2> 4090372 INFO  (OverseerAutoScalingTriggerThread-72152628068220932-10.3.97.65:8983_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 4090408 INFO  (closeThreadPool-21186-thread-2-processing-n:10.3.97.65:8983_solr) [n:10.3.97.65:8983_solr     ] o.a.s.c.Overseer Overseer (id=72152628068220932-10.3.97.65:8983_solr-n_0000000000) closing
   [junit4]   2> 4090509 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.Overseer Overseer (id=72152628068220932-10.3.97.65:8983_solr-n_0000000000) closing
   [junit4]   2> 4090610 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 4090816 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/foo/bar3/live_nodes
   [junit4]   2> 	2	/foo/bar3/overseer/queue
   [junit4]   2> 
   [junit4]   2> 4090818 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:46626
   [junit4]   2> 4090818 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:46626
   [junit4]   2> 4090818 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 46626
   [junit4]   2> 4090818 INFO  (TEST-TestZkChroot.testWithUploadDir-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.SolrTestCaseJ4 ###Ending testWithUploadDir
   [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=TestZkChroot -Dtests.method=testWithUploadDir -Dtests.seed=F7740579C6C5F724 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.locale=es-ES -Dtests.timezone=Canada/Yukon -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   1.56s J2 | TestZkChroot.testWithUploadDir <<<
   [junit4]    > Throwable #1: org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F7740579C6C5F724:51EB0783C969E247]:0)
   [junit4]    > 	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
   [junit4]    > 	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
   [junit4]    > 	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
   [junit4]    > 	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
   [junit4]    > 	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
   [junit4]    > 	at java.nio.file.Files.walkFileTree(Files.java:2670)
   [junit4]    > 	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:764)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:557)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:543)
   [junit4]    > 	at org.apache.solr.cloud.TestZkChroot.testWithUploadDir(TestZkChroot.java:136)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 4090833 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.SolrTestCaseJ4 ###Starting testNoBootstrapConf
   [junit4]   2> 4090833 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4090834 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4090834 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4090934 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer start zk server on port:43869
   [junit4]   2> 4090934 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:43869
   [junit4]   2> 4090934 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43869
   [junit4]   2> 4090934 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43869
   [junit4]   2> 4090935 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4090949 INFO  (zkConnectionManagerCallback-21188-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4090949 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4090962 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4090963 INFO  (zkConnectionManagerCallback-21190-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4090963 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4091043 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4091044 INFO  (zkConnectionManagerCallback-21192-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4091044 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4091046 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestZkChroot_F7740579C6C5F724-001/tempDir-002/solr.xml
   [junit4]   2> 4091058 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@b831b95, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 4091649 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4091649 WARN  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6b556e3e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4091649 WARN  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6b556e3e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4091668 WARN  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7abef542[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4091668 WARN  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7abef542[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4091669 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43869/foo/bar2
   [junit4]   2> 4091670 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4091691 INFO  (zkConnectionManagerCallback-21199-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4091692 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4091793 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1545861208
   [junit4]   2> 4091793 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4091809 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 4091809 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 4091809 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 4091915 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 4092122 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:43869
   [junit4]   2> 4092122 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43869
   [junit4]   2> 4092122 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43869
   [junit4]   2> 4092123 INFO  (TEST-TestZkChroot.testNoBootstrapConf-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.SolrTestCaseJ4 ###Ending testNoBootstrapConf
   [junit4]   2> 4092136 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.SolrTestCaseJ4 ###Starting testInitPathExists
   [junit4]   2> 4092136 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4092137 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4092137 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4092237 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer start zk server on port:39205
   [junit4]   2> 4092237 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:39205
   [junit4]   2> 4092237 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39205
   [junit4]   2> 4092237 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39205
   [junit4]   2> 4092238 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4092242 INFO  (zkConnectionManagerCallback-21202-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4092243 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4092246 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4092247 INFO  (zkConnectionManagerCallback-21204-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4092247 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4092347 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4092349 INFO  (zkConnectionManagerCallback-21206-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4092349 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4092351 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestZkChroot_F7740579C6C5F724-001/tempDir-003/solr.xml
   [junit4]   2> 4092367 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@b831b95, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 4092592 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4092593 WARN  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@21d2ee64[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4092593 WARN  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@21d2ee64[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4092604 WARN  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6e4fce18[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4092604 WARN  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6e4fce18[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4092605 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39205/foo/bar4
   [junit4]   2> 4092605 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4092606 INFO  (zkConnectionManagerCallback-21213-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4092606 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4092708 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4092725 INFO  (zkConnectionManagerCallback-21215-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4092725 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4092872 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 10.3.97.65:8983_solr
   [junit4]   2> 4092872 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.Overseer Overseer (id=72152628254212100-10.3.97.65:8983_solr-n_0000000000) starting
   [junit4]   2> 4092876 INFO  (OverseerStateUpdate-72152628254212100-10.3.97.65:8983_solr-n_0000000000) [n:10.3.97.65:8983_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 10.3.97.65:8983_solr
   [junit4]   2> 4092877 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/10.3.97.65:8983_solr
   [junit4]   2> 4092878 INFO  (zkCallback-21214-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4092882 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestZkChroot_F7740579C6C5F724-001/tempDir-003
   [junit4]   2> 4092882 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 4092882 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkController bootstrapping config for 1 cores into ZooKeeper using solr.xml from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestZkChroot_F7740579C6C5F724-001/tempDir-003
   [junit4]   2> 4092882 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkController Uploading directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestZkChroot_F7740579C6C5F724-001/tempDir-003/collection1/conf with name collection1 for SolrCore collection1
   [junit4]   2> 4093134 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 4093134 WARN  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] 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> 4093181 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4093234 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b831b95
   [junit4]   2> 4093253 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b831b95
   [junit4]   2> 4093253 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b831b95
   [junit4]   2> 4093292 WARN  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ZkStateReader No collection found at path /collections/collection1.
   [junit4]   2> 4093292 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=59299726
   [junit4]   2> 4093292 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/10.3.97.65:8983_solr
   [junit4]   2> 4093292 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 4093292 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkController Publish node=10.3.97.65:8983_solr as DOWN
   [junit4]   2> 4093293 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4093294 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 4093294 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5af8d373: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@335ec246
   [junit4]   2> 4093299 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 4093299 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@28c6562d: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@27b34f9c
   [junit4]   2> 4093302 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 4093302 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4623350b: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3cf7a693
   [junit4]   2> 4093302 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 4093304 INFO  (closeThreadPool-21222-thread-1-processing-n:10.3.97.65:8983_solr) [n:10.3.97.65:8983_solr     ] o.a.s.c.Overseer Overseer (id=72152628254212100-10.3.97.65:8983_solr-n_0000000000) closing
   [junit4]   2> 4093304 INFO  (OverseerStateUpdate-72152628254212100-10.3.97.65:8983_solr-n_0000000000) [n:10.3.97.65:8983_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 10.3.97.65:8983_solr
   [junit4]   2> 4093304 INFO  (OverseerAutoScalingTriggerThread-72152628254212100-10.3.97.65:8983_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 4093323 INFO  (closeThreadPool-21222-thread-2-processing-n:10.3.97.65:8983_solr) [n:10.3.97.65:8983_solr     ] o.a.s.c.Overseer Overseer (id=72152628254212100-10.3.97.65:8983_solr-n_0000000000) closing
   [junit4]   2> 4093424 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.Overseer Overseer (id=72152628254212100-10.3.97.65:8983_solr-n_0000000000) closing
   [junit4]   2> 4093531 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 4093739 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/foo/bar4/overseer/queue
   [junit4]   2> 	2	/foo/bar4/live_nodes
   [junit4]   2> 
   [junit4]   2> 4093744 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:39205
   [junit4]   2> 4093744 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39205
   [junit4]   2> 4093744 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 39205
   [junit4]   2> 4093744 INFO  (TEST-TestZkChroot.testInitPathExists-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.SolrTestCaseJ4 ###Ending testInitPathExists
   [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=TestZkChroot -Dtests.method=testInitPathExists -Dtests.seed=F7740579C6C5F724 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.locale=es-ES -Dtests.timezone=Canada/Yukon -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   1.62s J2 | TestZkChroot.testInitPathExists <<<
   [junit4]    > Throwable #1: org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F7740579C6C5F724:388EF122A026ECA5]:0)
   [junit4]    > 	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
   [junit4]    > 	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
   [junit4]    > 	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
   [junit4]    > 	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
   [junit4]    > 	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
   [junit4]    > 	at java.nio.file.Files.walkFileTree(Files.java:2670)
   [junit4]    > 	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:764)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:557)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:543)
   [junit4]    > 	at org.apache.solr.cloud.TestZkChroot.testInitPathExists(TestZkChroot.java:162)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 4093763 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.SolrTestCaseJ4 ###Starting testChrootBootstrap
   [junit4]   2> 4093764 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4093764 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4093764 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4093864 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer start zk server on port:42642
   [junit4]   2> 4093864 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:42642
   [junit4]   2> 4093864 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42642
   [junit4]   2> 4093864 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42642
   [junit4]   2> 4093892 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4093896 INFO  (zkConnectionManagerCallback-21224-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4093896 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4093920 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4093933 INFO  (zkConnectionManagerCallback-21226-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4093933 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4093971 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestZkChroot_F7740579C6C5F724-001/tempDir-004/solr.xml
   [junit4]   2> 4093988 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@b831b95, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 4094214 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4094215 WARN  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4c82f711[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4094215 WARN  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4c82f711[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4094226 WARN  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@493d43ed[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4094226 WARN  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@493d43ed[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4094227 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:42642/foo/bar
   [junit4]   2> 4094227 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4094228 INFO  (zkConnectionManagerCallback-21233-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4094228 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4094340 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4094341 INFO  (zkConnectionManagerCallback-21235-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4094341 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4094408 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 10.3.97.65:8983_solr
   [junit4]   2> 4094409 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.Overseer Overseer (id=72152628360839171-10.3.97.65:8983_solr-n_0000000000) starting
   [junit4]   2> 4094413 INFO  (OverseerStateUpdate-72152628360839171-10.3.97.65:8983_solr-n_0000000000) [n:10.3.97.65:8983_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 10.3.97.65:8983_solr
   [junit4]   2> 4094413 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/10.3.97.65:8983_solr
   [junit4]   2> 4094415 INFO  (zkCallback-21234-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4094419 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestZkChroot_F7740579C6C5F724-001/tempDir-004
   [junit4]   2> 4094419 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 4094419 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkController bootstrapping config for 1 cores into ZooKeeper using solr.xml from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestZkChroot_F7740579C6C5F724-001/tempDir-004
   [junit4]   2> 4094419 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkController Uploading directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestZkChroot_F7740579C6C5F724-001/tempDir-004/collection1/conf with name collection1 for SolrCore collection1
   [junit4]   2> 4094742 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 4094742 WARN  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] 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> 4094773 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4094817 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b831b95
   [junit4]   2> 4094828 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b831b95
   [junit4]   2> 4094828 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@b831b95
   [junit4]   2> 4094850 WARN  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.c.ZkStateReader No collection found at path /collections/collection1.
   [junit4]   2> 4094850 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=438107516
   [junit4]   2> 4094850 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/10.3.97.65:8983_solr
   [junit4]   2> 4094867 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 4094867 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkController Publish node=10.3.97.65:8983_solr as DOWN
   [junit4]   2> 4094868 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4094868 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 4094868 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@47f21def: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4630282a
   [junit4]   2> 4094874 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 4094874 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@75f9b3be: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@27b34f9c
   [junit4]   2> 4094893 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 4094893 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5ce90ce2: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@3cf7a693
   [junit4]   2> 4094893 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 4094893 INFO  (closeThreadPool-21242-thread-2-processing-n:10.3.97.65:8983_solr) [n:10.3.97.65:8983_solr     ] o.a.s.c.Overseer Overseer (id=72152628360839171-10.3.97.65:8983_solr-n_0000000000) closing
   [junit4]   2> 4094895 INFO  (OverseerAutoScalingTriggerThread-72152628360839171-10.3.97.65:8983_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 4094907 INFO  (OverseerStateUpdate-72152628360839171-10.3.97.65:8983_solr-n_0000000000) [n:10.3.97.65:8983_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 10.3.97.65:8983_solr
   [junit4]   2> 4094907 INFO  (closeThreadPool-21242-thread-1-processing-n:10.3.97.65:8983_solr) [n:10.3.97.65:8983_solr     ] o.a.s.c.Overseer Overseer (id=72152628360839171-10.3.97.65:8983_solr-n_0000000000) closing
   [junit4]   2> 4095013 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.Overseer Overseer (id=72152628360839171-10.3.97.65:8983_solr-n_0000000000) closing
   [junit4]   2> 4095013 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 4095217 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/foo/bar/live_nodes
   [junit4]   2> 	2	/foo/bar/overseer/queue
   [junit4]   2> 
   [junit4]   2> 4095245 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:42642
   [junit4]   2> 4095245 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:42642
   [junit4]   2> 4095245 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 42642
   [junit4]   2> 4095245 INFO  (TEST-TestZkChroot.testChrootBootstrap-seed#[F7740579C6C5F724]) [n:10.3.97.65:8983_solr     ] o.a.s.SolrTestCaseJ4 ###Ending testChrootBootstrap
   [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=TestZkChroot -Dtests.method=testChrootBootstrap -Dtests.seed=F7740579C6C5F724 -Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true -Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/test-data/enwiki.random.lines.txt -Dtests.locale=es-ES -Dtests.timezone=Canada/Yukon -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   1.49s J2 | TestZkChroot.testChrootBootstrap <<<
   [junit4]    > Throwable #1: org.apache.solr.common.cloud.ZooKeeperException: Trouble resolving configSet for collection collection1: KeeperErrorCode = NoNode for No collection found at path: /collections/collection1
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([F7740579C6C5F724:D175975C10427B9E]:0)
   [junit4]    > 	at org.apache.solr.cloud.CloudDescriptor.<init>(CloudDescriptor.java:97)
   [junit4]    > 	at org.apache.solr.core.CoreDescriptor.<init>(CoreDescriptor.java:214)
   [junit4]    > 	at org.apache.solr.core.CorePropertiesLocator.buildCoreDescriptor(CorePropertiesLocator.java:188)
   [junit4]    > 	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:145)
   [junit4]    > 	at org.apache.solr.core.CorePropertiesLocator$1.visitFile(CorePropertiesLocator.java:141)
   [junit4]    > 	at java.nio.file.Files.walkFileTree(Files.java:2670)
   [junit4]    > 	at org.apache.solr.core.CorePropertiesLocator.discover(CorePropertiesLocator.java:141)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:764)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:557)
   [junit4]    > 	at org.apache.solr.core.CoreContainer.createAndLoad(CoreContainer.java:543)
   [junit4]    > 	at org.apache.solr.cloud.TestZkChroot.testChrootBootstrap(TestZkChroot.java:80)
   [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.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.TestZkChroot_F7740579C6C5F724-001
   [junit4]   2> Jan 22, 2020 6:29:34 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=557, maxMBSortInHeap=7.053967573387528, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5fbd3eaf), locale=es-ES, timezone=Canada/Yukon
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=8,threads=1,free=185293808,total=494403584
   [junit4]   2> NOTE: All tests run in this JVM: [FieldAnalysisRequestHandlerTest, TestDocumentBuilder, TestNumericRangeQuery32, HighlighterTest, TestHalfAndHalfDocValues, SimpleCollectionCreateDeleteTest, TestFilteredDocIdSet, ScriptEngineTest, TestRandomRequestDistribution, EmbeddedSolrNoSerializeTest, BasicAuthIntegrationTest, LegacyCloudClusterPropTest, PreAnalyzedUpdateProcessorTest, CoreAdminOperationTest, TestWriterPerf, MigrateRouteKeyTest, TestGraphMLResponseWriter, AtomicUpdateProcessorFactoryTest, TestCloudJSONFacetJoinDomain, TestExclusionRuleCollectionAccess, TestRTGBase, SuggesterTest, ShardRoutingCustomTest, WordBreakSolrSpellCheckerTest, ZkStateWriterTest, TestSubQueryTransformerCrossCore, IndexSizeTriggerMixedBoundsTest, TestJsonFacets, TestNamedUpdateProcessors, TestFieldCollectionResource, TestSurroundQueryParser, DimensionalRoutedAliasUpdateProcessorTest, SliceStateTest, TestNestedDocsSort, TestManagedSchemaThreadSafety, MultiThreadedOCPTest, ShardsWhitelistTest, TestAnalyzedSuggestions, DaemonStreamApiTest, ReplicationFactorTest, TestLazyCores, TestInPlaceUpdatesStandalone, TestSolrJ, IndexSchemaTest, ClassificationUpdateProcessorTest, TestLuceneMatchVersion, TestAddFieldRealTimeGet, TestSystemCollAutoCreate, SignificantTermsQParserPluginTest, TestSolrConfigHandlerCloud, AddBlockUpdateTest, TestCloudRecovery2, TestFieldCacheReopen, TestSchemaField, BasicDistributedZkTest, FastVectorHighlighterTest, TestCoreBackup, MoreLikeThisComponentTest, TermVectorComponentTest, EnumFieldTest, FullSolrCloudDistribCmdsTest, CacheHeaderTest, TestCryptoKeys, TestMissingGroups, TestSlowCompositeReaderWrapper, XmlUpdateRequestHandlerTest, SearchRateTriggerTest, ClusterStateTest, JSONWriterTest, TaggerTest, ConjunctionSolrSpellCheckerTest, AsyncCallRequestStatusResponseTest, TestUniqueKeyFieldResource, SolrTestCaseJ4Test, ConfigSetsAPITest, SolrMetricsIntegrationTest, HLLUtilTest, SolrJmxReporterTest, SimplePostToolTest, TestClusterStateMutator, TestSimNodeAddedTrigger, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestTrackingShardHandlerFactory, TestManagedSynonymGraphFilterFactory, TestPseudoReturnFields, NodeAddedTriggerTest, TestUpdate, ExitableDirectoryReaderTest, ExplicitHLLTest, TestExpandComponent, TestManagedResourceStorage, TestCollectionsAPIViaSolrCloudCluster, HdfsRecoverLeaseTest, TestSolrCloudWithKerberosAlt, LeaderElectionIntegrationTest, HdfsUnloadDistributedZkTest, CollectionsAPIAsyncDistributedZkTest, TestLRUStatsCache, TestStressInPlaceUpdates, TestPullReplicaErrorHandling, TestCopyFieldCollectionResource, StatelessScriptUpdateProcessorFactoryTest, SolrCoreTest, TestFieldTypeResource, DistributedIntervalFacetingTest, TestRestoreCore, TestInPlaceUpdateWithRouteField, TestStressReorder, OverseerTest, RemoteQueryErrorTest, DistributedMLTComponentTest, SecurityConfHandlerTest, SystemCollectionCompatTest, TestComplexPhraseLeadingWildcard, JWTVerificationkeyResolverTest, BJQParserTest, LoggingHandlerTest, TestFieldCacheVsDocValues, TestOnReconnectListenerSupport, TestSimpleTrackingShardHandler, TestImpersonationWithHadoopAuth, TestSnapshotCloudManager, UniqFieldsUpdateProcessorFactoryTest, TestSolrXml, TestEmbeddedSolrServerConstructors, TestDocTermOrds, QueryParsingTest, TestInitQParser, MetricUtilsTest, AliasIntegrationTest, TestTlogReplica, HdfsChaosMonkeyNothingIsSafeTest, MaxSizeAutoCommitTest, TestOverriddenPrefixQueryForCustomFieldType, SpellPossibilityIteratorTest, MetricTriggerIntegrationTest, TestObjectReleaseTracker, TestCloudDeleteByQuery, CheckHdfsIndexTest, TestCloudPivotFacet, CustomCollectionTest, TestNumericTerms32, SortByFunctionTest, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, OutputWriterTest, SampleTest, SolrInfoBeanTest, TestDistributedGrouping, TestDistributedMissingSort, TestDistributedSearch, TestJoin, TestSolrCoreProperties, TestSolrTestCaseJ4, TestTolerantSearch, TestTrie, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, TokenizerChainTest, TestLuceneIndexBackCompat, TestEmbeddedSolrServerAdminHandler, ConnectionReuseTest, AssignBackwardCompatibilityTest, BasicDistributedZk2Test, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, ClusterStateUpdateTest, CollectionPropsTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, ConcurrentCreateRoutedAliasTest, CreateRoutedAliasTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteStatusTest, DistribJoinFromCollectionTest, DocValuesNotIndexedTest, HealthCheckHandlerTest, HttpPartitionOnCommitTest, HttpPartitionTest, LeaderElectionTest, LeaderFailoverAfterPartitionTest, LeaderFailureAfterFreshStartTest, LeaderTragicEventTest, LeaderVoteWaitTimeoutTest, MetricsHistoryIntegrationTest, MetricsHistoryWithAuthIntegrationTest, MoveReplicaHDFSTest, MoveReplicaTest, MultiSolrCloudTestCaseTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, OverseerRolesTest, OverseerSolrResponseTest, OverseerSolrResponseUnsafeSerializationTest, RecoveryAfterSoftCommitTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, RestartWhileUpdatingTest, RollingRestartTest, RoutingToNodesWithPropertiesTest, SSLMigrationTest, SaslZkACLProviderTest, ShardRoutingTest, SharedFSAutoReplicaFailoverTest, SolrXmlInZkTest, SplitShardTest, SyncSliceTest, TestAuthenticationFramework, TestCloudConsistency, TestCloudInspectUtil, TestCloudPhrasesIdentificationComponent, TestCloudSearcherWarming, TestClusterProperties, TestConfigSetsAPI, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestDistributedMap, TestLeaderElectionZkExpiry, TestLockTree, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, TestRequestForwarding, TestSSLRandomization, TestSizeLimitedDistributedMap, TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates, TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud, TestUtilizeNode, TestZkChroot]
   [junit4] Completed [402/896 (1!)] on J2 in 7.08s, 4 tests, 3 errors <<< FAILURES!

[...truncated 17 lines...]
   [junit4] Suite: org.apache.solr.cloud.ZkControllerTest
   [junit4]   2> 4153463 INFO  (SUITE-ZkControllerTest-seed#[F7740579C6C5F724]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 4153463 INFO  (SUITE-ZkControllerTest-seed#[F7740579C6C5F724]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ZkControllerTest_F7740579C6C5F724-001/data-dir-234-001
   [junit4]   2> 4153463 WARN  (SUITE-ZkControllerTest-seed#[F7740579C6C5F724]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=52 numCloses=52
   [junit4]   2> 4153463 INFO  (SUITE-ZkControllerTest-seed#[F7740579C6C5F724]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 4153465 INFO  (SUITE-ZkControllerTest-seed#[F7740579C6C5F724]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None)
   [junit4]   2> 4153469 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[F7740579C6C5F724]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testReadConfigName
   [junit4]   2> 4153469 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[F7740579C6C5F724]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4153470 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4153470 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4153570 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[F7740579C6C5F724]) [     ] o.a.s.c.ZkTestServer start zk server on port:41119
   [junit4]   2> 4153570 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[F7740579C6C5F724]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:41119
   [junit4]   2> 4153570 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[F7740579C6C5F724]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41119
   [junit4]   2> 4153570 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[F7740579C6C5F724]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41119
   [junit4]   2> 4153571 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[F7740579C6C5F724]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4153575 INFO  (zkConnectionManagerCallback-21405-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4153575 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[F7740579C6C5F724]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4153579 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[F7740579C6C5F724]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4153579 INFO  (zkConnectionManagerCallback-21407-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4153579 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[F7740579C6C5F724]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4153580 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[F7740579C6C5F724]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 4153581 INFO  (zkConnectionManagerCallback-21409-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4153581 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[F7740579C6C5F724]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 4153688 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[F7740579C6C5F724]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@b831b95, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 4153783 WARN  (TEST-ZkControllerTest.testReadConfigName-seed#[F7740579C6C5F724]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@22ecbdf9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4153783 WARN  (TEST-ZkControllerTest.testReadConfigName-seed#[F7740579C6C5F724]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@22ecbdf9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4153784 INFO  (TEST-ZkControllerTest.testReadConfigName-seed#[F7740579C6C5F724]) [n:127.0.0.1:8983_solr     ] o.a.s.c.c.Connec

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

estGetHostName-seed#[F7740579C6C5F724]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:8983_solr as DOWN
   [junit4]   2> 4155500 INFO  (closeThreadPool-21462-thread-1-processing-n:127.0.0.1:8983_solr) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72152632389402626-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 4155500 INFO  (OverseerStateUpdate-72152632389402626-127.0.0.1:8983_solr-n_0000000000) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:8983_solr
   [junit4]   2> 4155504 WARN  (ScheduledTrigger-18044-thread-3) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger ran but was already closed
   [junit4]   2> 4155504 INFO  (OverseerAutoScalingTriggerThread-72152632389402626-127.0.0.1:8983_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed, exiting.
   [junit4]   2> 4155504 INFO  (closeThreadPool-21462-thread-2-processing-n:127.0.0.1:8983_solr) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72152632389402626-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 4155604 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[F7740579C6C5F724]) [n:127.0.0.1:8983_solr     ] o.a.s.c.Overseer Overseer (id=72152632389402626-127.0.0.1:8983_solr-n_0000000000) closing
   [junit4]   2> 4155605 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[F7740579C6C5F724]) [n:127.0.0.1:8983_solr     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=116789656
   [junit4]   2> 4155605 ERROR (TEST-ZkControllerTest.testGetHostName-seed#[F7740579C6C5F724]) [n:127.0.0.1:8983_solr     ] o.a.s.c.SolrCores No transient handler has been defined. Check solr.xml to see if an attempt to provide a custom TransientSolrCoreCacheFactory was done incorrectly since the default should have been used otherwise.
   [junit4]   2> 4155605 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[F7740579C6C5F724]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 4155809 WARN  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	2	/solr/overseer/queue
   [junit4]   2> 	2	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 4155813 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[F7740579C6C5F724]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:33459
   [junit4]   2> 4155813 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[F7740579C6C5F724]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:33459
   [junit4]   2> 4155813 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[F7740579C6C5F724]) [n:127.0.0.1:8983_solr     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 33459
   [junit4]   2> 4155814 INFO  (TEST-ZkControllerTest.testGetHostName-seed#[F7740579C6C5F724]) [n:127.0.0.1:8983_solr     ] o.a.s.SolrTestCaseJ4 ###Ending testGetHostName
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ZkControllerTest_F7740579C6C5F724-001
   [junit4]   2> Jan 22, 2020 6:30:35 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 2 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {}, docValues:{}, maxPointsInLeafNode=1964, maxMBSortInHeap=5.931061164917631, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2b868705), locale=ga, timezone=Asia/Yekaterinburg
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=8,threads=1,free=116422768,total=507510784
   [junit4]   2> NOTE: All tests run in this JVM: [FieldAnalysisRequestHandlerTest, TestDocumentBuilder, TestNumericRangeQuery32, HighlighterTest, TestHalfAndHalfDocValues, SimpleCollectionCreateDeleteTest, TestFilteredDocIdSet, ScriptEngineTest, TestRandomRequestDistribution, EmbeddedSolrNoSerializeTest, BasicAuthIntegrationTest, LegacyCloudClusterPropTest, PreAnalyzedUpdateProcessorTest, CoreAdminOperationTest, TestWriterPerf, MigrateRouteKeyTest, TestGraphMLResponseWriter, AtomicUpdateProcessorFactoryTest, TestCloudJSONFacetJoinDomain, TestExclusionRuleCollectionAccess, TestRTGBase, SuggesterTest, ShardRoutingCustomTest, WordBreakSolrSpellCheckerTest, ZkStateWriterTest, TestSubQueryTransformerCrossCore, IndexSizeTriggerMixedBoundsTest, TestJsonFacets, TestNamedUpdateProcessors, TestFieldCollectionResource, TestSurroundQueryParser, DimensionalRoutedAliasUpdateProcessorTest, SliceStateTest, TestNestedDocsSort, TestManagedSchemaThreadSafety, MultiThreadedOCPTest, ShardsWhitelistTest, TestAnalyzedSuggestions, DaemonStreamApiTest, ReplicationFactorTest, TestLazyCores, TestInPlaceUpdatesStandalone, TestSolrJ, IndexSchemaTest, ClassificationUpdateProcessorTest, TestLuceneMatchVersion, TestAddFieldRealTimeGet, TestSystemCollAutoCreate, SignificantTermsQParserPluginTest, TestSolrConfigHandlerCloud, AddBlockUpdateTest, TestCloudRecovery2, TestFieldCacheReopen, TestSchemaField, BasicDistributedZkTest, FastVectorHighlighterTest, TestCoreBackup, MoreLikeThisComponentTest, TermVectorComponentTest, EnumFieldTest, FullSolrCloudDistribCmdsTest, CacheHeaderTest, TestCryptoKeys, TestMissingGroups, TestSlowCompositeReaderWrapper, XmlUpdateRequestHandlerTest, SearchRateTriggerTest, ClusterStateTest, JSONWriterTest, TaggerTest, ConjunctionSolrSpellCheckerTest, AsyncCallRequestStatusResponseTest, TestUniqueKeyFieldResource, SolrTestCaseJ4Test, ConfigSetsAPITest, SolrMetricsIntegrationTest, HLLUtilTest, SolrJmxReporterTest, SimplePostToolTest, TestClusterStateMutator, TestSimNodeAddedTrigger, ChaosMonkeyNothingIsSafeWithPullReplicasTest, TestTrackingShardHandlerFactory, TestManagedSynonymGraphFilterFactory, TestPseudoReturnFields, NodeAddedTriggerTest, TestUpdate, ExitableDirectoryReaderTest, ExplicitHLLTest, TestExpandComponent, TestManagedResourceStorage, TestCollectionsAPIViaSolrCloudCluster, HdfsRecoverLeaseTest, TestSolrCloudWithKerberosAlt, LeaderElectionIntegrationTest, HdfsUnloadDistributedZkTest, CollectionsAPIAsyncDistributedZkTest, TestLRUStatsCache, TestStressInPlaceUpdates, TestPullReplicaErrorHandling, TestCopyFieldCollectionResource, StatelessScriptUpdateProcessorFactoryTest, SolrCoreTest, TestFieldTypeResource, DistributedIntervalFacetingTest, TestRestoreCore, TestInPlaceUpdateWithRouteField, TestStressReorder, OverseerTest, RemoteQueryErrorTest, DistributedMLTComponentTest, SecurityConfHandlerTest, SystemCollectionCompatTest, TestComplexPhraseLeadingWildcard, JWTVerificationkeyResolverTest, BJQParserTest, LoggingHandlerTest, TestFieldCacheVsDocValues, TestOnReconnectListenerSupport, TestSimpleTrackingShardHandler, TestImpersonationWithHadoopAuth, TestSnapshotCloudManager, UniqFieldsUpdateProcessorFactoryTest, TestSolrXml, TestEmbeddedSolrServerConstructors, TestDocTermOrds, QueryParsingTest, TestInitQParser, MetricUtilsTest, AliasIntegrationTest, TestTlogReplica, HdfsChaosMonkeyNothingIsSafeTest, MaxSizeAutoCommitTest, TestOverriddenPrefixQueryForCustomFieldType, SpellPossibilityIteratorTest, MetricTriggerIntegrationTest, TestObjectReleaseTracker, TestCloudDeleteByQuery, CheckHdfsIndexTest, TestCloudPivotFacet, CustomCollectionTest, TestNumericTerms32, SortByFunctionTest, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, OutputWriterTest, SampleTest, SolrInfoBeanTest, TestDistributedGrouping, TestDistributedMissingSort, TestDistributedSearch, TestJoin, TestSolrCoreProperties, TestSolrTestCaseJ4, TestTolerantSearch, TestTrie, PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, TokenizerChainTest, TestLuceneIndexBackCompat, TestEmbeddedSolrServerAdminHandler, ConnectionReuseTest, AssignBackwardCompatibilityTest, BasicDistributedZk2Test, CleanupOldIndexTest, CloudExitableDirectoryReaderTest, ClusterStateUpdateTest, CollectionPropsTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, ConcurrentCreateRoutedAliasTest, CreateRoutedAliasTest, DeleteInactiveReplicaTest, DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteStatusTest, DistribJoinFromCollectionTest, DocValuesNotIndexedTest, HealthCheckHandlerTest, HttpPartitionOnCommitTest, HttpPartitionTest, LeaderElectionTest, LeaderFailoverAfterPartitionTest, LeaderFailureAfterFreshStartTest, LeaderTragicEventTest, LeaderVoteWaitTimeoutTest, MetricsHistoryIntegrationTest, MetricsHistoryWithAuthIntegrationTest, MoveReplicaHDFSTest, MoveReplicaTest, MultiSolrCloudTestCaseTest, OutOfBoxZkACLAndCredentialsProvidersTest, OverriddenZkACLAndCredentialsProvidersTest, OverseerCollectionConfigSetProcessorTest, OverseerModifyCollectionTest, OverseerRolesTest, OverseerSolrResponseTest, OverseerSolrResponseUnsafeSerializationTest, RecoveryAfterSoftCommitTest, ReplaceNodeNoTargetTest, ReplaceNodeTest, RestartWhileUpdatingTest, RollingRestartTest, RoutingToNodesWithPropertiesTest, SSLMigrationTest, SaslZkACLProviderTest, ShardRoutingTest, SharedFSAutoReplicaFailoverTest, SolrXmlInZkTest, SplitShardTest, SyncSliceTest, TestAuthenticationFramework, TestCloudConsistency, TestCloudInspectUtil, TestCloudPhrasesIdentificationComponent, TestCloudSearcherWarming, TestClusterProperties, TestConfigSetsAPI, TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure, TestDistributedMap, TestLeaderElectionZkExpiry, TestLockTree, TestMiniSolrCloudClusterSSL, TestRebalanceLeaders, TestRequestForwarding, TestSSLRandomization, TestSizeLimitedDistributedMap, TestSolrCloudWithSecureImpersonation, TestStressCloudBlindAtomicUpdates, TestTolerantUpdateProcessorCloud, TestTolerantUpdateProcessorRandomCloud, TestUtilizeNode, TestZkChroot, UnloadDistributedZkTest, ZkControllerTest]
   [junit4] Completed [408/896 (2!)] on J2 in 2.77s, 4 tests, 1 error <<< FAILURES!

[...truncated 54156 lines...]