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

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk-12.0.2) - Build # 1090 - Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1090/
Java: 64bit/jdk-12.0.2 -XX:+UseCompressedOops -XX:+UseG1GC

2 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.SolrXmlInZkTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.SolrXmlInZkTest:     1) Thread[id=18815, name=SessionTracker, state=TIMED_WAITING, group=TGRP-SolrXmlInZkTest]         at java.base@12.0.2/java.lang.Thread.sleep(Native Method)         at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.SolrXmlInZkTest: 
   1) Thread[id=18815, name=SessionTracker, state=TIMED_WAITING, group=TGRP-SolrXmlInZkTest]
        at java.base@12.0.2/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
	at __randomizedtesting.SeedInfo.seed([89352B56B6F9C192]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.search.stats.TestExactStatsCache

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
	at __randomizedtesting.SeedInfo.seed([89352B56B6F9C192]:0)




Build Log:
[...truncated 15142 lines...]
   [junit4] Suite: org.apache.solr.cloud.SolrXmlInZkTest
   [junit4]   2> 1083167 INFO  (SUITE-SolrXmlInZkTest-seed#[89352B56B6F9C192]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1083167 INFO  (SUITE-SolrXmlInZkTest-seed#[89352B56B6F9C192]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1083167 INFO  (SUITE-SolrXmlInZkTest-seed#[89352B56B6F9C192]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.SolrXmlInZkTest_89352B56B6F9C192-001/data-dir-118-001
   [junit4]   2> 1083168 WARN  (SUITE-SolrXmlInZkTest-seed#[89352B56B6F9C192]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 1083168 INFO  (SUITE-SolrXmlInZkTest-seed#[89352B56B6F9C192]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1083168 INFO  (SUITE-SolrXmlInZkTest-seed#[89352B56B6F9C192]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 1083171 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testNotInZkOrOnDisk
   [junit4]   2> 1083176 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1083177 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1083177 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1083279 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer start zk server on port: 60905
   [junit4]   2> 1083279 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:60905
   [junit4]   2> 1083279 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60905
   [junit4]   2> 1083279 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60905
   [junit4]   2> 1083281 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1083285 INFO  (zkConnectionManagerCallback-12748-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1083285 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1083289 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1083291 INFO  (zkConnectionManagerCallback-12750-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1083291 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1083293 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1083295 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1083297 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1083298 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1083300 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1083302 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1083304 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1083305 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1083307 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1083309 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1083310 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1083313 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1083314 INFO  (zkConnectionManagerCallback-12752-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1083314 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1083418 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.SolrXmlInZkTest ####SETUP_START testNotInZkOrOnDisk
   [junit4]   2> 1083419 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1083422 INFO  (zkConnectionManagerCallback-12754-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1083422 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1083524 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1083524 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.SolrXmlInZkTest_89352B56B6F9C192-001/tempDir-001/home/solr.xml
   [junit4]   2> 1083524 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1083735 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:60905
   [junit4]   2> 1083735 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60905
   [junit4]   2> 1083735 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60905
   [junit4]   2> 1083736 INFO  (TEST-SolrXmlInZkTest.testNotInZkOrOnDisk-seed#[89352B56B6F9C192]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testNotInZkOrOnDisk
   [junit4]   2> 1083740 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testOnDiskOnly
   [junit4]   2> 1083745 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1083745 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1083745 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1083852 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer start zk server on port: 60916
   [junit4]   2> 1083852 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:60916
   [junit4]   2> 1083852 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60916
   [junit4]   2> 1083852 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60916
   [junit4]   2> 1083855 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1083859 INFO  (zkConnectionManagerCallback-12756-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1083859 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1083864 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1083867 INFO  (zkConnectionManagerCallback-12758-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1083867 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1083870 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1083872 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1083874 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1083876 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1083878 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1083880 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1083882 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1083885 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1083887 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1083889 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1083890 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1083893 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1083896 INFO  (zkConnectionManagerCallback-12760-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1083896 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1083998 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.SolrXmlInZkTest ####SETUP_START testOnDiskOnly
   [junit4]   2> 1083999 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1084003 INFO  (zkConnectionManagerCallback-12762-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1084003 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1084109 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1084109 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.SolrXmlInZkTest_89352B56B6F9C192-001/tempDir-002/home/solr.xml
   [junit4]   2> 1084112 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@eda8f51, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1084112 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.SolrXmlInZkTest ####SETUP_END testOnDiskOnly
   [junit4]   2> 1084113 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1084330 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:60916
   [junit4]   2> 1084330 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60916
   [junit4]   2> 1084330 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60916
   [junit4]   2> 1084331 INFO  (TEST-SolrXmlInZkTest.testOnDiskOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testOnDiskOnly
   [junit4]   2> 1084336 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testXmlInZkOnly
   [junit4]   2> 1084340 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1084340 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1084341 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1084440 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer start zk server on port: 60927
   [junit4]   2> 1084441 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:60927
   [junit4]   2> 1084441 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60927
   [junit4]   2> 1084441 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60927
   [junit4]   2> 1084443 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1084449 INFO  (zkConnectionManagerCallback-12764-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1084449 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1084453 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1084456 INFO  (zkConnectionManagerCallback-12766-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1084456 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1084459 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1084462 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1084465 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1084468 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1084471 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1084474 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1084476 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1084479 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1084481 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1084484 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1084487 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1084490 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1084492 INFO  (zkConnectionManagerCallback-12768-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1084492 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1084595 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.SolrXmlInZkTest ####SETUP_START testXmlInZkOnly
   [junit4]   2> 1084596 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1084602 INFO  (zkConnectionManagerCallback-12770-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1084602 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1084609 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1084613 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@eda8f51, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1084716 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.SolrXmlInZkTest ####SETUP_END testXmlInZkOnly
   [junit4]   2> 1084716 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1084930 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:60927
   [junit4]   2> 1084930 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60927
   [junit4]   2> 1084930 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60927
   [junit4]   2> 1084931 INFO  (TEST-SolrXmlInZkTest.testXmlInZkOnly-seed#[89352B56B6F9C192]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testXmlInZkOnly
   [junit4]   2> 1084936 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testXmlOnBoth
   [junit4]   2> 1084942 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1084943 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1084943 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1085049 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer start zk server on port: 60945
   [junit4]   2> 1085049 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:60945
   [junit4]   2> 1085049 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60945
   [junit4]   2> 1085049 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60945
   [junit4]   2> 1085053 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1085064 INFO  (zkConnectionManagerCallback-12772-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1085065 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1085071 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1085075 INFO  (zkConnectionManagerCallback-12774-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1085075 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1085078 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1085081 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1085083 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1085086 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1085088 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1085091 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1085094 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1085097 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1085100 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1085102 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1085104 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1085108 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1085118 INFO  (zkConnectionManagerCallback-12776-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1085118 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1085222 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.SolrXmlInZkTest ####SETUP_START testXmlOnBoth
   [junit4]   2> 1085223 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1085225 INFO  (zkConnectionManagerCallback-12778-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1085225 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1085226 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1085230 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@eda8f51, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1085332 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.SolrXmlInZkTest ####SETUP_END testXmlOnBoth
   [junit4]   2> 1085332 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1085551 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:60945
   [junit4]   2> 1085551 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60945
   [junit4]   2> 1085551 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60945
   [junit4]   2> 1085552 INFO  (TEST-SolrXmlInZkTest.testXmlOnBoth-seed#[89352B56B6F9C192]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testXmlOnBoth
   [junit4]   2> 1085557 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testNotInZkFallbackLocal
   [junit4]   2> 1085564 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1085564 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1085564 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1085674 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer start zk server on port: 60965
   [junit4]   2> 1085674 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:60965
   [junit4]   2> 1085675 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60965
   [junit4]   2> 1085675 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60965
   [junit4]   2> 1085679 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1085684 INFO  (zkConnectionManagerCallback-12780-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1085684 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1085692 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1085697 INFO  (zkConnectionManagerCallback-12782-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1085697 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1085701 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.xml to /configs/conf1/solrconfig.xml
   [junit4]   2> 1085704 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/schema.xml to /configs/conf1/schema.xml
   [junit4]   2> 1085707 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 1085711 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/stopwords.txt to /configs/conf1/stopwords.txt
   [junit4]   2> 1085713 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/protwords.txt to /configs/conf1/protwords.txt
   [junit4]   2> 1085716 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/currency.xml to /configs/conf1/currency.xml
   [junit4]   2> 1085718 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml to /configs/conf1/enumsConfig.xml
   [junit4]   2> 1085721 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 1085724 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 1085727 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt to /configs/conf1/old_synonyms.txt
   [junit4]   2> 1085730 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer put /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1/conf/synonyms.txt to /configs/conf1/synonyms.txt
   [junit4]   2> 1085735 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1085738 INFO  (zkConnectionManagerCallback-12784-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1085738 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1085847 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.SolrXmlInZkTest ####SETUP_START testNotInZkFallbackLocal
   [junit4]   2> 1085848 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1085851 INFO  (zkConnectionManagerCallback-12786-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1085851 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1085956 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in ZooKeeper)
   [junit4]   2> 1085956 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.SolrXmlInZkTest_89352B56B6F9C192-001/tempDir-005/home/solr.xml
   [junit4]   2> 1085959 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@eda8f51, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 1085959 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.SolrXmlInZkTest ####SETUP_END testNotInZkFallbackLocal
   [junit4]   2> 1085959 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1086224 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:60965
   [junit4]   2> 1086224 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60965
   [junit4]   2> 1086224 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60965
   [junit4]   2> 1086225 INFO  (TEST-SolrXmlInZkTest.testNotInZkFallbackLocal-seed#[89352B56B6F9C192]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testNotInZkFallbackLocal
   [junit4]   2> 1086228 INFO  (SUITE-SolrXmlInZkTest-seed#[89352B56B6F9C192]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Jun 05, 2020 5:21:17 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Jun 05, 2020 5:21:27 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.cloud.SolrXmlInZkTest: 
   [junit4]   2>    1) Thread[id=18815, name=SessionTracker, state=TIMED_WAITING, group=TGRP-SolrXmlInZkTest]
   [junit4]   2>         at java.base@12.0.2/java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
   [junit4]   2> Jun 05, 2020 5:21:27 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=18815, name=SessionTracker, state=TIMED_WAITING, group=TGRP-SolrXmlInZkTest]
   [junit4]   2> 1096562 ERROR (SessionTracker) [     ] o.a.z.s.ZooKeeperCriticalThread Severe unrecoverable error, from thread : SessionTracker
   [junit4]   2>           => java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.base/java.lang.Thread.sleep(Native Method)
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method) [?:?]
   [junit4]   2> 	at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151) ~[zookeeper-3.5.7.jar:3.5.7]
   [junit4]   2> Jun 05, 2020 5:21:27 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=1520, maxMBSortInHeap=5.013877085207408, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@24ae3f77), locale=en-TC, timezone=WET
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=181483560,total=452984832
   [junit4]   2> NOTE: All tests run in this JVM: [ZookeeperStatusHandlerTest, ResourceLoaderTest, SplitShardTest, TestSimPolicyCloud, TestSolrCloudWithSecureImpersonation, ScheduledTriggerIntegrationTest, TestSort, TestShortCircuitedRequests, HdfsDirectoryFactoryTest, DateRangeFieldTest, HdfsRecoveryZkTest, TestPivotHelperCode, WrapperMergePolicyFactoryTest, TestValueSourceCache, OrderedExecutorTest, DeleteReplicaTest, TestLMDirichletSimilarityFactory, TestCloudDeleteByQuery, CoreAdminOperationTest, OverseerSolrResponseUnsafeSerializationTest, PrimitiveFieldTypeTest, DistributedFacetPivotLongTailTest, TestSolrCachePerf, TestConfigSetsAPIExclusivity, TestComplexPhraseLeadingWildcard, RegexBoostProcessorTest, TestStressUserVersions, PeerSyncReplicationTest, ZkStateReaderTest, TestInPlaceUpdatesDistrib, TestSearcherReuse, TestMergePolicyConfig, TestSolrIndexConfig, SuggesterTSTTest, TestFieldCacheSort, TestNumericTerms32, CdcrRequestHandlerTest, DateMathParserTest, SortSpecParsingTest, TestSafeXMLParsing, FastVectorHighlighterTest, TermVectorComponentTest, DistributedTermsComponentTest, CursorMarkTest, TestStressThreadBackup, TestLegacyNumericUtils, TestDistributedMap, TestJettySolrRunner, TestApiFramework, TestShardHandlerFactory, QueryElevationComponentTest, MetricsHandlerTest, TestBlendedInfixSuggestions, TestBM25SimilarityFactory, MigrateRouteKeyTest, TestWriterPerf, TestUtils, CloudExitableDirectoryReaderTest, RootFieldTest, TestManagedSchemaAPI, TestNumericTokenStream, HdfsLockFactoryTest, TestExportTool, ForceLeaderWithTlogReplicasTest, StatelessScriptUpdateProcessorFactoryTest, TestPerFieldSimilarityWithDefaultOverride, DistribJoinFromCollectionTest, OverriddenZkACLAndCredentialsProvidersTest, IndexSizeEstimatorTest, TimeRoutedAliasUpdateProcessorTest, TestImpersonationWithHadoopAuth, TestMinHashQParser, BooleanFieldTest, AssignBackwardCompatibilityTest, TestSolrTestCaseJ4, DistributedQueryComponentCustomSortTest, TestElisionMultitermQuery, TestConfigSetProperties, TestBinaryResponseWriter, NodeLostTriggerIntegrationTest, TestPrepRecovery, DebugComponentTest, HttpSolrCallGetCoreTest, SortByFunctionTest, MultiSolrCloudTestCaseTest, TestCustomStream, TestRequestStatusCollectionAPI, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, CursorPagingTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, EchoParamsTest, MinimalSchemaTest, OutputWriterTest, SampleTest, SolrInfoBeanTest, SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestDistributedSearch, TestSolrCoreProperties, TestCharFilters, TestDeprecatedFilters, TestLuceneMatchVersion, TestWordDelimiterFilterFactory, TestLuceneIndexBackCompat, ChaosMonkeySafeLeaderTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, RestartWhileUpdatingTest, RollingRestartTest, SolrXmlInZkTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=SolrXmlInZkTest -Dtests.seed=89352B56B6F9C192 -Dtests.slow=true -Dtests.locale=en-TC -Dtests.timezone=WET -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J0 | SolrXmlInZkTest (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.SolrXmlInZkTest: 
   [junit4]    >    1) Thread[id=18815, name=SessionTracker, state=TIMED_WAITING, group=TGRP-SolrXmlInZkTest]
   [junit4]    >         at java.base@12.0.2/java.lang.Thread.sleep(Native Method)
   [junit4]    >         at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([89352B56B6F9C192]:0)
   [junit4] Completed [526/910 (1!)] on J0 in 13.66s, 5 tests, 1 error <<< FAILURES!

[...truncated 1032 lines...]
   [junit4] Suite: org.apache.solr.search.stats.TestExactStatsCache
   [junit4]   2> 2089339 INFO  (SUITE-TestExactStatsCache-seed#[89352B56B6F9C192]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 2089339 INFO  (SUITE-TestExactStatsCache-seed#[89352B56B6F9C192]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2089340 INFO  (SUITE-TestExactStatsCache-seed#[89352B56B6F9C192]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.search.stats.TestExactStatsCache_89352B56B6F9C192-001/data-dir-227-001
   [junit4]   2> 2089340 WARN  (SUITE-TestExactStatsCache-seed#[89352B56B6F9C192]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=18 numCloses=18
   [junit4]   2> 2089340 INFO  (SUITE-TestExactStatsCache-seed#[89352B56B6F9C192]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2089341 INFO  (SUITE-TestExactStatsCache-seed#[89352B56B6F9C192]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 2089341 INFO  (SUITE-TestExactStatsCache-seed#[89352B56B6F9C192]-worker) [     ] o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /wr_l/
   [junit4]   2> 2090845 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.search.stats.TestExactStatsCache_89352B56B6F9C192-001/tempDir-001/control/cores/collection1
   [junit4]   2> 2090846 WARN  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2090847 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2090847 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2090847 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 2090856 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2090856 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2090856 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2090858 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@edb440a{/wr_l,null,AVAILABLE}
   [junit4]   2> 2090859 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@135f8401{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:53519}
   [junit4]   2> 2090859 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.e.j.s.Server Started @2090920ms
   [junit4]   2> 2090859 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/wr_l, hostPort=53519, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.search.stats.TestExactStatsCache_89352B56B6F9C192-001/tempDir-001/control/cores}
   [junit4]   2> 2090860 ERROR (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2090860 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2090860 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 2090860 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 2090861 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 2090861 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-05T05:38:01.852255Z
   [junit4]   2> 2090861 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.search.stats.TestExactStatsCache_89352B56B6F9C192-001/tempDir-001/control/solr.xml
   [junit4]   2> 2090872 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2090872 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2090873 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1d6cc7c9, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2090904 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2090906 WARN  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@17adcb1b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2090906 WARN  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@17adcb1b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2090911 WARN  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7ff02da1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2090911 WARN  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7ff02da1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2090927 WARN  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] 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> 2090949 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2090949 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2090975 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d6cc7c9
   [junit4]   2> 2090992 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d6cc7c9
   [junit4]   2> 2090993 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d6cc7c9
   [junit4]   2> 2090994 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.search.stats.TestExactStatsCache_89352B56B6F9C192-001/tempDir-001/control/cores
   [junit4]   2> 2090994 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2091001 INFO  (coreLoadExecutor-21213-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 2091027 INFO  (coreLoadExecutor-21213-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 2091137 INFO  (coreLoadExecutor-21213-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2091151 INFO  (coreLoadExecutor-21213-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 2091152 INFO  (coreLoadExecutor-21213-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d6cc7c9
   [junit4]   2> 2091152 INFO  (coreLoadExecutor-21213-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.search.stats.TestExactStatsCache_89352B56B6F9C192-001/tempDir-001/control/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.search.stats.TestExactStatsCache_89352B56B6F9C192-001/tempDir-001/control/cores/collection1/data/]
   [junit4]   2> 2091153 INFO  (coreLoadExecutor-21213-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=85.8603515625, floorSegmentMB=1.8955078125, forceMergeDeletesPctAllowed=15.829857863730227, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.743934025620962, deletesPctAllowed=27.74339263891156
   [junit4]   2> 2091258 INFO  (coreLoadExecutor-21213-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2091258 INFO  (coreLoadExecutor-21213-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2091260 INFO  (coreLoadExecutor-21213-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2091260 INFO  (coreLoadExecutor-21213-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2091261 INFO  (coreLoadExecutor-21213-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2091272 INFO  (coreLoadExecutor-21213-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2091299 INFO  (coreLoadExecutor-21213-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2091430 INFO  (coreLoadExecutor-21213-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2091430 INFO  (coreLoadExecutor-21213-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1668636194815082496
   [junit4]   2> 2091431 INFO  (searcherExecutor-21215-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2091432 INFO  (searcherExecutor-21215-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2091432 INFO  (searcherExecutor-21215-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2091432 INFO  (searcherExecutor-21215-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 2091432 INFO  (searcherExecutor-21215-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2091433 INFO  (searcherExecutor-21215-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2091433 INFO  (searcherExecutor-21215-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2091434 INFO  (searcherExecutor-21215-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2091434 INFO  (searcherExecutor-21215-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2091435 INFO  (searcherExecutor-21215-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2093108 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.SolrTestCaseJ4 Writing core.properties file to /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.search.stats.TestExactStatsCache_89352B56B6F9C192-001/tempDir-001/shard0/cores/collection1
   [junit4]   2> 2093110 WARN  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2093110 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2093110 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2093110 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 2093113 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2093113 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2093114 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2093115 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2e9629a{/wr_l,null,AVAILABLE}
   [junit4]   2> 2093116 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@3b523a09{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:53543}
   [junit4]   2> 2093116 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.e.j.s.Server Started @2093177ms
   [junit4]   2> 2093116 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/wr_l, hostPort=53543, coreRootDirectory=/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.search.stats.TestExactStatsCache_89352B56B6F9C192-001/tempDir-001/shard0/cores}
   [junit4]   2> 2093117 ERROR (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2093117 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2093117 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 2093117 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in standalone mode on port null
   [junit4]   2> 2093117 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 2093117 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-05T05:38:04.108876Z
   [junit4]   2> 2093118 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.search.stats.TestExactStatsCache_89352B56B6F9C192-001/tempDir-001/shard0/solr.xml
   [junit4]   2> 2093123 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2093123 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2093124 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@1d6cc7c9, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 2093272 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=false]
   [junit4]   2> 2093273 WARN  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@145d9430[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2093273 WARN  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@145d9430[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2093277 WARN  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1837ff7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2093277 WARN  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1837ff7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2093279 WARN  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] 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> 2093300 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 2093300 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2093331 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d6cc7c9
   [junit4]   2> 2093348 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d6cc7c9
   [junit4]   2> 2093349 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d6cc7c9
   [junit4]   2> 2093351 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.search.stats.TestExactStatsCache_89352B56B6F9C192-001/tempDir-001/shard0/cores
   [junit4]   2> 2093351 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.c.CorePropertiesLocator Cores are: [collection1]
   [junit4]   2> 2093359 INFO  (coreLoadExecutor-21232-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 2093377 INFO  (coreLoadExecutor-21232-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=test
   [junit4]   2> 2093448 INFO  (coreLoadExecutor-21232-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 2093457 INFO  (coreLoadExecutor-21232-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from configset /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 2093457 INFO  (coreLoadExecutor-21232-thread-1) [    x:collection1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.collection1' (registry 'solr.core.collection1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1d6cc7c9
   [junit4]   2> 2093457 INFO  (coreLoadExecutor-21232-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.search.stats.TestExactStatsCache_89352B56B6F9C192-001/tempDir-001/shard0/cores/collection1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.search.stats.TestExactStatsCache_89352B56B6F9C192-001/tempDir-001/shard0/cores/collection1/data/]
   [junit4]   2> 2093458 INFO  (coreLoadExecutor-21232-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=40, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=85.8603515625, floorSegmentMB=1.8955078125, forceMergeDeletesPctAllowed=15.829857863730227, segmentsPerTier=15.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.743934025620962, deletesPctAllowed=27.74339263891156
   [junit4]   2> 2093522 INFO  (coreLoadExecutor-21232-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2093522 INFO  (coreLoadExecutor-21232-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2093524 INFO  (coreLoadExecutor-21232-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2093524 INFO  (coreLoadExecutor-21232-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2093525 INFO  (coreLoadExecutor-21232-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=33, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0]
   [junit4]   2> 2093526 INFO  (coreLoadExecutor-21232-thread-1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 2093701 INFO  (coreLoadExecutor-21232-thread-1) [    x:collection1 ] o.a.s.s.DirectSolrSpellChecker init: {name=direct,classname=DirectSolrSpellChecker,field=lowerfilt,minQueryLength=3}
   [junit4]   2> 2094024 INFO  (coreLoadExecutor-21232-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2094024 INFO  (coreLoadExecutor-21232-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1668636197535088640
   [junit4]   2> 2094025 INFO  (searcherExecutor-21234-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 2094026 INFO  (searcherExecutor-21234-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: direct
   [junit4]   2> 2094026 INFO  (searcherExecutor-21234-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: wordbreak
   [junit4]   2> 2094026 INFO  (searcherExecutor-21234-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: multipleFields
   [junit4]   2> 2094026 INFO  (searcherExecutor-21234-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: jarowinkler
   [junit4]   2> 2094027 INFO  (searcherExecutor-21234-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: external
   [junit4]   2> 2094028 INFO  (searcherExecutor-21234-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: freq
   [junit4]   2> 2094028 INFO  (searcherExecutor-21234-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: fqcn
   [junit4]   2> 2094029 INFO  (searcherExecutor-21234-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: perDict
   [junit4]   2> 2094030 INFO  (searcherExecutor-21234-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2094533 INFO  (TEST-TestExactStatsCache.test-seed#[89352B56B6F9C192]) [     ] o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 2094539 INFO  (qtp1386010405-33755) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wr_l path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1668636198071959552)} 0 2
   [junit4]   2> 2094546 INFO  (qtp359211172-33777) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wr_l path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1668636198080348160)} 0 2
   [junit4]   2> 2094549 INFO  (qtp1386010405-33757) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wr_l path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 2
   [junit4]   2> 2094556 INFO  (qtp359211172-33778) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wr_l path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 6
   [junit4]   2> 2094559 INFO  (qtp1386010405-33758) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wr_l path=/update params={wt=javabin&version=2}{add=[0 (1668636198093979648)]} 0 2
   [junit4]   2> 2094564 INFO  (qtp359211172-33779) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wr_l path=/update params={wt=javabin&version=2}{add=[0 (1668636198099222528)]} 0 2
   [junit4]   2> 2094593 INFO  (searcherExecutor-21215-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2094594 INFO  (qtp1386010405-33756) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wr_l path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 27
   [junit4]   2> 2094611 INFO  (searcherExecutor-21234-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2094611 INFO  (qtp359211172-33776) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wr_l path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 14
   [junit4]   2> 2094614 INFO  (qtp1386010405-33755) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wr_l path=/select params={q=a_t:one&fl=*,score&wt=javabin&version=2&debugQuery=true} hits=1 status=0 QTime=1
   [junit4]   2> 2094628 INFO  (qtp359211172-33776) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wr_l path=/select params={df=text&distrib=false&debug=false&debug=timing&debug=track&fl=*,score&shards.purpose=32768&shard.url=http://127.0.0.1:53543/wr_l/collection1&rid=127.0.0.1-collection1-1591335485606-9&version=2&q=a_t:one&omitHeader=false&requestPurpose=GET_TERM_STATS&NOW=1591335485606&isShard=true&wt=javabin&debugQuery=false} status=0 QTime=5
   [junit4]   2> 2094631 INFO  (qtp359211172-33778) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wr_l path=/select params={df=text&distrib=false&debug=false&debug=timing&debug=track&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&solr.stats.col=a_t,1,1,3,3&shard.url=http://127.0.0.1:53543/wr_l/collection1&rid=127.0.0.1-collection1-1591335485606-9&rows=10&version=2&q=a_t:one&solr.stats.term=a_t:on,1,1&omitHeader=false&requestPurpose=GET_TOP_IDS,SET_TERM_STATS&NOW=1591335485606&isShard=true&solr.stats.terms=a_t:on&wt=javabin&debugQuery=false} hits=1 status=0 QTime=0
   [junit4]   2> 2094634 INFO  (qtp359211172-33779) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wr_l path=/select params={df=text&distrib=false&debug=timing&debug=track&fl=*,score&shards.purpose=16704&solr.stats.col=a_t,1,1,3,3&shard.url=http://127.0.0.1:53543/wr_l/collection1&rid=127.0.0.1-collection1-1591335485606-9&version=2&q=a_t:one&solr.stats.term=a_t:on,1,1&omitHeader=false&requestPurpose=GET_FIELDS,GET_DEBUG,SET_TERM_STATS&NOW=1591335485606&ids=0&isShard=true&solr.stats.terms=a_t:on&wt=javabin&debugQuery=true} status=0 QTime=0
   [junit4]   2> 2094636 INFO  (qtp359211172-33777) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wr_l path=/select params={q=a_t:one&shards=http://127.0.0.1:53543/wr_l/collection1&fl=*,score&wt=javabin&version=2&debugQuery=true} rid=127.0.0.1-collection1-1591335485606-9 hits=1 status=0 QTime=20
   [junit4]   1> ======================= Control Response =======================
   [junit4]   1> {responseHeader={status=0,QTime=1},response={numFound=1,numFoundExact=true,start=0,maxScore=0.57735026,docs=[SolrDocument{id=0, range_facet_l=[0], id_i1=0, range_facet_l_dv=[0], range_facet_i_dv=[0], a_t=[one two three], shard_i=[1], multiDefault=[muLti-Default], intDefault=42, timestamp=Fri Jun 05 06:38:05 IST 2020, _version_=1668636198093979648, intDvoDefault=42, score=0.57735026}]},debug={rawquerystring=a_t:one,querystring=a_t:one,parsedquery=a_t:on,parsedquery_toString=a_t:on,explain={0=
   [junit4]   1> 0.57735026 = weight(a_t:on in 0) [MockConfigurableSimilarity], result of:
   [junit4]   1>   0.57735026 = score(freq=1.0), product of:
   [junit4]   1>     1.0 = idf, computed as log((docCount+1)/(docFreq+1)) + 1 from:
   [junit4]   1>       1 = docFreq, number of documents containing term
   [junit4]   1>       1 = docCount, total number of documents with field
   [junit4]   1>     1.0 = tf(freq=1.0), with freq of:
   [junit4]   1>       1.0 = freq, occurrences of term within document
   [junit4]   1>     0.57735026 = fieldNorm
   [junit4]   1> },QParser=LuceneQParser,timing={time=1.0,prepare={time=0.0,query={time=0.0},facet={time=0.0},facet_module={time=0.0},mlt={time=0.0},highlight={time=0.0},stats={time=0.0},expand={time=0.0},terms={time=0.0},debug={time=0.0}},process={time=0.0,query={time=0.0},facet={time=0.0},facet_module={time=0.0},mlt={time=0.0},highlight={time=0.0},stats={time=0.0},expand={time=0.0},terms={time=0.0},debug={time=0.0}}}}}
   [junit4]   1> 
   [junit4]   1> 
   [junit4]   1> ======================= Shard Response =======================
   [junit4]   1> 
   [junit4]   1> {responseHeader={status=0,QTime=20},response={numFound=1,numFoundExact=true,start=0,maxScore=0.57735026,docs=[SolrDocument{id=0, range_facet_l=[0], id_i1=0, range_facet_l_dv=[0], range_facet_i_dv=[0], a_t=[one two three], shard_i=[1], multiDefault=[muLti-Default], intDefault=42, timestamp=Fri Jun 05 06:38:05 IST 2020, _version_=1668636198099222528, intDvoDefault=42, score=0.57735026}]},debug={track={rid=127.0.0.1-collection1-1591335485606-9,PARSE_QUERY={http://127.0.0.1:53543/wr_l/collection1={QTime=5,ElapsedTime=12,RequestPurpose=GET_TERM_STATS,Response={responseHeader={status=0,QTime=5},solr.stats.terms=a_t:on,solr.stats.term=a_t:on,1,1,solr.stats.col=a_t,1,1,3,3,debug={timing={time=5.0,prepare={time=0.0,query={time=0.0},facet={time=0.0},facet_module={time=0.0},mlt={time=0.0},highlight={time=0.0},stats={time=0.0},expand={time=0.0},terms={time=0.0},debug={time=0.0}},process={time=5.0,query={time=5.0},facet={time=0.0},facet_module={time=0.0},mlt={time=0.0},highlight={time=0.0},stats={time=0.0},expand={time=0.0},terms={time=0.0},debug={time=0.0}}}}}}},EXECUTE_QUERY={http://127.0.0.1:53543/wr_l/collection1={QTime=0,ElapsedTime=2,RequestPurpose=GET_TOP_IDS,SET_TERM_STATS,NumFound=1,Response={responseHeader={status=0,QTime=0},response={numFound=1,numFoundExact=true,start=0,maxScore=0.57735026,docs=[SolrDocument{id=0, score=0.57735026}]},sort_values={},debug={timing={time=0.0,prepare={time=0.0,query={time=0.0},facet={time=0.0},facet_module={time=0.0},mlt={time=0.0},highlight={time=0.0},stats={time=0.0},expand={time=0.0},terms={time=0.0},debug={time=0.0}},process={time=0.0,query={time=0.0},facet={time=0.0},facet_module={time=0.0},mlt={time=0.0},highlight={time=0.0},stats={time=0.0},expand={time=0.0},terms={time=0.0},debug={time=0.0}}}}}}},GET_FIELDS={http://127.0.0.1:53543/wr_l/collection1={QTime=0,ElapsedTime=2,RequestPurpose=GET_FIELDS,GET_DEBUG,SET_TERM_STATS,NumFound=1,Response={responseHeader={status=0,QTime=0},response={numFound=1,numFoundExact=true,start=0,docs=[SolrDocument{id=0, range_facet_l=[0], id_i1=0, range_facet_l_dv=[0], range_facet_i_dv=[0], a_t=[one two three], shard_i=[1], multiDefault=[muLti-Default], intDefault=42, timestamp=Fri Jun 05 06:38:05 IST 2020, _version_=1668636198099222528, intDvoDefault=42, score=0.57735026}]},debug={rawquerystring=a_t:one,querystring=a_t:one,parsedquery=a_t:on,parsedquery_toString=a_t:on,explain={0=
   [junit4]   1> 0.57735026 = weight(a_t:on in 0) [MockConfigurableSimilarity], result of:
   [junit4]   1>   0.57735026 = score(freq=1.0), product of:
   [junit4]   1>     1.0 = idf, computed as log((docCount+1)/(docFreq+1)) + 1 from:
   [junit4]   1>       1 = docFreq, number of documents containing term
   [junit4]   1>       1 = docCount, total number of documents with field
   [junit4]   1>     1.0 = tf(freq=1.0), with freq of:
   [junit4]   1>       1.0 = freq, occurrences of term within document
   [junit4]   1>     0.57735026 = fieldNorm
   [junit4]   1> },QParser=LuceneQParser,timing={time=0.0,prepare={time=0.0,query={time=0.0},facet={time=0.0},facet_module={time=0.0},mlt={time=0.0},highlight={time=0.0},stats={time=0.0},expand={time=0.0},terms={time=0.0},debug={time=0.0}},process={time=0.0,query={time=0.0},facet={time=0.0},facet_module={time=0.0},mlt={time=0.0},highlight={time=0.0},stats={time=0.0},expand={time=0.0},terms={time=0.0},debug={time=0.0}}}}}}}},timing={time=5.0,prepare={time=0.0,query={time=0.0},facet={time=0.0},facet_module={time=0.0},mlt={time=0.0},highlight={time=0.0},stats={time=0.0},expand={time=0.0},terms={time=0.0},debug={time=0.0}},process={time=5.0,query={time=5.0},facet={time=0.0},facet_module={time=0.0},mlt={time=0.0},highlight={time=0.0},stats={time=0.0},expand={time=0.0},terms={time=0.0},debug={time=0.0}}},rawquerystring=a_t:one,querystring=a_t:one,parsedquery=a_t:on,parsedquery_toString=a_t:on,QParser=LuceneQParser,explain={0=
   [junit4]   1> 0.57735026 = weight(a_t:on in 0) [MockConfigurableSimilarity], result of:
   [junit4]   1>   0.57735026 = score(freq=1.0), product of:
   [junit4]   1>     1.0 = idf, computed as log((docCount+1)/(docFreq+1)) + 1 from:
   [junit4]   1>       1 = docFreq, number of documents containing term
   [junit4]   1>       1 = docCount, total number of documents with field
   [junit4]   1>     1.0 = tf(freq=1.0), with freq of:
   [junit4]   1>       1.0 = freq, occurrences of term within document
   [junit4]   1>     0.57735026 = fieldNorm
   [junit4]   1> }}}
   [junit4]   2> 2094640 INFO  (qtp1386010405-33757) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wr_l path=/update params={wt=javabin&version=2}{add=[1 (1668636198177865728)]} 0 2
   [junit4]   2> 2094645 INFO  (qtp359211172-33776) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wr_l path=/update params={wt=javabin&version=2}{add=[1 (1668636198182060032)]} 0 3
   [junit4]   2> 2094667 INFO  (searcherExecutor-21215-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2094668 INFO  (qtp1386010405-33758) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wr_l path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 21
   [junit4]   2> 2094675 INFO  (searcherExecutor-21234-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2094675 INFO  (qtp359211172-33778) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=/wr_l path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 6
   [junit4]   2> 2094677 INFO  (qtp1386010405-33756) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wr_l path=/select params={q={!cache%3Dfalse}id:1&fl=*,score&wt=javabin&version=2&debugQuery=true} hits=1 status=0 QTime=1
   [junit4]   2> 2094679 INFO  (qtp359211172-33777) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wr_l path=/select params={df=text&distrib=false&debug=false&debug=timing&debug=track&fl=*,score&shards.purpose=32768&shard.url=http://127.0.0.1:53543/wr_l/collection1&rid=127.0.0.1-collection1-1591335485669-10&version=2&q={!cache%3Dfalse}id:1&omitHeader=false&requestPurpose=GET_TERM_STATS&NOW=1591335485669&isShard=true&wt=javabin&debugQuery=false} status=0 QTime=0
   [junit4]   2> 2094681 INFO  (qtp359211172-33776) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wr_l path=/select params={df=text&distrib=false&debug=false&debug=timing&debug=track&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&solr.stats.col=id,2,2,2,2&shard.url=http://127.0.0.1:53543/wr_l/collection1&rid=127.0.0.1-collection1-1591335485669-10&rows=10&version=2&q={!cache%3Dfalse}id:1&solr.stats.term=id:1,1,1&omitHeader=false&requestPurpose=GET_TOP_IDS,SET_TERM_STATS&NOW=1591335485669&isShard=true&solr.stats.terms=id:1&wt=javabin&debugQuery=false} hits=1 status=0 QTime=0
   [junit4]   2> 2094683 INFO  (qtp359211172-33778) [    x:collection1 ] o.a.s.c.S.Request [collection1]  webapp=/wr_l path=/select params={df=text&distrib=false&debug=timing&debug=track&fl=*,score&shards.purpose=16704&solr.stats.col=id,2,2,2,2&shard.url=http://127.0.0.1:53543/wr_l/collection1&rid=127.0.0.1-collection1-1591335485669-10&version=2&q={!cache%3Dfalse}id:1&solr.stats.term=id:1,1,1&omitHeader=false&requestPurpose=GET_FIELDS,GET_DEBUG,SET_TERM_STATS&NOW=1591335485669&ids=1&isShard=true&solr.stats.terms=id:1&wt=javabin&debugQuery=true} status=0 QTime=0
   [junit4]   2> 2094685 INF

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

.mockfile.FilterFileSystemProvider.readAttributes(FilterFileSystemProvider.java:177)
   [junit4]   2> 	at app//org.apache.lucene.mockfile.FilterFileSystemProvider.readAttributes(FilterFileSystemProvider.java:177)
   [junit4]   2> 	at app//org.apache.lucene.mockfile.FilterFileSystemProvider.readAttributes(FilterFileSystemProvider.java:177)
   [junit4]   2> 	at java.base@12.0.2/java.nio.file.Files.readAttributes(Files.java:1840)
   [junit4]   2> 	at java.base@12.0.2/java.nio.file.FileTreeWalker.getAttributes(FileTreeWalker.java:219)
   [junit4]   2> 	at java.base@12.0.2/java.nio.file.FileTreeWalker.visit(FileTreeWalker.java:276)
   [junit4]   2> 	at java.base@12.0.2/java.nio.file.FileTreeWalker.next(FileTreeWalker.java:373)
   [junit4]   2> 	at java.base@12.0.2/java.nio.file.Files.walkFileTree(Files.java:2837)
   [junit4]   2> 	at java.base@12.0.2/java.nio.file.Files.walkFileTree(Files.java:2873)
   [junit4]   2> 	at app//org.apache.lucene.util.IOUtils.rm(IOUtils.java:329)
   [junit4]   2> 	at app//org.apache.lucene.util.IOUtils.rm(IOUtils.java:309)
   [junit4]   2> 	at app//org.apache.lucene.util.TestRuleTemporaryFilesCleanup.afterAlways(TestRuleTemporaryFilesCleanup.java:216)
   [junit4]   2> 	at app//com.carrotsearch.randomizedtesting.rules.TestRuleAdapter$1.afterAlways(TestRuleAdapter.java:31)
   [junit4]   2> 	at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
   [junit4]   2> 	at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at app//org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at app//org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at app//org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at app//org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at app//com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at app//com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at java.base@12.0.2/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> 
   [junit4]   2> ^^==============================================
   [junit4]   2> 
   [junit4]   2> Jun 05, 2020 5:38:32 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {multiDefault=BlockTreeOrds(blocksize=128), a_t=BlockTreeOrds(blocksize=128), _root_=PostingsFormat(name=Direct), id=Lucene84, text=PostingsFormat(name=LuceneFixedGap)}, docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene80), _version_=DocValuesFormat(name=Asserting), shard_i=DocValuesFormat(name=Asserting), intDefault=DocValuesFormat(name=Asserting), id_i1=DocValuesFormat(name=Asserting), range_facet_i_dv=DocValuesFormat(name=Lucene80), intDvoDefault=DocValuesFormat(name=Lucene80), range_facet_l=DocValuesFormat(name=Lucene80), timestamp=DocValuesFormat(name=Lucene80)}, maxPointsInLeafNode=74, maxMBSortInHeap=7.074936464785555, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@67c9e29c), locale=ml-IN, timezone=Eire
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=232724592,total=392167424
   [junit4]   2> NOTE: All tests run in this JVM: [CustomHighlightComponentTest, SolrCoreTest, TestAuthenticationFramework, TestSimUtils, TestStressLiveNodes, SearchRateTriggerTest, TestStressRecovery, TestSolrCloudWithDelegationTokens, RAMDirectoryFactoryTest, DocValuesTest, HdfsThreadLeakTest, JavabinLoaderTest, DistributedFacetSimpleRefinementLongTailTest, PKIAuthenticationIntegrationTest, SolrLogPostToolTest, DistribCursorPagingTest, TestNonDefinedSimilarityFactory, TestCloudPivotFacet, DaemonStreamApiTest, OverseerTest, SchemaVersionSpecificBehaviorTest, DistributedFacetPivotWhiteBoxTest, BigEndianAscendingWordDeserializerTest, TestSolrJ, TestDeleteCollectionOnDownNodes, TestCustomSort, SignatureUpdateProcessorFactoryTest, TestTermsQParserPlugin, ReindexCollectionTest, RuleEngineTest, TestIndexingPerformance, TestSolr4Spatial, TestLegacyField, TestQuerySenderNoQuery, TestAnalyzeInfixSuggestions, TestFieldCacheWithThreads, TestDistributedTracing, AddBlockUpdateTest, HDFSCollectionsAPITest, FileUtilsTest, TestCaffeineCache, TestSystemIdResolver, HighlighterTest, TestExpandComponent, MoreLikeThisComponentTest, MergeStrategyTest, V2StandaloneTest, TestNumericRangeQuery32, TestExclusionRuleCollectionAccess, AddReplicaTest, TestCoreAdminApis, TestSolrDeletionPolicy1, SearchHandlerTest, SecurityConfHandlerTest, TestFuzzyAnalyzedSuggestions, TestDFRSimilarityFactory, MoveReplicaHDFSTest, JSONWriterTest, ClusterStateUpdateTest, SolrIndexConfigTest, TestPointFields, MetricsConfigTest, TestFieldCache, TestObjectReleaseTracker, HttpPartitionTest, TestNamedUpdateProcessors, TestDefaultStatsCache, DocValuesNotIndexedTest, OverseerRolesTest, LukeRequestHandlerTest, UUIDUpdateProcessorFallbackTest, CacheHeaderTest, TestNoOpRegenerator, CurrencyFieldTypeTest, BasicZkTest, PathHierarchyTokenizerFactoryTest, DistributedSpellCheckComponentTest, TestFieldSortValues, TestCoreDiscovery, TestGeoJSONResponseWriter, RestoreTriggerStateTest, TestQueryingOnDownCollection, DistributedFacetExistsSmallTest, SolrRequestParserTest, TestOrdValues, NodeMutatorTest, TestDynamicLoadingUrl, AutoScalingHandlerTest, CleanupOldIndexTest, ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest, LeaderElectionIntegrationTest, SSLMigrationTest, SaslZkACLProviderTest, ShardRoutingCustomTest, SolrCloudExampleTest, TestLeaderElectionZkExpiry, TestOnReconnectListenerSupport, TestSSLRandomization, TestTolerantUpdateProcessorRandomCloud, TestUtilizeNode, TestZkChroot, ZkControllerTest, ZkFailoverTest, ZkNodePropsTest, ZkShardTermsTest, AsyncCallRequestStatusResponseTest, CollectionsAPIAsyncDistributedZkTest, TestCollectionsAPIViaSolrCloudCluster, TestReplicaProperties, IndexSizeTriggerSizeEstimationTest, NodeAddedTriggerIntegrationTest, NodeAddedTriggerTest, TriggerCooldownIntegrationTest, TestSimNodeAddedTrigger, TestSimNodeLostTrigger, BaseCdcrDistributedZkTest, CdcrBidirectionalTest, CdcrBootstrapTest, ByteBuffersDirectoryFactoryTest, ConfigureRecoveryStrategyTest, CoreSorterTest, ExitableDirectoryReaderTest, TestCodecSupport, TestImplicitCoreProperties, TestInfoStreamLogging, TestLazyCores, TestReplicationHandlerBackup, TestReplicationHandlerDiskOverFlow, TestReqParamsAPI, TestSQLHandlerNonCloud, TestSolrConfigHandlerConcurrent, ShowFileRequestHandlerTest, SplitHandlerTest, SpellCheckComponentTest, SuggestComponentContextFilterQueryTest, SuggestComponentTest, TaggerTest, XmlInterpolationTest, TestUnifiedSolrHighlighter, TestSlowCompositeReaderWrapper, UninvertDocValuesMergePolicyTest, SolrJmxReporterCloudTest, SolrCloudReportersTest, TestIntervalFaceting, TestSchemaNameResource, TestSchemaVersionResource, TestManagedSynonymFilterFactory, BadCopyFieldTest, ExternalFileFieldSortTest, IndexSchemaTest, NotRequiredUniqueKeyTest, OpenExchangeRatesOrgProviderTest, PreAnalyzedFieldTest, SpatialRPTFieldTypeTest, TestCollationField, TestHalfAndHalfDocValues, TestManagedSchema, AnalyticsQueryTest, CurrencyRangeFacetCloudTest, TestLegacyNumericRangeQueryBuilder, TestPayloadCheckQParserPlugin, TestPseudoReturnFields, TestReRankQParserPlugin, TestRealTimeGet, TestRecoveryHdfs, TestJsonFacetsStatsParsing, TestJsonFacetsWithNestedObjects, TestJsonRangeFacets, BlockJoinFacetRandomTest, GraphQueryTest, TestNestedDocsSort, TestScoreJoinQPNoScore, TestScoreJoinQPScore, TestJsonRequest, TestExactStatsCache]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestExactStatsCache -Dtests.seed=89352B56B6F9C192 -Dtests.slow=true -Dtests.locale=ml-IN -Dtests.timezone=Eire -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   0.00s J3 | TestExactStatsCache (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([89352B56B6F9C192]:0)
   [junit4] Completed [830/910 (2!)] on J3 in 34.21s, 1 test, 1 error <<< FAILURES!

[...truncated 47733 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1090/consoleText

[repro] Revision: bf7db012ec31e6ef553b88abd2c2f75dc0298615

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=SolrXmlInZkTest -Dtests.seed=89352B56B6F9C192 -Dtests.slow=true -Dtests.locale=en-TC -Dtests.timezone=WET -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] Repro line:  ant test  -Dtestcase=TestExactStatsCache -Dtests.seed=89352B56B6F9C192 -Dtests.slow=true -Dtests.locale=ml-IN -Dtests.timezone=Eire -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       SolrXmlInZkTest
[repro]       TestExactStatsCache
[repro] ant compile-test

[...truncated 3475 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.SolrXmlInZkTest|*.TestExactStatsCache" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseG1GC" -Dtests.seed=89352B56B6F9C192 -Dtests.slow=true -Dtests.locale=en-TC -Dtests.timezone=WET -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 126 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.SolrXmlInZkTest
[repro]   0/5 failed: org.apache.solr.search.stats.TestExactStatsCache
[repro] Exiting with code 0

[...truncated 73 lines...]

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk-12.0.2) - Build # 1095 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1095/
Java: 64bit/jdk-12.0.2 -XX:-UseCompressedOops -XX:+UseG1GC

1 tests failed.
FAILED:  org.apache.solr.cloud.TestPrepRecovery.testLeaderUnloaded

Error Message:
Error from server at http://127.0.0.1:54600/solr: ADDREPLICA failed to create replica

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:54600/solr: ADDREPLICA failed to create replica
	at __randomizedtesting.SeedInfo.seed([9E99EAB0F55A4033:CD3EF9460876AE31]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:663)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1147)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:910)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:842)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
	at org.apache.solr.cloud.TestPrepRecovery.testLeaderUnloaded(TestPrepRecovery.java:84)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	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 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.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 13401 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestPrepRecovery
   [junit4]   2> 18237 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 18240 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestPrepRecovery_9E99EAB0F55A4033-001/data-dir-5-001
   [junit4]   2> 18240 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 18242 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 18242 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 18248 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestPrepRecovery_9E99EAB0F55A4033-001/tempDir-001
   [junit4]   2> 18266 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 18269 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 18270 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 18378 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 54595
   [junit4]   2> 18381 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:54595
   [junit4]   2> 18385 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54595
   [junit4]   2> 18393 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54595
   [junit4]   2> 18537 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 18570 INFO  (zkConnectionManagerCallback-50-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18571 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 18627 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 18630 INFO  (zkConnectionManagerCallback-52-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18633 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 18639 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 18656 INFO  (zkConnectionManagerCallback-54-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 18664 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 19073 WARN  (jetty-launcher-55-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 19073 WARN  (jetty-launcher-55-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 19074 INFO  (jetty-launcher-55-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 19074 INFO  (jetty-launcher-55-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 19074 INFO  (jetty-launcher-55-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 19074 INFO  (jetty-launcher-55-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 19085 INFO  (jetty-launcher-55-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 19089 INFO  (jetty-launcher-55-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 19104 INFO  (jetty-launcher-55-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 19104 INFO  (jetty-launcher-55-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 19106 INFO  (jetty-launcher-55-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 19117 INFO  (jetty-launcher-55-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 19117 INFO  (jetty-launcher-55-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 19117 INFO  (jetty-launcher-55-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 19128 INFO  (jetty-launcher-55-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@36c4dd71{/solr,null,AVAILABLE}
   [junit4]   2> 19128 INFO  (jetty-launcher-55-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@16db6e6d{/solr,null,AVAILABLE}
   [junit4]   2> 19144 INFO  (jetty-launcher-55-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@153f7637{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:54600}
   [junit4]   2> 19145 INFO  (jetty-launcher-55-thread-2) [     ] o.e.j.s.Server Started @19220ms
   [junit4]   2> 19145 INFO  (jetty-launcher-55-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54600}
   [junit4]   2> 19158 INFO  (jetty-launcher-55-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@76a9129b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:54601}
   [junit4]   2> 19162 INFO  (jetty-launcher-55-thread-1) [     ] o.e.j.s.Server Started @19233ms
   [junit4]   2> 19162 INFO  (jetty-launcher-55-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54601}
   [junit4]   2> 19240 ERROR (jetty-launcher-55-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 19240 INFO  (jetty-launcher-55-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 19240 INFO  (jetty-launcher-55-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.6.0
   [junit4]   2> 19240 INFO  (jetty-launcher-55-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 19240 INFO  (jetty-launcher-55-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 19240 INFO  (jetty-launcher-55-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-06T07:30:48.938209Z
   [junit4]   2> 19251 ERROR (jetty-launcher-55-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 19251 INFO  (jetty-launcher-55-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 19251 INFO  (jetty-launcher-55-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.6.0
   [junit4]   2> 19251 INFO  (jetty-launcher-55-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 19251 INFO  (jetty-launcher-55-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 19251 INFO  (jetty-launcher-55-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-06T07:30:48.949511Z
   [junit4]   2> 19253 INFO  (jetty-launcher-55-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 19261 INFO  (jetty-launcher-55-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 19268 INFO  (zkConnectionManagerCallback-59-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 19268 INFO  (zkConnectionManagerCallback-57-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 19268 INFO  (jetty-launcher-55-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 19270 INFO  (jetty-launcher-55-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 19292 INFO  (jetty-launcher-55-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 19292 INFO  (jetty-launcher-55-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 19308 INFO  (jetty-launcher-55-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 19308 INFO  (jetty-launcher-55-thread-2) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 19309 INFO  (jetty-launcher-55-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 19309 INFO  (jetty-launcher-55-thread-1) [     ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 19331 INFO  (jetty-launcher-55-thread-2) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3f779a9a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 19347 INFO  (jetty-launcher-55-thread-1) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@3f779a9a, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 19550 INFO  (jetty-launcher-55-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 19587 WARN  (jetty-launcher-55-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@38cd9c48[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 19601 WARN  (jetty-launcher-55-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@38cd9c48[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 19636 WARN  (jetty-launcher-55-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@e3a6d35[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 19636 WARN  (jetty-launcher-55-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@e3a6d35[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 19641 INFO  (jetty-launcher-55-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54595/solr
   [junit4]   2> 19695 INFO  (zkConnectionManagerCallback-73-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 19700 INFO  (jetty-launcher-55-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 19700 INFO  (jetty-launcher-55-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 19783 INFO  (jetty-launcher-55-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 19801 WARN  (jetty-launcher-55-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@53aaea0d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 19801 WARN  (jetty-launcher-55-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@53aaea0d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 19826 INFO  (jetty-launcher-55-thread-2) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 19850 INFO  (zkConnectionManagerCallback-79-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 19852 INFO  (jetty-launcher-55-thread-2) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 19855 WARN  (jetty-launcher-55-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4d3ed6b6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 19855 WARN  (jetty-launcher-55-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4d3ed6b6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 19864 INFO  (jetty-launcher-55-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54595/solr
   [junit4]   2> 19874 INFO  (jetty-launcher-55-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 19880 INFO  (zkConnectionManagerCallback-83-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 19880 INFO  (jetty-launcher-55-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 20014 INFO  (jetty-launcher-55-thread-1) [n:127.0.0.1:54601_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 20023 INFO  (zkConnectionManagerCallback-85-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 20024 INFO  (jetty-launcher-55-thread-1) [n:127.0.0.1:54601_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 22389 INFO  (jetty-launcher-55-thread-2) [n:127.0.0.1:54600_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54600_solr
   [junit4]   2> 22401 INFO  (jetty-launcher-55-thread-2) [n:127.0.0.1:54600_solr     ] o.a.s.c.Overseer Overseer (id=72111816639578118-127.0.0.1:54600_solr-n_0000000000) starting
   [junit4]   2> 22662 INFO  (OverseerStateUpdate-72111816639578118-127.0.0.1:54600_solr-n_0000000000) [n:127.0.0.1:54600_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:54600_solr
   [junit4]   2> 22663 INFO  (jetty-launcher-55-thread-2) [n:127.0.0.1:54600_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54600_solr
   [junit4]   2> 22720 INFO  (zkCallback-78-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 22804 INFO  (jetty-launcher-55-thread-1) [n:127.0.0.1:54601_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 22811 INFO  (jetty-launcher-55-thread-2) [n:127.0.0.1:54600_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 22817 WARN  (jetty-launcher-55-thread-2) [n:127.0.0.1:54600_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> 22879 INFO  (jetty-launcher-55-thread-2) [n:127.0.0.1:54600_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 22940 INFO  (jetty-launcher-55-thread-1) [n:127.0.0.1:54601_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:54601_solr as DOWN
   [junit4]   2> 22952 INFO  (jetty-launcher-55-thread-1) [n:127.0.0.1:54601_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 22952 INFO  (jetty-launcher-55-thread-1) [n:127.0.0.1:54601_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54601_solr
   [junit4]   2> 22963 INFO  (jetty-launcher-55-thread-2) [n:127.0.0.1:54600_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f779a9a
   [junit4]   2> 22964 INFO  (jetty-launcher-55-thread-2) [n:127.0.0.1:54600_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f779a9a
   [junit4]   2> 22964 INFO  (jetty-launcher-55-thread-2) [n:127.0.0.1:54600_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f779a9a
   [junit4]   2> 22974 INFO  (zkCallback-78-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 22976 INFO  (zkCallback-84-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 22981 INFO  (jetty-launcher-55-thread-2) [n:127.0.0.1:54600_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestPrepRecovery_9E99EAB0F55A4033-001/tempDir-001/node2
   [junit4]   2> 23001 INFO  (jetty-launcher-55-thread-1) [n:127.0.0.1:54601_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 23003 WARN  (jetty-launcher-55-thread-1) [n:127.0.0.1:54601_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> 23038 INFO  (jetty-launcher-55-thread-1) [n:127.0.0.1:54601_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 23110 INFO  (jetty-launcher-55-thread-1) [n:127.0.0.1:54601_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f779a9a
   [junit4]   2> 23141 INFO  (jetty-launcher-55-thread-1) [n:127.0.0.1:54601_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f779a9a
   [junit4]   2> 23141 INFO  (jetty-launcher-55-thread-1) [n:127.0.0.1:54601_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f779a9a
   [junit4]   2> 23146 INFO  (jetty-launcher-55-thread-1) [n:127.0.0.1:54601_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestPrepRecovery_9E99EAB0F55A4033-001/tempDir-001/node1
   [junit4]   2> 23184 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 23186 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 23191 INFO  (zkConnectionManagerCallback-110-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 23192 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 23196 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 23200 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54595/solr ready
   [junit4]   2> 23333 INFO  (TEST-TestPrepRecovery.testLeaderNotResponding-seed#[9E99EAB0F55A4033]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testLeaderNotResponding
   [junit4]   2> 23640 INFO  (qtp25163923-89) [n:127.0.0.1:54600_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params pullReplicas=0&name=testLeaderNotResponding&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 23661 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testLeaderNotResponding
   [junit4]   2> 23664 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/testLeaderNotResponding.AUTOCREATED/managed-schema
   [junit4]   2> 23669 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/testLeaderNotResponding.AUTOCREATED/protwords.txt
   [junit4]   2> 23675 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 23683 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 23694 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 23701 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 23704 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 23714 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 23723 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 23733 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 23741 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 23746 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 23752 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 23758 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 23770 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 23782 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 23804 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 23849 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 23911 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 23942 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 24034 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 24085 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 24123 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 24157 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 24196 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 24221 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 24248 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 24292 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 24321 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 24347 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 24370 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 24404 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 24440 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 24467 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 24493 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 24522 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 24551 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 24589 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 24627 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 24671 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 24703 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/testLeaderNotResponding.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 24741 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/testLeaderNotResponding.AUTOCREATED/solrconfig.xml
   [junit4]   2> 24777 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/testLeaderNotResponding.AUTOCREATED/synonyms.txt
   [junit4]   2> 24811 INFO  (OverseerThreadFactory-94-thread-1-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/testLeaderNotResponding.AUTOCREATED/stopwords.txt
   [junit4]   2> 25050 INFO  (qtp25163923-91) [n:127.0.0.1:54600_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 transient cores
   [junit4]   2> 25051 INFO  (qtp25163923-91) [n:127.0.0.1:54600_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=9
   [junit4]   2> 25079 INFO  (qtp430604914-95) [n:127.0.0.1:54601_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=2
   [junit4]   2> 25099 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=2
   [junit4]   2> 25106 INFO  (qtp430604914-96) [n:127.0.0.1:54601_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=2
   [junit4]   2> 25211 INFO  (OverseerStateUpdate-72111816639578118-127.0.0.1:54600_solr-n_0000000000) [n:127.0.0.1:54600_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testLeaderNotResponding",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testLeaderNotResponding_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54601/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54601_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 25435 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr    x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=testLeaderNotResponding.AUTOCREATED&newCollection=true&name=testLeaderNotResponding_shard1_replica_n1&action=CREATE&numShards=1&collection=testLeaderNotResponding&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 25519 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 25668 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 27141 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 27665 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testLeaderNotResponding_shard1_replica_n1' using configuration from configset testLeaderNotResponding.AUTOCREATED, trusted=true
   [junit4]   2> 27670 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.testLeaderNotResponding.shard1.replica_n1' (registry 'solr.core.testLeaderNotResponding.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f779a9a
   [junit4]   2> 27676 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.c.SolrCore [[testLeaderNotResponding_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestPrepRecovery_9E99EAB0F55A4033-001/tempDir-001/node1/testLeaderNotResponding_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestPrepRecovery_9E99EAB0F55A4033-001/tempDir-001/node1/testLeaderNotResponding_shard1_replica_n1/data/]
   [junit4]   2> 28471 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 28471 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 28473 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 28473 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 28508 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testLeaderNotResponding.AUTOCREATED
   [junit4]   2> 28511 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testLeaderNotResponding.AUTOCREATED
   [junit4]   2> 28526 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testLeaderNotResponding.AUTOCREATED/managed-schema
   [junit4]   2> 28543 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 28544 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 28550 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 28604 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 28629 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1668733896833892352
   [junit4]   2> 28654 INFO  (searcherExecutor-112-thread-1-processing-n:127.0.0.1:54601_solr x:testLeaderNotResponding_shard1_replica_n1 c:testLeaderNotResponding s:shard1 r:core_node2) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 28654 INFO  (searcherExecutor-112-thread-1-processing-n:127.0.0.1:54601_solr x:testLeaderNotResponding_shard1_replica_n1 c:testLeaderNotResponding s:shard1 r:core_node2) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 28663 INFO  (searcherExecutor-112-thread-1-processing-n:127.0.0.1:54601_solr x:testLeaderNotResponding_shard1_replica_n1 c:testLeaderNotResponding s:shard1 r:core_node2) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.c.SolrCore [testLeaderNotResponding_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 28692 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testLeaderNotResponding/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 28704 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testLeaderNotResponding/leaders/shard1
   [junit4]   2> 28741 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 28741 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 28746 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:54601/solr/testLeaderNotResponding_shard1_replica_n1/
   [junit4]   2> 28750 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 28752 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:54601/solr/testLeaderNotResponding_shard1_replica_n1/ has no replicas
   [junit4]   2> 28753 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testLeaderNotResponding/leaders/shard1/leader after winning as /collections/testLeaderNotResponding/leader_elect/shard1/election/72111816639578120-core_node2-n_0000000000
   [junit4]   2> 28774 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:54601/solr/testLeaderNotResponding_shard1_replica_n1/ shard1
   [junit4]   2> 28803 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 28850 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=testLeaderNotResponding.AUTOCREATED&newCollection=true&name=testLeaderNotResponding_shard1_replica_n1&action=CREATE&numShards=1&collection=testLeaderNotResponding&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=3415
   [junit4]   2> 28867 INFO  (qtp25163923-89) [n:127.0.0.1:54600_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> 28934 INFO  (zkCallback-78-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderNotResponding/state.json] for collection [testLeaderNotResponding] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 28935 INFO  (zkCallback-84-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderNotResponding/state.json] for collection [testLeaderNotResponding] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 28935 INFO  (zkCallback-84-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderNotResponding/state.json] for collection [testLeaderNotResponding] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 28946 INFO  (qtp25163923-89) [n:127.0.0.1:54600_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&name=testLeaderNotResponding&nrtReplicas=1&action=CREATE&numShards=1&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=5307
   [junit4]   2> 28949 INFO  (TEST-TestPrepRecovery.testLeaderNotResponding-seed#[9E99EAB0F55A4033]) [     ] o.a.s.c.SolrCloudTestCase waitForState (testLeaderNotResponding): Expected collection: testLeaderNotResponding to be live with 1 shard and 1 replicas
   [junit4]   2> 28953 INFO  (TEST-TestPrepRecovery.testLeaderNotResponding-seed#[9E99EAB0F55A4033]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 28955 INFO  (TEST-TestPrepRecovery.testLeaderNotResponding-seed#[9E99EAB0F55A4033]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 28957 INFO  (TEST-TestPrepRecovery.testLeaderNotResponding-seed#[9E99EAB0F55A4033]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 1
   [junit4]   2> 28960 INFO  (qtp25163923-90) [n:127.0.0.1:54600_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params action=ADDREPLICA&collection=testLeaderNotResponding&shard=shard1&type=NRT&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 28976 INFO  (OverseerCollectionConfigSetProcessor-72111816639578118-127.0.0.1:54600_solr-n_0000000000) [n:127.0.0.1:54600_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> 29000 INFO  (qtp25163923-91) [n:127.0.0.1:54600_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=2
   [junit4]   2> 29013 INFO  (qtp430604914-94) [n:127.0.0.1:54601_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.testLeaderNotResponding.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=8
   [junit4]   2> 29017 INFO  (qtp430604914-95) [n:127.0.0.1:54601_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 29026 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=1
   [junit4]   2> 29032 INFO  (qtp430604914-96) [n:127.0.0.1:54601_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.testLeaderNotResponding.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=1
   [junit4]   2> 29040 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=1
   [junit4]   2> 29048 INFO  (qtp430604914-94) [n:127.0.0.1:54601_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.testLeaderNotResponding.shard1.replica_n1:INDEX.sizeInBytes} status=0 QTime=1
   [junit4]   2> 29059 INFO  (OverseerThreadFactory-94-thread-2-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:54600_solr for creating new replica of shard shard1 for collection testLeaderNotResponding
   [junit4]   2> 29107 INFO  (OverseerThreadFactory-94-thread-2-processing-n:127.0.0.1:54600_solr) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1   ] o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 29181 INFO  (OverseerStateUpdate-72111816639578118-127.0.0.1:54600_solr-n_0000000000) [n:127.0.0.1:54600_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"addreplica",
   [junit4]   2>   "collection":"testLeaderNotResponding",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testLeaderNotResponding_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:54600/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54600_solr",
   [junit4]   2>   "type":"NRT"} 
   [junit4]   2> 29313 INFO  (zkCallback-84-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderNotResponding/state.json] for collection [testLeaderNotResponding] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 29313 INFO  (zkCallback-84-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderNotResponding/state.json] for collection [testLeaderNotResponding] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 29636 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr    x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=testLeaderNotResponding.AUTOCREATED&name=testLeaderNotResponding_shard1_replica_n3&action=CREATE&collection=testLeaderNotResponding&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 29675 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 29731 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.s.IndexSchema Schema name=default-config
   [junit4]   2> 29754 INFO  (zkCallback-84-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderNotResponding/state.json] for collection [testLeaderNotResponding] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 29757 INFO  (zkCallback-84-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderNotResponding/state.json] for collection [testLeaderNotResponding] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 31000 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.s.IndexSchema Loaded schema default-config/1.6 with uniqueid field id
   [junit4]   2> 31751 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.c.CoreContainer Creating SolrCore 'testLeaderNotResponding_shard1_replica_n3' using configuration from configset testLeaderNotResponding.AUTOCREATED, trusted=true
   [junit4]   2> 31758 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.core.testLeaderNotResponding.shard1.replica_n3' (registry 'solr.core.testLeaderNotResponding.shard1.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3f779a9a
   [junit4]   2> 31758 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.c.SolrCore [[testLeaderNotResponding_shard1_replica_n3] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestPrepRecovery_9E99EAB0F55A4033-001/tempDir-001/node2/testLeaderNotResponding_shard1_replica_n3], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestPrepRecovery_9E99EAB0F55A4033-001/tempDir-001/node2/testLeaderNotResponding_shard1_replica_n3/data/]
   [junit4]   2> 32134 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 32145 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 32153 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.u.CommitTracker Hard AutoCommit: if uncommitted for 15000ms; 
   [junit4]   2> 32153 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 32213 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/testLeaderNotResponding.AUTOCREATED
   [junit4]   2> 32228 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/testLeaderNotResponding.AUTOCREATED
   [junit4]   2> 32228 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/testLeaderNotResponding.AUTOCREATED/managed-schema
   [junit4]   2> 32238 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 32240 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.h.c.SpellCheckComponent Initializing spell checkers
   [junit4]   2> 32241 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.s.DirectSolrSpellChecker init: {name=default,field=_text_,classname=solr.DirectSolrSpellChecker,distanceMeasure=internal,accuracy=0.5,maxEdits=2,minPrefix=1,maxInspections=5,minQueryLength=4,maxQueryFrequency=0.01}
   [junit4]   2> 32256 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 32256 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1668733900637077504
   [junit4]   2> 32270 INFO  (searcherExecutor-118-thread-1-processing-n:127.0.0.1:54600_solr x:testLeaderNotResponding_shard1_replica_n3 c:testLeaderNotResponding s:shard1 r:core_node4) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.c.QuerySenderListener QuerySenderListener done.
   [junit4]   2> 32270 INFO  (searcherExecutor-118-thread-1-processing-n:127.0.0.1:54600_solr x:testLeaderNotResponding_shard1_replica_n3 c:testLeaderNotResponding s:shard1 r:core_node4) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.h.c.SpellCheckComponent Loading spell index for spellchecker: default
   [junit4]   2> 32274 INFO  (searcherExecutor-118-thread-1-processing-n:127.0.0.1:54600_solr x:testLeaderNotResponding_shard1_replica_n3 c:testLeaderNotResponding s:shard1 r:core_node4) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.c.SolrCore [testLeaderNotResponding_shard1_replica_n3]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 32308 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testLeaderNotResponding/terms/shard1 to Terms{values={core_node2=0, core_node4=0}, version=1}
   [junit4]   2> 32309 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testLeaderNotResponding/leaders/shard1
   [junit4]   2> 32397 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.c.ZkController Core needs to recover:testLeaderNotResponding_shard1_replica_n3
   [junit4]   2> 32404 INFO  (updateExecutor-69-thread-1-processing-n:127.0.0.1:54600_solr x:testLeaderNotResponding_shard1_replica_n3 c:testLeaderNotResponding s:shard1 r:core_node4) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 32409 INFO  (recoveryExecutor-71-thread-1-processing-n:127.0.0.1:54600_solr x:testLeaderNotResponding_shard1_replica_n3 c:testLeaderNotResponding s:shard1 r:core_node4) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
   [junit4]   2> 32411 INFO  (recoveryExecutor-71-thread-1-processing-n:127.0.0.1:54600_solr x:testLeaderNotResponding_shard1_replica_n3 c:testLeaderNotResponding s:shard1 r:core_node4) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy startupVersions is empty
   [junit4]   2> 32417 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=testLeaderNotResponding.AUTOCREATED&name=testLeaderNotResponding_shard1_replica_n3&action=CREATE&collection=testLeaderNotResponding&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2781
   [junit4]   2> 32433 INFO  (qtp430604914-96) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.c.S.Request [testLeaderNotResponding_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=9
   [junit4]   2> 32433 INFO  (qtp430604914-96) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.c.S.Request [testLeaderNotResponding_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} status=0 QTime=12
   [junit4]   2> 32434 INFO  (recoveryExecutor-71-thread-1-processing-n:127.0.0.1:54600_solr x:testLeaderNotResponding_shard1_replica_n3 c:testLeaderNotResponding s:shard1 r:core_node4) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[testLeaderNotResponding_shard1_replica_n3]
   [junit4]   2> 32435 INFO  (recoveryExecutor-71-thread-1-processing-n:127.0.0.1:54600_solr x:testLeaderNotResponding_shard1_replica_n3 c:testLeaderNotResponding s:shard1 r:core_node4) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 32435 INFO  (recoveryExecutor-71-thread-1-processing-n:127.0.0.1:54600_solr x:testLeaderNotResponding_shard1_replica_n3 c:testLeaderNotResponding s:shard1 r:core_node4) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Publishing state of core [testLeaderNotResponding_shard1_replica_n3] as recovering, leader is [http://127.0.0.1:54601/solr/testLeaderNotResponding_shard1_replica_n1/] and I am [http://127.0.0.1:54600/solr/testLeaderNotResponding_shard1_replica_n3/]
   [junit4]   2> 32453 INFO  (recoveryExecutor-71-thread-1-processing-n:127.0.0.1:54600_solr x:testLeaderNotResponding_shard1_replica_n3 c:testLeaderNotResponding s:shard1 r:core_node4) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:54601/solr]; [WaitForState: action=PREPRECOVERY&core=testLeaderNotResponding_shard1_replica_n1&nodeName=127.0.0.1:54600_solr&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 32464 INFO  (qtp430604914-97) [n:127.0.0.1:54601_solr    x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.u.TestInjection inject pause forever for prep recovery op
   [junit4]   2> 32487 INFO  (qtp25163923-90) [n:127.0.0.1:54600_solr c:testLeaderNotResponding    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={action=ADDREPLICA&collection=testLeaderNotResponding&shard=shard1&type=NRT&wt=javabin&version=2} status=0 QTime=3527
   [junit4]   2> 32489 INFO  (TEST-TestPrepRecovery.testLeaderNotResponding-seed#[9E99EAB0F55A4033]) [     ] o.a.s.c.SolrCloudTestCase waitForState (testLeaderNotResponding): Expected collection: testLeaderNotResponding to be live with 1 shard and 2 replicas
   [junit4]   2> 32490 INFO  (zkCallback-84-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderNotResponding/state.json] for collection [testLeaderNotResponding] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 32490 INFO  (zkCallback-84-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderNotResponding/state.json] for collection [testLeaderNotResponding] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 32490 INFO  (TEST-TestPrepRecovery.testLeaderNotResponding-seed#[9E99EAB0F55A4033]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 32490 INFO  (TEST-TestPrepRecovery.testLeaderNotResponding-seed#[9E99EAB0F55A4033]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 32490 INFO  (watches-107-thread-1) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 32490 INFO  (TEST-TestPrepRecovery.testLeaderNotResponding-seed#[9E99EAB0F55A4033]) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 32491 INFO  (zkCallback-78-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderNotResponding/state.json] for collection [testLeaderNotResponding] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 32491 INFO  (zkCallback-78-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderNotResponding/state.json] for collection [testLeaderNotResponding] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 32492 INFO  (zkCallback-78-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderNotResponding/state.json] for collection [testLeaderNotResponding] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 32998 INFO  (OverseerCollectionConfigSetProcessor-72111816639578118-127.0.0.1:54600_solr-n_0000000000) [n:127.0.0.1:54600_solr     ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may have disconnected from ZooKeeper
   [junit4]   2> 38462 ERROR (recoveryExecutor-71-thread-1-processing-n:127.0.0.1:54600_solr x:testLeaderNotResponding_shard1_replica_n3 c:testLeaderNotResponding s:shard1 r:core_node4) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Error while trying to recover. core=testLeaderNotResponding_shard1_replica_n3:java.util.concurrent.ExecutionException: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:54601/solr
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.report(FutureTask.java:122)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.get(FutureTask.java:191)
   [junit4]   2> 	at org.apache.solr.cloud.RecoveryStrategy.sendPrepRecoveryCmd(RecoveryStrategy.java:920)
   [junit4]   2> 	at org.apache.solr.cloud.RecoveryStrategy.doSyncOrReplicateRecovery(RecoveryStrategy.java:617)
   [junit4]   2> 	at org.apache.solr.cloud.RecoveryStrategy.doRecovery(RecoveryStrategy.java:332)
   [junit4]   2> 	at org.apache.solr.cloud.RecoveryStrategy.run(RecoveryStrategy.java:315)
   [junit4]   2> 	at com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:180)
   [junit4]   2> 	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
   [junit4]   2> 	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:210)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
   [junit4]   2> 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occurred while waiting response from server at: http://127.0.0.1:54601/solr
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:674)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.lambda$httpUriRequest$0(HttpSolrClient.java:309)
   [junit4]   2> 	... 5 more
   [junit4]   2> Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]   2> 	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]   2> 	at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
   [junit4]   2> 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)
   [junit4]   2> 	at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]   2> 	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]   2> 	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]   2> 	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]   2> 	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]   2> 	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]   2> 	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]   2> 	at org.apache.solr.util.stats.InstrumentedHttpRequestExecutor.execute(InstrumentedHttpRequestExecutor.java:120)
   [junit4]   2> 	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]   2> 	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
   [junit4]   2> 	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]   2> 	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]   2> 	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]   2> 	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]   2> 	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
   [junit4]   2> 	... 6 more
   [junit4]   2> 
   [junit4]   2> 38462 ERROR (recoveryExecutor-71-thread-1-processing-n:127.0.0.1:54600_solr x:testLeaderNotResponding_shard1_replica_n3 c:testLeaderNotResponding s:shard1 r:core_node4) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Recovery failed - trying again... (0)
   [junit4]   2> 38462 INFO  (recoveryExecutor-71-thread-1-processing-n:127.0.0.1:54600_solr x:testLeaderNotResponding_shard1_replica_n3 c:testLeaderNotResponding s:shard1 r:core_node4) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Wait [2000.0] seconds before trying to recover again (attempt=1)
   [junit4]   2> 40469 INFO  (qtp430604914-95) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.c.S.Request [testLeaderNotResponding_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=1
   [junit4]   2> 40470 INFO  (qtp430604914-95) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.c.S.Request [testLeaderNotResponding_shard1_replica_n1]  webapp=/solr path=/admin/ping params={wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 40471 INFO  (recoveryExecutor-71-thread-1-processing-n:127.0.0.1:54600_solr x:testLeaderNotResponding_shard1_replica_n3 c:testLeaderNotResponding s:shard1 r:core_node4) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Begin buffering updates. core=[testLeaderNotResponding_shard1_replica_n3]
   [junit4]   2> 40471 INFO  (recoveryExecutor-71-thread-1-processing-n:127.0.0.1:54600_solr x:testLeaderNotResponding_shard1_replica_n3 c:testLeaderNotResponding s:shard1 r:core_node4) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=BUFFERING, tlog=null}
   [junit4]   2> 40471 INFO  (recoveryExecutor-71-thread-1-processing-n:127.0.0.1:54600_solr x:testLeaderNotResponding_shard1_replica_n3 c:testLeaderNotResponding s:shard1 r:core_node4) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Publishing state of core [testLeaderNotResponding_shard1_replica_n3] as recovering, leader is [http://127.0.0.1:54601/solr/testLeaderNotResponding_shard1_replica_n1/] and I am [http://127.0.0.1:54600/solr/testLeaderNotResponding_shard1_replica_n3/]
   [junit4]   2> 40474 INFO  (recoveryExecutor-71-thread-1-processing-n:127.0.0.1:54600_solr x:testLeaderNotResponding_shard1_replica_n3 c:testLeaderNotResponding s:shard1 r:core_node4) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Sending prep recovery command to [http://127.0.0.1:54601/solr]; [WaitForState: action=PREPRECOVERY&core=testLeaderNotResponding_shard1_replica_n1&nodeName=127.0.0.1:54600_solr&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 40478 INFO  (qtp430604914-96) [n:127.0.0.1:54601_solr    x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
   [junit4]   2> 40481 INFO  (zkCallback-78-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderNotResponding/state.json] for collection [testLeaderNotResponding] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 40483 INFO  (zkCallback-84-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderNotResponding/state.json] for collection [testLeaderNotResponding] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 40483 INFO  (zkCallback-84-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderNotResponding/state.json] for collection [testLeaderNotResponding] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 40484 INFO  (zkCallback-78-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderNotResponding/state.json] for collection [testLeaderNotResponding] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 40484 INFO  (zkCallback-109-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderNotResponding/state.json] for collection [testLeaderNotResponding] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 40484 INFO  (zkCallback-78-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testLeaderNotResponding/state.json] for collection [testLeaderNotResponding] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 40487 INFO  (qtp430604914-96) [n:127.0.0.1:54601_solr     ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=testLeaderNotResponding, shard=shard1, thisCore=testLeaderNotResponding_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:54600_solr, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{
   [junit4]   2>   "core":"testLeaderNotResponding_shard1_replica_n3",
   [junit4]   2>   "base_url":"http://127.0.0.1:54600/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54600_solr",
   [junit4]   2>   "state":"recovering",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false"}
   [junit4]   2> 40488 INFO  (qtp430604914-96) [n:127.0.0.1:54601_solr     ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=testLeaderNotResponding, shard=shard1, thisCore=testLeaderNotResponding_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:54600_solr, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{
   [junit4]   2>   "core":"testLeaderNotResponding_shard1_replica_n3",
   [junit4]   2>   "base_url":"http://127.0.0.1:54600/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54600_solr",
   [junit4]   2>   "state":"recovering",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false"}
   [junit4]   2> 40490 INFO  (qtp430604914-96) [n:127.0.0.1:54601_solr     ] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=testLeaderNotResponding, shard=shard1, thisCore=testLeaderNotResponding_shard1_replica_n1, leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, currentState=recovering, localState=active, nodeName=127.0.0.1:54600_solr, coreNodeName=core_node4, onlyIfActiveCheckResult=false, nodeProps: core_node4:{
   [junit4]   2>   "core":"testLeaderNotResponding_shard1_replica_n3",
   [junit4]   2>   "base_url":"http://127.0.0.1:54600/solr",
   [junit4]   2>   "node_name":"127.0.0.1:54600_solr",
   [junit4]   2>   "state":"recovering",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false"}
   [junit4]   2> 40490 INFO  (qtp430604914-96) [n:127.0.0.1:54601_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={nodeName=127.0.0.1:54600_solr&onlyIfLeaderActive=true&core=testLeaderNotResponding_shard1_replica_n1&coreNodeName=core_node4&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2} status=0 QTime=12
   [junit4]   2> 40491 INFO  (watches-107-thread-1) [     ] o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
   [junit4]   2> 40994 INFO  (recoveryExecutor-71-thread-1-processing-n:127.0.0.1:54600_solr x:testLeaderNotResponding_shard1_replica_n3 c:testLeaderNotResponding s:shard1 r:core_node4) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Attempting to PeerSync from [http://127.0.0.1:54601/solr/testLeaderNotResponding_shard1_replica_n1/] - recoveringAfterStartup=[true]
   [junit4]   2> 40999 WARN  (recoveryExecutor-71-thread-1-processing-n:127.0.0.1:54600_solr x:testLeaderNotResponding_shard1_replica_n3 c:testLeaderNotResponding s:shard1 r:core_node4) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.u.PeerSyncWithLeader no frame of reference to tell if we've missed updates
   [junit4]   2> 40999 INFO  (recoveryExecutor-71-thread-1-processing-n:127.0.0.1:54600_solr x:testLeaderNotResponding_shard1_replica_n3 c:testLeaderNotResponding s:shard1 r:core_node4) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy PeerSync Recovery was not successful - trying replication.
   [junit4]   2> 40999 INFO  (recoveryExecutor-71-thread-1-processing-n:127.0.0.1:54600_solr x:testLeaderNotResponding_shard1_replica_n3 c:testLeaderNotResponding s:shard1 r:core_node4) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Starting Replication Recovery.
   [junit4]   2> 40999 INFO  (recoveryExecutor-71-thread-1-processing-n:127.0.0.1:54600_solr x:testLeaderNotResponding_shard1_replica_n3 c:testLeaderNotResponding s:shard1 r:core_node4) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy Attempting to replicate from [http://127.0.0.1:54601/solr/testLeaderNotResponding_shard1_replica_n1/].
   [junit4]   2> 41070 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state: BUFFERING replay: false
   [junit4]   2> 41070 INFO  (qtp25163923-88) [n:127.0.0.1:54600_solr c:testLeaderNotResponding s:shard1 r:core_node4 x:testLeaderNotResponding_shard1_replica_n3 ] o.a.s.u.p.LogUpdateProcessorFactory [testLeaderNotResponding_shard1_replica_n3]  webapp=/solr path=/update params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=false&commit=true&softCommit=false&distrib.from=http://127.0.0.1:54601/solr/testLeaderNotResponding_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 4
   [junit4]   2> 41078 INFO  (qtp430604914-94) [n:127.0.0.1:54601_solr c:testLeaderNotResponding s:shard1 r:core_node2 x:testLeaderNotResponding_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [testLeaderNotResponding_shard1_replica_n1]  webapp=/solr path=/update params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 75
   [junit4]   2> 41101

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

oreAdminOperation.execute(CoreAdminOperation.java:367)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler$CallInfo.call(CoreAdminHandler.java:397)
   [junit4]   2> 	at org.apache.solr.handler.admin.CoreAdminHandler.handleRequestBody(CoreAdminHandler.java:181)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:214)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdmin(HttpSolrCall.java:843)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.handleAdminRequest(HttpSolrCall.java:809)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:562)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:415)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:345)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1604)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:545)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1610)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1300)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:485)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1580)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1215)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:717)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:500)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:547)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:335)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938)
   [junit4]   2> 	at java.base/java.lang.Thread.run(Thread.java:835)
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Unable to create core [testLeaderUnloaded_shard1_replica_n7]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1343)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.create(CoreContainer.java:1231)
   [junit4]   2> 	... 36 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Failed to verify znode at /configs/testLeaderUnloaded.AUTOCREATED due to: org.apache.solr.common.AlreadyClosedException
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1071)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:906)
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.createFromDescriptor(CoreContainer.java:1322)
   [junit4]   2> 	... 37 more
   [junit4]   2> Caused by: org.apache.solr.common.SolrException: Failed to verify znode at /configs/testLeaderUnloaded.AUTOCREATED due to: org.apache.solr.common.AlreadyClosedException
   [junit4]   2> 	at org.apache.solr.rest.ManagedResourceStorage$ZooKeeperStorageIO.configure(ManagedResourceStorage.java:237)
   [junit4]   2> 	at org.apache.solr.rest.ManagedResourceStorage.newStorageIO(ManagedResourceStorage.java:142)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.initRestManager(SolrCore.java:2935)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.<init>(SolrCore.java:1015)
   [junit4]   2> 	... 39 more
   [junit4]   2> Caused by: org.apache.solr.common.AlreadyClosedException
   [junit4]   2> 	at org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:69)
   [junit4]   2> 	at org.apache.solr.common.cloud.SolrZkClient.exists(SolrZkClient.java:315)
   [junit4]   2> 	at org.apache.solr.rest.ManagedResourceStorage$ZooKeeperStorageIO.configure(ManagedResourceStorage.java:230)
   [junit4]   2> 	... 42 more
   [junit4]   2> 
   [junit4]   2> 78952 INFO  (qtp258884206-190) [n:127.0.0.1:54829_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=testLeaderUnloaded.AUTOCREATED&name=testLeaderUnloaded_shard1_replica_n7&action=CREATE&collection=testLeaderUnloaded&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=400 QTime=22567
   [junit4]   2> 78981 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 79690 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> 	13	/solr/collections/testLeaderUnloaded/terms/shard1
   [junit4]   2> 	5	/solr/collections/testLeaderNotResponding/terms/shard1
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	3	/solr/packages.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	3	/solr/configs/testLeaderUnloaded.AUTOCREATED
   [junit4]   2> 	3	/solr/configs/testLeaderUnloaded.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/configs/testLeaderNotResponding.AUTOCREATED/managed-schema
   [junit4]   2> 	2	/solr/collections/testLeaderNotResponding/collectionprops.json
   [junit4]   2> 	2	/solr/configs/testLeaderNotResponding.AUTOCREATED
   [junit4]   2> 	2	/solr/collections/testLeaderUnloaded/collectionprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	80	/solr/collections/testLeaderUnloaded/state.json
   [junit4]   2> 	45	/solr/collections/testLeaderNotResponding/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	59	/solr/overseer/queue
   [junit4]   2> 	20	/solr/overseer/collection-queue-work
   [junit4]   2> 	14	/solr/live_nodes
   [junit4]   2> 	10	/solr/collections
   [junit4]   2> 
   [junit4]   2> 79900 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:54595
   [junit4]   2> 79901 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54595
   [junit4]   2> 79901 INFO  (SUITE-TestPrepRecovery-seed#[9E99EAB0F55A4033]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54595
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.TestPrepRecovery_9E99EAB0F55A4033-001
   [junit4]   2> Jun 06, 2020 7:31:49 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@6e01948), locale=it, timezone=Europe/Skopje
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=115927912,total=279969792
   [junit4]   2> NOTE: All tests run in this JVM: [SolrMetricManagerTest, TestSolrTestCaseJ4, DateMathParserTest, TestPrepRecovery]
   [junit4] Completed [24/910 (1!)] on J0 in 64.52s, 2 tests, 1 error <<< FAILURES!

[...truncated 50486 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1095/consoleText

[repro] Revision: bf0189514fbfc90d4d9d10cae1edb499f9ca27ec

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=TestPrepRecovery -Dtests.method=testLeaderUnloaded -Dtests.seed=9E99EAB0F55A4033 -Dtests.slow=true -Dtests.locale=it -Dtests.timezone=Europe/Skopje -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       TestPrepRecovery
[repro] ant compile-test

[...truncated 3475 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestPrepRecovery" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" -Dtests.seed=9E99EAB0F55A4033 -Dtests.slow=true -Dtests.locale=it -Dtests.timezone=Europe/Skopje -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 86 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.TestPrepRecovery
[repro] Exiting with code 0

[...truncated 73 lines...]

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk-11.0.6) - Build # 1094 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1094/
Java: 64bit/jdk-11.0.6 -XX:-UseCompressedOops -XX:+UseG1GC

4 tests failed.
FAILED:  org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnlySortFirst

Error Message:
Unexpected number of elements in the group for 'intGSF' size: '9' GroupValue: 'null' rsp: {responseHeader={zkConnected=true,status=0,QTime=75,params={q=*:*,group.sort=id asc,_stateVer_=dv_coll:4,group.limit=100,rows=100,wt=javabin,version=2,group.field=intGSF,group=true}},grouped={intGSF={matches=45,groups=[{groupValue=507523517,doclist={numFound=7,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=0, intGSF=507523517, longGSF=4014744365957191975, doubleGSF=6670.142388772177, floatGSF=2082.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00006277, boolGSF=true, sortableGSF=base_string_712629__00001910, _version_=1668717511522123776, _root_=0}, SolrDocument{id=1, intGSF=507523517, longGSF=4014744365957191975, doubleGSF=6670.142388772177, floatGSF=2082.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00006277, boolGSF=false, sortableGSF=base_string_712629__00001910, _version_=1668717511513735168, _root_=1}, SolrDocument{id=2, intGSF=507523517, longGSF=4014744365957191975, doubleGSF=6670.142388772177, floatGSF=2082.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00006277, boolGSF=true, sortableGSF=base_string_712629__00001910, _version_=1668717511513735168, _root_=2}, SolrDocument{id=3, intGSF=507523517, longGSF=4014744365957191975, doubleGSF=6670.142388772177, floatGSF=2082.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00006277, boolGSF=false, sortableGSF=base_string_712629__00001910, _version_=1668717511522123776, _root_=3}, SolrDocument{id=4, intGSF=507523517, longGSF=4014744365957191975, doubleGSF=6670.142388772177, floatGSF=2082.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00006277, boolGSF=true, sortableGSF=base_string_712629__00001910, _version_=1668717511621738496, _root_=4}, SolrDocument{id=5, intGSF=507523517, longGSF=4014744365957191975, doubleGSF=6670.142388772177, floatGSF=2082.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00006277, boolGSF=false, sortableGSF=base_string_712629__00001910, _version_=1668717511553581056, _root_=5}, SolrDocument{id=6, intGSF=507523517, longGSF=4014744365957191975, doubleGSF=6670.142388772177, floatGSF=2082.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00006277, boolGSF=true, sortableGSF=base_string_712629__00001910, _version_=1668717511523172352, _root_=6}]}}, {groupValue=null,doclist={numFound=9,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=10000, _version_=1668717511530512384, _root_=10000}, SolrDocument{id=10010, _version_=1668717511526318080, _root_=10010}, SolrDocument{id=10015, _version_=1668717511522123777, _root_=10015}, SolrDocument{id=10020, _version_=1668717511522123778, _root_=10020}, SolrDocument{id=10025, _version_=1668717511526318082, _root_=10025}, SolrDocument{id=10030, _version_=1668717511590281217, _root_=10030}, SolrDocument{id=10035, _version_=1668717511527366657, _root_=10035}, SolrDocument{id=10040, _version_=1668717511590281220, _root_=10040}, SolrDocument{id=10045, _version_=1668717511528415233, _root_=10045}]}}, {groupValue=507536713,doclist={numFound=4,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=14, intGSF=507536713, longGSF=4014744365957198938, doubleGSF=16983.142388772176, floatGSF=14105.151, dateGSF=Wed Aug 31 15:16:10 XJT 68667346, stringGSF=base_string_942531__00010398, boolGSF=true, sortableGSF=base_string_712629__00013147, _version_=1668717511522123776, _root_=14}, SolrDocument{id=17, intGSF=507536713, longGSF=4014744365957198938, doubleGSF=16983.142388772176, floatGSF=14105.151, dateGSF=Wed Aug 31 15:16:10 XJT 68667346, stringGSF=base_string_942531__00010398, boolGSF=false, sortableGSF=base_string_712629__00013147, _version_=1668717511557775360, _root_=17}, SolrDocument{id=18, intGSF=507536713, longGSF=4014744365957198938, doubleGSF=16983.142388772176, floatGSF=14105.151, dateGSF=Wed Aug 31 15:16:10 XJT 68667346, stringGSF=base_string_942531__00010398, boolGSF=true, sortableGSF=base_string_712629__00013147, _version_=1668717511526318081, _root_=18}, SolrDocument{id=19, intGSF=507536713, longGSF=4014744365957198938, doubleGSF=16983.142388772176, floatGSF=14105.151, dateGSF=Wed Aug 31 15:16:10 XJT 68667346, stringGSF=base_string_942531__00010398, boolGSF=false, sortableGSF=base_string_712629__00013147, _version_=1668717511557775361, _root_=19}]}}, {groupValue=507538728,doclist={numFound=6,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=21, intGSF=507538728, longGSF=4014744365957200320, doubleGSF=19991.142388772176, floatGSF=23217.152, dateGSF=Wed Aug 31 15:16:14 XJT 68667346, stringGSF=base_string_942531__00016685, boolGSF=false, sortableGSF=base_string_712629__00017732, _version_=1668717511558823936, _root_=21}, SolrDocument{id=23, intGSF=507538728, longGSF=4014744365957200320, doubleGSF=19991.142388772176, floatGSF=23217.152, dateGSF=Wed Aug 31 15:16:14 XJT 68667346, stringGSF=base_string_942531__00016685, boolGSF=false, sortableGSF=base_string_712629__00017732, _version_=1668717511559872512, _root_=23}, SolrDocument{id=24, intGSF=507538728, longGSF=4014744365957200320, doubleGSF=19991.142388772176, floatGSF=23217.152, dateGSF=Wed Aug 31 15:16:14 XJT 68667346, stringGSF=base_string_942531__00016685, boolGSF=true, sortableGSF=base_string_712629__00017732, _version_=1668717511522123779, _root_=24}, SolrDocument{id=25, intGSF=507538728, longGSF=4014744365957200320, doubleGSF=19991.142388772176, floatGSF=23217.152, dateGSF=Wed Aug 31 15:16:14 XJT 68667346, stringGSF=base_string_942531__00016685, boolGSF=false, sortableGSF=base_string_712629__00017732, _version_=1668717511559872513, _root_=25}, SolrDocument{id=26, intGSF=507538728, longGSF=4014744365957200320, doubleGSF=19991.142388772176, floatGSF=23217.152, dateGSF=Wed Aug 31 15:16:14 XJT 68667346, stringGSF=base_string_942531__00016685, boolGSF=true, sortableGSF=base_string_712629__00017732, _version_=1668717511526318083, _root_=26}, SolrDocument{id=27, intGSF=507538728, longGSF=4014744365957200320, doubleGSF=19991.142388772176, floatGSF=23217.152, dateGSF=Wed Aug 31 15:16:14 XJT 68667346, stringGSF=base_string_942531__00016685, boolGSF=false, sortableGSF=base_string_712629__00017732, _version_=1668717511522123780, _root_=27}]}}, {groupValue=507542102,doclist={numFound=6,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=28, intGSF=507542102, longGSF=4014744365957200566, doubleGSF=28910.142388772176, floatGSF=28982.152, dateGSF=Wed Aug 31 15:16:22 XJT 68667346, stringGSF=base_string_942531__00017984, boolGSF=true, sortableGSF=base_string_712629__00021060, _version_=1668717511523172352, _root_=28}, SolrDocument{id=29, intGSF=507542102, longGSF=4014744365957200566, doubleGSF=28910.142388772176, floatGSF=28982.152, dateGSF=Wed Aug 31 15:16:22 XJT 68667346, stringGSF=base_string_942531__00017984, boolGSF=false, sortableGSF=base_string_712629__00021060, _version_=1668717511590281216, _root_=29}, SolrDocument{id=30, intGSF=507542102, longGSF=4014744365957200566, doubleGSF=28910.142388772176, floatGSF=28982.152, dateGSF=Wed Aug 31 15:16:22 XJT 68667346, stringGSF=base_string_942531__00017984, boolGSF=true, sortableGSF=base_string_712629__00021060, _version_=1668717511526318084, _root_=30}, SolrDocument{id=31, intGSF=507542102, longGSF=4014744365957200566, doubleGSF=28910.142388772176, floatGSF=28982.152, dateGSF=Wed Aug 31 15:16:22 XJT 68667346, stringGSF=base_string_942531__00017984, boolGSF=false, sortableGSF=base_string_712629__00021060, _version_=1668717511527366656, _root_=31}, SolrDocument{id=32, intGSF=507542102, longGSF=4014744365957200566, doubleGSF=28910.142388772176, floatGSF=28982.152, dateGSF=Wed Aug 31 15:16:22 XJT 68667346, stringGSF=base_string_942531__00017984, boolGSF=true, sortableGSF=base_string_712629__00021060, _version_=1668717511523172353, _root_=32}, SolrDocument{id=33, intGSF=507542102, longGSF=4014744365957200566, doubleGSF=28910.142388772176, floatGSF=28982.152, dateGSF=Wed Aug 31 15:16:22 XJT 68667346, stringGSF=base_string_942531__00017984, boolGSF=false, sortableGSF=base_string_712629__00021060, _version_=1668717511590281218, _root_=33}]}}, {groupValue=507551467,doclist={numFound=4,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=37, intGSF=507551467, longGSF=4014744365957201735, doubleGSF=37313.142388772176, floatGSF=35697.152, dateGSF=Wed Aug 31 15:16:23 XJT 68667346, stringGSF=base_string_942531__00021864, boolGSF=false, sortableGSF=base_string_712629__00027167, _version_=1668717511590281219, _root_=37}, SolrDocument{id=38, intGSF=507551467, longGSF=4014744365957201735, doubleGSF=37313.142388772176, floatGSF=35697.152, dateGSF=Wed Aug 31 15:16:23 XJT 68667346, stringGSF=base_string_942531__00021864, boolGSF=true, sortableGSF=base_string_712629__00027167, _version_=1668717511523172354, _root_=38}, SolrDocument{id=39, intGSF=507551467, longGSF=4014744365957201735, doubleGSF=37313.142388772176, floatGSF=35697.152, dateGSF=Wed Aug 31 15:16:23 XJT 68667346, stringGSF=base_string_942531__00021864, boolGSF=false, sortableGSF=base_string_712629__00027167, _version_=1668717511528415232, _root_=39}, SolrDocument{id=40, intGSF=507551467, longGSF=4014744365957201735, doubleGSF=37313.142388772176, floatGSF=35697.152, dateGSF=Wed Aug 31 15:16:23 XJT 68667346, stringGSF=base_string_942531__00021864, boolGSF=true, sortableGSF=base_string_712629__00027167, _version_=1668717511523172355, _root_=40}]}}, {groupValue=507560741,doclist={numFound=3,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=42, intGSF=507560741, longGSF=4014744365957211275, doubleGSF=44055.142388772176, floatGSF=45636.152, dateGSF=Wed Aug 31 15:16:29 XJT 68667346, stringGSF=base_string_942531__00029883, boolGSF=true, sortableGSF=base_string_712629__00036779, _version_=1668717511524220928, _root_=42}, SolrDocument{id=45, intGSF=507560741, longGSF=4014744365957211275, doubleGSF=44055.142388772176, floatGSF=45636.152, dateGSF=Wed Aug 31 15:16:29 XJT 68667346, stringGSF=base_string_942531__00029883, boolGSF=false, sortableGSF=base_string_712629__00036779, _version_=1668717511590281221, _root_=45}, SolrDocument{id=48, intGSF=507560741, longGSF=4014744365957211275, doubleGSF=44055.142388772176, floatGSF=45636.152, dateGSF=Wed Aug 31 15:16:29 XJT 68667346, stringGSF=base_string_942531__00029883, boolGSF=true, sortableGSF=base_string_712629__00036779, _version_=1668717511524220929, _root_=48}]}}, {groupValue=507532903,doclist={numFound=6,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=10, intGSF=507532903, longGSF=4014744365957197010, doubleGSF=9624.142388772176, floatGSF=6953.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00007581, boolGSF=true, sortableGSF=base_string_712629__00011638, _version_=1668717511521075200, _root_=10}, SolrDocument{id=11, intGSF=507532903, longGSF=4014744365957197010, doubleGSF=9624.142388772176, floatGSF=6953.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00007581, boolGSF=false, sortableGSF=base_string_712629__00011638, _version_=1668717511521075201, _root_=11}, SolrDocument{id=13, intGSF=507532903, longGSF=4014744365957197010, doubleGSF=9624.142388772176, floatGSF=6953.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00007581, boolGSF=false, sortableGSF=base_string_712629__00011638, _version_=1668717511521075202, _root_=13}, SolrDocument{id=7, intGSF=507532903, longGSF=4014744365957197010, doubleGSF=9624.142388772176, floatGSF=6953.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00007581, boolGSF=false, sortableGSF=base_string_712629__00011638, _version_=1668717511524220928, _root_=7}, SolrDocument{id=8, intGSF=507532903, longGSF=4014744365957197010, doubleGSF=9624.142388772176, floatGSF=6953.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00007581, boolGSF=true, sortableGSF=base_string_712629__00011638, _version_=1668717511520026624, _root_=8}, SolrDocument{id=9, intGSF=507532903, longGSF=4014744365957197010, doubleGSF=9624.142388772176, floatGSF=6953.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00007581, boolGSF=false, sortableGSF=base_string_712629__00011638, _version_=1668717511525269504, _root_=9}]}}]}}}

Stack Trace:
java.lang.AssertionError: Unexpected number of elements in the group for 'intGSF' size: '9' GroupValue: 'null' rsp: {responseHeader={zkConnected=true,status=0,QTime=75,params={q=*:*,group.sort=id asc,_stateVer_=dv_coll:4,group.limit=100,rows=100,wt=javabin,version=2,group.field=intGSF,group=true}},grouped={intGSF={matches=45,groups=[{groupValue=507523517,doclist={numFound=7,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=0, intGSF=507523517, longGSF=4014744365957191975, doubleGSF=6670.142388772177, floatGSF=2082.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00006277, boolGSF=true, sortableGSF=base_string_712629__00001910, _version_=1668717511522123776, _root_=0}, SolrDocument{id=1, intGSF=507523517, longGSF=4014744365957191975, doubleGSF=6670.142388772177, floatGSF=2082.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00006277, boolGSF=false, sortableGSF=base_string_712629__00001910, _version_=1668717511513735168, _root_=1}, SolrDocument{id=2, intGSF=507523517, longGSF=4014744365957191975, doubleGSF=6670.142388772177, floatGSF=2082.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00006277, boolGSF=true, sortableGSF=base_string_712629__00001910, _version_=1668717511513735168, _root_=2}, SolrDocument{id=3, intGSF=507523517, longGSF=4014744365957191975, doubleGSF=6670.142388772177, floatGSF=2082.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00006277, boolGSF=false, sortableGSF=base_string_712629__00001910, _version_=1668717511522123776, _root_=3}, SolrDocument{id=4, intGSF=507523517, longGSF=4014744365957191975, doubleGSF=6670.142388772177, floatGSF=2082.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00006277, boolGSF=true, sortableGSF=base_string_712629__00001910, _version_=1668717511621738496, _root_=4}, SolrDocument{id=5, intGSF=507523517, longGSF=4014744365957191975, doubleGSF=6670.142388772177, floatGSF=2082.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00006277, boolGSF=false, sortableGSF=base_string_712629__00001910, _version_=1668717511553581056, _root_=5}, SolrDocument{id=6, intGSF=507523517, longGSF=4014744365957191975, doubleGSF=6670.142388772177, floatGSF=2082.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00006277, boolGSF=true, sortableGSF=base_string_712629__00001910, _version_=1668717511523172352, _root_=6}]}}, {groupValue=null,doclist={numFound=9,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=10000, _version_=1668717511530512384, _root_=10000}, SolrDocument{id=10010, _version_=1668717511526318080, _root_=10010}, SolrDocument{id=10015, _version_=1668717511522123777, _root_=10015}, SolrDocument{id=10020, _version_=1668717511522123778, _root_=10020}, SolrDocument{id=10025, _version_=1668717511526318082, _root_=10025}, SolrDocument{id=10030, _version_=1668717511590281217, _root_=10030}, SolrDocument{id=10035, _version_=1668717511527366657, _root_=10035}, SolrDocument{id=10040, _version_=1668717511590281220, _root_=10040}, SolrDocument{id=10045, _version_=1668717511528415233, _root_=10045}]}}, {groupValue=507536713,doclist={numFound=4,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=14, intGSF=507536713, longGSF=4014744365957198938, doubleGSF=16983.142388772176, floatGSF=14105.151, dateGSF=Wed Aug 31 15:16:10 XJT 68667346, stringGSF=base_string_942531__00010398, boolGSF=true, sortableGSF=base_string_712629__00013147, _version_=1668717511522123776, _root_=14}, SolrDocument{id=17, intGSF=507536713, longGSF=4014744365957198938, doubleGSF=16983.142388772176, floatGSF=14105.151, dateGSF=Wed Aug 31 15:16:10 XJT 68667346, stringGSF=base_string_942531__00010398, boolGSF=false, sortableGSF=base_string_712629__00013147, _version_=1668717511557775360, _root_=17}, SolrDocument{id=18, intGSF=507536713, longGSF=4014744365957198938, doubleGSF=16983.142388772176, floatGSF=14105.151, dateGSF=Wed Aug 31 15:16:10 XJT 68667346, stringGSF=base_string_942531__00010398, boolGSF=true, sortableGSF=base_string_712629__00013147, _version_=1668717511526318081, _root_=18}, SolrDocument{id=19, intGSF=507536713, longGSF=4014744365957198938, doubleGSF=16983.142388772176, floatGSF=14105.151, dateGSF=Wed Aug 31 15:16:10 XJT 68667346, stringGSF=base_string_942531__00010398, boolGSF=false, sortableGSF=base_string_712629__00013147, _version_=1668717511557775361, _root_=19}]}}, {groupValue=507538728,doclist={numFound=6,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=21, intGSF=507538728, longGSF=4014744365957200320, doubleGSF=19991.142388772176, floatGSF=23217.152, dateGSF=Wed Aug 31 15:16:14 XJT 68667346, stringGSF=base_string_942531__00016685, boolGSF=false, sortableGSF=base_string_712629__00017732, _version_=1668717511558823936, _root_=21}, SolrDocument{id=23, intGSF=507538728, longGSF=4014744365957200320, doubleGSF=19991.142388772176, floatGSF=23217.152, dateGSF=Wed Aug 31 15:16:14 XJT 68667346, stringGSF=base_string_942531__00016685, boolGSF=false, sortableGSF=base_string_712629__00017732, _version_=1668717511559872512, _root_=23}, SolrDocument{id=24, intGSF=507538728, longGSF=4014744365957200320, doubleGSF=19991.142388772176, floatGSF=23217.152, dateGSF=Wed Aug 31 15:16:14 XJT 68667346, stringGSF=base_string_942531__00016685, boolGSF=true, sortableGSF=base_string_712629__00017732, _version_=1668717511522123779, _root_=24}, SolrDocument{id=25, intGSF=507538728, longGSF=4014744365957200320, doubleGSF=19991.142388772176, floatGSF=23217.152, dateGSF=Wed Aug 31 15:16:14 XJT 68667346, stringGSF=base_string_942531__00016685, boolGSF=false, sortableGSF=base_string_712629__00017732, _version_=1668717511559872513, _root_=25}, SolrDocument{id=26, intGSF=507538728, longGSF=4014744365957200320, doubleGSF=19991.142388772176, floatGSF=23217.152, dateGSF=Wed Aug 31 15:16:14 XJT 68667346, stringGSF=base_string_942531__00016685, boolGSF=true, sortableGSF=base_string_712629__00017732, _version_=1668717511526318083, _root_=26}, SolrDocument{id=27, intGSF=507538728, longGSF=4014744365957200320, doubleGSF=19991.142388772176, floatGSF=23217.152, dateGSF=Wed Aug 31 15:16:14 XJT 68667346, stringGSF=base_string_942531__00016685, boolGSF=false, sortableGSF=base_string_712629__00017732, _version_=1668717511522123780, _root_=27}]}}, {groupValue=507542102,doclist={numFound=6,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=28, intGSF=507542102, longGSF=4014744365957200566, doubleGSF=28910.142388772176, floatGSF=28982.152, dateGSF=Wed Aug 31 15:16:22 XJT 68667346, stringGSF=base_string_942531__00017984, boolGSF=true, sortableGSF=base_string_712629__00021060, _version_=1668717511523172352, _root_=28}, SolrDocument{id=29, intGSF=507542102, longGSF=4014744365957200566, doubleGSF=28910.142388772176, floatGSF=28982.152, dateGSF=Wed Aug 31 15:16:22 XJT 68667346, stringGSF=base_string_942531__00017984, boolGSF=false, sortableGSF=base_string_712629__00021060, _version_=1668717511590281216, _root_=29}, SolrDocument{id=30, intGSF=507542102, longGSF=4014744365957200566, doubleGSF=28910.142388772176, floatGSF=28982.152, dateGSF=Wed Aug 31 15:16:22 XJT 68667346, stringGSF=base_string_942531__00017984, boolGSF=true, sortableGSF=base_string_712629__00021060, _version_=1668717511526318084, _root_=30}, SolrDocument{id=31, intGSF=507542102, longGSF=4014744365957200566, doubleGSF=28910.142388772176, floatGSF=28982.152, dateGSF=Wed Aug 31 15:16:22 XJT 68667346, stringGSF=base_string_942531__00017984, boolGSF=false, sortableGSF=base_string_712629__00021060, _version_=1668717511527366656, _root_=31}, SolrDocument{id=32, intGSF=507542102, longGSF=4014744365957200566, doubleGSF=28910.142388772176, floatGSF=28982.152, dateGSF=Wed Aug 31 15:16:22 XJT 68667346, stringGSF=base_string_942531__00017984, boolGSF=true, sortableGSF=base_string_712629__00021060, _version_=1668717511523172353, _root_=32}, SolrDocument{id=33, intGSF=507542102, longGSF=4014744365957200566, doubleGSF=28910.142388772176, floatGSF=28982.152, dateGSF=Wed Aug 31 15:16:22 XJT 68667346, stringGSF=base_string_942531__00017984, boolGSF=false, sortableGSF=base_string_712629__00021060, _version_=1668717511590281218, _root_=33}]}}, {groupValue=507551467,doclist={numFound=4,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=37, intGSF=507551467, longGSF=4014744365957201735, doubleGSF=37313.142388772176, floatGSF=35697.152, dateGSF=Wed Aug 31 15:16:23 XJT 68667346, stringGSF=base_string_942531__00021864, boolGSF=false, sortableGSF=base_string_712629__00027167, _version_=1668717511590281219, _root_=37}, SolrDocument{id=38, intGSF=507551467, longGSF=4014744365957201735, doubleGSF=37313.142388772176, floatGSF=35697.152, dateGSF=Wed Aug 31 15:16:23 XJT 68667346, stringGSF=base_string_942531__00021864, boolGSF=true, sortableGSF=base_string_712629__00027167, _version_=1668717511523172354, _root_=38}, SolrDocument{id=39, intGSF=507551467, longGSF=4014744365957201735, doubleGSF=37313.142388772176, floatGSF=35697.152, dateGSF=Wed Aug 31 15:16:23 XJT 68667346, stringGSF=base_string_942531__00021864, boolGSF=false, sortableGSF=base_string_712629__00027167, _version_=1668717511528415232, _root_=39}, SolrDocument{id=40, intGSF=507551467, longGSF=4014744365957201735, doubleGSF=37313.142388772176, floatGSF=35697.152, dateGSF=Wed Aug 31 15:16:23 XJT 68667346, stringGSF=base_string_942531__00021864, boolGSF=true, sortableGSF=base_string_712629__00027167, _version_=1668717511523172355, _root_=40}]}}, {groupValue=507560741,doclist={numFound=3,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=42, intGSF=507560741, longGSF=4014744365957211275, doubleGSF=44055.142388772176, floatGSF=45636.152, dateGSF=Wed Aug 31 15:16:29 XJT 68667346, stringGSF=base_string_942531__00029883, boolGSF=true, sortableGSF=base_string_712629__00036779, _version_=1668717511524220928, _root_=42}, SolrDocument{id=45, intGSF=507560741, longGSF=4014744365957211275, doubleGSF=44055.142388772176, floatGSF=45636.152, dateGSF=Wed Aug 31 15:16:29 XJT 68667346, stringGSF=base_string_942531__00029883, boolGSF=false, sortableGSF=base_string_712629__00036779, _version_=1668717511590281221, _root_=45}, SolrDocument{id=48, intGSF=507560741, longGSF=4014744365957211275, doubleGSF=44055.142388772176, floatGSF=45636.152, dateGSF=Wed Aug 31 15:16:29 XJT 68667346, stringGSF=base_string_942531__00029883, boolGSF=true, sortableGSF=base_string_712629__00036779, _version_=1668717511524220929, _root_=48}]}}, {groupValue=507532903,doclist={numFound=6,numFoundExact=true,start=0,maxScore=1.0,docs=[SolrDocument{id=10, intGSF=507532903, longGSF=4014744365957197010, doubleGSF=9624.142388772176, floatGSF=6953.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00007581, boolGSF=true, sortableGSF=base_string_712629__00011638, _version_=1668717511521075200, _root_=10}, SolrDocument{id=11, intGSF=507532903, longGSF=4014744365957197010, doubleGSF=9624.142388772176, floatGSF=6953.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00007581, boolGSF=false, sortableGSF=base_string_712629__00011638, _version_=1668717511521075201, _root_=11}, SolrDocument{id=13, intGSF=507532903, longGSF=4014744365957197010, doubleGSF=9624.142388772176, floatGSF=6953.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00007581, boolGSF=false, sortableGSF=base_string_712629__00011638, _version_=1668717511521075202, _root_=13}, SolrDocument{id=7, intGSF=507532903, longGSF=4014744365957197010, doubleGSF=9624.142388772176, floatGSF=6953.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00007581, boolGSF=false, sortableGSF=base_string_712629__00011638, _version_=1668717511524220928, _root_=7}, SolrDocument{id=8, intGSF=507532903, longGSF=4014744365957197010, doubleGSF=9624.142388772176, floatGSF=6953.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00007581, boolGSF=true, sortableGSF=base_string_712629__00011638, _version_=1668717511520026624, _root_=8}, SolrDocument{id=9, intGSF=507532903, longGSF=4014744365957197010, doubleGSF=9624.142388772176, floatGSF=6953.1514, dateGSF=Wed Aug 31 15:16:01 XJT 68667346, stringGSF=base_string_942531__00007581, boolGSF=false, sortableGSF=base_string_712629__00011638, _version_=1668717511525269504, _root_=9}]}}]}}}
	at __randomizedtesting.SeedInfo.seed([57133B195BB32CFD:5D9A9C750B6EEB74]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.doGroupingDvOnly(DocValuesNotIndexedTest.java:404)
	at org.apache.solr.cloud.DocValuesNotIndexedTest.testGroupingDVOnlySortFirst(DocValuesNotIndexedTest.java:327)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.base/java.lang.Thread.run(Thread.java:834)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.OutOfBoxZkACLAndCredentialsProvidersTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.cloud.OutOfBoxZkACLAndCredentialsProvidersTest:     1) Thread[id=19000, name=SessionTracker, state=TIMED_WAITING, group=TGRP-OutOfBoxZkACLAndCredentialsProvidersTest]         at java.base@11.0.6/java.lang.Thread.sleep(Native Method)         at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.cloud.OutOfBoxZkACLAndCredentialsProvidersTest: 
   1) Thread[id=19000, name=SessionTracker, state=TIMED_WAITING, group=TGRP-OutOfBoxZkACLAndCredentialsProvidersTest]
        at java.base@11.0.6/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
	at __randomizedtesting.SeedInfo.seed([57133B195BB32CFD]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.OverriddenZkACLAndCredentialsProvidersTest

Error Message:
3 threads leaked from SUITE scope at org.apache.solr.cloud.OverriddenZkACLAndCredentialsProvidersTest:     1) Thread[id=15696, name=SessionTracker, state=TIMED_WAITING, group=TGRP-OverriddenZkACLAndCredentialsProvidersTest]         at java.base@11.0.6/java.lang.Thread.sleep(Native Method)         at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)    2) Thread[id=15733, name=SessionTracker, state=TIMED_WAITING, group=TGRP-OverriddenZkACLAndCredentialsProvidersTest]         at java.base@11.0.6/java.lang.Thread.sleep(Native Method)         at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)    3) Thread[id=15474, name=SessionTracker, state=TIMED_WAITING, group=TGRP-OverriddenZkACLAndCredentialsProvidersTest]         at java.base@11.0.6/java.lang.Thread.sleep(Native Method)         at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 3 threads leaked from SUITE scope at org.apache.solr.cloud.OverriddenZkACLAndCredentialsProvidersTest: 
   1) Thread[id=15696, name=SessionTracker, state=TIMED_WAITING, group=TGRP-OverriddenZkACLAndCredentialsProvidersTest]
        at java.base@11.0.6/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
   2) Thread[id=15733, name=SessionTracker, state=TIMED_WAITING, group=TGRP-OverriddenZkACLAndCredentialsProvidersTest]
        at java.base@11.0.6/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
   3) Thread[id=15474, name=SessionTracker, state=TIMED_WAITING, group=TGRP-OverriddenZkACLAndCredentialsProvidersTest]
        at java.base@11.0.6/java.lang.Thread.sleep(Native Method)
        at app//org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
	at __randomizedtesting.SeedInfo.seed([57133B195BB32CFD]:0)


FAILED:  org.apache.solr.cloud.autoscaling.TriggerCooldownIntegrationTest.testCooldown

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([57133B195BB32CFD:66AD56FD2519590F]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.autoscaling.TriggerCooldownIntegrationTest.testCooldown(TriggerCooldownIntegrationTest.java:160)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 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.base/java.lang.Thread.run(Thread.java:834)




Build Log:
[...truncated 13769 lines...]
   [junit4] Suite: org.apache.solr.cloud.DocValuesNotIndexedTest
   [junit4]   2> 477244 INFO  (SUITE-DocValuesNotIndexedTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 477245 INFO  (SUITE-DocValuesNotIndexedTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.DocValuesNotIndexedTest_57133B195BB32CFD-001/data-dir-30-001
   [junit4]   2> 477245 WARN  (SUITE-DocValuesNotIndexedTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=12 numCloses=12
   [junit4]   2> 477245 INFO  (SUITE-DocValuesNotIndexedTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 477246 INFO  (SUITE-DocValuesNotIndexedTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 477246 INFO  (SUITE-DocValuesNotIndexedTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 477247 INFO  (SUITE-DocValuesNotIndexedTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.DocValuesNotIndexedTest_57133B195BB32CFD-001/tempDir-001
   [junit4]   2> 477247 INFO  (SUITE-DocValuesNotIndexedTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 477248 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 477248 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 477353 INFO  (SUITE-DocValuesNotIndexedTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 51394
   [junit4]   2> 477353 INFO  (SUITE-DocValuesNotIndexedTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:51394
   [junit4]   2> 477353 INFO  (SUITE-DocValuesNotIndexedTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:51394
   [junit4]   2> 477353 INFO  (SUITE-DocValuesNotIndexedTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 51394
   [junit4]   2> 477358 INFO  (SUITE-DocValuesNotIndexedTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 477364 INFO  (zkConnectionManagerCallback-4222-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 477364 INFO  (SUITE-DocValuesNotIndexedTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 477373 INFO  (SUITE-DocValuesNotIndexedTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 477377 INFO  (zkConnectionManagerCallback-4224-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 477377 INFO  (SUITE-DocValuesNotIndexedTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 477379 INFO  (SUITE-DocValuesNotIndexedTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 477385 INFO  (zkConnectionManagerCallback-4226-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 477385 INFO  (SUITE-DocValuesNotIndexedTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 477498 WARN  (jetty-launcher-4227-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 477499 INFO  (jetty-launcher-4227-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 477499 INFO  (jetty-launcher-4227-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 477499 INFO  (jetty-launcher-4227-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 477502 WARN  (jetty-launcher-4227-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 477502 INFO  (jetty-launcher-4227-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 477502 INFO  (jetty-launcher-4227-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 477502 INFO  (jetty-launcher-4227-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 11.0.6+10
   [junit4]   2> 477512 INFO  (jetty-launcher-4227-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 477512 INFO  (jetty-launcher-4227-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 477512 INFO  (jetty-launcher-4227-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 477512 INFO  (jetty-launcher-4227-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 477512 INFO  (jetty-launcher-4227-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 477513 INFO  (jetty-launcher-4227-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 477513 INFO  (jetty-launcher-4227-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@20e4dbdf{/solr,null,AVAILABLE}
   [junit4]   2> 477514 INFO  (jetty-launcher-4227-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1e5b7a38{/solr,null,AVAILABLE}
   [junit4]   2> 477515 INFO  (jetty-launcher-4227-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7ae57d29{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:51401}
   [junit4]   2> 477515 INFO  (jetty-launcher-4227-thread-2) [     ] o.e.j.s.Server Started @477576ms
   [junit4]   2> 477515 INFO  (jetty-launcher-4227-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51401}
   [junit4]   2> 477515 ERROR (jetty-launcher-4227-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 477515 INFO  (jetty-launcher-4227-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 477515 INFO  (jetty-launcher-4227-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.6.0
   [junit4]   2> 477515 INFO  (jetty-launcher-4227-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 477515 INFO  (jetty-launcher-4227-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 477515 INFO  (jetty-launcher-4227-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-06T03:10:28.348811Z
   [junit4]   2> 477515 INFO  (jetty-launcher-4227-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@25c8b89c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:51400}
   [junit4]   2> 477516 INFO  (jetty-launcher-4227-thread-1) [     ] o.e.j.s.Server Started @477577ms
   [junit4]   2> 477516 INFO  (jetty-launcher-4227-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=51400}
   [junit4]   2> 477517 ERROR (jetty-launcher-4227-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 477517 INFO  (jetty-launcher-4227-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 477517 INFO  (jetty-launcher-4227-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.6.0
   [junit4]   2> 477517 INFO  (jetty-launcher-4227-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 477517 INFO  (jetty-launcher-4227-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 477517 INFO  (jetty-launcher-4227-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-06T03:10:28.350786Z
   [junit4]   2> 477518 INFO  (jetty-launcher-4227-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 477519 INFO  (jetty-launcher-4227-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 477524 INFO  (zkConnectionManagerCallback-4229-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 477524 INFO  (zkConnectionManagerCallback-4231-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 477524 INFO  (jetty-launcher-4227-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 477524 INFO  (jetty-launcher-4227-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 477526 INFO  (jetty-launcher-4227-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 477527 INFO  (jetty-launcher-4227-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 477728 INFO  (jetty-launcher-4227-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 477729 WARN  (jetty-launcher-4227-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@8cf6f95[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 477729 WARN  (jetty-launcher-4227-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@8cf6f95[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 477733 WARN  (jetty-launcher-4227-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7d975019[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 477733 WARN  (jetty-launcher-4227-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7d975019[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 477734 INFO  (jetty-launcher-4227-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51394/solr
   [junit4]   2> 477735 INFO  (jetty-launcher-4227-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 477740 INFO  (zkConnectionManagerCallback-4242-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 477740 INFO  (jetty-launcher-4227-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 477863 INFO  (jetty-launcher-4227-thread-2) [n:127.0.0.1:51401_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 477870 INFO  (zkConnectionManagerCallback-4247-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 477870 INFO  (jetty-launcher-4227-thread-2) [n:127.0.0.1:51401_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 477935 INFO  (jetty-launcher-4227-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 477937 WARN  (jetty-launcher-4227-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2bb7a1dd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 477937 WARN  (jetty-launcher-4227-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2bb7a1dd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 477943 WARN  (jetty-launcher-4227-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@26ea64f2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 477944 WARN  (jetty-launcher-4227-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@26ea64f2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 477951 INFO  (jetty-launcher-4227-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:51394/solr
   [junit4]   2> 477953 INFO  (jetty-launcher-4227-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 477958 INFO  (zkConnectionManagerCallback-4257-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 477958 INFO  (jetty-launcher-4227-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 478075 INFO  (jetty-launcher-4227-thread-1) [n:127.0.0.1:51400_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 478084 INFO  (zkConnectionManagerCallback-4259-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 478084 INFO  (jetty-launcher-4227-thread-1) [n:127.0.0.1:51400_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 478196 INFO  (jetty-launcher-4227-thread-1) [n:127.0.0.1:51400_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:51400_solr
   [junit4]   2> 478198 INFO  (jetty-launcher-4227-thread-1) [n:127.0.0.1:51400_solr     ] o.a.s.c.Overseer Overseer (id=72110792967847944-127.0.0.1:51400_solr-n_0000000000) starting
   [junit4]   2> 478243 INFO  (OverseerStateUpdate-72110792967847944-127.0.0.1:51400_solr-n_0000000000) [n:127.0.0.1:51400_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:51400_solr
   [junit4]   2> 478246 INFO  (jetty-launcher-4227-thread-1) [n:127.0.0.1:51400_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51400_solr
   [junit4]   2> 478256 INFO  (zkCallback-4258-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 478269 INFO  (jetty-launcher-4227-thread-1) [n:127.0.0.1:51400_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 478271 WARN  (jetty-launcher-4227-thread-1) [n:127.0.0.1:51400_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> 478293 INFO  (jetty-launcher-4227-thread-1) [n:127.0.0.1:51400_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 478321 INFO  (jetty-launcher-4227-thread-1) [n:127.0.0.1:51400_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51400.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3aa602f6
   [junit4]   2> 478329 INFO  (jetty-launcher-4227-thread-1) [n:127.0.0.1:51400_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51400.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3aa602f6
   [junit4]   2> 478330 INFO  (jetty-launcher-4227-thread-1) [n:127.0.0.1:51400_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51400.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3aa602f6
   [junit4]   2> 478336 INFO  (jetty-launcher-4227-thread-1) [n:127.0.0.1:51400_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.DocValuesNotIndexedTest_57133B195BB32CFD-001/tempDir-001/node1
   [junit4]   2> 478380 INFO  (jetty-launcher-4227-thread-2) [n:127.0.0.1:51401_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 478391 INFO  (jetty-launcher-4227-thread-2) [n:127.0.0.1:51401_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:51401_solr as DOWN
   [junit4]   2> 478394 INFO  (jetty-launcher-4227-thread-2) [n:127.0.0.1:51401_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 478394 INFO  (jetty-launcher-4227-thread-2) [n:127.0.0.1:51401_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:51401_solr
   [junit4]   2> 478395 INFO  (zkCallback-4258-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 478400 INFO  (zkCallback-4246-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 478404 INFO  (jetty-launcher-4227-thread-2) [n:127.0.0.1:51401_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 478404 WARN  (jetty-launcher-4227-thread-2) [n:127.0.0.1:51401_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> 478428 INFO  (jetty-launcher-4227-thread-2) [n:127.0.0.1:51401_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 478453 INFO  (jetty-launcher-4227-thread-2) [n:127.0.0.1:51401_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51401.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3aa602f6
   [junit4]   2> 478463 INFO  (jetty-launcher-4227-thread-2) [n:127.0.0.1:51401_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51401.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3aa602f6
   [junit4]   2> 478463 INFO  (jetty-launcher-4227-thread-2) [n:127.0.0.1:51401_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51401.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3aa602f6
   [junit4]   2> 478466 INFO  (jetty-launcher-4227-thread-2) [n:127.0.0.1:51401_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.DocValuesNotIndexedTest_57133B195BB32CFD-001/tempDir-001/node2
   [junit4]   2> 478476 INFO  (SUITE-DocValuesNotIndexedTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 478481 INFO  (SUITE-DocValuesNotIndexedTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 478486 INFO  (zkConnectionManagerCallback-4282-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 478486 INFO  (SUITE-DocValuesNotIndexedTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 478492 INFO  (SUITE-DocValuesNotIndexedTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 478498 INFO  (SUITE-DocValuesNotIndexedTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:51394/solr ready
   [junit4]   2> 478518 INFO  (qtp722420621-6288) [n:127.0.0.1:51400_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&maxShardsPerNode=2&name=dv_coll&nrtReplicas=1&action=CREATE&numShards=4&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 478535 INFO  (OverseerThreadFactory-4266-thread-1-processing-n:127.0.0.1:51400_solr) [n:127.0.0.1:51400_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection dv_coll
   [junit4]   2> 478656 INFO  (qtp722420621-6291) [n:127.0.0.1:51400_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 478656 INFO  (qtp722420621-6291) [n:127.0.0.1:51400_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 478660 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 478662 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 478663 INFO  (qtp1948425693-6289) [n:127.0.0.1:51401_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 478677 INFO  (OverseerStateUpdate-72110792967847944-127.0.0.1:51400_solr-n_0000000000) [n:127.0.0.1:51400_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"dv_coll_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51401/solr",
   [junit4]   2>   "node_name":"127.0.0.1:51401_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 478694 INFO  (OverseerStateUpdate-72110792967847944-127.0.0.1:51400_solr-n_0000000000) [n:127.0.0.1:51400_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"dv_coll_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51400/solr",
   [junit4]   2>   "node_name":"127.0.0.1:51400_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 478709 INFO  (OverseerStateUpdate-72110792967847944-127.0.0.1:51400_solr-n_0000000000) [n:127.0.0.1:51400_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"dv_coll_shard3_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51400/solr",
   [junit4]   2>   "node_name":"127.0.0.1:51400_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 478720 INFO  (OverseerStateUpdate-72110792967847944-127.0.0.1:51400_solr-n_0000000000) [n:127.0.0.1:51400_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"dv_coll",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"dv_coll_shard4_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:51401/solr",
   [junit4]   2>   "node_name":"127.0.0.1:51401_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 478932 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr    x:dv_coll_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=dv_coll_shard2_replica_n2&action=CREATE&numShards=4&collection=dv_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 478932 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr    x:dv_coll_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=dv_coll_shard1_replica_n1&action=CREATE&numShards=4&collection=dv_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 478933 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr    x:dv_coll_shard4_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf1&newCollection=true&name=dv_coll_shard4_replica_n6&action=CREATE&numShards=4&collection=dv_coll&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 478933 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr    x:dv_coll_shard3_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=dv_coll_shard3_replica_n4&action=CREATE&numShards=4&collection=dv_coll&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 478987 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 479016 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 479030 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 479040 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 479051 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 479051 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 479051 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 479052 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 479069 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 479069 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 479069 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard4_replica_n6' using configuration from configset conf1, trusted=true
   [junit4]   2> 479069 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard2_replica_n2' using configuration from configset conf1, trusted=true
   [junit4]   2> 479069 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 479069 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 479069 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard3_replica_n4' using configuration from configset conf1, trusted=true
   [junit4]   2> 479069 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'dv_coll_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 479069 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51401.solr.core.dv_coll.shard4.replica_n6' (registry 'solr.core.dv_coll.shard4.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3aa602f6
   [junit4]   2> 479069 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51400.solr.core.dv_coll.shard2.replica_n2' (registry 'solr.core.dv_coll.shard2.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3aa602f6
   [junit4]   2> 479070 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.SolrCore [[dv_coll_shard2_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.DocValuesNotIndexedTest_57133B195BB32CFD-001/tempDir-001/node1/dv_coll_shard2_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.DocValuesNotIndexedTest_57133B195BB32CFD-001/tempDir-001/node1/dv_coll_shard2_replica_n2/data/]
   [junit4]   2> 479070 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.SolrCore [[dv_coll_shard4_replica_n6] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.DocValuesNotIndexedTest_57133B195BB32CFD-001/tempDir-001/node2/dv_coll_shard4_replica_n6], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.DocValuesNotIndexedTest_57133B195BB32CFD-001/tempDir-001/node2/dv_coll_shard4_replica_n6/data/]
   [junit4]   2> 479070 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51400.solr.core.dv_coll.shard3.replica_n4' (registry 'solr.core.dv_coll.shard3.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3aa602f6
   [junit4]   2> 479070 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.SolrCore [[dv_coll_shard3_replica_n4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.DocValuesNotIndexedTest_57133B195BB32CFD-001/tempDir-001/node1/dv_coll_shard3_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.DocValuesNotIndexedTest_57133B195BB32CFD-001/tempDir-001/node1/dv_coll_shard3_replica_n4/data/]
   [junit4]   2> 479070 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_51401.solr.core.dv_coll.shard1.replica_n1' (registry 'solr.core.dv_coll.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@3aa602f6
   [junit4]   2> 479071 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.SolrCore [[dv_coll_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.DocValuesNotIndexedTest_57133B195BB32CFD-001/tempDir-001/node2/dv_coll_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J3/temp/solr.cloud.DocValuesNotIndexedTest_57133B195BB32CFD-001/tempDir-001/node2/dv_coll_shard1_replica_n1/data/]
   [junit4]   2> 479657 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 479657 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 479670 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 479671 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 479700 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 479700 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 479713 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 479715 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 479715 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 479716 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 479716 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 479718 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 479734 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 479734 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1668717509939822592
   [junit4]   2> 479746 INFO  (searcherExecutor-4286-thread-1-processing-n:127.0.0.1:51400_solr x:dv_coll_shard2_replica_n2 c:dv_coll s:shard2 r:core_node5) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.SolrCore [dv_coll_shard2_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 479748 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 479753 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 479753 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 479753 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 479754 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 479758 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 479759 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 479759 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1668717509966036992
   [junit4]   2> 479759 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/dv_coll/terms/shard2 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 479759 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 479761 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/dv_coll/leaders/shard2
   [junit4]   2> 479761 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 479770 INFO  (searcherExecutor-4290-thread-1-processing-n:127.0.0.1:51401_solr x:dv_coll_shard1_replica_n1 c:dv_coll s:shard1 r:core_node3) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.SolrCore [dv_coll_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 479771 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 479771 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 479771 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 479772 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 479778 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 479779 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 479779 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 479784 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 479786 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 479786 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 479786 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51400/solr/dv_coll_shard2_replica_n2/
   [junit4]   2> 479787 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 479787 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 479788 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1668717509996445696
   [junit4]   2> 479789 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:51400/solr/dv_coll_shard2_replica_n2/ has no replicas
   [junit4]   2> 479789 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/dv_coll/leaders/shard2/leader after winning as /collections/dv_coll/leader_elect/shard2/election/72110792967847944-core_node5-n_0000000000
   [junit4]   2> 479789 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 479790 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 479790 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/conf1/managed-schema
   [junit4]   2> 479793 INFO  (searcherExecutor-4285-thread-1-processing-n:127.0.0.1:51401_solr x:dv_coll_shard4_replica_n6 c:dv_coll s:shard4 r:core_node8) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.SolrCore [dv_coll_shard4_replica_n6]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 479795 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/dv_coll/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 479796 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/dv_coll/leaders/shard1
   [junit4]   2> 479803 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 479804 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 479804 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1668717510013222912
   [junit4]   2> 479807 INFO  (qtp722420621-6290) [n:127.0.0.1:51400_solr c:dv_coll s:shard2 r:core_node5 x:dv_coll_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:51400/solr/dv_coll_shard2_replica_n2/ shard2
   [junit4]   2> 479813 INFO  (searcherExecutor-4289-thread-1-processing-n:127.0.0.1:51400_solr x:dv_coll_shard3_replica_n4 c:dv_coll s:shard3 r:core_node7) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.SolrCore [dv_coll_shard3_replica_n4]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 479829 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/dv_coll/terms/shard4 to Terms{values={core_node8=0}, version=0}
   [junit4]   2> 479829 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/dv_coll/leaders/shard4
   [junit4]   2> 479831 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 479831 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 479831 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51401/solr/dv_coll_shard1_replica_n1/
   [junit4]   2> 479833 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 479834 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/dv_coll/terms/shard3 to Terms{values={core_node7=0}, version=0}
   [junit4]   2> 479834 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/dv_coll/leaders/shard3
   [junit4]   2> 479838 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:51401/solr/dv_coll_shard1_replica_n1/ has no replicas
   [junit4]   2> 479838 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/dv_coll/leaders/shard1/leader after winning as /collections/dv_coll/leader_elect/shard1/election/72110792967847942-core_node3-n_0000000000
   [junit4]   2> 479864 INFO  (qtp1948425693-6292) [n:127.0.0.1:51401_solr c:dv_coll s:shard1 r:core_node3 x:dv_coll_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:51401/solr/dv_coll_shard1_replica_n1/ shard1
   [junit4]   2> 479877 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 479877 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 479877 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51401/solr/dv_coll_shard4_replica_n6/
   [junit4]   2> 479877 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 479877 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.SyncStrategy http://127.0.0.1:51401/solr/dv_coll_shard4_replica_n6/ has no replicas
   [junit4]   2> 479878 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/dv_coll/leaders/shard4/leader after winning as /collections/dv_coll/leader_elect/shard4/election/72110792967847942-core_node8-n_0000000000
   [junit4]   2> 479882 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 479882 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 479882 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:51400/solr/dv_coll_shard3_replica_n4/
   [junit4]   2> 479882 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 479882 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.SyncStrategy http://127.0.0.1:51400/solr/dv_coll_shard3_replica_n4/ has no replicas
   [junit4]   2> 479882 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/dv_coll/leaders/shard3/leader after winning as /collections/dv_coll/leader_elect/shard3/election/72110792967847944-core_node7-n_0000000000
   [junit4]   2> 479886 INFO  (qtp1948425693-6287) [n:127.0.0.1:51401_solr c:dv_coll s:shard4 r:core_node8 x:dv_coll_shard4_replica_n6 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:51401/solr/dv_coll_shard4_replica_n6/ shard4
   [junit4]   2> 479893 INFO  (qtp722420621-6282) [n:127.0.0.1:51400_solr c:dv_coll s:shard3 r:core_node7 x:dv_coll_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:51400/solr/dv_coll_shard3_replica_n4/ shard3
   [junit4]   2> 480020 INFO  (zkCallback-4246-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 480020 INFO  (zkCallback-4258-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 480020 INFO  (zkCallback-4258-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/dv_coll/state.json] for collection [dv_coll] has occurred - updating... (li

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

g metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1415544 INFO  (jetty-closer-11265-thread-6) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@168d6d39: rootName = solr_60294, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@11b2fd0a
   [junit4]   2> 1415544 INFO  (jetty-closer-11265-thread-6) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1415605 INFO  (jetty-closer-11265-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72110851483303944-127.0.0.1:60161_solr-n_0000000000) closing
   [junit4]   2> 1415607 INFO  (jetty-closer-11265-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6557aee2{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1415608 INFO  (jetty-closer-11265-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4a78b531{/solr,null,UNAVAILABLE}
   [junit4]   2> 1415609 INFO  (jetty-closer-11265-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1415646 INFO  (jetty-closer-11265-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7e6e011e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1415646 INFO  (jetty-closer-11265-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2d27569f{/solr,null,UNAVAILABLE}
   [junit4]   2> 1415651 INFO  (jetty-closer-11265-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1415709 INFO  (jetty-closer-11265-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@41f721ec{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1415710 INFO  (jetty-closer-11265-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4b8cf4{/solr,null,UNAVAILABLE}
   [junit4]   2> 1415711 INFO  (jetty-closer-11265-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1415746 INFO  (jetty-closer-11265-thread-6) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@62dfe98e{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1415747 INFO  (jetty-closer-11265-thread-6) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7ee1ab58{/solr,null,UNAVAILABLE}
   [junit4]   2> 1415747 INFO  (jetty-closer-11265-thread-6) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1415856 INFO  (jetty-closer-11265-thread-5) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7aafeb00{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1415856 INFO  (jetty-closer-11265-thread-5) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7f5952e{/solr,null,UNAVAILABLE}
   [junit4]   2> 1415856 INFO  (jetty-closer-11265-thread-5) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1415858 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1416070 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> 	7	/solr/aliases.json
   [junit4]   2> 	7	/solr/clusterprops.json
   [junit4]   2> 	6	/solr/packages.json
   [junit4]   2> 	6	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	7	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/autoscaling.json
   [junit4]   2> 	2	/solr/overseer_elect/election/72110851483303944-127.0.0.1:60161_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	47	/solr/live_nodes
   [junit4]   2> 	13	/solr/overseer/queue
   [junit4]   2> 	7	/solr/collections
   [junit4]   2> 	4	/solr/autoscaling/events/node_added_cooldown_trigger
   [junit4]   2> 
   [junit4]   2> 1416072 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:60154
   [junit4]   2> 1416072 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:60154
   [junit4]   2> 1416072 INFO  (SUITE-TriggerCooldownIntegrationTest-seed#[57133B195BB32CFD]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 60154
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.TriggerCooldownIntegrationTest_57133B195BB32CFD-001
   [junit4]   2> Jun 06, 2020 3:26:07 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=FastDecompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=4, maxDocsPerChunk=1, blockShift=4), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST_DECOMPRESSION, chunkSize=4, blockSize=4)), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@50300632), locale=kde, timezone=Africa/Kigali
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 11.0.6 (64-bit)/cpus=6,threads=1,free=188671224,total=536870912
   [junit4]   2> NOTE: All tests run in this JVM: [CollectionsAPISolrJTest, SolrSlf4jReporterTest, TestCollectionsAPIViaSolrCloudCluster, CreateRoutedAliasTest, SolrMetricReporterTest, TestDistributedSearch, TestCloudInspectUtil, TestBlobHandler, BasicDistributedZk2Test, StatsComponentTest, DistributedFacetPivotSmallAdvancedTest, FileBasedSpellCheckerTest, TestSolrQueryResponse, TestStressCloudBlindAtomicUpdates, TestMacroExpander, TestDeprecatedFilters, TestIntervalFaceting, TestFastOutputStream, TestSizeLimitedDistributedMap, HdfsRestartWhileUpdatingTest, TestConfigSets, ChaosMonkeySafeLeaderTest, TestManagedSynonymFilterFactory, TestStressVersions, TimeZoneUtilsTest, BJQParserTest, TestConfigSetsAPIZkFailure, DistributedQueueTest, SoftAutoCommitTest, TestCollectionAPIs, TestSystemCollAutoCreate, TestLFUCache, TestSchemalessBufferedUpdates, TestLuceneIndexBackCompat, IndexSchemaRuntimeFieldTest, ZkStateWriterTest, HdfsChaosMonkeyNothingIsSafeTest, TestRebalanceLeaders, TestInPlaceUpdatesRequiredField, TestReplicationHandler, SOLR749Test, RecoveryAfterSoftCommitTest, BlockCacheTest, TestSolrCoreParser, ResponseBuilderTest, TestPayloadScoreQParserPlugin, OpenExchangeRatesOrgProviderTest, ZkSolrClientTest, OverseerStatusTest, DataDrivenBlockJoinTest, CdcrVersionReplicationTest, AdminHandlersProxyTest, TestSimComputePlanAction, SuggesterTest, XMLAtomicUpdateMultivalueTest, MetricsHistoryHandlerTest, BadComponentTest, NoCacheHeaderTest, TestDirectoryFactory, ConfigureRecoveryStrategyTest, TestXmlQParser, CoreAdminRequestStatusTest, FacetPivotSmallTest, AlternateDirectoryTest, RegexBytesRefFilterTest, BasicAuthOnSingleNodeTest, ConnectionReuseTest, TestPHPSerializedResponseWriter, DeleteShardTest, TestLegacyTerms, SyncSliceTest, DistributedQueryComponentOptimizationTest, TestFileDictionaryLookup, TestCloudRecovery2, TriggerCooldownIntegrationTest]
   [junit4] Completed [498/910 (4!)] on J1 in 47.17s, 1 test, 1 failure <<< FAILURES!

[...truncated 48911 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1094/consoleText

[repro] Revision: bf0189514fbfc90d4d9d10cae1edb499f9ca27ec

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC"
[repro] Repro line:  ant test  -Dtestcase=DocValuesNotIndexedTest -Dtests.method=testGroupingDVOnlySortFirst -Dtests.seed=57133B195BB32CFD -Dtests.slow=true -Dtests.locale=brx -Dtests.timezone=Asia/Kashgar -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=OutOfBoxZkACLAndCredentialsProvidersTest -Dtests.seed=57133B195BB32CFD -Dtests.slow=true -Dtests.locale=vo -Dtests.timezone=Africa/Luanda -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=OverriddenZkACLAndCredentialsProvidersTest -Dtests.seed=57133B195BB32CFD -Dtests.slow=true -Dtests.locale=en-TT -Dtests.timezone=Asia/Ust-Nera -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] Repro line:  ant test  -Dtestcase=TriggerCooldownIntegrationTest -Dtests.method=testCooldown -Dtests.seed=57133B195BB32CFD -Dtests.slow=true -Dtests.locale=kde -Dtests.timezone=Africa/Kigali -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       TriggerCooldownIntegrationTest
[repro]       OverriddenZkACLAndCredentialsProvidersTest
[repro]       OutOfBoxZkACLAndCredentialsProvidersTest
[repro]       DocValuesNotIndexedTest
[repro] ant compile-test

[...truncated 3475 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=20 -Dtests.class="*.TriggerCooldownIntegrationTest|*.OverriddenZkACLAndCredentialsProvidersTest|*.OutOfBoxZkACLAndCredentialsProvidersTest|*.DocValuesNotIndexedTest" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseG1GC" -Dtests.seed=57133B195BB32CFD -Dtests.slow=true -Dtests.locale=kde -Dtests.timezone=Africa/Kigali -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 201 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.DocValuesNotIndexedTest
[repro]   0/5 failed: org.apache.solr.cloud.OutOfBoxZkACLAndCredentialsProvidersTest
[repro]   0/5 failed: org.apache.solr.cloud.OverriddenZkACLAndCredentialsProvidersTest
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.TriggerCooldownIntegrationTest
[repro] Exiting with code 0

[...truncated 73 lines...]

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk1.8.0) - Build # 1093 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1093/
Java: 64bit/jdk1.8.0 -XX:-UseCompressedOops -XX:+UseParallelGC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.common.cloud.TestZkConfigManager

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.common.cloud.TestZkConfigManager:     1) Thread[id=6160, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestZkConfigManager]         at java.lang.Thread.sleep(Native Method)         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.common.cloud.TestZkConfigManager: 
   1) Thread[id=6160, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestZkConfigManager]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
	at __randomizedtesting.SeedInfo.seed([6CF79A86BDD09B20]:0)




Build Log:
[...truncated 17497 lines...]
   [junit4] Suite: org.apache.solr.common.cloud.TestZkConfigManager
   [junit4]   2> 299068 INFO  (SUITE-TestZkConfigManager-seed#[6CF79A86BDD09B20]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 299068 INFO  (SUITE-TestZkConfigManager-seed#[6CF79A86BDD09B20]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 299069 INFO  (SUITE-TestZkConfigManager-seed#[6CF79A86BDD09B20]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestZkConfigManager_6CF79A86BDD09B20-001/data-dir-24-001
   [junit4]   2> 299069 WARN  (SUITE-TestZkConfigManager-seed#[6CF79A86BDD09B20]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 299069 INFO  (SUITE-TestZkConfigManager-seed#[6CF79A86BDD09B20]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 299075 INFO  (SUITE-TestZkConfigManager-seed#[6CF79A86BDD09B20]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 299076 INFO  (SUITE-TestZkConfigManager-seed#[6CF79A86BDD09B20]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 299077 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 299077 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 299179 INFO  (SUITE-TestZkConfigManager-seed#[6CF79A86BDD09B20]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 52158
   [junit4]   2> 299179 INFO  (SUITE-TestZkConfigManager-seed#[6CF79A86BDD09B20]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:52158
   [junit4]   2> 299179 INFO  (SUITE-TestZkConfigManager-seed#[6CF79A86BDD09B20]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:52158
   [junit4]   2> 299179 INFO  (SUITE-TestZkConfigManager-seed#[6CF79A86BDD09B20]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 52158
   [junit4]   2> 299183 INFO  (SUITE-TestZkConfigManager-seed#[6CF79A86BDD09B20]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 299189 INFO  (zkConnectionManagerCallback-3076-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 299189 INFO  (SUITE-TestZkConfigManager-seed#[6CF79A86BDD09B20]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 299195 INFO  (SUITE-TestZkConfigManager-seed#[6CF79A86BDD09B20]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 299199 INFO  (zkConnectionManagerCallback-3078-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 299199 INFO  (SUITE-TestZkConfigManager-seed#[6CF79A86BDD09B20]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 299211 INFO  (TEST-TestZkConfigManager.testUploadWithACL-seed#[6CF79A86BDD09B20]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testUploadWithACL
   [junit4]   2> 299212 INFO  (TEST-TestZkConfigManager.testUploadWithACL-seed#[6CF79A86BDD09B20]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 299216 INFO  (zkConnectionManagerCallback-3080-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 299216 INFO  (TEST-TestZkConfigManager.testUploadWithACL-seed#[6CF79A86BDD09B20]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 299333 INFO  (TEST-TestZkConfigManager.testUploadWithACL-seed#[6CF79A86BDD09B20]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 299336 INFO  (zkConnectionManagerCallback-3082-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 299336 INFO  (TEST-TestZkConfigManager.testUploadWithACL-seed#[6CF79A86BDD09B20]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 299445 INFO  (TEST-TestZkConfigManager.testUploadWithACL-seed#[6CF79A86BDD09B20]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 299449 INFO  (zkConnectionManagerCallback-3084-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 299449 INFO  (TEST-TestZkConfigManager.testUploadWithACL-seed#[6CF79A86BDD09B20]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 299578 INFO  (TEST-TestZkConfigManager.testUploadWithACL-seed#[6CF79A86BDD09B20]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 299582 INFO  (zkConnectionManagerCallback-3086-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 299582 INFO  (TEST-TestZkConfigManager.testUploadWithACL-seed#[6CF79A86BDD09B20]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 299691 INFO  (TEST-TestZkConfigManager.testUploadWithACL-seed#[6CF79A86BDD09B20]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testUploadWithACL
   [junit4]   2> 299703 INFO  (TEST-TestZkConfigManager.testConstants-seed#[6CF79A86BDD09B20]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testConstants
   [junit4]   2> 299703 INFO  (TEST-TestZkConfigManager.testConstants-seed#[6CF79A86BDD09B20]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testConstants
   [junit4]   2> 299716 INFO  (TEST-TestZkConfigManager.testUploadConfig-seed#[6CF79A86BDD09B20]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testUploadConfig
   [junit4]   2> 299718 INFO  (TEST-TestZkConfigManager.testUploadConfig-seed#[6CF79A86BDD09B20]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 299722 INFO  (zkConnectionManagerCallback-3088-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 299723 INFO  (TEST-TestZkConfigManager.testUploadConfig-seed#[6CF79A86BDD09B20]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 299845 INFO  (TEST-TestZkConfigManager.testUploadConfig-seed#[6CF79A86BDD09B20]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 299853 INFO  (zkConnectionManagerCallback-3090-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 299854 INFO  (TEST-TestZkConfigManager.testUploadConfig-seed#[6CF79A86BDD09B20]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 299896 INFO  (TEST-TestZkConfigManager.testUploadConfig-seed#[6CF79A86BDD09B20]) [     ] o.a.s.c.c.ZkMaintenanceUtils uploadToZK skipping '.ignored' due to filenameExclusions '^\..*$'
   [junit4]   2> 299944 INFO  (TEST-TestZkConfigManager.testUploadConfig-seed#[6CF79A86BDD09B20]) [     ] o.a.s.c.c.ZkMaintenanceUtils Writing file /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestZkConfigManager_6CF79A86BDD09B20-001/download-001/file1
   [junit4]   2> 299955 INFO  (TEST-TestZkConfigManager.testUploadConfig-seed#[6CF79A86BDD09B20]) [     ] o.a.s.c.c.ZkMaintenanceUtils uploadToZK skipping '.ignored' due to filenameExclusions '^\..*$'
   [junit4]   2> 299989 INFO  (TEST-TestZkConfigManager.testUploadConfig-seed#[6CF79A86BDD09B20]) [     ] o.a.s.c.c.ZkMaintenanceUtils Writing file /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-solrj/test/J2/temp/solr.common.cloud.TestZkConfigManager_6CF79A86BDD09B20-001/download2-001/file1
   [junit4]   2> 299993 INFO  (TEST-TestZkConfigManager.testUploadConfig-seed#[6CF79A86BDD09B20]) [     ] o.a.s.c.c.ZkMaintenanceUtils uploadToZK skipping '.ignored' due to filenameExclusions '^\..*$'
   [junit4]   2> 300003 INFO  (TEST-TestZkConfigManager.testUploadConfig-seed#[6CF79A86BDD09B20]) [     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/config2/file2 to /configs/config2copy/file2
   [junit4]   2> 300010 INFO  (TEST-TestZkConfigManager.testUploadConfig-seed#[6CF79A86BDD09B20]) [     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/config2/subdir/file3 to /configs/config2copy/subdir/file3
   [junit4]   2> 300016 INFO  (TEST-TestZkConfigManager.testUploadConfig-seed#[6CF79A86BDD09B20]) [     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/config2/file1 to /configs/config2copy/file1
   [junit4]   2> 300022 INFO  (TEST-TestZkConfigManager.testUploadConfig-seed#[6CF79A86BDD09B20]) [     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/config2/file2 to /configs/config2copy2/file2
   [junit4]   2> 300030 INFO  (TEST-TestZkConfigManager.testUploadConfig-seed#[6CF79A86BDD09B20]) [     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/config2/subdir/file3 to /configs/config2copy2/subdir/file3
   [junit4]   2> 300036 INFO  (TEST-TestZkConfigManager.testUploadConfig-seed#[6CF79A86BDD09B20]) [     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/config2/file1 to /configs/config2copy2/file1
   [junit4]   2> 300150 INFO  (TEST-TestZkConfigManager.testUploadConfig-seed#[6CF79A86BDD09B20]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testUploadConfig
   [junit4]   2> 300150 INFO  (SUITE-TestZkConfigManager-seed#[6CF79A86BDD09B20]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 300399 INFO  (SUITE-TestZkConfigManager-seed#[6CF79A86BDD09B20]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:52158
   [junit4]   2> 300399 INFO  (SUITE-TestZkConfigManager-seed#[6CF79A86BDD09B20]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:52158
   [junit4]   2> 300399 INFO  (SUITE-TestZkConfigManager-seed#[6CF79A86BDD09B20]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 52158
   [junit4]   2> 300400 INFO  (SUITE-TestZkConfigManager-seed#[6CF79A86BDD09B20]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Jun 05, 2020 10:49:40 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Jun 05, 2020 10:49:50 PM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.common.cloud.TestZkConfigManager: 
   [junit4]   2>    1) Thread[id=6160, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestZkConfigManager]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
   [junit4]   2> Jun 05, 2020 10:49:50 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=6160, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestZkConfigManager]
   [junit4]   2> 310626 ERROR (SessionTracker) [     ] o.a.z.s.ZooKeeperCriticalThread Severe unrecoverable error, from thread : SessionTracker
   [junit4]   2>           => java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method) [?:1.8.0_201]
   [junit4]   2> 	at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151) ~[zookeeper-3.5.7.jar:3.5.7]
   [junit4]   2> Jun 05, 2020 10:49:51 PM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {}, docValues:{}, maxPointsInLeafNode=1661, maxMBSortInHeap=5.665559121075364, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2aef2f8), locale=ar-EG, timezone=Europe/Vilnius
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=6,threads=1,free=141947088,total=511705088
   [junit4]   2> NOTE: All tests run in this JVM: [DirectJsonQueryRequestFacetingEmbeddedTest, CloudHttp2SolrClientTest, TestXMLEscaping, BasicHttpSolrClientTest, TestBatchUpdate, TestPathTrie, TermsFacetMapTest, CloudSolrClientRetryTest, ContentStreamTest, TestDelegationTokenResponse, MergeIndexesEmbeddedTest, RequestReplicaListTransformerGeneratorTest, SolrExampleStreamingHttp2Test, JsonQueryRequestHeatmapFacetingTest, HttpSolrClientSSLAuthConPoolTest, TestObjectBuilder, AbsoluteValueEvaluatorTest, CoalesceEvaluatorTest, TestLukeRequest, JdbcTest, SolrPingTest, TestCollectionAdminRequest, TestConfigSetAdminRequest, AnlysisResponseBaseTest, DocumentAnalysisResponseTest, FacetFieldTest, FieldAnalysisResponseTest, NestableJsonFacetTest, NoOpResponseParserTest, QueryResponseTest, TestSpellCheckResponse, TestSuggesterResponse, SolrDocumentTest, TestToleratedUpdateError, SolrZkClientTest, TestZkConfigManager]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestZkConfigManager -Dtests.seed=6CF79A86BDD09B20 -Dtests.slow=true -Dtests.locale=ar-EG -Dtests.timezone=Europe/Vilnius -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J2 | TestZkConfigManager (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.common.cloud.TestZkConfigManager: 
   [junit4]    >    1) Thread[id=6160, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestZkConfigManager]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([6CF79A86BDD09B20]:0)
   [junit4] Completed [189/208 (1!)] on J2 in 11.84s, 3 tests, 1 error <<< FAILURES!

[...truncated 51019 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1093/consoleText

[repro] Revision: bf0189514fbfc90d4d9d10cae1edb499f9ca27ec

[repro] Ant options: "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=TestZkConfigManager -Dtests.seed=6CF79A86BDD09B20 -Dtests.slow=true -Dtests.locale=ar-EG -Dtests.timezone=Europe/Vilnius -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/solrj
[repro]       TestZkConfigManager
[repro] ant compile-test

[...truncated 2606 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestZkConfigManager" -Dtests.showOutput=onerror "-Dargs=-XX:-UseCompressedOops -XX:+UseParallelGC" -Dtests.seed=6CF79A86BDD09B20 -Dtests.slow=true -Dtests.locale=ar-EG -Dtests.timezone=Europe/Vilnius -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 86 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.common.cloud.TestZkConfigManager
[repro] Exiting with code 0

[...truncated 73 lines...]

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk-12.0.2) - Build # 1092 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1092/
Java: 64bit/jdk-12.0.2 -XX:+UseCompressedOops -XX:+UseSerialGC

2 tests failed.
FAILED:  org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup

Error Message:
No registered leader was found after waiting for 4000ms , collection: deletereplica_test slice: shard1 saw state=DocCollection(deletereplica_test//collections/deletereplica_test/state.json/8)={   "pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{"core_node4":{           "core":"deletereplica_test_shard1_replica_n2",           "base_url":"http://127.0.0.1:53924/solr",           "node_name":"127.0.0.1:53924_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"} with live_nodes=[127.0.0.1:53923_solr, 127.0.0.1:53925_solr, 127.0.0.1:53924_solr, 127.0.0.1:53927_solr]

Stack Trace:
org.apache.solr.common.SolrException: No registered leader was found after waiting for 4000ms , collection: deletereplica_test slice: shard1 saw state=DocCollection(deletereplica_test//collections/deletereplica_test/state.json/8)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{"core_node4":{
          "core":"deletereplica_test_shard1_replica_n2",
          "base_url":"http://127.0.0.1:53924/solr",
          "node_name":"127.0.0.1:53924_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"} with live_nodes=[127.0.0.1:53923_solr, 127.0.0.1:53925_solr, 127.0.0.1:53924_solr, 127.0.0.1:53927_solr]
	at __randomizedtesting.SeedInfo.seed([E370711BD10C46D0:9390F5A15543EFDB]:0)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:978)
	at org.apache.solr.common.cloud.ZkStateReader.getLeaderRetry(ZkStateReader.java:955)
	at org.apache.solr.cloud.DeleteReplicaTest.deleteReplicaAndVerifyDirectoryCleanup(DeleteReplicaTest.java:164)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	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 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.base/java.lang.Thread.run(Thread.java:835)


FAILED:  org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest.testMetricTrigger

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
	at __randomizedtesting.SeedInfo.seed([E370711BD10C46D0:597C46948EE4909F]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest.testMetricTrigger(MetricTriggerIntegrationTest.java:150)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:567)
	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 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.base/java.lang.Thread.run(Thread.java:835)




Build Log:
[...truncated 13542 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest
   [junit4]   2> 248228 INFO  (SUITE-MetricTriggerIntegrationTest-seed#[E370711BD10C46D0]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 248231 INFO  (SUITE-MetricTriggerIntegrationTest-seed#[E370711BD10C46D0]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.MetricTriggerIntegrationTest_E370711BD10C46D0-001/data-dir-9-001
   [junit4]   2> 248232 INFO  (SUITE-MetricTriggerIntegrationTest-seed#[E370711BD10C46D0]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 248233 INFO  (SUITE-MetricTriggerIntegrationTest-seed#[E370711BD10C46D0]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 248233 INFO  (SUITE-MetricTriggerIntegrationTest-seed#[E370711BD10C46D0]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 248235 INFO  (SUITE-MetricTriggerIntegrationTest-seed#[E370711BD10C46D0]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.MetricTriggerIntegrationTest_E370711BD10C46D0-001/tempDir-001
   [junit4]   2> 248236 INFO  (SUITE-MetricTriggerIntegrationTest-seed#[E370711BD10C46D0]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 248237 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 248237 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 248338 INFO  (SUITE-MetricTriggerIntegrationTest-seed#[E370711BD10C46D0]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 65342
   [junit4]   2> 248338 INFO  (SUITE-MetricTriggerIntegrationTest-seed#[E370711BD10C46D0]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:65342
   [junit4]   2> 248338 INFO  (SUITE-MetricTriggerIntegrationTest-seed#[E370711BD10C46D0]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:65342
   [junit4]   2> 248338 INFO  (SUITE-MetricTriggerIntegrationTest-seed#[E370711BD10C46D0]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 65342
   [junit4]   2> 248344 INFO  (SUITE-MetricTriggerIntegrationTest-seed#[E370711BD10C46D0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 248350 INFO  (zkConnectionManagerCallback-1533-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 248351 INFO  (SUITE-MetricTriggerIntegrationTest-seed#[E370711BD10C46D0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 248360 INFO  (SUITE-MetricTriggerIntegrationTest-seed#[E370711BD10C46D0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 248369 INFO  (zkConnectionManagerCallback-1535-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 248369 INFO  (SUITE-MetricTriggerIntegrationTest-seed#[E370711BD10C46D0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 248374 INFO  (SUITE-MetricTriggerIntegrationTest-seed#[E370711BD10C46D0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 248382 INFO  (zkConnectionManagerCallback-1537-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 248382 INFO  (SUITE-MetricTriggerIntegrationTest-seed#[E370711BD10C46D0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 248499 WARN  (jetty-launcher-1538-thread-2) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 248499 WARN  (jetty-launcher-1538-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 248499 INFO  (jetty-launcher-1538-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 248499 INFO  (jetty-launcher-1538-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 248499 INFO  (jetty-launcher-1538-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 248499 INFO  (jetty-launcher-1538-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 248499 INFO  (jetty-launcher-1538-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 248499 INFO  (jetty-launcher-1538-thread-2) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 248504 INFO  (jetty-launcher-1538-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 248504 INFO  (jetty-launcher-1538-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 248504 INFO  (jetty-launcher-1538-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 248504 INFO  (jetty-launcher-1538-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@76c349c3{/solr,null,AVAILABLE}
   [junit4]   2> 248505 INFO  (jetty-launcher-1538-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 248505 INFO  (jetty-launcher-1538-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 248505 INFO  (jetty-launcher-1538-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 248506 INFO  (jetty-launcher-1538-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@2f07c4ac{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:65347}
   [junit4]   2> 248506 INFO  (jetty-launcher-1538-thread-1) [     ] o.e.j.s.Server Started @248593ms
   [junit4]   2> 248506 INFO  (jetty-launcher-1538-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65347}
   [junit4]   2> 248506 INFO  (jetty-launcher-1538-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@397c74a7{/solr,null,AVAILABLE}
   [junit4]   2> 248507 ERROR (jetty-launcher-1538-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 248507 INFO  (jetty-launcher-1538-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 248507 INFO  (jetty-launcher-1538-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 248507 INFO  (jetty-launcher-1538-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 248507 INFO  (jetty-launcher-1538-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 248507 INFO  (jetty-launcher-1538-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-05T16:19:23.945748Z
   [junit4]   2> 248508 INFO  (jetty-launcher-1538-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@68bac23d{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:65348}
   [junit4]   2> 248508 INFO  (jetty-launcher-1538-thread-2) [     ] o.e.j.s.Server Started @248595ms
   [junit4]   2> 248509 INFO  (jetty-launcher-1538-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65348}
   [junit4]   2> 248509 INFO  (jetty-launcher-1538-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 248510 ERROR (jetty-launcher-1538-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 248510 INFO  (jetty-launcher-1538-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 248510 INFO  (jetty-launcher-1538-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 248510 INFO  (jetty-launcher-1538-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 248510 INFO  (jetty-launcher-1538-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 248510 INFO  (jetty-launcher-1538-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-05T16:19:23.948957Z
   [junit4]   2> 248512 INFO  (jetty-launcher-1538-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 248516 INFO  (zkConnectionManagerCallback-1540-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 248516 INFO  (jetty-launcher-1538-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 248518 INFO  (zkConnectionManagerCallback-1542-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 248518 INFO  (jetty-launcher-1538-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 248519 INFO  (jetty-launcher-1538-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 248521 INFO  (jetty-launcher-1538-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 248817 INFO  (jetty-launcher-1538-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 248820 WARN  (jetty-launcher-1538-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@14407aa2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 248820 WARN  (jetty-launcher-1538-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@14407aa2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 248829 WARN  (jetty-launcher-1538-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@ccc0ff1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 248837 WARN  (jetty-launcher-1538-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@ccc0ff1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 248842 INFO  (jetty-launcher-1538-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65342/solr
   [junit4]   2> 248847 INFO  (jetty-launcher-1538-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 248852 INFO  (zkConnectionManagerCallback-1556-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 248852 INFO  (jetty-launcher-1538-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 248954 INFO  (jetty-launcher-1538-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 248956 WARN  (jetty-launcher-1538-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@b0edc1f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 248956 WARN  (jetty-launcher-1538-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@b0edc1f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 248964 WARN  (jetty-launcher-1538-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@41140753[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 248964 WARN  (jetty-launcher-1538-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@41140753[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 248966 INFO  (jetty-launcher-1538-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65342/solr
   [junit4]   2> 248968 INFO  (jetty-launcher-1538-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 248972 INFO  (jetty-launcher-1538-thread-1) [n:127.0.0.1:65347_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 248973 INFO  (zkConnectionManagerCallback-1564-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 248974 INFO  (jetty-launcher-1538-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 248975 INFO  (zkConnectionManagerCallback-1566-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 248975 INFO  (jetty-launcher-1538-thread-1) [n:127.0.0.1:65347_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 249083 INFO  (jetty-launcher-1538-thread-2) [n:127.0.0.1:65348_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 249087 INFO  (zkConnectionManagerCallback-1570-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 249087 INFO  (jetty-launcher-1538-thread-2) [n:127.0.0.1:65348_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 249139 INFO  (jetty-launcher-1538-thread-2) [n:127.0.0.1:65348_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:65348_solr
   [junit4]   2> 249144 INFO  (jetty-launcher-1538-thread-2) [n:127.0.0.1:65348_solr     ] o.a.s.c.Overseer Overseer (id=72108232842936328-127.0.0.1:65348_solr-n_0000000000) starting
   [junit4]   2> 249174 INFO  (OverseerStateUpdate-72108232842936328-127.0.0.1:65348_solr-n_0000000000) [n:127.0.0.1:65348_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:65348_solr
   [junit4]   2> 249176 INFO  (jetty-launcher-1538-thread-2) [n:127.0.0.1:65348_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65348_solr
   [junit4]   2> 249177 DEBUG (OverseerAutoScalingTriggerThread-72108232842936328-127.0.0.1:65348_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 249180 INFO  (OverseerStateUpdate-72108232842936328-127.0.0.1:65348_solr-n_0000000000) [n:127.0.0.1:65348_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 249182 DEBUG (OverseerAutoScalingTriggerThread-72108232842936328-127.0.0.1:65348_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 249182 DEBUG (OverseerAutoScalingTriggerThread-72108232842936328-127.0.0.1:65348_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 249183 DEBUG (OverseerAutoScalingTriggerThread-72108232842936328-127.0.0.1:65348_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 249191 INFO  (jetty-launcher-1538-thread-2) [n:127.0.0.1:65348_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 249193 WARN  (jetty-launcher-1538-thread-2) [n:127.0.0.1:65348_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> 249200 DEBUG (OverseerAutoScalingTriggerThread-72108232842936328-127.0.0.1:65348_solr-n_0000000000) [     ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:65348_solr]
   [junit4]   2> 249203 DEBUG (OverseerAutoScalingTriggerThread-72108232842936328-127.0.0.1:65348_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 249208 DEBUG (ScheduledTrigger-1575-thread-1) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 249209 DEBUG (OverseerAutoScalingTriggerThread-72108232842936328-127.0.0.1:65348_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 249239 INFO  (jetty-launcher-1538-thread-2) [n:127.0.0.1:65348_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 249290 INFO  (jetty-launcher-1538-thread-2) [n:127.0.0.1:65348_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65348.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@202e35fd
   [junit4]   2> 249301 INFO  (jetty-launcher-1538-thread-1) [n:127.0.0.1:65347_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 249311 INFO  (jetty-launcher-1538-thread-2) [n:127.0.0.1:65348_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65348.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@202e35fd
   [junit4]   2> 249311 INFO  (jetty-launcher-1538-thread-2) [n:127.0.0.1:65348_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65348.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@202e35fd
   [junit4]   2> 249314 INFO  (jetty-launcher-1538-thread-2) [n:127.0.0.1:65348_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.MetricTriggerIntegrationTest_E370711BD10C46D0-001/tempDir-001/node2
   [junit4]   2> 249318 INFO  (jetty-launcher-1538-thread-1) [n:127.0.0.1:65347_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:65347_solr as DOWN
   [junit4]   2> 249321 INFO  (jetty-launcher-1538-thread-1) [n:127.0.0.1:65347_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 249322 INFO  (jetty-launcher-1538-thread-1) [n:127.0.0.1:65347_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65347_solr
   [junit4]   2> 249326 INFO  (zkCallback-1569-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 249327 INFO  (zkCallback-1565-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 249332 INFO  (jetty-launcher-1538-thread-1) [n:127.0.0.1:65347_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 249333 WARN  (jetty-launcher-1538-thread-1) [n:127.0.0.1:65347_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> 249359 INFO  (jetty-launcher-1538-thread-1) [n:127.0.0.1:65347_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 249400 INFO  (jetty-launcher-1538-thread-1) [n:127.0.0.1:65347_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65347.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@202e35fd
   [junit4]   2> 249414 INFO  (jetty-launcher-1538-thread-1) [n:127.0.0.1:65347_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65347.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@202e35fd
   [junit4]   2> 249415 INFO  (jetty-launcher-1538-thread-1) [n:127.0.0.1:65347_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65347.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@202e35fd
   [junit4]   2> 249421 INFO  (jetty-launcher-1538-thread-1) [n:127.0.0.1:65347_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.MetricTriggerIntegrationTest_E370711BD10C46D0-001/tempDir-001/node1
   [junit4]   2> 249446 INFO  (SUITE-MetricTriggerIntegrationTest-seed#[E370711BD10C46D0]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 249447 INFO  (SUITE-MetricTriggerIntegrationTest-seed#[E370711BD10C46D0]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 249452 INFO  (zkConnectionManagerCallback-1593-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 249452 INFO  (SUITE-MetricTriggerIntegrationTest-seed#[E370711BD10C46D0]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 249460 INFO  (SUITE-MetricTriggerIntegrationTest-seed#[E370711BD10C46D0]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 249464 INFO  (SUITE-MetricTriggerIntegrationTest-seed#[E370711BD10C46D0]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:65342/solr ready
   [junit4]   2> 249482 INFO  (qtp1719476354-5115) [n:127.0.0.1:65348_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling params={wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 249491 INFO  (qtp566247140-5118) [n:127.0.0.1:65347_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 249494 INFO  (qtp1719476354-5121) [n:127.0.0.1:65348_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 249494 INFO  (qtp1719476354-5121) [n:127.0.0.1:65348_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 249495 DEBUG (qtp566247140-5116) [n:127.0.0.1:65347_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 249497 INFO  (qtp566247140-5116) [n:127.0.0.1:65347_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=10
   [junit4]   2> 249498 DEBUG (zkCallback-1569-thread-1) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 249500 DEBUG (OverseerAutoScalingTriggerThread-72108232842936328-127.0.0.1:65348_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 249520 DEBUG (OverseerAutoScalingTriggerThread-72108232842936328-127.0.0.1:65348_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 249526 DEBUG (OverseerAutoScalingTriggerThread-72108232842936328-127.0.0.1:65348_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 249546 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMetricTrigger
   [junit4]   2> 249549 INFO  (qtp566247140-5117) [n:127.0.0.1:65347_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf&maxShardsPerNode=2&name=testMetricTrigger&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 249560 INFO  (OverseerThreadFactory-1577-thread-1-processing-n:127.0.0.1:65348_solr) [n:127.0.0.1:65348_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testMetricTrigger
   [junit4]   2> 249683 DEBUG (OverseerThreadFactory-1577-thread-1-processing-n:127.0.0.1:65348_solr) [n:127.0.0.1:65348_solr     ] o.a.s.c.s.c.a.PolicyHelper Creating a new session
   [junit4]   2> 249687 INFO  (qtp566247140-5118) [n:127.0.0.1:65347_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 249691 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=1
   [junit4]   2> 249692 DEBUG (OverseerThreadFactory-1577-thread-1-processing-n:127.0.0.1:65348_solr) [n:127.0.0.1:65348_solr     ] o.a.s.c.s.c.a.PolicyHelper New session created 
   [junit4]   2> 249695 INFO  (qtp566247140-5116) [n:127.0.0.1:65347_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=1
   [junit4]   2> 249699 INFO  (qtp1719476354-5115) [n:127.0.0.1:65348_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 249714 DEBUG (OverseerThreadFactory-1577-thread-1-processing-n:127.0.0.1:65348_solr) [n:127.0.0.1:65348_solr     ] o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 772688309 sessionWrapper.createTime 772688287396241, this.sessionWrapper.createTime 772688287396241 
   [junit4]   2> 249729 INFO  (OverseerStateUpdate-72108232842936328-127.0.0.1:65348_solr-n_0000000000) [n:127.0.0.1:65348_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMetricTrigger",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testMetricTrigger_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65348/solr",
   [junit4]   2>   "node_name":"127.0.0.1:65348_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 249740 INFO  (OverseerStateUpdate-72108232842936328-127.0.0.1:65348_solr-n_0000000000) [n:127.0.0.1:65348_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMetricTrigger",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testMetricTrigger_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65347/solr",
   [junit4]   2>   "node_name":"127.0.0.1:65347_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 249747 INFO  (OverseerStateUpdate-72108232842936328-127.0.0.1:65348_solr-n_0000000000) [n:127.0.0.1:65348_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMetricTrigger",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testMetricTrigger_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65347/solr",
   [junit4]   2>   "node_name":"127.0.0.1:65347_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 249756 INFO  (OverseerStateUpdate-72108232842936328-127.0.0.1:65348_solr-n_0000000000) [n:127.0.0.1:65348_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMetricTrigger",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testMetricTrigger_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65348/solr",
   [junit4]   2>   "node_name":"127.0.0.1:65348_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 249962 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr    x:testMetricTrigger_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testMetricTrigger_shard1_replica_n1&action=CREATE&numShards=2&collection=testMetricTrigger&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 249965 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr    x:testMetricTrigger_shard2_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testMetricTrigger_shard2_replica_n6&action=CREATE&numShards=2&collection=testMetricTrigger&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 249965 INFO  (qtp566247140-5116) [n:127.0.0.1:65347_solr    x:testMetricTrigger_shard2_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testMetricTrigger_shard2_replica_n4&action=CREATE&numShards=2&collection=testMetricTrigger&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 249966 INFO  (qtp566247140-5114) [n:127.0.0.1:65347_solr    x:testMetricTrigger_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testMetricTrigger_shard1_replica_n2&action=CREATE&numShards=2&collection=testMetricTrigger&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 250016 INFO  (qtp566247140-5116) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard2 r:core_node7 x:testMetricTrigger_shard2_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 250033 INFO  (qtp566247140-5114) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard1 r:core_node5 x:testMetricTrigger_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 250037 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 250037 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 250049 INFO  (qtp566247140-5116) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard2 r:core_node7 x:testMetricTrigger_shard2_replica_n4 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 250051 INFO  (qtp566247140-5116) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard2 r:core_node7 x:testMetricTrigger_shard2_replica_n4 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 250051 INFO  (qtp566247140-5116) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard2 r:core_node7 x:testMetricTrigger_shard2_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'testMetricTrigger_shard2_replica_n4' using configuration from configset conf, trusted=true
   [junit4]   2> 250052 INFO  (qtp566247140-5116) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard2 r:core_node7 x:testMetricTrigger_shard2_replica_n4 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65347.solr.core.testMetricTrigger.shard2.replica_n4' (registry 'solr.core.testMetricTrigger.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@202e35fd
   [junit4]   2> 250052 INFO  (qtp566247140-5116) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard2 r:core_node7 x:testMetricTrigger_shard2_replica_n4 ] o.a.s.c.SolrCore [[testMetricTrigger_shard2_replica_n4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.MetricTriggerIntegrationTest_E370711BD10C46D0-001/tempDir-001/node1/testMetricTrigger_shard2_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.MetricTriggerIntegrationTest_E370711BD10C46D0-001/tempDir-001/node1/testMetricTrigger_shard2_replica_n4/data/]
   [junit4]   2> 250054 INFO  (qtp566247140-5114) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard1 r:core_node5 x:testMetricTrigger_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 250055 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 250056 INFO  (qtp566247140-5114) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard1 r:core_node5 x:testMetricTrigger_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 250056 INFO  (qtp566247140-5114) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard1 r:core_node5 x:testMetricTrigger_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'testMetricTrigger_shard1_replica_n2' using configuration from configset conf, trusted=true
   [junit4]   2> 250056 INFO  (qtp566247140-5114) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard1 r:core_node5 x:testMetricTrigger_shard1_replica_n2 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65347.solr.core.testMetricTrigger.shard1.replica_n2' (registry 'solr.core.testMetricTrigger.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@202e35fd
   [junit4]   2> 250057 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 250057 INFO  (qtp566247140-5114) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard1 r:core_node5 x:testMetricTrigger_shard1_replica_n2 ] o.a.s.c.SolrCore [[testMetricTrigger_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.MetricTriggerIntegrationTest_E370711BD10C46D0-001/tempDir-001/node1/testMetricTrigger_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.MetricTriggerIntegrationTest_E370711BD10C46D0-001/tempDir-001/node1/testMetricTrigger_shard1_replica_n2/data/]
   [junit4]   2> 250057 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 250057 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.c.CoreContainer Creating SolrCore 'testMetricTrigger_shard2_replica_n6' using configuration from configset conf, trusted=true
   [junit4]   2> 250057 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65348.solr.core.testMetricTrigger.shard2.replica_n6' (registry 'solr.core.testMetricTrigger.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@202e35fd
   [junit4]   2> 250058 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.c.SolrCore [[testMetricTrigger_shard2_replica_n6] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.MetricTriggerIntegrationTest_E370711BD10C46D0-001/tempDir-001/node2/testMetricTrigger_shard2_replica_n6], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.MetricTriggerIntegrationTest_E370711BD10C46D0-001/tempDir-001/node2/testMetricTrigger_shard2_replica_n6/data/]
   [junit4]   2> 250059 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 250059 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testMetricTrigger_shard1_replica_n1' using configuration from configset conf, trusted=true
   [junit4]   2> 250059 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65348.solr.core.testMetricTrigger.shard1.replica_n1' (registry 'solr.core.testMetricTrigger.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@202e35fd
   [junit4]   2> 250060 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.c.SolrCore [[testMetricTrigger_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.MetricTriggerIntegrationTest_E370711BD10C46D0-001/tempDir-001/node2/testMetricTrigger_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.MetricTriggerIntegrationTest_E370711BD10C46D0-001/tempDir-001/node2/testMetricTrigger_shard1_replica_n1/data/]
   [junit4]   2> 250159 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 250159 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 250161 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 250161 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 250167 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 250169 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 250169 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 250169 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1668676547360325632
   [junit4]   2> 250182 INFO  (searcherExecutor-1601-thread-1-processing-n:127.0.0.1:65348_solr x:testMetricTrigger_shard1_replica_n1 c:testMetricTrigger s:shard1 r:core_node3) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.c.SolrCore [testMetricTrigger_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 250189 INFO  (qtp566247140-5114) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard1 r:core_node5 x:testMetricTrigger_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 250189 INFO  (qtp566247140-5114) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard1 r:core_node5 x:testMetricTrigger_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 250194 INFO  (qtp566247140-5114) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard1 r:core_node5 x:testMetricTrigger_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 250194 INFO  (qtp566247140-5114) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard1 r:core_node5 x:testMetricTrigger_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 250200 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testMetricTrigger/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 250200 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testMetricTrigger/leaders/shard1
   [junit4]   2> 250203 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 250203 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 250203 INFO  (qtp566247140-5114) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard1 r:core_node5 x:testMetricTrigger_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 250206 INFO  (qtp566247140-5114) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard1 r:core_node5 x:testMetricTrigger_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 250207 INFO  (qtp566247140-5114) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard1 r:core_node5 x:testMetricTrigger_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 250207 INFO  (qtp566247140-5114) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard1 r:core_node5 x:testMetricTrigger_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1668676547400171520
   [junit4]   2> 250208 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 250208 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 250219 INFO  (searcherExecutor-1597-thread-1-processing-n:127.0.0.1:65347_solr x:testMetricTrigger_shard1_replica_n2 c:testMetricTrigger s:shard1 r:core_node5) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard1 r:core_node5 x:testMetricTrigger_shard1_replica_n2 ] o.a.s.c.SolrCore [testMetricTrigger_shard1_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 250221 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 250224 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 250228 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 250228 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1668676547422191616
   [junit4]   2> 250235 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoute in=9994ms
   [junit4]   2> 250239 INFO  (searcherExecutor-1599-thread-1-processing-n:127.0.0.1:65348_solr x:testMetricTrigger_shard2_replica_n6 c:testMetricTrigger s:shard2 r:core_node8) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.c.SolrCore [testMetricTrigger_shard2_replica_n6]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 250239 INFO  (qtp566247140-5114) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard1 r:core_node5 x:testMetricTrigger_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testMetricTrigger/terms/shard1 to Terms{values={core_node3=0, core_node5=0}, version=1}
   [junit4]   2> 250240 INFO  (qtp566247140-5114) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard1 r:core_node5 x:testMetricTrigger_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testMetricTrigger/leaders/shard1
   [junit4]   2> 250260 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testMetricTrigger/terms/shard2 to Terms{values={core_node8=0}, version=0}
   [junit4]   2> 250263 INFO  (qtp566247140-5116) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard2 r:core_node7 x:testMetricTrigger_shard2_replica_n4 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 250263 INFO  (qtp566247140-5116) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard2 r:core_node7 x:testMetricTrigger_shard2_replica_n4 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 250264 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testMetricTrigger/leaders/shard2
   [junit4]   2> 250270 INFO  (qtp566247140-5116) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard2 r:core_node7 x:testMetricTrigger_shard2_replica_n4 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 250270 INFO  (qtp566247140-5116) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard2 r:core_node7 x:testMetricTrigger_shard2_replica_n4 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 250282 INFO  (qtp566247140-5116) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard2 r:core_node7 x:testMetricTrigger_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 250284 INFO  (qtp566247140-5116) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard2 r:core_node7 x:testMetricTrigger_shard2_replica_n4 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 250286 INFO  (qtp566247140-5116) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard2 r:core_node7 x:testMetricTrigger_shard2_replica_n4 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 250286 INFO  (qtp566247140-5116) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard2 r:core_node7 x:testMetricTrigger_shard2_replica_n4 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1668676547483009024
   [junit4]   2> 250299 INFO  (searcherExecutor-1595-thread-1-processing-n:127.0.0.1:65347_solr x:testMetricTrigger_shard2_replica_n4 c:testMetricTrigger s:shard2 r:core_node7) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard2 r:core_node7 x:testMetricTrigger_shard2_replica_n4 ] o.a.s.c.SolrCore [testMetricTrigger_shard2_replica_n4]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 250300 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoute in=9991ms
   [junit4]   2> 250324 INFO  (qtp566247140-5116) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard2 r:core_node7 x:testMetricTrigger_shard2_replica_n4 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testMetricTrigger/terms/shard2 to Terms{values={core_node7=0, core_node8=0}, version=1}
   [junit4]   2> 250326 INFO  (qtp566247140-5116) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard2 r:core_node7 x:testMetricTrigger_shard2_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testMetricTrigger/leaders/shard2
   [junit4]   2> 250744 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 250744 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 250744 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:65348/solr/testMetricTrigger_shard1_replica_n1/
   [junit4]   2> 250746 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=testMetricTrigger_shard1_replica_n1 url=http://127.0.0.1:65348/solr  START replicas=[http://127.0.0.1:65347/solr/testMetricTrigger_shard1_replica_n2/] nUpdates=100
   [junit4]   2> 250746 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=testMetricTrigger_shard1_replica_n1 url=http://127.0.0.1:65348/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 250750 INFO  (qtp566247140-5118) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard1 r:core_node5 x:testMetricTrigger_shard1_replica_n2 ] o.a.s.c.S.Request [testMetricTrigger_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> 250751 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 250751 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_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> 250751 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testMetricTrigger/leaders/shard1/leader after winning as /collections/testMetricTrigger/leader_elect/shard1/election/72108232842936328-core_node3-n_0000000000
   [junit4]   2> 250758 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:65348/solr/testMetricTrigger_shard1_replica_n1/ shard1
   [junit4]   2> 250802 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 250802 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 250802 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:65348/solr/testMetricTrigger_shard2_replica_n6/
   [junit4]   2> 250802 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.u.PeerSync PeerSync: core=testMetricTrigger_shard2_replica_n6 url=http://127.0.0.1:65348/solr  START replicas=[http://127.0.0.1:65347/solr/testMetricTrigger_shard2_replica_n4/] nUpdates=100
   [junit4]   2> 250802 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.u.PeerSync PeerSync: core=testMetricTrigger_shard2_replica_n6 url=http://127.0.0.1:65348/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 250805 INFO  (qtp566247140-5118) [n:127.0.0.1:65347_solr c:testMetricTrigger s:shard2 r:core_node7 x:testMetricTrigger_shard2_replica_n4 ] o.a.s.c.S.Request [testMetricTrigger_shard2_replica_n4]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 250806 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 250806 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] 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> 250806 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testMetricTrigger/leaders/shard2/leader after winning as /collections/testMetricTrigger/leader_elect/shard2/election/72108232842936328-core_node8-n_0000000000
   [junit4]   2> 250811 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:65348/solr/testMetricTrigger_shard2_replica_n6/ shard2
   [junit4]   2> 250926 INFO  (zkCallback-1569-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 250931 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard1 r:core_node3 x:testMetricTrigger_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 250932 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr c:testMetricTrigger s:shard2 r:core_node8 x:testMetricTrigger_shard2_replica_n6 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 250938 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testMetricTrigger_shard1_replica_n1&action=CREATE&numShards=2&collection=testMetricTrigger&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=976
   [junit4]   2> 250939 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testMetricTrigger_shard2_replica_n6&action=CREATE&numShards=2&collection=testMetricTrigger&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=974
   [junit4]   2> 251043 INFO  (zkCallback-1569-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 251043 INFO  (zkCallback-1569-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 253427 DEBUG (ScheduledTrigger-1575-thread-2) [     ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 1
   [junit4]   2> 257205 INFO  (qtp566247140-5114) [n:127.0.0.1:65347_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testMetricTrigger_shard1_replica_n2&action=CREATE&numShards=2&collection=testMetricTrigger&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=7243
   [junit4]   2> 257208 INFO  (zkCallback-1569-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 257208 INFO  (zkCallback-1569-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 257208 INFO  (zkCallback-1565-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 257208 INFO  (zkCallback-1565-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 257213 INFO  (qtp566247140-5116) [n:127.0.0.1:65347_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testMetricTrigger_shard2_replica_n4&action=CREATE&numShards=2&collection=testMetricTrigger&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=7248
   [junit4]   2> 257213 DEBUG (OverseerThreadFactory-1577-thread-1-processing-n:127.0.0.1:65348_solr) [n:127.0.0.1:65348_solr     ] o.a.s.c.s.c.a.PolicyHelper session set to NULL
   [junit4]   2> 257218 INFO  (qtp566247140-5117) [n:127.0.0.1:65347_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> 257319 INFO  (zkCallback-1569-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 257319 INFO  (zkCallback-1565-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 257319 INFO  (zkCallback-1565-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 257319 INFO  (zkCallback-1569-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testMetricTrigger/state.json] for collection [testMetricTrigger] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 257322 INFO  (qtp566247140-5117) [n:127.0.0.1:65347_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf&maxShardsPerNode=2&name=testMetricTrigger&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=7773
   [junit4]   2> 257323 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: testMetricTrigger
   [junit4]   2> 257352 INFO  (qtp566247140-5114) [n:127.0.0.1:65347_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.testMetricTrigger.shard2.replica_n4:INDEX.sizeInBytes&key=solr.core.testMetricTrigger.shard1.replica_n2:INDEX.sizeInBytes} status=0 QTime=1
   [junit4]   2> 257354 INFO  (qtp566247140-5116) [n:127.0.0.1:65347_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 257360 INFO  (qtp1719476354-5115) [n:127.0.0.1:65348_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.testMetricTrigger.shard1.replica_n1:INDEX.sizeInBytes&key=solr.core.testMetricTrigger.shard2.replica_n6:INDEX.sizeInBytes} status=0 QTime=2
   [junit4]   2> 257362 INFO  (qtp1719476354-5121) [n:127.0.0.1:65348_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 257363 DEBUG (qtp566247140-5118) [n:127.0.0.1:65347_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 257365 INFO  (qtp566247140-5118) [n:127.0.0.1:65347_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=23
   [junit4]   2> 257366 DEBUG (zkCallback-1569-thread-3) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 257367 DEBUG (OverseerAutoScalingTriggerThread-72108232842936328-127.0.0.1:65348_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 257394 INFO  (qtp566247140-5114) [n:127.0.0.1:65347_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.testMetricTrigger.shard2.replica_n4:INDEX.sizeInBytes&key=solr.core.testMetricTrigger.shard1.replica_n2:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 257396 INFO  (qtp566247140-5116) [n:127.0.0.1:65347_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 257397 DEBUG (OverseerAutoScalingTriggerThread-72108232842936328-127.0.0.1:65348_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 257397 INFO  (qtp1719476354-5120) [n:127.0.0.1:65348_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={wt=javabin&version=2&key=solr.core.testMetricTrigger.shard1.replica_n1:INDEX.sizeInBytes&key=solr.core.testMetricTrigger.shard2.replica_n6:INDEX.sizeInBytes} status=0 QTime=0
   [junit4]   2> 257399 DEBUG (OverseerAutoScalingTriggerThread-72108232842936328-127.0.0.1:65348_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 257400 INFO  (qtp1719476354-5113) [n:127.0.0.1:65348_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=1
   [junit4]   2> 257401 DEBUG (qtp566247140-5117) [n:127.0.0.1:65347_solr     ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 257402 INFO  (qtp566247140-5117) [n:127.0.0.1:65347_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling params={wt=javabin&version=2} status=0 QTime=35
   [junit4]   2> 257404 WARN  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 257404 DEBUG (zkCallback-1569-thread-3) [     ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 257404 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 257404 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 257404 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 257404 DEBUG (OverseerAutoScalingTriggerThread-72108232842936328-127.0.0.1:65348_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 257407 DEBUG (OverseerAutoScalingTriggerThread-72108232842936328-127.0.0.1:65348_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread -- deactivating old nodeLost / nodeAdded markers
   [junit4]   2> 257407 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 257407 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 257407 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 257408 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2d13a056{/solr,null,AVAILABLE}
   [junit4]   2> 257409 DEBUG (OverseerAutoScalingTriggerThread-72108232842936328-127.0.0.1:65348_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 257409 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@39b6efbe{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:65399}
   [junit4]   2> 257409 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.e.j.s.Server Started @257496ms
   [junit4]   2> 257409 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65399}
   [junit4]   2> 257409 ERROR (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 257409 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 257409 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.6.0
   [junit4]   2> 257409 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 257410 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 257410 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-05T16:19:32.848027Z
   [junit4]   2> 257410 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 257415 INFO  (zkConnectionManagerCallback-1619-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 257415 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 257416 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 257620 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 257628 WARN  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@54cb607f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 257629 WARN  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@54cb607f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 257639 WARN  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@72afd505[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 257639 WARN  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@72afd505[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 257640 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65342/solr
   [junit4]   2> 257642 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 257645 INFO  (zkConnectionManagerCallback-1630-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 257646 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 257754 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [n:127.0.0.1:65399_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 257758 INFO  (zkConnectionManagerCallback-1632-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 257758 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [n:127.0.0.1:65399_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 257774 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [n:127.0.0.1:65399_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 257786 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [n:127.0.0.1:65399_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:65399_solr as DOWN
   [junit4]   2> 257789 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [n:127.0.0.1:65399_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 257789 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [n:127.0.0.1:65399_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65399_solr
   [junit4]   2> 257793 INFO  (zkCallback-1592-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 257793 INFO  (zkCallback-1569-thread-3) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 257793 INFO  (zkCallback-1565-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 257794 INFO  (zkCallback-1631-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 257798 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [n:127.0.0.1:65399_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 257799 WARN  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [n:127.0.0.1:65399_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> 257824 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [n:127.0.0.1:65399_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 257884 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [n:127.0.0.1:65399_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65399.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@202e35fd
   [junit4]   2> 257923 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [n:127.0.0.1:65399_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65399.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@202e35fd
   [junit4]   2> 257923 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [n:127.0.0.1:65399_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65399.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@202e35fd
   [junit4]   2> 257927 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [n:127.0.0.1:65399_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.MetricTriggerIntegrationTest_E370711BD10C46D0-001/tempDir-001/node3
   [junit4]   2> 257959 WARN  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 257959 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 257959 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 257959 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 12.0.2+10
   [junit4]   2> 257965 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 257965 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 257965 INFO  (TEST-MetricTriggerIntegrationTest.testMetricTrigger-seed#[E370711BD10C46D0]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 257966 INFO  (TEST

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

.a.s.c.Overseer Overseer (id=72108278922543117-127.0.0.1:54270_solr-n_0000000000) closing
   [junit4]   2> 961196 INFO  (zkCallback-7519-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 961197 INFO  (zkCallback-7517-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 961199 INFO  (zkCallback-7529-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 961243 INFO  (jetty-closer-7584-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 961243 INFO  (jetty-closer-7584-thread-2) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1fdcc69b: rootName = solr_54265, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@118960d3
   [junit4]   2> 961243 INFO  (jetty-closer-7584-thread-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 961246 INFO  (jetty-closer-7584-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 961246 INFO  (jetty-closer-7584-thread-4) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@ea0f850: rootName = solr_54266, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@118960d3
   [junit4]   2> 961246 INFO  (jetty-closer-7584-thread-4) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 961249 INFO  (jetty-closer-7584-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 961249 INFO  (jetty-closer-7584-thread-3) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2453ff50: rootName = solr_54269, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@118960d3
   [junit4]   2> 961250 INFO  (jetty-closer-7584-thread-3) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 961292 INFO  (jetty-closer-7584-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72108278922543117-127.0.0.1:54270_solr-n_0000000000) closing
   [junit4]   2> 961369 INFO  (jetty-closer-7584-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@ad81b5c{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 961372 INFO  (jetty-closer-7584-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3ab26ce6{/solr,null,UNAVAILABLE}
   [junit4]   2> 961376 INFO  (jetty-closer-7584-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 961480 INFO  (jetty-closer-7584-thread-3) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@9d8e3cb{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 961484 INFO  (jetty-closer-7584-thread-3) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@505d8683{/solr,null,UNAVAILABLE}
   [junit4]   2> 961488 INFO  (jetty-closer-7584-thread-3) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 961490 INFO  (jetty-closer-7584-thread-4) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7220fdab{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 961492 INFO  (jetty-closer-7584-thread-4) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@3243fb24{/solr,null,UNAVAILABLE}
   [junit4]   2> 961501 INFO  (jetty-closer-7584-thread-4) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 961547 INFO  (jetty-closer-7584-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@69a261b{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 961548 INFO  (jetty-closer-7584-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5435a918{/solr,null,UNAVAILABLE}
   [junit4]   2> 961549 INFO  (jetty-closer-7584-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 961564 INFO  (TEST-DeleteReplicaTest.deleteReplicaFromClusterState-seed#[E370711BD10C46D0]) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 961783 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> 	17	/solr/collections/deleteFromClusterState_false/terms/shard1
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/packages.json
   [junit4]   2> 	4	/solr/collections/deleteFromClusterState_false/state.json
   [junit4]   2> 	4	/solr/security.json
   [junit4]   2> 	3	/solr/collections/deleteFromClusterState_false/collectionprops.json
   [junit4]   2> 	3	/solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	39	/solr/collections/deleteFromClusterState_false/state.json
   [junit4]   2> 	10	/solr/clusterprops.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/collections/deleteFromClusterState_false/leader_elect/shard1/election/72108278922543117-core_node3-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	32	/solr/overseer/queue
   [junit4]   2> 	17	/solr/live_nodes
   [junit4]   2> 	15	/solr/collections
   [junit4]   2> 	8	/solr/overseer/collection-queue-work
   [junit4]   2> 
   [junit4]   2> 961794 INFO  (TEST-DeleteReplicaTest.deleteReplicaFromClusterState-seed#[E370711BD10C46D0]) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:54260
   [junit4]   2> 961794 INFO  (TEST-DeleteReplicaTest.deleteReplicaFromClusterState-seed#[E370711BD10C46D0]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:54260
   [junit4]   2> 961794 INFO  (TEST-DeleteReplicaTest.deleteReplicaFromClusterState-seed#[E370711BD10C46D0]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 54260
   [junit4]   2> 961794 INFO  (TEST-DeleteReplicaTest.deleteReplicaFromClusterState-seed#[E370711BD10C46D0]) [     ] o.a.s.SolrTestCaseJ4 ###Ending deleteReplicaFromClusterState
   [junit4]   2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.DeleteReplicaTest_E370711BD10C46D0-001
   [junit4]   2> Jun 05, 2020 4:31:17 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(Lucene86): {_root_=Lucene84, id=PostingsFormat(name=LuceneVarGapDocFreqInterval)}, docValues:{}, maxPointsInLeafNode=398, maxMBSortInHeap=7.051919477785275, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2239e1d1), locale=ha-NE, timezone=Asia/Tbilisi
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/AdoptOpenJDK 12.0.2 (64-bit)/cpus=6,threads=1,free=181858368,total=392949760
   [junit4]   2> NOTE: All tests run in this JVM: [TestJettySolrRunner, TestImplicitCoreProperties, TestPostingsSolrHighlighter, TestRecovery, TestSafeXMLParsing, ZkDynamicConfigTest, TestRetrieveFieldsOptimizer, MigrateRouteKeyTest, TestWithCollection, IndexSizeTriggerTest, TestLegacyNumericUtils, SolrIndexSplitterTest, QueryElevationComponentTest, TestManagedSchemaAPI, DistributedIntervalFacetingTest, OverseerSolrResponseUnsafeSerializationTest, CollectionStateFormat2Test, PeerSyncTest, TestPhraseSuggestions, SpatialHeatmapFacetsTest, NodeLostTriggerIntegrationTest, TestCollectionAPI, TestSolrIndexConfig, TestMergePolicyConfig, TestUseDocValuesAsStored2, TestCloudRecovery, SolrMetricManagerTest, RegexBoostProcessorTest, HdfsLockFactoryTest, PeerSyncReplicationTest, TermVectorComponentTest, ForceLeaderWithTlogReplicasTest, TestRTGBase, DeleteReplicaTest]
   [junit4] Completed [262/910 (2!)] on J0 in 105.85s, 9 tests, 1 error <<< FAILURES!

[...truncated 49716 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1092/consoleText

[repro] Revision: bf7db012ec31e6ef553b88abd2c2f75dc0298615

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC"
[repro] Repro line:  ant test  -Dtestcase=MetricTriggerIntegrationTest -Dtests.method=testMetricTrigger -Dtests.seed=E370711BD10C46D0 -Dtests.slow=true -Dtests.locale=bs-Latn -Dtests.timezone=America/Boise -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] Repro line:  ant test  -Dtestcase=DeleteReplicaTest -Dtests.method=deleteReplicaAndVerifyDirectoryCleanup -Dtests.seed=E370711BD10C46D0 -Dtests.slow=true -Dtests.locale=ha-NE -Dtests.timezone=Asia/Tbilisi -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       MetricTriggerIntegrationTest
[repro]       DeleteReplicaTest
[repro] ant compile-test

[...truncated 3475 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=10 -Dtests.class="*.MetricTriggerIntegrationTest|*.DeleteReplicaTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=E370711BD10C46D0 -Dtests.slow=true -Dtests.locale=bs-Latn -Dtests.timezone=America/Boise -Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1

[...truncated 141 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.cloud.DeleteReplicaTest
[repro]   0/5 failed: org.apache.solr.cloud.autoscaling.MetricTriggerIntegrationTest
[repro] Exiting with code 0

[...truncated 73 lines...]

[JENKINS] Lucene-Solr-8.x-MacOSX (64bit/jdk1.8.0) - Build # 1091 - Still Unstable!

Posted by Policeman Jenkins Server <je...@thetaphi.de>.
Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1091/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseConcMarkSweepGC

1 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.core.snapshots.TestSolrCoreSnapshots

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.core.snapshots.TestSolrCoreSnapshots:     1) Thread[id=22558, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestSolrCoreSnapshots]         at java.lang.Thread.sleep(Native Method)         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.snapshots.TestSolrCoreSnapshots: 
   1) Thread[id=22558, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestSolrCoreSnapshots]
        at java.lang.Thread.sleep(Native Method)
        at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
	at __randomizedtesting.SeedInfo.seed([D7F5B1B7C9B664C1]:0)




Build Log:
[...truncated 15409 lines...]
   [junit4] Suite: org.apache.solr.core.snapshots.TestSolrCoreSnapshots
   [junit4]   2> 2076707 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 2076707 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2076709 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.snapshots.TestSolrCoreSnapshots_D7F5B1B7C9B664C1-001/data-dir-97-001
   [junit4]   2> 2076709 WARN  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=16 numCloses=16
   [junit4]   2> 2076709 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2076718 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=None) w/ MAC_OS_X supressed clientAuth
   [junit4]   2> 2076722 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.snapshots.TestSolrCoreSnapshots_D7F5B1B7C9B664C1-001/tempDir-001
   [junit4]   2> 2076724 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2076725 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 2076725 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2076831 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 57906
   [junit4]   2> 2076831 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:57906
   [junit4]   2> 2076831 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:57906
   [junit4]   2> 2076831 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 57906
   [junit4]   2> 2076838 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2076848 INFO  (zkConnectionManagerCallback-13137-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2076850 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2076861 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2076866 INFO  (zkConnectionManagerCallback-13139-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2076867 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2076869 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2076874 INFO  (zkConnectionManagerCallback-13141-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2076875 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2076993 WARN  (jetty-launcher-13142-thread-1) [     ] o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, break even is size 23
   [junit4]   2> 2076993 INFO  (jetty-launcher-13142-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 2076993 INFO  (jetty-launcher-13142-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 2076994 INFO  (jetty-launcher-13142-thread-1) [     ] o.e.j.s.Server jetty-9.4.27.v20200227; built: 2020-02-27T18:37:21.340Z; git: a304fd9f351f337e7c0e2a7c28878dd536149c6c; jvm 1.8.0_201-b09
   [junit4]   2> 2076996 INFO  (jetty-launcher-13142-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2076996 INFO  (jetty-launcher-13142-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2076997 INFO  (jetty-launcher-13142-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2076997 INFO  (jetty-launcher-13142-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2534fd46{/solr,null,AVAILABLE}
   [junit4]   2> 2076998 INFO  (jetty-launcher-13142-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@7b3c03cb{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:57912}
   [junit4]   2> 2076998 INFO  (jetty-launcher-13142-thread-1) [     ] o.e.j.s.Server Started @2077155ms
   [junit4]   2> 2076998 INFO  (jetty-launcher-13142-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=57912}
   [junit4]   2> 2076999 ERROR (jetty-launcher-13142-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2076999 INFO  (jetty-launcher-13142-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2076999 INFO  (jetty-launcher-13142-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.6.0
   [junit4]   2> 2076999 INFO  (jetty-launcher-13142-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2076999 INFO  (jetty-launcher-13142-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr
   [junit4]   2> 2076999 INFO  (jetty-launcher-13142-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2020-06-05T10:39:26.667Z
   [junit4]   2> 2077000 INFO  (jetty-launcher-13142-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2077004 INFO  (zkConnectionManagerCallback-13144-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2077004 INFO  (jetty-launcher-13142-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2077006 INFO  (jetty-launcher-13142-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2077199 INFO  (jetty-launcher-13142-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2077201 WARN  (jetty-launcher-13142-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@45691ff2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2077201 WARN  (jetty-launcher-13142-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@45691ff2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2077206 WARN  (jetty-launcher-13142-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@591596cd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2077206 WARN  (jetty-launcher-13142-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@591596cd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2077208 INFO  (jetty-launcher-13142-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:57906/solr
   [junit4]   2> 2077210 INFO  (jetty-launcher-13142-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2077213 INFO  (zkConnectionManagerCallback-13155-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2077213 INFO  (jetty-launcher-13142-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2077321 INFO  (jetty-launcher-13142-thread-1) [n:127.0.0.1:57912_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2077324 INFO  (zkConnectionManagerCallback-13157-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2077324 INFO  (jetty-launcher-13142-thread-1) [n:127.0.0.1:57912_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2077558 INFO  (jetty-launcher-13142-thread-1) [n:127.0.0.1:57912_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:57912_solr
   [junit4]   2> 2077560 INFO  (jetty-launcher-13142-thread-1) [n:127.0.0.1:57912_solr     ] o.a.s.c.Overseer Overseer (id=72106896086073349-127.0.0.1:57912_solr-n_0000000000) starting
   [junit4]   2> 2077574 INFO  (OverseerStateUpdate-72106896086073349-127.0.0.1:57912_solr-n_0000000000) [n:127.0.0.1:57912_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:57912_solr
   [junit4]   2> 2077574 INFO  (jetty-launcher-13142-thread-1) [n:127.0.0.1:57912_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:57912_solr
   [junit4]   2> 2077577 INFO  (OverseerStateUpdate-72106896086073349-127.0.0.1:57912_solr-n_0000000000) [n:127.0.0.1:57912_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2077583 INFO  (jetty-launcher-13142-thread-1) [n:127.0.0.1:57912_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 2077584 WARN  (jetty-launcher-13142-thread-1) [n:127.0.0.1:57912_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> 2077630 INFO  (jetty-launcher-13142-thread-1) [n:127.0.0.1:57912_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2077692 INFO  (jetty-launcher-13142-thread-1) [n:127.0.0.1:57912_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57912.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a24cf66
   [junit4]   2> 2077697 INFO  (jetty-launcher-13142-thread-1) [n:127.0.0.1:57912_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57912.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a24cf66
   [junit4]   2> 2077698 INFO  (jetty-launcher-13142-thread-1) [n:127.0.0.1:57912_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57912.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a24cf66
   [junit4]   2> 2077699 INFO  (jetty-launcher-13142-thread-1) [n:127.0.0.1:57912_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.snapshots.TestSolrCoreSnapshots_D7F5B1B7C9B664C1-001/tempDir-001/node1
   [junit4]   2> 2077724 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 2077725 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2077728 INFO  (zkConnectionManagerCallback-13174-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2077728 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2077731 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2077734 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:57906/solr ready
   [junit4]   2> 2077773 INFO  (TEST-TestSolrCoreSnapshots.testIndexOptimization-seed#[D7F5B1B7C9B664C1]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testIndexOptimization
   [junit4]   2> 2077776 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr     ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=conf1&name=SolrCoreSnapshots_IndexOptimization&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2077787 INFO  (OverseerThreadFactory-13164-thread-1-processing-n:127.0.0.1:57912_solr) [n:127.0.0.1:57912_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection SolrCoreSnapshots_IndexOptimization
   [junit4]   2> 2077906 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2077907 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 2077909 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CONTAINER.cores&wt=javabin&version=2&group=solr.node} status=0 QTime=0
   [junit4]   2> 2077920 INFO  (OverseerStateUpdate-72106896086073349-127.0.0.1:57912_solr-n_0000000000) [n:127.0.0.1:57912_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"SolrCoreSnapshots_IndexOptimization",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"SolrCoreSnapshots_IndexOptimization_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:57912/solr",
   [junit4]   2>   "node_name":"127.0.0.1:57912_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2078136 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr    x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=SolrCoreSnapshots_IndexOptimization_shard1_replica_n1&action=CREATE&numShards=1&collection=SolrCoreSnapshots_IndexOptimization&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2078168 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.6.0
   [junit4]   2> 2078177 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 2078181 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2078181 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'SolrCoreSnapshots_IndexOptimization_shard1_replica_n1' using configuration from configset conf1, trusted=true
   [junit4]   2> 2078184 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_57912.solr.core.SolrCoreSnapshots_IndexOptimization.shard1.replica_n1' (registry 'solr.core.SolrCoreSnapshots_IndexOptimization.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@1a24cf66
   [junit4]   2> 2078184 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.c.SolrCore [[SolrCoreSnapshots_IndexOptimization_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.snapshots.TestSolrCoreSnapshots_D7F5B1B7C9B664C1-001/tempDir-001/node1/SolrCoreSnapshots_IndexOptimization_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.snapshots.TestSolrCoreSnapshots_D7F5B1B7C9B664C1-001/tempDir-001/node1/SolrCoreSnapshots_IndexOptimization_shard1_replica_n1/data/]
   [junit4]   2> 2078290 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2078290 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2078292 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2078292 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2078296 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2078297 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2078297 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 2078298 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1668655158883516416
   [junit4]   2> 2078301 INFO  (searcherExecutor-13176-thread-1-processing-n:127.0.0.1:57912_solr x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.c.SolrCore [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2078306 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/SolrCoreSnapshots_IndexOptimization/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 2078306 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/SolrCoreSnapshots_IndexOptimization/leaders/shard1
   [junit4]   2> 2078314 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2078314 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2078314 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:57912/solr/SolrCoreSnapshots_IndexOptimization_shard1_replica_n1/
   [junit4]   2> 2078314 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2078315 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:57912/solr/SolrCoreSnapshots_IndexOptimization_shard1_replica_n1/ has no replicas
   [junit4]   2> 2078315 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/SolrCoreSnapshots_IndexOptimization/leaders/shard1/leader after winning as /collections/SolrCoreSnapshots_IndexOptimization/leader_elect/shard1/election/72106896086073349-core_node2-n_0000000000
   [junit4]   2> 2078319 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:57912/solr/SolrCoreSnapshots_IndexOptimization_shard1_replica_n1/ shard1
   [junit4]   2> 2078425 INFO  (zkCallback-13156-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SolrCoreSnapshots_IndexOptimization/state.json] for collection [SolrCoreSnapshots_IndexOptimization] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2078425 INFO  (zkCallback-13156-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SolrCoreSnapshots_IndexOptimization/state.json] for collection [SolrCoreSnapshots_IndexOptimization] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2078429 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2078434 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=conf1&newCollection=true&name=SolrCoreSnapshots_IndexOptimization_shard1_replica_n1&action=CREATE&numShards=1&collection=SolrCoreSnapshots_IndexOptimization&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=298
   [junit4]   2> 2078438 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_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> 2078539 INFO  (zkCallback-13156-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SolrCoreSnapshots_IndexOptimization/state.json] for collection [SolrCoreSnapshots_IndexOptimization] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2078540 INFO  (zkCallback-13156-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SolrCoreSnapshots_IndexOptimization/state.json] for collection [SolrCoreSnapshots_IndexOptimization] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2078540 INFO  (zkCallback-13156-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/SolrCoreSnapshots_IndexOptimization/state.json] for collection [SolrCoreSnapshots_IndexOptimization] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 2078541 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=conf1&name=SolrCoreSnapshots_IndexOptimization&nrtReplicas=1&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=765
   [junit4]   2> 2078554 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/SolrCoreSnapshots_IndexOptimization/terms/shard1 to Terms{values={core_node2=1}, version=1}
   [junit4]   2> 2078554 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1668655159145660416)} 0 7
   [junit4]   2> 2078554 INFO  (TEST-TestSolrCoreSnapshots.testIndexOptimization-seed#[D7F5B1B7C9B664C1]) [     ] o.a.s.h.BackupRestoreUtils Indexing 79 test docs
   [junit4]   2> 2078561 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 (1668655159155097600), 1 (1668655159157194752), 2 (1668655159157194753), 3 (1668655159157194754), 4 (1668655159157194755), 5 (1668655159157194756), 6 (1668655159157194757), 7 (1668655159157194758), 8 (1668655159157194759), 9 (1668655159157194760), ... (79 adds)]} 0 5
   [junit4]   2> 2078596 INFO  (searcherExecutor-13176-thread-1-processing-n:127.0.0.1:57912_solr x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.c.SolrCore [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2078596 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={_stateVer_=SolrCoreSnapshots_IndexOptimization:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 33
   [junit4]   2> 2078605 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.c.s.SolrSnapshotMetaDataManager Creating the snapshot named x for core SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 associated with index commit with generation 2 in directory /Users/jenkins/workspace/Lucene-Solr-8.x-MacOSX/solr/build/solr-core/test/J1/temp/solr.core.snapshots.TestSolrCoreSnapshots_D7F5B1B7C9B664C1-001/tempDir-001/node1/SolrCoreSnapshots_IndexOptimization_shard1_replica_n1/data/index/
   [junit4]   2> 2078607 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={core=SolrCoreSnapshots_IndexOptimization_shard1_replica_n1&action=CREATESNAPSHOT&indexInfo=true&commitName=x&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 2078608 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={core=SolrCoreSnapshots_IndexOptimization_shard1_replica_n1&action=LISTSNAPSHOTS&indexInfo=true&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2078613 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:0 (-1668655159211720704)} 0 2
   [junit4]   2> 2078614 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:1 (-1668655159213817856)} 0 0
   [junit4]   2> 2078616 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:2 (-1668655159215915008)} 0 0
   [junit4]   2> 2078617 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:3 (-1668655159216963584)} 0 1
   [junit4]   2> 2078619 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:4 (-1668655159219060736)} 0 0
   [junit4]   2> 2078620 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:5 (-1668655159220109312)} 0 0
   [junit4]   2> 2078621 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:6 (-1668655159222206464)} 0 0
   [junit4]   2> 2078622 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:7 (-1668655159223255040)} 0 0
   [junit4]   2> 2078623 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:8 (-1668655159224303616)} 0 0
   [junit4]   2> 2078624 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:9 (-1668655159225352192)} 0 0
   [junit4]   2> 2078626 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:10 (-1668655159226400768)} 0 1
   [junit4]   2> 2078627 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:11 (-1668655159228497920)} 0 0
   [junit4]   2> 2078629 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:12 (-1668655159229546496)} 0 0
   [junit4]   2> 2078630 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:13 (-1668655159230595072)} 0 0
   [junit4]   2> 2078632 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:14 (-1668655159232692224)} 0 1
   [junit4]   2> 2078633 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:15 (-1668655159234789376)} 0 0
   [junit4]   2> 2078634 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:16 (-1668655159235837952)} 0 0
   [junit4]   2> 2078635 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:17 (-1668655159236886528)} 0 0
   [junit4]   2> 2078637 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:18 (-1668655159237935104)} 0 1
   [junit4]   2> 2078638 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:19 (-1668655159240032256)} 0 0
   [junit4]   2> 2078639 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:20 (-1668655159241080832)} 0 0
   [junit4]   2> 2078641 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:21 (-1668655159242129408)} 0 0
   [junit4]   2> 2078642 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:22 (-1668655159243177984)} 0 0
   [junit4]   2> 2078642 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:23 (-1668655159244226560)} 0 0
   [junit4]   2> 2078644 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:24 (-1668655159245275136)} 0 0
   [junit4]   2> 2078645 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:25 (-1668655159246323712)} 0 0
   [junit4]   2> 2078648 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:26 (-1668655159248420864)} 0 1
   [junit4]   2> 2078650 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:27 (-1668655159250518016)} 0 1
   [junit4]   2> 2078651 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:28 (-1668655159253663744)} 0 1
   [junit4]   2> 2078653 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:29 (-1668655159254712320)} 0 0
   [junit4]   2> 2078654 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:30 (-1668655159255760896)} 0 0
   [junit4]   2> 2078655 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:31 (-1668655159256809472)} 0 0
   [junit4]   2> 2078656 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:32 (-1668655159258906624)} 0 0
   [junit4]   2> 2078658 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:33 (-1668655159261003776)} 0 0
   [junit4]   2> 2078659 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:34 (-1668655159262052352)} 0 0
   [junit4]   2> 2078661 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:35 (-1668655159263100928)} 0 0
   [junit4]   2> 2078663 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:36 (-1668655159265198080)} 0 2
   [junit4]   2> 2078666 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:37 (-1668655159268343808)} 0 0
   [junit4]   2> 2078668 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:38 (-1668655159270440960)} 0 1
   [junit4]   2> 2078672 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:39 (-1668655159272538112)} 0 3
   [junit4]   2> 2078673 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:40 (-1668655159275683840)} 0 0
   [junit4]   2> 2078674 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:41 (-1668655159277780992)} 0 0
   [junit4]   2> 2078676 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:42 (-1668655159278829568)} 0 0
   [junit4]   2> 2078677 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:43 (-1668655159279878144)} 0 0
   [junit4]   2> 2078678 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:44 (-1668655159280926720)} 0 0
   [junit4]   2> 2078682 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:45 (-1668655159283023872)} 0 3
   [junit4]   2> 2078685 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:46 (-1668655159287218176)} 0 1
   [junit4]   2> 2078688 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:47 (-1668655159291412480)} 0 1
   [junit4]   2> 2078689 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:48 (-1668655159292461056)} 0 1
   [junit4]   2> 2078691 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:49 (-1668655159294558208)} 0 0
   [junit4]   2> 2078692 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:50 (-1668655159295606784)} 0 0
   [junit4]   2> 2078694 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:51 (-1668655159297703936)} 0 0
   [junit4]   2> 2078697 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[79 (1668655159299801088)]} 0 2
   [junit4]   2> 2078698 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[80 (1668655159302946816)]} 0 0
   [junit4]   2> 2078699 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[81 (1668655159303995392)]} 0 0
   [junit4]   2> 2078699 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[82 (1668655159303995393)]} 0 0
   [junit4]   2> 2078700 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[83 (1668655159305043968)]} 0 0
   [junit4]   2> 2078701 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[84 (1668655159306092544)]} 0 0
   [junit4]   2> 2078702 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[85 (1668655159307141120)]} 0 0
   [junit4]   2> 2078702 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[86 (1668655159307141121)]} 0 0
   [junit4]   2> 2078703 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[87 (1668655159308189696)]} 0 0
   [junit4]   2> 2078704 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[88 (1668655159309238272)]} 0 0
   [junit4]   2> 2078705 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[89 (1668655159310286848)]} 0 0
   [junit4]   2> 2078706 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[90 (1668655159311335424)]} 0 0
   [junit4]   2> 2078706 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[91 (1668655159311335425)]} 0 0
   [junit4]   2> 2078707 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[92 (1668655159312384000)]} 0 0
   [junit4]   2> 2078708 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[93 (1668655159313432576)]} 0 0
   [junit4]   2> 2078709 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[94 (1668655159314481152)]} 0 0
   [junit4]   2> 2078710 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[95 (1668655159314481153)]} 0 0
   [junit4]   2> 2078711 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[96 (1668655159316578304)]} 0 0
   [junit4]   2> 2078712 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[97 (1668655159316578305)]} 0 0
   [junit4]   2> 2078712 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[98 (1668655159317626880)]} 0 0
   [junit4]   2> 2078714 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[99 (1668655159319724032)]} 0 0
   [junit4]   2> 2078714 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[100 (1668655159319724033)]} 0 0
   [junit4]   2> 2078715 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[101 (1668655159320772608)]} 0 0
   [junit4]   2> 2078716 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[102 (1668655159321821184)]} 0 0
   [junit4]   2> 2078717 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[103 (1668655159322869760)]} 0 0
   [junit4]   2> 2078718 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[104 (1668655159323918336)]} 0 0
   [junit4]   2> 2078719 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[105 (1668655159324966912)]} 0 0
   [junit4]   2> 2078719 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[106 (1668655159324966913)]} 0 0
   [junit4]   2> 2078720 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[107 (1668655159326015488)]} 0 0
   [junit4]   2> 2078721 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[108 (1668655159326015489)]} 0 0
   [junit4]   2> 2078721 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[109 (1668655159327064064)]} 0 0
   [junit4]   2> 2078722 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[110 (1668655159328112640)]} 0 0
   [junit4]   2> 2078723 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[111 (1668655159329161216)]} 0 0
   [junit4]   2> 2078723 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[112 (1668655159329161217)]} 0 0
   [junit4]   2> 2078724 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[113 (1668655159330209792)]} 0 0
   [junit4]   2> 2078724 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[114 (1668655159330209793)]} 0 0
   [junit4]   2> 2078725 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[115 (1668655159331258368)]} 0 0
   [junit4]   2> 2078726 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[116 (1668655159332306944)]} 0 0
   [junit4]   2> 2078726 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[117 (1668655159332306945)]} 0 0
   [junit4]   2> 2078728 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[118 (1668655159334404096)]} 0 1
   [junit4]   2> 2078730 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[119 (1668655159336501248)]} 0 0
   [junit4]   2> 2078731 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[120 (1668655159337549824)]} 0 0
   [junit4]   2> 2078732 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[121 (1668655159337549825)]} 0 0
   [junit4]   2> 2078732 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[122 (1668655159338598400)]} 0 0
   [junit4]   2> 2078733 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[123 (1668655159339646976)]} 0 0
   [junit4]   2> 2078734 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[124 (1668655159340695552)]} 0 0
   [junit4]   2> 2078735 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[125 (1668655159340695553)]} 0 0
   [junit4]   2> 2078735 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[126 (1668655159341744128)]} 0 0
   [junit4]   2> 2078736 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[127 (1668655159342792704)]} 0 0
   [junit4]   2> 2078736 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[128 (1668655159342792705)]} 0 0
   [junit4]   2> 2078737 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[129 (1668655159343841280)]} 0 0
   [junit4]   2> 2078738 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[130 (1668655159344889856)]} 0 0
   [junit4]   2> 2078739 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[131 (1668655159345938432)]} 0 0
   [junit4]   2> 2078739 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[132 (1668655159345938433)]} 0 0
   [junit4]   2> 2078740 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[133 (1668655159346987008)]} 0 0
   [junit4]   2> 2078741 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[134 (1668655159348035584)]} 0 0
   [junit4]   2> 2078741 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[135 (1668655159348035585)]} 0 0
   [junit4]   2> 2078742 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[136 (1668655159349084160)]} 0 0
   [junit4]   2> 2078742 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[137 (1668655159349084161)]} 0 0
   [junit4]   2> 2078743 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[138 (1668655159350132736)]} 0 0
   [junit4]   2> 2078744 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[139 (1668655159351181312)]} 0 0
   [junit4]   2> 2078744 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[140 (1668655159351181313)]} 0 0
   [junit4]   2> 2078745 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[141 (1668655159352229888)]} 0 0
   [junit4]   2> 2078746 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[142 (1668655159352229889)]} 0 0
   [junit4]   2> 2078746 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[143 (1668655159353278464)]} 0 0
   [junit4]   2> 2078747 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[144 (1668655159354327040)]} 0 0
   [junit4]   2> 2078747 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[145 (1668655159354327041)]} 0 0
   [junit4]   2> 2078748 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[146 (1668655159355375616)]} 0 0
   [junit4]   2> 2078749 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[147 (1668655159355375617)]} 0 0
   [junit4]   2> 2078749 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[148 (1668655159356424192)]} 0 0
   [junit4]   2> 2078750 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[149 (1668655159357472768)]} 0 0
   [junit4]   2> 2078750 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[150 (1668655159357472769)]} 0 0
   [junit4]   2> 2078751 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[151 (1668655159358521344)]} 0 0
   [junit4]   2> 2078751 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[152 (1668655159358521345)]} 0 0
   [junit4]   2> 2078752 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[153 (1668655159359569920)]} 0 0
   [junit4]   2> 2078753 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[154 (1668655159359569921)]} 0 0
   [junit4]   2> 2078753 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[155 (1668655159360618496)]} 0 0
   [junit4]   2> 2078754 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[156 (1668655159361667072)]} 0 0
   [junit4]   2> 2078755 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{add=[157 (1668655159362715648)]} 0 0
   [junit4]   2> 2078787 INFO  (searcherExecutor-13176-thread-1-processing-n:127.0.0.1:57912_solr x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.c.SolrCore [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 2078788 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 32
   [junit4]   2> 2078791 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:0 (-1668655159398367232)} 0 2
   [junit4]   2> 2078792 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:1 (-1668655159400464384)} 0 0
   [junit4]   2> 2078793 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:2 (-1668655159401512960)} 0 0
   [junit4]   2> 2078794 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:3 (-1668655159402561536)} 0 0
   [junit4]   2> 2078795 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:4 (-1668655159403610112)} 0 0
   [junit4]   2> 2078796 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:5 (-1668655159405707264)} 0 0
   [junit4]   2> 2078797 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:6 (-1668655159405707265)} 0 0
   [junit4]   2> 2078798 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:7 (-1668655159406755840)} 0 0
   [junit4]   2> 2078798 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:8 (-1668655159407804416)} 0 0
   [junit4]   2> 2078800 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:9 (-1668655159408852992)} 0 0
   [junit4]   2> 2078801 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:10 (-1668655159409901568)} 0 0
   [junit4]   2> 2078802 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:11 (-1668655159410950144)} 0 0
   [junit4]   2> 2078803 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:12 (-1668655159411998720)} 0 0
   [junit4]   2> 2078804 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:13 (-1668655159413047296)} 0 0
   [junit4]   2> 2078804 INFO  (qtp1979441924-22588) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:14 (-1668655159414095872)} 0 0
   [junit4]   2> 2078805 INFO  (qtp1979441924-22590) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:15 (-1668655159415144448)} 0 0
   [junit4]   2> 2078806 INFO  (qtp1979441924-22587) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:16 (-1668655159416193024)} 0 0
   [junit4]   2> 2078807 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=id:17 (-1668655159417241600)} 0 0
   [junit4]   2> 2078809 INFO  (qtp1979441924-22589) [n:127.0.0.1:57912_solr c:SolrCoreSnapshots_IndexOptimization s:shard1 r:core_node2 x:SolrCoreSnapshots_IndexOptimization_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [SolrCoreSnapshots_IndexOptimization_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQue

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

 exiting.
   [junit4]   2> 2080761 INFO  (closeThreadPool-13193-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72106896086073349-127.0.0.1:57912_solr-n_0000000000) closing
   [junit4]   2> 2080873 INFO  (jetty-closer-13187-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72106896086073349-127.0.0.1:57912_solr-n_0000000000) closing
   [junit4]   2> 2080877 INFO  (jetty-closer-13187-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@7b3c03cb{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 2080877 INFO  (jetty-closer-13187-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@2534fd46{/solr,null,UNAVAILABLE}
   [junit4]   2> 2080878 INFO  (jetty-closer-13187-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2080879 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 2081090 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> 	3	/solr/collections/SolrCoreSnapshots/terms/shard1
   [junit4]   2> 	3	/solr/collections/SolrCoreSnapshots_IndexOptimization/terms/shard1
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	9	/solr/collections/SolrCoreSnapshots_IndexOptimization/state.json
   [junit4]   2> 	9	/solr/collections/SolrCoreSnapshots/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	22	/solr/overseer/queue
   [junit4]   2> 	7	/solr/overseer/collection-queue-work
   [junit4]   2> 	6	/solr/collections
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 2081092 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:57906
   [junit4]   2> 2081092 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:57906
   [junit4]   2> 2081092 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 57906
   [junit4]   2> 2081093 INFO  (SUITE-TestSolrCoreSnapshots-seed#[D7F5B1B7C9B664C1]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Jun 05, 2020 10:39:30 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> Jun 05, 2020 10:39:41 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> SEVERE: 1 thread leaked from SUITE scope at org.apache.solr.core.snapshots.TestSolrCoreSnapshots: 
   [junit4]   2>    1) Thread[id=22558, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestSolrCoreSnapshots]
   [junit4]   2>         at java.lang.Thread.sleep(Native Method)
   [junit4]   2>         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
   [junit4]   2> Jun 05, 2020 10:39:41 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: Starting to interrupt leaked threads:
   [junit4]   2>    1) Thread[id=22558, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestSolrCoreSnapshots]
   [junit4]   2> 2091503 ERROR (SessionTracker) [     ] o.a.z.s.ZooKeeperCriticalThread Severe unrecoverable error, from thread : SessionTracker
   [junit4]   2>           => java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method)
   [junit4]   2> java.lang.InterruptedException: sleep interrupted
   [junit4]   2> 	at java.lang.Thread.sleep(Native Method) [?:1.8.0_201]
   [junit4]   2> 	at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151) ~[zookeeper-3.5.7.jar:3.5.7]
   [junit4]   2> Jun 05, 2020 10:39:41 AM com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene86): {_root_=FST50, name=PostingsFormat(name=Asserting), id=PostingsFormat(name=Asserting)}, docValues:{}, maxPointsInLeafNode=152, maxMBSortInHeap=6.6267974148033515, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@49d34dbb), locale=ga, timezone=Australia/Darwin
   [junit4]   2> NOTE: Mac OS X 10.14.6 x86_64/Oracle Corporation 1.8.0_201 (64-bit)/cpus=6,threads=1,free=127242736,total=518979584
   [junit4]   2> NOTE: All tests run in this JVM: [TestTolerantUpdateProcessorCloud, SynonymTokenizerTest, OverseerCollectionConfigSetProcessorTest, TestConfigSetsAPIZkFailure, TestRandomCollapseQParserPlugin, TestSolrCLIRunExample, TestSchemalessBufferedUpdates, BasicFunctionalityTest, TestDistributedSearch, HdfsRestartWhileUpdatingTest, DistributedQueryComponentOptimizationTest, NoCacheHeaderTest, AutoAddReplicasIntegrationTest, BasicDistributedZk2Test, SliceStateTest, TestCollationField, TestPullReplica, TestLMJelinekMercerSimilarityFactory, CoreAdminRequestStatusTest, TestCollectionAPIs, RankQueryTest, JavaBinAtomicUpdateMultivalueTest, TestConfigSets, SyncSliceTest, DistanceUnitsTest, LeaderVoteWaitTimeoutTest, RequiredFieldsTest, ExplicitHLLTest, TestPayloadScoreQParserPlugin, HdfsCollectionsAPIDistributedZkTest, TestTrackingShardHandlerFactory, IndexSchemaRuntimeFieldTest, TestRandomDVFaceting, XMLAtomicUpdateMultivalueTest, TestCSVResponseWriter, ScheduledTriggerTest, AtomicUpdateProcessorFactoryTest, TestCloudInspectUtil, FuzzySearchTest, StatsComponentTest, MetricTriggerIntegrationTest, TestFoldingMultitermQuery, BJQParserTest, TestSimpleTextCodec, TestComplexPhraseQParserPlugin, MetricsHistoryHandlerTest, RecoveryAfterSoftCommitTest, TestTolerantSearch, TestCloudNestedDocsSort, TestSimScenario, JsonLoaderTest, TestBulkSchemaAPI, TestNRTOpen, ZkSolrClientTest, SuggesterTest, HdfsAutoAddReplicasIntegrationTest, TestSolrQueryResponse, TemplateUpdateProcessorTest, ZkCLITest, TimeZoneUtilsTest, TestFieldCacheSortRandom, SoftAutoCommitTest, TestSolrCoreParser, TestBlobHandler, TestCollectionsAPIViaSolrCloudCluster, SOLR749Test, TestSweetSpotSimilarityFactory, TestClassicSimilarityFactory, CollectionsAPISolrJTest, TestSQLHandler, DistributedFacetPivotSmallAdvancedTest, ConnectionReuseTest, ResponseBuilderTest, TestRebalanceLeaders, SolrMetricReporterTest, BasicAuthOnSingleNodeTest, TestLogWatcher, EchoParamsTest, DeleteShardTest, ClassificationUpdateProcessorIntegrationTest, TestStandardQParsers, AdminHandlersProxyTest, TestDocTermOrds, TestExtendedDismaxParser, TestMacroExpander, TestLegacyTerms, PluginInfoTest, ConfigureRecoveryStrategyTest, TestInfoStreamLogging, HttpPartitionWithTlogReplicasTest, MultiThreadedOCPTest, SaslZkACLProviderTest, ShardRoutingTest, TestExclusionRuleCollectionAccess, TestHashPartitioner, TestLeaderElectionWithEmptyReplica, TestSolrCloudWithDelegationTokens, TestStressInPlaceUpdates, ConcurrentCreateCollectionTest, ConcurrentDeleteAndCreateCollectionTest, NodeLostTriggerIntegrationTest, NodeMarkersRegistrationTest, TriggerCooldownIntegrationTest, TestSimLargeCluster, HdfsUnloadDistributedZkTest, HdfsWriteToMultipleCollectionsTest, StressHdfsTest, TestClusterStateMutator, ZkStateReaderTest, ImplicitSnitchTest, ZkDynamicConfigTest, AlternateDirectoryTest, BlobRepositoryCloudTest, TestConfig, TestConfigOverlay, TestConfigSetImmutable, TestDynamicURP, TestSolrCoreSnapshots]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrCoreSnapshots -Dtests.seed=D7F5B1B7C9B664C1 -Dtests.slow=true -Dtests.locale=ga -Dtests.timezone=Australia/Darwin -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | TestSolrCoreSnapshots (suite) <<<
   [junit4]    > Throwable #1: com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.core.snapshots.TestSolrCoreSnapshots: 
   [junit4]    >    1) Thread[id=22558, name=SessionTracker, state=TIMED_WAITING, group=TGRP-TestSolrCoreSnapshots]
   [junit4]    >         at java.lang.Thread.sleep(Native Method)
   [junit4]    >         at org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:151)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D7F5B1B7C9B664C1]:0)
   [junit4] Completed [622/910 (1!)] on J1 in 15.08s, 2 tests, 1 error <<< FAILURES!

[...truncated 53117 lines...]
[repro] Jenkins log URL: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-MacOSX/1091/consoleText

[repro] Revision: bf7db012ec31e6ef553b88abd2c2f75dc0298615

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseConcMarkSweepGC"
[repro] Repro line:  ant test  -Dtestcase=TestSolrCoreSnapshots -Dtests.seed=D7F5B1B7C9B664C1 -Dtests.slow=true -Dtests.locale=ga -Dtests.timezone=Australia/Darwin -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] JUnit rest result XML files will be moved to: ./repro-reports
[repro] ant clean

[...truncated 6 lines...]
[repro] Test suites by module:
[repro]    solr/core
[repro]       TestSolrCoreSnapshots
[repro] ant compile-test

[...truncated 3470 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.TestSolrCoreSnapshots" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseConcMarkSweepGC" -Dtests.seed=D7F5B1B7C9B664C1 -Dtests.slow=true -Dtests.locale=ga -Dtests.timezone=Australia/Darwin -Dtests.asserts=true -Dtests.file.encoding=UTF-8

[...truncated 81 lines...]
[repro] Failures w/original seeds:
[repro]   0/5 failed: org.apache.solr.core.snapshots.TestSolrCoreSnapshots
[repro] Exiting with code 0

[...truncated 73 lines...]