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

[JENKINS] Lucene-Solr-Tests-8.x - Build # 1273 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/1273/

2 tests failed.
FAILED:  org.apache.lucene.index.TestIndexWriterMergePolicy.testMergeOnCommit

Error Message:
expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
	at __randomizedtesting.SeedInfo.seed([9D3716B72E58F148:B9B10CB0CFBD1368]: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.lucene.index.TestIndexWriterMergePolicy.testMergeOnCommit(TestIndexWriterMergePolicy.java:400)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.SystemCollectionCompatTest.testBackCompat

Error Message:
re-indexing warning not found

Stack Trace:
java.lang.AssertionError: re-indexing warning not found
	at __randomizedtesting.SeedInfo.seed([52C9B8581DF600F7:223C1BF17D3EA981]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.SystemCollectionCompatTest.testBackCompat(SystemCollectionCompatTest.java:215)
	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 691 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterMergePolicy
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterMergePolicy -Dtests.method=testMergeOnCommit -Dtests.seed=9D3716B72E58F148 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=sr-Latn-ME -Dtests.timezone=Asia/Tomsk -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 16.1s J1 | TestIndexWriterMergePolicy.testMergeOnCommit <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1> but was:<2>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([9D3716B72E58F148:B9B10CB0CFBD1368]:0)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterMergePolicy.testMergeOnCommit(TestIndexWriterMergePolicy.java:400)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] IGNOR/A 0.00s J1 | TestIndexWriterMergePolicy.testMaxBufferedDocsChange
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene84): {date=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), docid=PostingsFormat(name=MockRandom), titleTokenized=Lucene84, body=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), title=PostingsFormat(name=LuceneVarGapDocFreqInterval), content=Lucene84}, docValues:{date=DocValuesFormat(name=Asserting), docid_intDV=DocValuesFormat(name=Lucene80), docid_int=DocValuesFormat(name=Lucene80), docid=DocValuesFormat(name=Lucene80), titleTokenized=DocValuesFormat(name=Lucene80), title=DocValuesFormat(name=Direct), body=DocValuesFormat(name=Asserting), titleDV=DocValuesFormat(name=Direct), content=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1239, maxMBSortInHeap=5.028910286863773, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@47d48728), locale=sr-Latn-ME, timezone=Asia/Tomsk
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=8,threads=1,free=356410144,total=521142272
   [junit4]   2> NOTE: All tests run in this JVM: [TestSloppyMath, TestLongDistanceFeatureQuery, TestReadOnlyIndex, TestTessellator, TestCrash, TestRateLimiter, TestSortedNumericSortField, TestShardSearching, TestSparseFixedBitSet, TestLongPostings, Test2BPagedBytes, TestSpanTermQuery, TestFeatureField, TestSearchWithThreads, TestNewestSegment, TestSearch, TestIndexingSequenceNumbers, TestIndexWriterMergePolicy]
   [junit4] Completed [109/563 (1!)] on J1 in 17.27s, 8 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 14127 lines...]
   [junit4] Suite: org.apache.solr.cloud.SystemCollectionCompatTest
   [junit4]   2> 2971431 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 2971431 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2971431 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_52C9B8581DF600F7-001/data-dir-169-001
   [junit4]   2> 2971431 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2971432 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2971433 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_52C9B8581DF600F7-001/tempDir-001
   [junit4]   2> 2971433 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2971433 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2971433 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2971533 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port:37907
   [junit4]   2> 2971533 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:37907
   [junit4]   2> 2971533 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37907
   [junit4]   2> 2971533 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37907
   [junit4]   2> 2971535 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2971537 INFO  (zkConnectionManagerCallback-11637-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2971537 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2971540 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2971541 INFO  (zkConnectionManagerCallback-11639-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2971541 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2971542 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2971543 INFO  (zkConnectionManagerCallback-11641-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2971543 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2971651 WARN  (jetty-launcher-11642-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2971651 INFO  (jetty-launcher-11642-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2971651 INFO  (jetty-launcher-11642-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2971651 INFO  (jetty-launcher-11642-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> 2971653 WARN  (jetty-launcher-11642-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2971653 INFO  (jetty-launcher-11642-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2971653 INFO  (jetty-launcher-11642-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2971653 INFO  (jetty-launcher-11642-thread-2) [     ] o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 2971655 INFO  (jetty-launcher-11642-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2971655 INFO  (jetty-launcher-11642-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2971655 INFO  (jetty-launcher-11642-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2971655 INFO  (jetty-launcher-11642-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2971655 INFO  (jetty-launcher-11642-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2971655 INFO  (jetty-launcher-11642-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2971655 INFO  (jetty-launcher-11642-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3418d37c{/solr,null,AVAILABLE}
   [junit4]   2> 2971655 INFO  (jetty-launcher-11642-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@742a2b2b{/solr,null,AVAILABLE}
   [junit4]   2> 2971656 INFO  (jetty-launcher-11642-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1281c318{SSL,[ssl, http/1.1]}{127.0.0.1:45090}
   [junit4]   2> 2971656 INFO  (jetty-launcher-11642-thread-1) [     ] o.e.j.s.Server Started @2971834ms
   [junit4]   2> 2971656 INFO  (jetty-launcher-11642-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4cdf79ab{SSL,[ssl, http/1.1]}{127.0.0.1:35840}
   [junit4]   2> 2971656 INFO  (jetty-launcher-11642-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=45090}
   [junit4]   2> 2971656 INFO  (jetty-launcher-11642-thread-2) [     ] o.e.j.s.Server Started @2971834ms
   [junit4]   2> 2971656 INFO  (jetty-launcher-11642-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35840}
   [junit4]   2> 2971656 ERROR (jetty-launcher-11642-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2971656 ERROR (jetty-launcher-11642-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2971656 INFO  (jetty-launcher-11642-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2971656 INFO  (jetty-launcher-11642-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2971657 INFO  (jetty-launcher-11642-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 2971657 INFO  (jetty-launcher-11642-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 2971657 INFO  (jetty-launcher-11642-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2971657 INFO  (jetty-launcher-11642-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2971657 INFO  (jetty-launcher-11642-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2971657 INFO  (jetty-launcher-11642-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-05T18:17:24.906Z
   [junit4]   2> 2971657 INFO  (jetty-launcher-11642-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr
   [junit4]   2> 2971657 INFO  (jetty-launcher-11642-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-03-05T18:17:24.906Z
   [junit4]   2> 2971658 INFO  (jetty-launcher-11642-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2971659 INFO  (zkConnectionManagerCallback-11644-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2971659 INFO  (jetty-launcher-11642-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2971659 INFO  (jetty-launcher-11642-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2971690 INFO  (jetty-launcher-11642-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2971691 INFO  (zkConnectionManagerCallback-11646-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2971691 INFO  (jetty-launcher-11642-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2971691 INFO  (jetty-launcher-11642-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2975145 INFO  (jetty-launcher-11642-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2975145 WARN  (jetty-launcher-11642-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2975170 WARN  (jetty-launcher-11642-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@68e8e0c0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2975170 WARN  (jetty-launcher-11642-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@68e8e0c0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2975173 WARN  (jetty-launcher-11642-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2975174 WARN  (jetty-launcher-11642-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4324c06d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2975174 WARN  (jetty-launcher-11642-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4324c06d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2975191 INFO  (jetty-launcher-11642-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37907/solr
   [junit4]   2> 2975192 INFO  (jetty-launcher-11642-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2975193 INFO  (zkConnectionManagerCallback-11654-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2975193 INFO  (jetty-launcher-11642-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2975320 INFO  (jetty-launcher-11642-thread-1) [n:127.0.0.1:45090_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2975321 INFO  (zkConnectionManagerCallback-11656-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2975321 INFO  (jetty-launcher-11642-thread-1) [n:127.0.0.1:45090_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2975527 INFO  (jetty-launcher-11642-thread-1) [n:127.0.0.1:45090_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45090_solr
   [junit4]   2> 2975528 INFO  (jetty-launcher-11642-thread-1) [n:127.0.0.1:45090_solr     ] o.a.s.c.Overseer Overseer (id=72398891125637126-127.0.0.1:45090_solr-n_0000000000) starting
   [junit4]   2> 2975534 INFO  (OverseerStateUpdate-72398891125637126-127.0.0.1:45090_solr-n_0000000000) [n:127.0.0.1:45090_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:45090_solr
   [junit4]   2> 2975534 INFO  (jetty-launcher-11642-thread-1) [n:127.0.0.1:45090_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:45090_solr
   [junit4]   2> 2975543 INFO  (OverseerStateUpdate-72398891125637126-127.0.0.1:45090_solr-n_0000000000) [n:127.0.0.1:45090_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2975545 INFO  (jetty-launcher-11642-thread-1) [n:127.0.0.1:45090_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2975546 WARN  (jetty-launcher-11642-thread-1) [n:127.0.0.1:45090_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> 2975614 INFO  (jetty-launcher-11642-thread-1) [n:127.0.0.1:45090_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2975707 INFO  (jetty-launcher-11642-thread-1) [n:127.0.0.1:45090_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45090.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0d09ee
   [junit4]   2> 2975761 INFO  (jetty-launcher-11642-thread-1) [n:127.0.0.1:45090_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45090.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0d09ee
   [junit4]   2> 2975761 INFO  (jetty-launcher-11642-thread-1) [n:127.0.0.1:45090_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45090.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0d09ee
   [junit4]   2> 2975771 INFO  (jetty-launcher-11642-thread-1) [n:127.0.0.1:45090_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_52C9B8581DF600F7-001/tempDir-001/node1/.
   [junit4]   2> 2976091 INFO  (jetty-launcher-11642-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2976091 WARN  (jetty-launcher-11642-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2976092 WARN  (jetty-launcher-11642-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@329563d3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2976092 WARN  (jetty-launcher-11642-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@329563d3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2976095 WARN  (jetty-launcher-11642-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 2976096 WARN  (jetty-launcher-11642-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@28ec6e61[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2976096 WARN  (jetty-launcher-11642-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@28ec6e61[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2976097 INFO  (jetty-launcher-11642-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37907/solr
   [junit4]   2> 2976098 INFO  (jetty-launcher-11642-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2976099 INFO  (zkConnectionManagerCallback-11666-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2976099 INFO  (jetty-launcher-11642-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2976202 INFO  (jetty-launcher-11642-thread-2) [n:127.0.0.1:35840_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2976203 INFO  (zkConnectionManagerCallback-11668-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2976203 INFO  (jetty-launcher-11642-thread-2) [n:127.0.0.1:35840_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2976217 INFO  (jetty-launcher-11642-thread-2) [n:127.0.0.1:35840_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2976222 INFO  (jetty-launcher-11642-thread-2) [n:127.0.0.1:35840_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35840_solr as DOWN
   [junit4]   2> 2976223 INFO  (jetty-launcher-11642-thread-2) [n:127.0.0.1:35840_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2976223 INFO  (jetty-launcher-11642-thread-2) [n:127.0.0.1:35840_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35840_solr
   [junit4]   2> 2976224 INFO  (zkCallback-11655-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2976224 INFO  (zkCallback-11667-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2976227 INFO  (jetty-launcher-11642-thread-2) [n:127.0.0.1:35840_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2976228 WARN  (jetty-launcher-11642-thread-2) [n:127.0.0.1:35840_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> 2976378 INFO  (jetty-launcher-11642-thread-2) [n:127.0.0.1:35840_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2976424 INFO  (jetty-launcher-11642-thread-2) [n:127.0.0.1:35840_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35840.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0d09ee
   [junit4]   2> 2976484 INFO  (jetty-launcher-11642-thread-2) [n:127.0.0.1:35840_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35840.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0d09ee
   [junit4]   2> 2976484 INFO  (jetty-launcher-11642-thread-2) [n:127.0.0.1:35840_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35840.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0d09ee
   [junit4]   2> 2976498 INFO  (jetty-launcher-11642-thread-2) [n:127.0.0.1:35840_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_52C9B8581DF600F7-001/tempDir-001/node2/.
   [junit4]   2> 2976671 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 2976680 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2976681 INFO  (zkConnectionManagerCallback-11677-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2976681 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2976682 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2976684 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37907/solr ready
   [junit4]   2> 2976807 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[52C9B8581DF600F7]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBackCompat
   [junit4]   2> 2976887 INFO  (qtp410626152-37900) [n:127.0.0.1:45090_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params name=.system&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2976916 INFO  (OverseerThreadFactory-8842-thread-1-processing-n:127.0.0.1:45090_solr) [n:127.0.0.1:45090_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection .system
   [junit4]   2> 2977033 INFO  (OverseerStateUpdate-72398891125637126-127.0.0.1:45090_solr-n_0000000000) [n:127.0.0.1:45090_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45090/solr",
   [junit4]   2>   "node_name":"127.0.0.1:45090_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2977036 INFO  (OverseerStateUpdate-72398891125637126-127.0.0.1:45090_solr-n_0000000000) [n:127.0.0.1:45090_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35840/solr",
   [junit4]   2>   "node_name":"127.0.0.1:35840_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2977252 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr    x:.system_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2977252 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr    x:.system_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2977290 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 2977322 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 2977333 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection or core
   [junit4]   2> 2977333 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr    x:.system_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n2&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2977354 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 2977354 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/.system/managed-schema
   [junit4]   2> 2977367 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/.system/schema.xml to /configs/.system/schema.xml.bak
   [junit4]   2> 2977367 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n1' using configuration from configset .system, trusted=true
   [junit4]   2> 2977369 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45090.solr.core..system.shard1.replica_n1' (registry 'solr.core..system.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0d09ee
   [junit4]   2> 2977370 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [[.system_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_52C9B8581DF600F7-001/tempDir-001/node1/.system_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_52C9B8581DF600F7-001/tempDir-001/node1/./.system_shard1_replica_n1/data/]
   [junit4]   2> 2977371 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 2977410 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection or core
   [junit4]   2> 2977500 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 2977500 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n2' using configuration from configset .system, trusted=true
   [junit4]   2> 2977500 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35840.solr.core..system.shard1.replica_n2' (registry 'solr.core..system.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0d09ee
   [junit4]   2> 2977501 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [[.system_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_52C9B8581DF600F7-001/tempDir-001/node2/.system_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_52C9B8581DF600F7-001/tempDir-001/node2/./.system_shard1_replica_n2/data/]
   [junit4]   2> 2977653 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2977653 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2977654 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 2977654 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2977656 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@b0c0933[.system_shard1_replica_n1] main]
   [junit4]   2> 2977670 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 2977670 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 2977671 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 2977671 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2977672 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2977672 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1660349055941738496
   [junit4]   2> 2977676 INFO  (searcherExecutor-8854-thread-1-processing-n:127.0.0.1:45090_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1] Registered new searcher Searcher@b0c0933[.system_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2977678 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/.system/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 2977678 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/.system/leaders/shard1
   [junit4]   2> 2977679 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2977679 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2977680 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 2977680 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2977682 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5a2c79c3[.system_shard1_replica_n2] main]
   [junit4]   2> 2977683 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2977683 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 2977684 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 2977684 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 2977684 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 2977685 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2977685 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1660349055955369984
   [junit4]   2> 2977689 INFO  (searcherExecutor-8855-thread-1-processing-n:127.0.0.1:35840_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [.system_shard1_replica_n2] Registered new searcher Searcher@5a2c79c3[.system_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2977699 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/.system/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 2977699 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/.system/leaders/shard1
   [junit4]   2> 2978185 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2978185 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2978185 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:45090/solr/.system_shard1_replica_n1/
   [junit4]   2> 2978185 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=.system_shard1_replica_n1 url=https://127.0.0.1:45090/solr START replicas=[https://127.0.0.1:35840/solr/.system_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 2978186 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=.system_shard1_replica_n1 url=https://127.0.0.1:45090/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2978190 INFO  (qtp1176965851-37901) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2978190 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 2978190 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 2978190 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/.system/leaders/shard1/leader after winning as /collections/.system/leader_elect/shard1/election/72398891125637126-core_node3-n_0000000000
   [junit4]   2> 2978193 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:45090/solr/.system_shard1_replica_n1/ shard1
   [junit4]   2> 2978295 INFO  (zkCallback-11655-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2978296 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2978299 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1047
   [junit4]   2> 2978399 INFO  (zkCallback-11655-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2978399 INFO  (zkCallback-11655-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2978706 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n2&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1373
   [junit4]   2> 2978708 INFO  (qtp410626152-37900) [n:127.0.0.1:45090_solr     ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2978807 INFO  (zkCallback-11655-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2978807 INFO  (zkCallback-11655-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2978807 INFO  (zkCallback-11667-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2978807 INFO  (zkCallback-11667-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2978808 INFO  (qtp410626152-37900) [n:127.0.0.1:45090_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=.system&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1920
   [junit4]   2> 2978808 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[52C9B8581DF600F7]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: .system
   [junit4]   2> 2978812 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[52C9B8581DF600F7]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2978813 INFO  (zkConnectionManagerCallback-11684-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2978813 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[52C9B8581DF600F7]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2978814 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[52C9B8581DF600F7]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2978816 INFO  (TEST-SystemCollectionCompatTest.testBackCompat-seed#[52C9B8581DF600F7]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37907/solr ready
   [junit4]   2> 2978832 INFO  (qtp410626152-37900) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/.system/terms/shard1 to Terms{values={core_node3=1, core_node4=1}, version=2}
   [junit4]   2> 2978880 INFO  (qtp1176965851-37903) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [.system_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:45090/solr/.system_shard1_replica_n1/&wt=javabin&version=2}{add=[170abeaba9cT8x0klvbsuw0e4106rwq9qjv5 (1660349057153892352)]} 0 3
   [junit4]   2> 2978881 INFO  (qtp410626152-37900) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [.system_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[170abeaba9cT8x0klvbsuw0e4106rwq9qjv5 (1660349057153892352)]} 0 54
   [junit4]   2> 2978883 INFO  (qtp410626152-37904) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660349057211564032,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2978883 INFO  (qtp410626152-37904) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@2be57a15 commitCommandVersion:1660349057211564032
   [junit4]   2> 2978885 INFO  (qtp1176965851-37901) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1660349057213661184,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2978885 INFO  (qtp1176965851-37901) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.SolrIndexWriter Calling setCommitData with IW:org.apache.solr.update.SolrIndexWriter@177b95ef commitCommandVersion:1660349057213661184
   [junit4]   2> 2978890 INFO  (qtp410626152-37904) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@54d90abf[.system_shard1_replica_n1] main]
   [junit4]   2> 2978890 INFO  (qtp1176965851-37901) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@19bd8b8f[.system_shard1_replica_n2] main]
   [junit4]   2> 2978891 INFO  (qtp410626152-37904) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2978891 INFO  (qtp1176965851-37901) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2978894 INFO  (searcherExecutor-8854-thread-1-processing-n:127.0.0.1:45090_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1] Registered new searcher Searcher@54d90abf[.system_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.6.0):C1:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.6.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-170-generic, timestamp=1583432252135}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2978894 INFO  (searcherExecutor-8855-thread-1-processing-n:127.0.0.1:35840_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [.system_shard1_replica_n2] Registered new searcher Searcher@19bd8b8f[.system_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.6.0):C1:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.6.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-170-generic, timestamp=1583432252135}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2978894 INFO  (qtp1176965851-37901) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [.system_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:45090/solr/.system_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 10
   [junit4]   2> 2978895 INFO  (qtp410626152-37904) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [.system_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=.system:6&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 13
   [junit4]   2> 2978906 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={action=STATUS&indexInfo=true&wt=javabin&version=2} status=0 QTime=9
   [junit4]   2> 2978914 INFO  (qtp1176965851-37901) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2978918 INFO  (OverseerCollectionConfigSetProcessor-72398891125637126-127.0.0.1:45090_solr-n_0000000000) [n:127.0.0.1:45090_solr     ] 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> 2978932 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.SchemaManager managed schema loaded . version : 0 
   [junit4]   2> 2978934 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection or core
   [junit4]   2> 2978938 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 2978939 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.ZkController Persisted config data to node /configs/.system/managed-schema 
   [junit4]   2> 2978939 INFO  (zkCallback-11667-thread-2) [     ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/.system/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 2978939 INFO  (zkCallback-11655-thread-3) [     ] o.a.s.s.ZkIndexSchemaReader A schema change: WatchedEvent state:SyncConnected type:NodeDataChanged path:/configs/.system/managed-schema, has occurred - updating schema from ZooKeeper ...
   [junit4]   2> 2978940 INFO  (zkCallback-11655-thread-3) [     ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 2978940 INFO  (Thread-7603) [     ] o.a.s.c.SolrCore config update listener called for core .system_shard1_replica_n1
   [junit4]   2> 2978940 INFO  (Thread-7604) [     ] o.a.s.c.SolrCore config update listener called for core .system_shard1_replica_n2
   [junit4]   2> 2978941 INFO  (zkCallback-11655-thread-3) [     ] o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection or core
   [junit4]   2> 2978941 INFO  (Thread-7603) [     ] o.a.s.c.SolrCore core reload .system_shard1_replica_n1
   [junit4]   2> 2978942 INFO  (Thread-7604) [     ] o.a.s.c.SolrCore core reload .system_shard1_replica_n2
   [junit4]   2> 2978945 INFO  (zkCallback-11655-thread-3) [     ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 2978945 INFO  (zkCallback-11655-thread-3) [     ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 5 ms
   [junit4]   2> 2978960 INFO  (Thread-7603) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 2978971 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 2978985 INFO  (Thread-7603) [     ] o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection or core
   [junit4]   2> 2979037 INFO  (Thread-7603) [     ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 2979037 INFO  (Thread-7603) [     ] o.a.s.c.CoreContainer Reloading SolrCore '.system_shard1_replica_n1' using configuration from configset .system
   [junit4]   2> 2979039 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection or core
   [junit4]   2> 2979056 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 2979056 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.CoreContainer Reloading SolrCore '.system_shard1_replica_n2' using configuration from configset .system
   [junit4]   2> 2979157 INFO  (Thread-7603) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45090.solr.core..system.shard1.replica_n1' (registry 'solr.core..system.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0d09ee
   [junit4]   2> 2979157 INFO  (Thread-7603) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [[.system_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_52C9B8581DF600F7-001/tempDir-001/node1/.system_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_52C9B8581DF600F7-001/tempDir-001/node1/./.system_shard1_replica_n1/data/]
   [junit4]   2> 2979206 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35840.solr.core..system.shard1.replica_n2' (registry 'solr.core..system.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0d09ee
   [junit4]   2> 2979206 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [[.system_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_52C9B8581DF600F7-001/tempDir-001/node2/.system_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_52C9B8581DF600F7-001/tempDir-001/node2/./.system_shard1_replica_n2/data/]
   [junit4]   2> 2979319 INFO  (Thread-7603) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 2979319 INFO  (Thread-7603) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2979348 INFO  (Thread-7603) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@23714040[.system_shard1_replica_n1] main]
   [junit4]   2> 2979366 INFO  (Thread-7603) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 2979366 INFO  (Thread-7603) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 2979366 INFO  (Thread-7603) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 2979367 INFO  (Thread-7603) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 1 is already the latest
   [junit4]   2> 2979367 INFO  (Thread-7603) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2979391 INFO  (Thread-7603) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2979403 INFO  (searcherExecutor-8864-thread-1-processing-n:127.0.0.1:45090_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1] Registered new searcher Searcher@23714040[.system_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.6.0):C1:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.6.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-170-generic, timestamp=1583432252135}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2979404 INFO  (Thread-7603) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@2bd10945[.system_shard1_replica_n1] main]
   [junit4]   2> 2979404 INFO  (Thread-7603) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@2ebcb677
   [junit4]   2> 2979404 INFO  (Thread-7603) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core..system.shard1.replica_n1, tag=SolrCore@2ebcb677
   [junit4]   2> 2979404 INFO  (Thread-7603) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@557c82b4: rootName = solr_45090, domain = solr.core..system.shard1.replica_n1, service url = null, agent id = null] for registry solr.core..system.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@4b89008f
   [junit4]   2> 2979493 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 2979493 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2979508 INFO  (searcherExecutor-8864-thread-1-processing-n:127.0.0.1:45090_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1] Registered new searcher Searcher@2bd10945[.system_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.6.0):C1:[diagnostics={java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.6.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-170-generic, timestamp=1583432252135}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2979553 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@370531a0[.system_shard1_replica_n2] main]
   [junit4]   2> 2979555 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 2979555 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 2979555 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 2979556 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 1 is already the latest
   [junit4]   2> 2979556 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2979557 INFO  (Thread-7603) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection..system.shard1.leader, tag=SolrCore@2ebcb677
   [junit4]   2> 2979559 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2979563 INFO  (searcherExecutor-8865-thread-1-processing-n:127.0.0.1:35840_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [.system_shard1_replica_n2] Registered new searcher Searcher@370531a0[.system_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.6.0):C1:[diagnostics={os=Linux, java.vendor=Oracle Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.6.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-170-generic, timestamp=1583432252135}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2979564 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@70631f70[.system_shard1_replica_n2] main]
   [junit4]   2> 2979565 INFO  (zkCallback-11667-thread-2) [     ] o.a.s.s.ZkIndexSchemaReader Retrieved schema version 1 from ZooKeeper
   [junit4]   2> 2979566 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Waiting up to 599 secs for 1 replicas to apply schema update version 1 for collection .system
   [junit4]   2> 2979568 INFO  (zkCallback-11667-thread-2) [     ] o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection or core
   [junit4]   2> 2979571 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.S.Request [.system_shard1_replica_n1]  webapp=/solr path=/schema/zkversion params={refreshIfBelowVersion=1&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2979572 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ManagedIndexSchema Took 7.0ms for 1 replicas to apply schema update version 1 for collection .system
   [junit4]   2> 2979572 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.S.Request [.system_shard1_replica_n2]  webapp=/solr path=/schema params={wt=javabin&version=2} status=0 QTime=641
   [junit4]   2> 2979572 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [.system_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@65257a15
   [junit4]   2> 2979572 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core..system.shard1.replica_n2, tag=SolrCore@65257a15
   [junit4]   2> 2979572 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@309ab097: rootName = solr_35840, domain = solr.core..system.shard1.replica_n2, service url = null, agent id = null] for registry solr.core..system.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@6ea62d6b
   [junit4]   2> 2979575 INFO  (searcherExecutor-8865-thread-1-processing-n:127.0.0.1:35840_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [.system_shard1_replica_n2] Registered new searcher Searcher@70631f70[.system_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.6.0):C1:[diagnostics={java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.6.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-170-generic, timestamp=1583432252135}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2979584 INFO  (zkCallback-11667-thread-2) [     ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 2979584 INFO  (zkCallback-11667-thread-2) [     ] o.a.s.s.ZkIndexSchemaReader Finished refreshing schema in 19 ms
   [junit4]   2> 2979596 INFO  (Thread-7604) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 2979626 INFO  (Thread-7604) [     ] o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection or core
   [junit4]   2> 2979639 INFO  (Thread-7604) [     ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 2979639 INFO  (Thread-7604) [     ] o.a.s.c.CoreContainer Reloading SolrCore '.system_shard1_replica_n2' using configuration from configset .system
   [junit4]   2> 2979641 INFO  (qtp1176965851-37898) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection..system.shard1.leader, tag=SolrCore@65257a15
   [junit4]   2> 2979643 INFO  (qtp410626152-37902) [n:127.0.0.1:45090_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :reload with params name=.system&action=RELOAD&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2979645 INFO  (OverseerThreadFactory-8842-thread-2-processing-n:127.0.0.1:45090_solr) [n:127.0.0.1:45090_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=RELOAD, asyncId=null
   [junit4]   2> 2979658 INFO  (qtp410626152-37900) [n:127.0.0.1:45090_solr    x:.system_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 2979684 INFO  (qtp410626152-37900) [n:127.0.0.1:45090_solr    x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection or core
   [junit4]   2> 2979689 INFO  (qtp410626152-37900) [n:127.0.0.1:45090_solr    x:.system_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 2979689 INFO  (qtp410626152-37900) [n:127.0.0.1:45090_solr    x:.system_shard1_replica_n1 ] o.a.s.c.CoreContainer Reloading SolrCore '.system_shard1_replica_n1' using configuration from configset .system
   [junit4]   2> 2979822 INFO  (Thread-7604) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35840.solr.core..system.shard1.replica_n2' (registry 'solr.core..system.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0d09ee
   [junit4]   2> 2979822 INFO  (Thread-7604) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [[.system_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_52C9B8581DF600F7-001/tempDir-001/node2/.system_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_52C9B8581DF600F7-001/tempDir-001/node2/./.system_shard1_replica_n2/data/]
   [junit4]   2> 2979884 INFO  (qtp410626152-37900) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_45090.solr.core..system.shard1.replica_n1' (registry 'solr.core..system.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5e0d09ee
   [junit4]   2> 2979884 INFO  (qtp410626152-37900) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [[.system_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_52C9B8581DF600F7-001/tempDir-001/node1/.system_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_52C9B8581DF600F7-001/tempDir-001/node1/./.system_shard1_replica_n1/data/]
   [junit4]   2> 2979912 INFO  (Thread-7604) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 2979912 INFO  (Thread-7604) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2979916 INFO  (Thread-7604) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@29dd01ec[.system_shard1_replica_n2] main]
   [junit4]   2> 2979926 INFO  (Thread-7604) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 2979927 INFO  (Thread-7604) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 2979927 INFO  (Thread-7604) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 2979927 INFO  (Thread-7604) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 1 is already the latest
   [junit4]   2> 2979927 INFO  (Thread-7604) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2979930 INFO  (Thread-7604) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2979934 INFO  (searcherExecutor-8873-thread-1-processing-n:127.0.0.1:35840_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [.system_shard1_replica_n2] Registered new searcher Searcher@29dd01ec[.system_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.6.0):C1:[diagnostics={java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.6.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-170-generic, timestamp=1583432252135}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2979935 INFO  (Thread-7604) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@5e470c6e[.system_shard1_replica_n2] main]
   [junit4]   2> 2979935 INFO  (Thread-7604) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [.system_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@730297bf
   [junit4]   2> 2979935 INFO  (Thread-7604) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core..system.shard1.replica_n2, tag=SolrCore@730297bf
   [junit4]   2> 2979935 INFO  (Thread-7604) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@152cf457: rootName = solr_35840, domain = solr.core..system.shard1.replica_n2, service url = null, agent id = null] for registry solr.core..system.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@6ea62d6b
   [junit4]   2> 2979939 INFO  (searcherExecutor-8873-thread-1-processing-n:127.0.0.1:35840_solr x:.system_shard1_replica_n2 c:.system s:shard1 r:core_node4) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.c.SolrCore [.system_shard1_replica_n2] Registered new searcher Searcher@5e470c6e[.system_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.6.0):C1:[diagnostics={java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.6.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-170-generic, timestamp=1583432252135}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2979962 INFO  (Thread-7604) [n:127.0.0.1:35840_solr c:.system s:shard1 r:core_node4 x:.system_shard1_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection..system.shard1.leader, tag=SolrCore@730297bf
   [junit4]   2> 2979978 INFO  (qtp1176965851-37903) [n:127.0.0.1:35840_solr    x:.system_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 2979996 INFO  (qtp1176965851-37903) [n:127.0.0.1:35840_solr    x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema [.system_shard1_replica_n2] Schema name=_system collection or core
   [junit4]   2> 2980009 INFO  (qtp1176965851-37903) [n:127.0.0.1:35840_solr    x:.system_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 2980009 INFO  (qtp1176965851-37903) [n:127.0.0.1:35840_solr    x:.system_shard1_replica_n2 ] o.a.s.c.CoreContainer Reloading SolrCore '.system_shard1_replica_n2' using configuration from configset .system
   [junit4]   2> 2980024 INFO  (qtp410626152-37900) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 2980024 INFO  (qtp410626152-37900) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2980030 INFO  (qtp410626152-37900) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.SolrIndexSearcher Opening [Searcher@52b71bff[.system_shard1_replica_n1] main]
   [junit4]   2> 2980041 INFO  (qtp410626152-37900) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 2980041 INFO  (qtp410626152-37900) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 2980041 INFO  (qtp410626152-37900) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 2980042 INFO  (qtp410626152-37900) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 1 is already the latest
   [junit4]   2> 2980042 INFO  (qtp410626152-37900) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2980053 INFO  (qtp410626152-37900) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 2980129 INFO  (searcherExecutor-8874-thread-1-processing-n:127.0.0.1:45090_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node3) [n:127.0.0.1:45090_solr c:.system s:shard1 r:core_node3 x:.system_shard1_replica_n1 ] o.a.s.c.SolrCore [.system_shard1_replica_n1] Registered new searcher Searcher@52b71bff[.system_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.6.0):C1:[diagnostics={java.vendor=Oracle Corporation, os=Linux, java.version=1.8.0_191, java.vm.version=25.191-b12, lucene.version=8.6.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-170-generic, timestamp=1583432252135}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2980130 INFO  (qtp410626152-37900) [n

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

FO  (jetty-closer-11706-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@170410e9: rootName = solr_35840, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@78244fbb
   [junit4]   2> 3041253 INFO  (jetty-closer-11706-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 3041253 INFO  (jetty-closer-11706-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1524224b: rootName = solr_35840, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@2bae0a5f
   [junit4]   2> 3041264 INFO  (jetty-closer-11706-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 3041264 INFO  (jetty-closer-11706-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@248dd4f1: rootName = solr_35840, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@331859d1
   [junit4]   2> 3041264 INFO  (jetty-closer-11706-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 3041266 INFO  (closeThreadPool-11710-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72398891125637128-127.0.0.1:35840_solr-n_0000000001) closing
   [junit4]   2> 3041266 INFO  (OverseerStateUpdate-72398891125637128-127.0.0.1:35840_solr-n_0000000001) [n:127.0.0.1:35840_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:35840_solr
   [junit4]   2> 3041266 INFO  (OverseerAutoScalingTriggerThread-72398891125637128-127.0.0.1:35840_solr-n_0000000001) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 3041292 INFO  (closeThreadPool-11710-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72398891125637128-127.0.0.1:35840_solr-n_0000000001) closing
   [junit4]   2> 3041369 INFO  (jetty-closer-11706-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72398891125637128-127.0.0.1:35840_solr-n_0000000001) closing
   [junit4]   2> 3041370 INFO  (jetty-closer-11706-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@4cdf79ab{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 3041371 INFO  (jetty-closer-11706-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3418d37c{/solr,null,UNAVAILABLE}
   [junit4]   2> 3041371 INFO  (jetty-closer-11706-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 3041372 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 3041575 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> 	8	/solr/collections/.system/terms/shard1
   [junit4]   2> 	7	/solr/configs/.system/managed-schema
   [junit4]   2> 	7	/solr/aliases.json
   [junit4]   2> 	4	/solr/configs/.system
   [junit4]   2> 	3	/solr/collections/.system/state.json
   [junit4]   2> 	3	/solr/collections/.system/collectionprops.json
   [junit4]   2> 	2	/solr/packages.json
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	27	/solr/collections/.system/state.json
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	2	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/configs/.system/managed-schema
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	31	/solr/overseer/queue
   [junit4]   2> 	20	/solr/overseer/collection-queue-work
   [junit4]   2> 	15	/solr/collections
   [junit4]   2> 	13	/solr/live_nodes
   [junit4]   2> 	2	/solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2> 	2	/solr/autoscaling/events/.auto_add_replicas
   [junit4]   2> 	2	/solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 3041577 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:37907
   [junit4]   2> 3041577 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37907
   [junit4]   2> 3041577 INFO  (SUITE-SystemCollectionCompatTest-seed#[52C9B8581DF600F7]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37907
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J0/temp/solr.cloud.SystemCollectionCompatTest_52C9B8581DF600F7-001
   [junit4]   2> Mar 05, 2020 6:18:35 PM 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): {id=BlockTreeOrds(blocksize=128), type=PostingsFormat(name=LuceneVarGapFixedInterval)}, docValues:{_version_=DocValuesFormat(name=Lucene80), time_l=DocValuesFormat(name=Lucene80), timestamp=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=1089, maxMBSortInHeap=5.9121437917818245, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@70590570), locale=ko-KR, timezone=America/Tegucigalpa
   [junit4]   2> NOTE: Linux 4.4.0-170-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=8,threads=1,free=142975424,total=525336576
   [junit4]   2> NOTE: All tests run in this JVM: [TestSmileRequest, DistributedQueryComponentOptimizationTest, SignificantTermsQParserPluginTest, DistribJoinFromCollectionTest, TestRandomRequestDistribution, TestSolrDeletionPolicy1, FileBasedSpellCheckerTest, ScheduledTriggerIntegrationTest, SpellCheckCollatorWithCollapseTest, UUIDUpdateProcessorFallbackTest, LoggingHandlerTest, TestPullReplicaErrorHandling, NumericFieldsTest, AnalysisAfterCoreReloadTest, TestPerFieldSimilarityWithDefaultOverride, TestInPlaceUpdatesRequiredField, TestCustomStream, TestConfigSetsAPI, TestSolrConfigHandlerCloud, TestCloudPivotFacet, TestCloudJSONFacetJoinDomain, CdcrBootstrapTest, Tagger2Test, TestCloudDeleteByQuery, XmlUpdateRequestHandlerTest, TriggerSetPropertiesIntegrationTest, DocumentBuilderTest, TestOverriddenPrefixQueryForCustomFieldType, SolrCoreTest, OverseerModifyCollectionTest, SolrMetricsIntegrationTest, TestSimDistribStateManager, TestLegacyNumericRangeQueryBuilder, TestDefaultStatsCache, HDFSCollectionsAPITest, QueryElevationComponentTest, RoutingToNodesWithPropertiesTest, PeerSyncWithBufferUpdatesTest, TestUseDocValuesAsStored2, TestCoreBackup, CurrencyFieldTypeTest, ActionThrottleTest, TestGroupingSearch, TestCryptoKeys, TestFieldCache, TestBlobHandler, TestSolrCoreProperties, ParsingFieldUpdateProcessorsTest, HdfsLockFactoryTest, TestSimScenario, TestCustomSort, XMLAtomicUpdateMultivalueTest, SolrIndexSplitterTest, TestLegacyFieldCache, TestInfoStreamLogging, TestFilteredDocIdSet, CreateRoutedAliasTest, PKIAuthenticationIntegrationTest, CleanupOldIndexTest, TestTlogReplica, PeerSyncWithLeaderTest, TestSystemIdResolver, ClusterStateTest, ConfigureRecoveryStrategyTest, TestSolrJ, TestSolrCloudWithKerberosAlt, PrimUtilsTest, IndexSizeTriggerMixedBoundsTest, TestSearchPerf, TestCloudSchemaless, TestSurroundQueryParser, SolrCmdDistributorTest, BlockJoinFacetSimpleTest, TermVectorComponentDistributedTest, TestClassicSimilarityFactory, SystemInfoHandlerTest, AtomicUpdatesTest, JSONWriterTest, TestValueSourceCache, TestNumericRangeQuery32, NodeMarkersRegistrationTest, MoveReplicaHDFSTest, InfixSuggestersTest, CheckHdfsIndexTest, TestConfigsApi, TestReversedWildcardFilterFactory, TestRTGBase, TestReplicaProperties, OutOfBoxZkACLAndCredentialsProvidersTest, TestPushWriter, TestBinaryField, LegacyCloudClusterPropTest, SparseHLLTest, SolrPluginUtilsTest, TestZkChroot, RecoveryAfterSoftCommitTest, SecurityConfHandlerTest, HighlighterMaxOffsetTest, TestFieldCollectionResource, RemoteQueryErrorTest, BJQParserTest, DocExpirationUpdateProcessorFactoryTest, ZkControllerTest, TestSolrXml, TestExactStatsCache, TestReRankQParserPlugin, TestDocBasedVersionConstraints, IndexSchemaTest, ChaosMonkeySafeLeaderTest, TestDistributedStatsComponentCardinality, OverseerTest, FieldAnalysisRequestHandlerTest, TestPostingsSolrHighlighter, LeaderElectionIntegrationTest, HLLSerializationTest, RegexBytesRefFilterTest, TestRecoveryHdfs, TestSortableTextField, NodeAddedTriggerTest, ReplicationFactorTest, SolrJmxReporterTest, BooleanFieldTest, AsyncCallRequestStatusResponseTest, CdcrRequestHandlerTest, TestRestoreCore, TestManagedResourceStorage, TimeZoneUtilsTest, TestCopyFieldCollectionResource, IgnoreLargeDocumentProcessorFactoryTest, DaemonStreamApiTest, TestSizeLimitedDistributedMap, HttpPartitionTest, CursorPagingTest, TestAnalyzeInfixSuggestions, FullSolrCloudDistribCmdsTest, SolrCoreMetricManagerTest, SuggesterTSTTest, TestComplexPhraseLeadingWildcard, UnloadDistributedZkTest, TestSolrCloudSnapshots, AuditLoggerPluginTest, CollectionStateFormat2Test, TestNestedDocsSort, HdfsSyncSliceTest, ClassificationUpdateProcessorIntegrationTest, BasicDistributedZk2Test, BasicZkTest, ConfigSetsAPITest, DeleteNodeTest, DeleteReplicaTest, LeaderTragicEventTest, LeaderVoteWaitTimeoutTest, OverseerCollectionConfigSetProcessorTest, OverseerSolrResponseUnsafeSerializationTest, OverseerStatusTest, PackageManagerCLITest, SliceStateTest, SolrCLIZkUtilsTest, SolrXmlInZkTest, SystemCollectionCompatTest]
   [junit4] Completed [517/901 (1!)] on J0 in 70.96s, 1 test, 1 failure <<< FAILURES!

[...truncated 53865 lines...]

[JENKINS] Lucene-Solr-Tests-8.x - Build # 1275 - Still Unstable

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

1 tests failed.
FAILED:  org.apache.lucene.index.TestIndexWriterMergePolicy.testMergeOnCommit

Error Message:
expected:<1> but was:<8>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<8>
	at __randomizedtesting.SeedInfo.seed([EB7D569594313C9D:CFFB4C9275D4DEBD]: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.lucene.index.TestIndexWriterMergePolicy.testMergeOnCommit(TestIndexWriterMergePolicy.java:400)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 1727 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterMergePolicy
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterMergePolicy -Dtests.method=testMergeOnCommit -Dtests.seed=EB7D569594313C9D -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=is -Dtests.timezone=Africa/Kampala -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] FAILURE 15.6s J0 | TestIndexWriterMergePolicy.testMergeOnCommit <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1> but was:<8>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([EB7D569594313C9D:CFFB4C9275D4DEBD]:0)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterMergePolicy.testMergeOnCommit(TestIndexWriterMergePolicy.java:400)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] IGNOR/A 0.00s J0 | TestIndexWriterMergePolicy.testMaxBufferedDocsChange
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> Mar 05, 2020 10:35:00 PM 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), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@cd01d6), locale=is, timezone=Africa/Kampala
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=213723496,total=277872640
   [junit4]   2> NOTE: All tests run in this JVM: [TestBytesRef, TestLatLonPoint, TestTermsEnum2, TestMaxPosition, TestDateTools, TestOmitTf, TestTryDelete, TestReusableStringReader, TestConstantScoreScorer, TestDeterminism, TestAnalyzerWrapper, TestSimpleWKTShapeParsing, TestLatLonPointShapeQueries, TestClassicSimilarity, TestXYLine, TestLogMergePolicy, TestSetOnce, TestDuelingCodecs, TestWordlistLoader, TestDocValuesIndexing, TestLine2D, TestAxiomaticF3EXP, TestFilterWeight, TestXYPointDistanceSort, TestSloppyPhraseQuery2, TestDocIdSetIterator, TestCharArraySet, Test2BSortedDocValuesOrds, TestRollingUpdates, TestPrefixRandom, TestAllFilesHaveChecksumFooter, TestDirectPacked, TestMaxScoreAccumulator, TestLucene84PostingsFormat, TestWildcard, TestFSTs, TestDoubleRangeFieldQueries, TestSortedSetSortField, TestParallelCompositeReader, TestNRTReaderCleanup, TestTermVectors, TestIndexWriterForceMerge, TestLMDirichletSimilarity, Test2BNumericDocValues, TestNIOFSDirectory, TestBagOfPositions, TestSimilarityBase, TestXYMultiPolygonShapeQueries, TestIndexManyDocuments, TestSimilarityProvider, TestMultiCollector, TestByteArrayDataInput, TestDateSort, TestTopFieldCollector, TestSwappedIndexFiles, TestGraphTokenStreamFiniteStrings, TestBooleanRewrites, TestTotalHits, TestMultiset, TestSimpleFSLockFactory, TestNamedSPILoader, TestLRUQueryCache, TestIndexWriterNRTIsCurrent, TestSpanExplanationsOfNonMatches, TestNeverDelete, TestSpanNearQuery, TestDocumentWriter, TestMixedCodecs, TestIndexedDISI, TestElevationComparator, TestIndexWriterDeleteByQuery, TestLatLonShapeEncoding, TestLucene50CompoundFormat, TestFastCompressionMode, TestPositiveScoresOnlyCollector, TestFieldReuse, TestNoMergePolicy, TestConjunctionDISI, Test2BPostings, TestXYLineShapeQueries, TestCircle2D, TestStressAdvance, TestAssertions, TestAxiomaticF1LOG, TestRecyclingByteBlockAllocator, TestFilterDirectory, TestDocInverterPerFieldErrorInfo, TestPersistentSnapshotDeletionPolicy, TestLowercaseAsciiCompression, TestSimpleExplanationsWithFillerDocs, TestFilterSpans, TestDelegatingAnalyzerWrapper, TestDoc, TestMergeSchedulerExternal, TestSearch, TestGraphTokenizers, TestPackedTokenAttributeImpl, TestSimpleAttributeImpl, TestLucene50StoredFieldsFormatHighCompression, TestLucene60PointsFormat, TestForDeltaUtil, TestPerFieldDocValuesFormat, TestLatLonMultiPointShapeQueries, TestLatLonMultiPolygonShapeQueries, TestXYShapeEncoding, TestPolygon, TestXYCircle, TestXYPolygon, TestXYRectangle, Test2BBinaryDocValues, Test2BSortedDocValuesFixedSorted, Test4GBStoredFields, TestAddIndexes, TestBinaryDocValuesUpdates, TestConsistentFieldNumbers, TestDeletionPolicy, TestDirectoryReaderReopen, TestFilterCodecReader, TestFilterMergePolicy, TestForceMergeForever, TestIndexReaderClose, TestIndexTooManyDocs, TestIndexWriterConfig, TestIndexWriterLockRelease, TestIndexWriterMergePolicy]
   [junit4] Completed [400/563 (1!)] on J0 in 16.93s, 8 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 66932 lines...]

[JENKINS] Lucene-Solr-Tests-8.x - Build # 1274 - Still Unstable

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

1 tests failed.
FAILED:  org.apache.lucene.index.TestIndexWriterMergePolicy.testMergeOnCommit

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

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<4>
	at __randomizedtesting.SeedInfo.seed([E615DDD4ACFDCF6:2AE747DAAB2A3ED6]: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.lucene.index.TestIndexWriterMergePolicy.testMergeOnCommit(TestIndexWriterMergePolicy.java:400)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 478 lines...]
   [junit4] Suite: org.apache.lucene.index.TestIndexWriterMergePolicy
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestIndexWriterMergePolicy -Dtests.method=testMergeOnCommit -Dtests.seed=E615DDD4ACFDCF6 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=fi -Dtests.timezone=EST -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] FAILURE 16.8s J1 | TestIndexWriterMergePolicy.testMergeOnCommit <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: expected:<1> but was:<4>
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([E615DDD4ACFDCF6:2AE747DAAB2A3ED6]:0)
   [junit4]    > 	at org.apache.lucene.index.TestIndexWriterMergePolicy.testMergeOnCommit(TestIndexWriterMergePolicy.java:400)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4] IGNOR/A 0.00s J1 | TestIndexWriterMergePolicy.testMaxBufferedDocsChange
   [junit4]    > Assumption #1: 'nightly' test group is disabled (@Nightly())
   [junit4]   2> Mar 05, 2020 7:50:34 PM 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): {date=PostingsFormat(name=MockRandom), docid=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene84)), titleTokenized=PostingsFormat(name=Asserting), body=PostingsFormat(name=MockRandom), title=FST50, content=PostingsFormat(name=Asserting)}, docValues:{date=DocValuesFormat(name=Direct), docid_intDV=DocValuesFormat(name=Lucene80), docid_int=DocValuesFormat(name=Asserting), docid=DocValuesFormat(name=Asserting), titleTokenized=DocValuesFormat(name=Lucene80), title=DocValuesFormat(name=Lucene80), body=DocValuesFormat(name=Direct), titleDV=DocValuesFormat(name=Direct), content=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=323, maxMBSortInHeap=6.834448518408503, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@716ebb73), locale=fi, timezone=EST
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 1.8.0_191 (64-bit)/cpus=4,threads=1,free=225760560,total=346554368
   [junit4]   2> NOTE: All tests run in this JVM: [TestSameTokenSamePosition, TestMixedDocValuesUpdates, TestConjunctions, TestBufferedChecksum, TestLMJelinekMercerSimilarity, TestStressNRT, TestFeatureField, TestSingleInstanceLockFactory, TestCodecUtil, TestIndexWriterFromReader, TestSpanTermQuery, TestMmapDirectory, TestBasics, TestIndexWriterMergePolicy]
   [junit4] Completed [57/563 (1!)] on J1 in 19.72s, 8 tests, 1 failure, 1 skipped <<< FAILURES!

[...truncated 68173 lines...]