You are viewing a plain text version of this content. The canonical link for it is here.
Posted to builds@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2021/01/08 10:29:30 UTC

[JENKINS] Lucene » Lucene-Solr-BadApples-Tests-8.x - Build # 153 - Unstable!

Build: https://ci-builds.apache.org/job/Lucene/job/Lucene-Solr-BadApples-Tests-8.x/153/

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

Error Message:
Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:   - private static org.apache.solr.client.solrj.impl.CloudSolrClient org.apache.solr.cloud.NestedShardedAtomicUpdateTest.cloudClient   - private static java.util.List org.apache.solr.cloud.NestedShardedAtomicUpdateTest.clients

Stack Trace:
junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
  - private static org.apache.solr.client.solrj.impl.CloudSolrClient org.apache.solr.cloud.NestedShardedAtomicUpdateTest.cloudClient
  - private static java.util.List org.apache.solr.cloud.NestedShardedAtomicUpdateTest.clients
	at __randomizedtesting.SeedInfo.seed([D855EB38D2A6CFA1]:0)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:146)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:43)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)
Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.net.www.protocol.jar")
	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
	at java.security.AccessController.checkPermission(AccessController.java:886)
	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
	at java.lang.Class.checkPackageAccess(Class.java:2372)
	at java.lang.Class.checkMemberAccess(Class.java:2351)
	at java.lang.Class.getDeclaredFields(Class.java:1915)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:585)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator$2.run(RamUsageEstimator.java:582)
	at java.security.AccessController.doPrivileged(Native Method)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.createCacheEntry(RamUsageEstimator.java:582)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.measureSizeOf(RamUsageEstimator.java:545)
	at com.carrotsearch.randomizedtesting.rules.RamUsageEstimator.sizeOfAll(RamUsageEstimator.java:387)
	at com.carrotsearch.randomizedtesting.rules.StaticFieldsInvariantRule$1.afterAlways(StaticFieldsInvariantRule.java:129)
	... 11 more




Build Log:
[...truncated 14009 lines...]
   [junit4] Suite: org.apache.solr.cloud.NestedShardedAtomicUpdateTest
   [junit4]   2> 589452 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 589452 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 589453 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_D855EB38D2A6CFA1-001/data-dir-48-001
   [junit4]   2> 589453 WARN  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=40 numCloses=40
   [junit4]   2> 589453 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 589455 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 589455 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_D855EB38D2A6CFA1-001/tempDir-001
   [junit4]   2> 589455 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 589456 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 589456 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 589457 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 589558 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 43903
   [junit4]   2> 589558 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:43903
   [junit4]   2> 589558 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43903
   [junit4]   2> 589558 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43903
   [junit4]   2> 589560 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 589562 INFO  (zkConnectionManagerCallback-3327-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 589562 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 589570 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 589582 INFO  (zkConnectionManagerCallback-3329-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 589582 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 589588 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 589588 INFO  (zkConnectionManagerCallback-3331-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 589588 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 589692 INFO  (jetty-launcher-3332-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 589692 INFO  (jetty-launcher-3332-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 589692 INFO  (jetty-launcher-3332-thread-1) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 589706 INFO  (jetty-launcher-3332-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 589706 INFO  (jetty-launcher-3332-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 589706 INFO  (jetty-launcher-3332-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 589706 INFO  (jetty-launcher-3332-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@28293b1{/solr,null,AVAILABLE}
   [junit4]   2> 589707 INFO  (jetty-launcher-3332-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@b145c7a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:36549}
   [junit4]   2> 589707 INFO  (jetty-launcher-3332-thread-1) [     ] o.e.j.s.Server Started @589737ms
   [junit4]   2> 589707 INFO  (jetty-launcher-3332-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:43903/solr, hostPort=36549}
   [junit4]   2> 589707 ERROR (jetty-launcher-3332-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 589707 INFO  (jetty-launcher-3332-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 589707 INFO  (jetty-launcher-3332-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.8.0
   [junit4]   2> 589707 INFO  (jetty-launcher-3332-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 589707 INFO  (jetty-launcher-3332-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 589707 INFO  (jetty-launcher-3332-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-01-08T09:39:46.229Z
   [junit4]   2> 589708 INFO  (jetty-launcher-3332-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 589709 INFO  (zkConnectionManagerCallback-3334-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 589709 INFO  (jetty-launcher-3332-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 589709 INFO  (jetty-launcher-3332-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 589716 INFO  (jetty-launcher-3332-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 591625 INFO  (jetty-launcher-3332-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 591626 WARN  (jetty-launcher-3332-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@137523ae[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 591626 WARN  (jetty-launcher-3332-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@137523ae[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 591628 WARN  (jetty-launcher-3332-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4806b945[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 591628 WARN  (jetty-launcher-3332-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4806b945[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 591630 INFO  (jetty-launcher-3332-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43903/solr
   [junit4]   2> 591630 INFO  (jetty-launcher-3332-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 591631 INFO  (zkConnectionManagerCallback-3345-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 591631 INFO  (jetty-launcher-3332-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 591733 INFO  (jetty-launcher-3332-thread-1) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 591734 INFO  (zkConnectionManagerCallback-3347-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 591734 INFO  (jetty-launcher-3332-thread-1) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 591795 INFO  (jetty-launcher-3332-thread-1) [n:127.0.0.1:36549_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:36549_solr
   [junit4]   2> 591796 INFO  (jetty-launcher-3332-thread-1) [n:127.0.0.1:36549_solr     ] o.a.s.c.Overseer Overseer (id=72787981966180357-127.0.0.1:36549_solr-n_0000000000) starting
   [junit4]   2> 591803 INFO  (jetty-launcher-3332-thread-1) [n:127.0.0.1:36549_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36549_solr
   [junit4]   2> 591803 INFO  (OverseerStateUpdate-72787981966180357-127.0.0.1:36549_solr-n_0000000000) [n:127.0.0.1:36549_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:36549_solr
   [junit4]   2> 591804 INFO  (OverseerStateUpdate-72787981966180357-127.0.0.1:36549_solr-n_0000000000) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 591805 INFO  (jetty-launcher-3332-thread-1) [n:127.0.0.1:36549_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 591806 WARN  (jetty-launcher-3332-thread-1) [n:127.0.0.1:36549_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> 591823 INFO  (jetty-launcher-3332-thread-1) [n:127.0.0.1:36549_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_D855EB38D2A6CFA1-001/tempDir-001/node1
   [junit4]   2> 591834 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=1
   [junit4]   2> 591835 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 591838 INFO  (zkConnectionManagerCallback-3362-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 591838 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 591839 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 591840 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43903/solr ready
   [junit4]   2> 591850 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection col1
   [junit4]   2> 591851 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default to /configs/col1.AUTOCREATED
   [junit4]   2> 591852 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/col1.AUTOCREATED/protwords.txt
   [junit4]   2> 591853 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/col1.AUTOCREATED/managed-schema
   [junit4]   2> 591855 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/col1.AUTOCREATED/solrconfig.xml
   [junit4]   2> 591856 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/col1.AUTOCREATED/synonyms.txt
   [junit4]   2> 591857 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/col1.AUTOCREATED/stopwords.txt
   [junit4]   2> 591858 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/schema.xml to /configs/col1.AUTOCREATED/schema.xml
   [junit4]   2> 591860 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/col1.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 591861 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/col1.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 591863 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/col1.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 591864 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/col1.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 591865 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/col1.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 591867 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/col1.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 591868 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_et.txt to /configs/col1.AUTOCREATED/lang/stopwords_et.txt
   [junit4]   2> 591870 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/col1.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 591871 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/col1.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 591873 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/col1.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 591874 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/col1.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 591875 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/col1.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 591877 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/col1.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 591878 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/col1.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 591879 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/col1.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 591881 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/col1.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 591882 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/col1.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 591883 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/col1.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 591885 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/col1.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 591887 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/col1.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 591888 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/col1.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 591889 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/col1.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 591891 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/col1.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 591892 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/col1.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 591894 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/col1.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 591895 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/col1.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 591896 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/col1.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 591898 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/col1.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 591899 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/col1.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 591900 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/col1.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 591902 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/col1.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 591903 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/col1.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 591904 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/col1.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 591906 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/col1.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 591908 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/col1.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 591909 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/col1.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 591911 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/col1.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 591912 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/col1.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 591913 INFO  (OverseerThreadFactory-3354-thread-1-processing-n:127.0.0.1:36549_solr) [n:127.0.0.1:36549_solr     ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/col1.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 592021 INFO  (OverseerStateUpdate-72787981966180357-127.0.0.1:36549_solr-n_0000000000) [n:127.0.0.1:36549_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"col1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"col1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:36549_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 592023 INFO  (OverseerStateUpdate-72787981966180357-127.0.0.1:36549_solr-n_0000000000) [n:127.0.0.1:36549_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"col1",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"col1_shard2_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:36549_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 592026 INFO  (OverseerStateUpdate-72787981966180357-127.0.0.1:36549_solr-n_0000000000) [n:127.0.0.1:36549_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"col1",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"col1_shard3_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:36549_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 592028 INFO  (OverseerStateUpdate-72787981966180357-127.0.0.1:36549_solr-n_0000000000) [n:127.0.0.1:36549_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"col1",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"col1_shard4_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:36549_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 592232 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr    x:col1_shard2_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=col1.AUTOCREATED&newCollection=true&name=col1_shard2_replica_n2&action=CREATE&numShards=4&collection=col1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 592232 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr    x:col1_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=col1.AUTOCREATED&newCollection=true&name=col1_shard1_replica_n1&action=CREATE&numShards=4&collection=col1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 592232 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr    x:col1_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 592233 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr    x:col1_shard3_replica_n4 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=col1.AUTOCREATED&newCollection=true&name=col1_shard3_replica_n4&action=CREATE&numShards=4&collection=col1&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 592234 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr    x:col1_shard4_replica_n6 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=col1.AUTOCREATED&newCollection=true&name=col1_shard4_replica_n6&action=CREATE&numShards=4&collection=col1&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 592250 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 592251 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 592263 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 592267 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 592268 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.s.IndexSchema Schema name=nested-docs
   [junit4]   2> 592273 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.s.IndexSchema Loaded schema nested-docs/1.6 with uniqueid field id
   [junit4]   2> 592273 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'col1_shard2_replica_n2' using configuration from configset col1.AUTOCREATED, trusted=true
   [junit4]   2> 592273 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.c.SolrCore [[col1_shard2_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_D855EB38D2A6CFA1-001/tempDir-001/node1/col1_shard2_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_D855EB38D2A6CFA1-001/tempDir-001/node1/col1_shard2_replica_n2/data/]
   [junit4]   2> 592275 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=nested-docs
   [junit4]   2> 592277 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.s.IndexSchema Schema name=nested-docs
   [junit4]   2> 592280 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.s.IndexSchema Schema name=nested-docs
   [junit4]   2> 592281 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema nested-docs/1.6 with uniqueid field id
   [junit4]   2> 592281 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'col1_shard1_replica_n1' using configuration from configset col1.AUTOCREATED, trusted=true
   [junit4]   2> 592281 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.SolrCore [[col1_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_D855EB38D2A6CFA1-001/tempDir-001/node1/col1_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_D855EB38D2A6CFA1-001/tempDir-001/node1/col1_shard1_replica_n1/data/]
   [junit4]   2> 592286 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.s.IndexSchema Loaded schema nested-docs/1.6 with uniqueid field id
   [junit4]   2> 592286 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.c.CoreContainer Creating SolrCore 'col1_shard4_replica_n6' using configuration from configset col1.AUTOCREATED, trusted=true
   [junit4]   2> 592286 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.c.SolrCore [[col1_shard4_replica_n6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_D855EB38D2A6CFA1-001/tempDir-001/node1/col1_shard4_replica_n6], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_D855EB38D2A6CFA1-001/tempDir-001/node1/col1_shard4_replica_n6/data/]
   [junit4]   2> 592287 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.s.IndexSchema Loaded schema nested-docs/1.6 with uniqueid field id
   [junit4]   2> 592287 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.c.CoreContainer Creating SolrCore 'col1_shard3_replica_n4' using configuration from configset col1.AUTOCREATED, trusted=true
   [junit4]   2> 592288 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.c.SolrCore [[col1_shard3_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_D855EB38D2A6CFA1-001/tempDir-001/node1/col1_shard3_replica_n4], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.NestedShardedAtomicUpdateTest_D855EB38D2A6CFA1-001/tempDir-001/node1/col1_shard3_replica_n4/data/]
   [junit4]   2> 592329 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 592329 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 592330 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 592330 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 592331 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/col1.AUTOCREATED
   [junit4]   2> 592331 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/col1.AUTOCREATED
   [junit4]   2> 592331 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 592332 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1688310947621371904
   [junit4]   2> 592334 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 592334 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 592334 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 592334 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 592335 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 592335 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 592335 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 592335 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 592336 INFO  (searcherExecutor-3364-thread-1-processing-n:127.0.0.1:36549_solr x:col1_shard2_replica_n2 c:col1 s:shard2 r:core_node5) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.c.SolrCore [col1_shard2_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 592338 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/col1.AUTOCREATED
   [junit4]   2> 592338 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/col1.AUTOCREATED
   [junit4]   2> 592338 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/col1.AUTOCREATED
   [junit4]   2> 592338 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/col1.AUTOCREATED
   [junit4]   2> 592338 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 592338 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 592338 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1688310947627663360
   [junit4]   2> 592338 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1688310947627663360
   [junit4]   2> 592347 INFO  (searcherExecutor-3368-thread-1-processing-n:127.0.0.1:36549_solr x:col1_shard4_replica_n6 c:col1 s:shard4 r:core_node8) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.c.SolrCore [col1_shard4_replica_n6]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 592349 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/col1/terms/shard2 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 592349 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/col1/leaders/shard2
   [junit4]   2> 592355 INFO  (zkCallback-3346-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/col1/state.json] for collection [col1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 592356 INFO  (searcherExecutor-3366-thread-1-processing-n:127.0.0.1:36549_solr x:col1_shard1_replica_n1 c:col1 s:shard1 r:core_node3) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.SolrCore [col1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 592359 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 592359 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/col1/terms/shard4 to Terms{values={core_node8=0}, version=0}
   [junit4]   2> 592359 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 592359 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/col1/leaders/shard4
   [junit4]   2> 592359 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36549/solr/col1_shard2_replica_n2/
   [junit4]   2> 592359 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 592360 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.c.SyncStrategy http://127.0.0.1:36549/solr/col1_shard2_replica_n2/ has no replicas
   [junit4]   2> 592360 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/col1/leaders/shard2/leader after winning as /collections/col1/leader_elect/shard2/election/72787981966180357-core_node5-n_0000000000
   [junit4]   2> 592362 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/col1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 592362 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/col1/leaders/shard1
   [junit4]   2> 592362 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36549/solr/col1_shard2_replica_n2/ shard2
   [junit4]   2> 592363 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 592364 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 592364 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36549/solr/col1_shard4_replica_n6/
   [junit4]   2> 592364 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 592364 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.c.SyncStrategy http://127.0.0.1:36549/solr/col1_shard4_replica_n6/ has no replicas
   [junit4]   2> 592364 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/col1/leaders/shard4/leader after winning as /collections/col1/leader_elect/shard4/election/72787981966180357-core_node8-n_0000000000
   [junit4]   2> 592365 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36549/solr/col1_shard4_replica_n6/ shard4
   [junit4]   2> 592366 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 592366 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 592366 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36549/solr/col1_shard1_replica_n1/
   [junit4]   2> 592366 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 592366 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.SyncStrategy http://127.0.0.1:36549/solr/col1_shard1_replica_n1/ has no replicas
   [junit4]   2> 592366 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/col1/leaders/shard1/leader after winning as /collections/col1/leader_elect/shard1/election/72787981966180357-core_node3-n_0000000000
   [junit4]   2> 592367 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36549/solr/col1_shard1_replica_n1/ shard1
   [junit4]   2> 592370 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 592370 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 592371 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 592372 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 592373 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/col1.AUTOCREATED
   [junit4]   2> 592373 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/col1.AUTOCREATED
   [junit4]   2> 592373 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 592374 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1688310947665412096
   [junit4]   2> 592375 INFO  (searcherExecutor-3370-thread-1-processing-n:127.0.0.1:36549_solr x:col1_shard3_replica_n4 c:col1 s:shard3 r:core_node7) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.c.SolrCore [col1_shard3_replica_n4]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 592378 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/col1/terms/shard3 to Terms{values={core_node7=0}, version=0}
   [junit4]   2> 592378 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/col1/leaders/shard3
   [junit4]   2> 592385 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 592385 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 592385 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:36549/solr/col1_shard3_replica_n4/
   [junit4]   2> 592385 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 592385 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.c.SyncStrategy http://127.0.0.1:36549/solr/col1_shard3_replica_n4/ has no replicas
   [junit4]   2> 592385 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/col1/leaders/shard3/leader after winning as /collections/col1/leader_elect/shard3/election/72787981966180357-core_node7-n_0000000000
   [junit4]   2> 592386 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:36549/solr/col1_shard3_replica_n4/ shard3
   [junit4]   2> 592488 INFO  (zkCallback-3346-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/col1/state.json] for collection [col1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 592488 INFO  (zkCallback-3346-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/col1/state.json] for collection [col1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 592488 INFO  (zkCallback-3346-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/col1/state.json] for collection [col1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 592488 INFO  (zkCallback-3346-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/col1/state.json] for collection [col1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 592488 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 592488 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 592488 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 592489 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 592498 ERROR (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.c.c.ZkStateReader Collection col1 is not lazy or watched!
   [junit4]   2> 592498 ERROR (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.c.c.ZkStateReader Collection col1 is not lazy or watched!
   [junit4]   2> 592498 ERROR (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.c.c.ZkStateReader Collection col1 is not lazy or watched!
   [junit4]   2> 592498 ERROR (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.c.ZkStateReader Collection col1 is not lazy or watched!
   [junit4]   2> 592499 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=col1.AUTOCREATED&newCollection=true&name=col1_shard4_replica_n6&action=CREATE&numShards=4&collection=col1&shard=shard4&wt=javabin&version=2&replicaType=NRT} status=0 QTime=264
   [junit4]   2> 592499 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=col1.AUTOCREATED&newCollection=true&name=col1_shard2_replica_n2&action=CREATE&numShards=4&collection=col1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=266
   [junit4]   2> 592499 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=col1.AUTOCREATED&newCollection=true&name=col1_shard1_replica_n1&action=CREATE&numShards=4&collection=col1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=267
   [junit4]   2> 592506 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=col1.AUTOCREATED&newCollection=true&name=col1_shard3_replica_n4&action=CREATE&numShards=4&collection=col1&shard=shard3&wt=javabin&version=2&replicaType=NRT} status=0 QTime=273
   [junit4]   2> 592508 INFO  (qtp97755824-5747) [n:127.0.0.1:36549_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> 592591 INFO  (zkCallback-3346-thread-4) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/col1/state.json] for collection [col1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 592591 INFO  (zkCallback-3346-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/col1/state.json] for collection [col1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 592592 INFO  (zkCallback-3346-thread-5) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/col1/state.json] for collection [col1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 592592 INFO  (zkCallback-3346-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/col1/state.json] for collection [col1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 592591 INFO  (zkCallback-3346-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/col1/state.json] for collection [col1] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 592592 INFO  (qtp97755824-5747) [n:127.0.0.1:36549_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={pullReplicas=0&maxShardsPerNode=4&name=col1&nrtReplicas=1&action=CREATE&numShards=4&tlogReplicas=0&wt=javabin&version=2} status=0 QTime=745
   [junit4]   2> 592610 INFO  (TEST-NestedShardedAtomicUpdateTest.doNestedInplaceUpdateTest-seed#[D855EB38D2A6CFA1]) [     ] o.a.s.SolrTestCaseJ4 ###Starting doNestedInplaceUpdateTest
   [junit4]   2> 592620 INFO  (qtp97755824-5747) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/col1/terms/shard1 to Terms{values={core_node3=1}, version=1}
   [junit4]   2> 592620 INFO  (qtp97755824-5747) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:36549/solr/col1_shard2_replica_n2/&wt=javabin&version=2&_route_=1}{add=[1 (1688310947920216064)]} 0 4
   [junit4]   2> 592621 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2&_route_=1}{add=[1]} 0 9
   [junit4]   2> 592623 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:36549/solr/col1_shard2_replica_n2/&wt=javabin&version=2&_route_=1}{add=[1 (1688310947926507520)]} 0 0
   [junit4]   2> 592623 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2&_route_=1}{add=[1]} 0 1
   [junit4]   2> 592624 INFO  (qtp97755824-5747) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:36549/solr/col1_shard2_replica_n2/&wt=javabin&version=2&_route_=1}{add=[2 (root=1) (1688310947927556096)]} 0 0
   [junit4]   2> 592625 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2&_route_=1}{add=[2 (root=1)]} 0 0
   [junit4]   2> 592626 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:36549/solr/col1_shard4_replica_n6/&wt=javabin&version=2&_route_=1}{add=[1 (1688310947929653248)]} 0 0
   [junit4]   2> 592627 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard4_replica_n6]  webapp=/solr path=/update params={wt=javabin&version=2&_route_=1}{add=[1]} 0 1
   [junit4]   2> 592632 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:36549/solr/col1_shard3_replica_n4/&wt=javabin&version=2&_route_=1}{add=[2 (root=1) (1688310947935944704)]} 0 1
   [junit4]   2> 592633 INFO  (qtp97755824-5747) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard3_replica_n4]  webapp=/solr path=/update params={_stateVer_=col1:4&wt=javabin&version=2&_route_=1}{add=[2 (root=1)]} 0 2
   [junit4]   2> 592634 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2&_route_=1}{add=[3 (root=1) (1688310947936993280)]} 0 0
   [junit4]   2> 592640 INFO  (qtp97755824-5747) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard3_replica_n4]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:36549/solr/col1_shard2_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 1
   [junit4]   2> 592642 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard4_replica_n6]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:36549/solr/col1_shard2_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 3
   [junit4]   2> 592643 INFO  (searcherExecutor-3366-thread-1-processing-n:127.0.0.1:36549_solr x:col1_shard1_replica_n1 c:col1 s:shard1 r:core_node3) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.SolrCore [col1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 592643 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:36549/solr/col1_shard2_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 8
   [junit4]   2> 592644 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard2_replica_n2]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 10
   [junit4]   2> 592656 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.c.S.Request [col1_shard3_replica_n4]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=col1:4&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&shard.url=http://127.0.0.1:36549/solr/col1_shard3_replica_n4/&rid=127.0.0.1-70577&rows=10&version=2&q=-_root_:1&omitHeader=false&NOW=1610098789168&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 592656 INFO  (qtp97755824-5747) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.c.S.Request [col1_shard2_replica_n2]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=col1:4&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&shard.url=http://127.0.0.1:36549/solr/col1_shard2_replica_n2/&rid=127.0.0.1-70577&rows=10&version=2&q=-_root_:1&omitHeader=false&NOW=1610098789168&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 592656 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.S.Request [col1_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=col1:4&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&shard.url=http://127.0.0.1:36549/solr/col1_shard1_replica_n1/&rid=127.0.0.1-70577&rows=10&version=2&q=-_root_:1&omitHeader=false&NOW=1610098789168&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 592657 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.c.S.Request [col1_shard4_replica_n6]  webapp=/solr path=/select params={df=text&distrib=false&_stateVer_=col1:4&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&shard.url=http://127.0.0.1:36549/solr/col1_shard4_replica_n6/&rid=127.0.0.1-70577&rows=10&version=2&q=-_root_:1&omitHeader=false&NOW=1610098789168&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 592662 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.c.S.Request [col1_shard2_replica_n2]  webapp=/solr path=/select params={q=-_root_:1&_stateVer_=col1:4&wt=javabin&version=2} rid=127.0.0.1-70577 hits=0 status=0 QTime=16
   [junit4]   2> 592663 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard2=http://127.0.0.1:36549/solr/col1_shard2_replica_n2/
   [junit4]   2> 592663 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard3=http://127.0.0.1:36549/solr/col1_shard3_replica_n4/
   [junit4]   2> 592663 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard4=http://127.0.0.1:36549/solr/col1_shard4_replica_n6/
   [junit4]   2> 592663 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard1=http://127.0.0.1:36549/solr/col1_shard1_replica_n1/
   [junit4]   2> 592671 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.S.Request [col1_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&_stateVer_=col1:4&fl=*,+[child]&shards.purpose=1&shard.url=http://127.0.0.1:36549/solr/col1_shard1_replica_n1/&rid=127.0.0.1-70578&version=2&shards.qt=/get&omitHeader=false&NOW=1610098789185&ids=1&isShard=true&wt=javabin} status=0 QTime=7
   [junit4]   2> 592672 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.c.S.Request [col1_shard2_replica_n2]  webapp=/solr path=/get params={qt=/get&_stateVer_=col1:4&fl=*,+[child]&id=1&wt=javabin&version=2} rid=127.0.0.1-70578 status=0 QTime=8
   [junit4]   2> 592673 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard1_replica_n1]  webapp=/solr path=/update params={wt=javabin&version=2&_route_=1}{add=[2 (root=1) (1688310947977887744)]} 0 0
   [junit4]   2> 592675 INFO  (qtp97755824-5817) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard1=http://127.0.0.1:36549/solr/col1_shard1_replica_n1/
   [junit4]   2> 592677 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.S.Request [col1_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&shards.purpose=1&shard.url=http://127.0.0.1:36549/solr/col1_shard1_replica_n1/&rid=127.0.0.1-70579&version=2&shards.qt=/get&omitHeader=false&NOW=1610098789196&ids=2&isShard=true&wt=javabin&_route_=1} status=0 QTime=1
   [junit4]   2> 592677 INFO  (qtp97755824-5817) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.c.S.Request [col1_shard3_replica_n4]  webapp=/solr path=/get params={qt=/get&id=2&wt=javabin&version=2&_route_=1} rid=127.0.0.1-70579 status=0 QTime=3
   [junit4]   2> 592678 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard2=http://127.0.0.1:36549/solr/col1_shard2_replica_n2/
   [junit4]   2> 592678 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard3=http://127.0.0.1:36549/solr/col1_shard3_replica_n4/
   [junit4]   2> 592678 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard4=http://127.0.0.1:36549/solr/col1_shard4_replica_n6/
   [junit4]   2> 592678 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard1=http://127.0.0.1:36549/solr/col1_shard1_replica_n1/
   [junit4]   2> 592678 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.S.Request [col1_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fl=*,+[child]&shards.purpose=1&shard.url=http://127.0.0.1:36549/solr/col1_shard1_replica_n1/&rid=127.0.0.1-70580&version=2&shards.qt=/get&omitHeader=false&NOW=1610098789200&ids=1&isShard=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 592679 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.c.S.Request [col1_shard4_replica_n6]  webapp=/solr path=/get params={qt=/get&fl=*,+[child]&id=1&wt=javabin&version=2} rid=127.0.0.1-70580 status=0 QTime=1
   [junit4]   2> 592680 INFO  (qtp97755824-5747) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:36549/solr/col1_shard2_replica_n2/&wt=javabin&version=2&_route_=1}{add=[3 (root=1) (1688310947986276352)]} 0 0
   [junit4]   2> 592680 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2&_route_=1}{add=[3 (root=1)]} 0 1
   [junit4]   2> 592681 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard2=http://127.0.0.1:36549/solr/col1_shard2_replica_n2/
   [junit4]   2> 592681 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard3=http://127.0.0.1:36549/solr/col1_shard3_replica_n4/
   [junit4]   2> 592681 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard4=http://127.0.0.1:36549/solr/col1_shard4_replica_n6/
   [junit4]   2> 592681 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard1=http://127.0.0.1:36549/solr/col1_shard1_replica_n1/
   [junit4]   2> 592682 INFO  (qtp97755824-5817) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.S.Request [col1_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fl=*,+[child]&shards.purpose=1&shard.url=http://127.0.0.1:36549/solr/col1_shard1_replica_n1/&rid=127.0.0.1-70581&version=2&shards.qt=/get&omitHeader=false&NOW=1610098789203&ids=1&isShard=true&wt=javabin} status=0 QTime=1
   [junit4]   2> 592682 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.S.Request [col1_shard1_replica_n1]  webapp=/solr path=/get params={qt=/get&fl=*,+[child]&id=1&wt=javabin&version=2} rid=127.0.0.1-70581 status=0 QTime=1
   [junit4]   2> 592683 INFO  (TEST-NestedShardedAtomicUpdateTest.doNestedInplaceUpdateTest-seed#[D855EB38D2A6CFA1]) [     ] o.a.s.SolrTestCaseJ4 ###Ending doNestedInplaceUpdateTest
   [junit4]   2> 592697 INFO  (TEST-NestedShardedAtomicUpdateTest.doRootShardRoutingTest-seed#[D855EB38D2A6CFA1]) [     ] o.a.s.SolrTestCaseJ4 ###Starting doRootShardRoutingTest
   [junit4]   2> 592698 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:36549/solr/col1_shard2_replica_n2/&wt=javabin&version=2&_route_=1}{add=[1 (1688310948005150720)]} 0 0
   [junit4]   2> 592699 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2&_route_=1}{add=[1]} 0 1
   [junit4]   2> 592700 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:36549/solr/col1_shard2_replica_n2/&wt=javabin&version=2&_route_=1}{add=[1 (1688310948006199296)]} 0 0
   [junit4]   2> 592700 INFO  (qtp97755824-5747) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard2_replica_n2]  webapp=/solr path=/update params={wt=javabin&version=2&_route_=1}{add=[1]} 0 0
   [junit4]   2> 592701 INFO  (qtp97755824-5817) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:36549/solr/col1_shard4_replica_n6/&wt=javabin&version=2&_route_=1}{add=[2 (root=1) (1688310948008296448)]} 0 0
   [junit4]   2> 592701 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard4_replica_n6]  webapp=/solr path=/update params={wt=javabin&version=2&_route_=1}{add=[2 (root=1)]} 0 0
   [junit4]   2> 592702 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:36549/solr/col1_shard4_replica_n6/&wt=javabin&version=2&_route_=1}{add=[3 (root=1) (1688310948009345024)]} 0 0
   [junit4]   2> 592702 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard4_replica_n6]  webapp=/solr path=/update params={wt=javabin&version=2&_route_=1}{add=[3 (root=1)]} 0 0
   [junit4]   2> 592703 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard1=http://127.0.0.1:36549/solr/col1_shard1_replica_n1/
   [junit4]   2> 592705 INFO  (qtp97755824-5747) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.S.Request [col1_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&shards.purpose=1&shard.url=http://127.0.0.1:36549/solr/col1_shard1_replica_n1/&rid=127.0.0.1-70582&version=2&shards.qt=/get&omitHeader=false&NOW=1610098789225&ids=2&isShard=true&wt=javabin&_route_=1} status=0 QTime=2
   [junit4]   2> 592706 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.c.S.Request [col1_shard4_replica_n6]  webapp=/solr path=/get params={qt=/get&id=2&wt=javabin&version=2&_route_=1} rid=127.0.0.1-70582 status=0 QTime=3
   [junit4]   2> 592711 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard2_replica_n2]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:36549/solr/col1_shard3_replica_n4/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 592712 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard4_replica_n6]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:36549/solr/col1_shard3_replica_n4/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 1
   [junit4]   2> 592713 INFO  (searcherExecutor-3366-thread-1-processing-n:127.0.0.1:36549_solr x:col1_shard1_replica_n1 c:col1 s:shard1 r:core_node3) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.SolrCore [col1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 592713 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:36549/solr/col1_shard3_replica_n4/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 6
   [junit4]   2> 592714 INFO  (qtp97755824-5817) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard3_replica_n4]  webapp=/solr path=/update params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 8
   [junit4]   2> 592715 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.c.S.Request [col1_shard2_replica_n2]  webapp=/solr path=/select params={df=text&distrib=false&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&shard.url=http://127.0.0.1:36549/solr/col1_shard2_replica_n2/&rid=127.0.0.1-70583&rows=10&version=2&q=-_root_:1&omitHeader=false&NOW=1610098789237&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 592715 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.c.S.Request [col1_shard3_replica_n4]  webapp=/solr path=/select params={df=text&distrib=false&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&shard.url=http://127.0.0.1:36549/solr/col1_shard3_replica_n4/&rid=127.0.0.1-70583&rows=10&version=2&q=-_root_:1&omitHeader=false&NOW=1610098789237&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 592716 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.S.Request [col1_shard1_replica_n1]  webapp=/solr path=/select params={df=text&distrib=false&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&shard.url=http://127.0.0.1:36549/solr/col1_shard1_replica_n1/&rid=127.0.0.1-70583&rows=10&version=2&q=-_root_:1&omitHeader=false&NOW=1610098789237&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 592716 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.c.S.Request [col1_shard4_replica_n6]  webapp=/solr path=/select params={df=text&distrib=false&fl=id&fl=score&shards.purpose=16388&start=0&fsv=true&shard.url=http://127.0.0.1:36549/solr/col1_shard4_replica_n6/&rid=127.0.0.1-70583&rows=10&version=2&q=-_root_:1&omitHeader=false&NOW=1610098789237&isShard=true&wt=javabin} hits=0 status=0 QTime=0
   [junit4]   2> 592716 INFO  (qtp97755824-5747) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.c.S.Request [col1_shard2_replica_n2]  webapp=/solr path=/select params={q=-_root_:1&wt=javabin&version=2} rid=127.0.0.1-70583 hits=0 status=0 QTime=1
   [junit4]   2> 592717 INFO  (qtp97755824-5817) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard2=http://127.0.0.1:36549/solr/col1_shard2_replica_n2/
   [junit4]   2> 592717 INFO  (qtp97755824-5817) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard3=http://127.0.0.1:36549/solr/col1_shard3_replica_n4/
   [junit4]   2> 592717 INFO  (qtp97755824-5817) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard4=http://127.0.0.1:36549/solr/col1_shard4_replica_n6/
   [junit4]   2> 592717 INFO  (qtp97755824-5817) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.h.c.RealTimeGetComponent LOOKUP_SLICE:shard1=http://127.0.0.1:36549/solr/col1_shard1_replica_n1/
   [junit4]   2> 592717 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.S.Request [col1_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fl=*,+[child]&shards.purpose=1&shard.url=http://127.0.0.1:36549/solr/col1_shard1_replica_n1/&rid=127.0.0.1-70584&version=2&shards.qt=/get&omitHeader=false&NOW=1610098789239&ids=1&isShard=true&wt=javabin} status=0 QTime=0
   [junit4]   2> 592718 INFO  (qtp97755824-5817) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.c.S.Request [col1_shard2_replica_n2]  webapp=/solr path=/get params={qt=/get&fl=*,+[child]&id=1&wt=javabin&version=2} rid=127.0.0.1-70584 status=0 QTime=1
   [junit4]   2> 592720 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:36549/solr/col1_shard3_replica_n4/&wt=javabin&version=2&_route_=1}{add=[2 (root=1) (1688310948027170816)]} 0 1
   [junit4]   2> 592720 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard3_replica_n4]  webapp=/solr path=/update params={wt=javabin&version=2&_route_=1}{add=[2 (root=1)]} 0 1
   [junit4]   2> 592721 INFO  (qtp97755824-5747) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:36549/solr/col1_shard3_replica_n4/&wt=javabin&version=2&_route_=1}{add=[3 (root=1) (1688310948029267968)]} 0 0
   [junit4]   2> 592721 INFO  (qtp97755824-5748) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard3_replica_n4]  webapp=/solr path=/update params={_stateVer_=col1:4&wt=javabin&version=2&_route_=1}{add=[3 (root=1)]} 0 0
   [junit4]   2> 592723 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard3 r:core_node7 x:col1_shard3_replica_n4 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard3_replica_n4]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:36549/solr/col1_shard2_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 592723 INFO  (qtp97755824-5746) [n:127.0.0.1:36549_solr c:col1 s:shard4 r:core_node8 x:col1_shard4_replica_n6 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard4_replica_n6]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:36549/solr/col1_shard2_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 0
   [junit4]   2> 592725 INFO  (searcherExecutor-3366-thread-1-processing-n:127.0.0.1:36549_solr x:col1_shard1_replica_n1 c:col1 s:shard1 r:core_node3) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.SolrCore [col1_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 592726 INFO  (qtp97755824-5817) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=TOLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:36549/solr/col1_shard2_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{commit=} 0 3
   [junit4]   2> 592730 INFO  (qtp97755824-5749) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactory [col1_shard2_replica_n2]  webapp=/solr path=/update params={_stateVer_=col1:4&waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=} 0 8
   [junit4]   2> 592731 INFO  (qtp97755824-5747) [n:127.0.0.1:36549_solr c:col1 s:shard1 r:core_node3 x:col1_shard1_replica_n1 ] o.a.s.c.S.Request [col1_shard1_replica_n1]  webapp=/solr path=/get params={qt=/get&id=2&wt=javabin&version=2&_route_=1} status=0 QTime=0
   [junit4]   2> 592732 INFO  (qtp97755824-5750) [n:127.0.0.1:36549_solr c:col1 s:shard2 r:core_node5 x:col1_shard2_replica_n2 ] o.a.s.u.p.LogUpdateProcessorFactor

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

6549_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.col1.shard4.replica_n6 tag=SolrCore@bf2a94e
   [junit4]   2> 592908 INFO  (coreCloseExecutor-3391-thread-2) [n:127.0.0.1:36549_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.col1.shard4.leader tag=SolrCore@bf2a94e
   [junit4]   2> 592908 INFO  (coreCloseExecutor-3391-thread-2) [n:127.0.0.1:36549_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 592909 INFO  (coreCloseExecutor-3391-thread-1) [n:127.0.0.1:36549_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 592911 INFO  (coreCloseExecutor-3391-thread-3) [n:127.0.0.1:36549_solr     ] o.a.s.c.SolrCore [col1_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@23b88e4c
   [junit4]   2> 592911 INFO  (coreCloseExecutor-3391-thread-4) [n:127.0.0.1:36549_solr     ] o.a.s.c.SolrCore [col1_shard3_replica_n4]  CLOSING SolrCore org.apache.solr.core.SolrCore@2eb8cc5e
   [junit4]   2> 592911 INFO  (coreCloseExecutor-3391-thread-4) [n:127.0.0.1:36549_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.col1.shard3.replica_n4 tag=SolrCore@2eb8cc5e
   [junit4]   2> 592911 INFO  (coreCloseExecutor-3391-thread-4) [n:127.0.0.1:36549_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.col1.shard3.leader tag=SolrCore@2eb8cc5e
   [junit4]   2> 592911 INFO  (coreCloseExecutor-3391-thread-3) [n:127.0.0.1:36549_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.col1.shard1.replica_n1 tag=SolrCore@23b88e4c
   [junit4]   2> 592911 INFO  (coreCloseExecutor-3391-thread-3) [n:127.0.0.1:36549_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.col1.shard1.leader tag=SolrCore@23b88e4c
   [junit4]   2> 592912 INFO  (coreCloseExecutor-3391-thread-3) [n:127.0.0.1:36549_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close() .
   [junit4]   2> 592912 INFO  (coreCloseExecutor-3391-thread-4) [n:127.0.0.1:36549_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 592922 INFO  (jetty-closer-3387-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 592922 INFO  (jetty-closer-3387-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 592922 INFO  (jetty-closer-3387-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 592922 INFO  (jetty-closer-3387-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 592923 INFO  (closeThreadPool-3393-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72787981966180357-127.0.0.1:36549_solr-n_0000000000) closing
   [junit4]   2> 592923 INFO  (OverseerStateUpdate-72787981966180357-127.0.0.1:36549_solr-n_0000000000) [n:127.0.0.1:36549_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:36549_solr
   [junit4]   2> 592934 INFO  (OverseerAutoScalingTriggerThread-72787981966180357-127.0.0.1:36549_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 592935 INFO  (closeThreadPool-3393-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72787981966180357-127.0.0.1:36549_solr-n_0000000000) closing
   [junit4]   2> 593032 INFO  (jetty-closer-3387-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72787981966180357-127.0.0.1:36549_solr-n_0000000000) closing
   [junit4]   2> 593034 INFO  (jetty-closer-3387-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@b145c7a{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 593034 INFO  (jetty-closer-3387-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@28293b1{/solr,null,STOPPED}
   [junit4]   2> 593034 INFO  (jetty-closer-3387-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 593035 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 593239 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/col1/terms/shard1
   [junit4]   2> 	2	/solr/aliases.json
   [junit4]   2> 	2	/solr/collections/col1/terms/shard3
   [junit4]   2> 	2	/solr/collections/col1/terms/shard2
   [junit4]   2> 	2	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/collections/col1/terms/shard4
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	18	/solr/collections/col1/state.json
   [junit4]   2> 	2	/solr/clusterstate.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	18	/solr/overseer/queue
   [junit4]   2> 	5	/solr/overseer/collection-queue-work
   [junit4]   2> 	4	/solr/collections
   [junit4]   2> 	3	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 593242 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:43903
   [junit4]   2> 593242 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43903
   [junit4]   2> 593242 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43903
   [junit4]   2> 593242 INFO  (SUITE-NestedShardedAtomicUpdateTest-seed#[D855EB38D2A6CFA1]-worker) [     ] o.a.s.SolrTestCaseJ4 ------------------------------------------------------- Done waiting for tracked resources to be released
   [junit4]   2> Jan 08, 2021 9:39: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(RandomSimilarity(queryNorm=true): {}), locale=es-HN, timezone=America/Argentina/La_Rioja
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=70387960,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [ByteBuffersDirectoryFactoryTest, ResponseHeaderTest, TestDelegationWithHadoopAuth, SyncSliceTest, SpellCheckComponentTest, GraphQueryTest, TestLegacyNumericUtils, JWTVerificationkeyResolverTest, TestCustomSort, ParsingFieldUpdateProcessorsTest, CreateRoutedAliasTest, TestJoin, TestSubQueryTransformer, RankQueryTest, OverseerSolrResponseUnsafeSerializationTest, TestIntervalFaceting, ClusterStateTest, V2ApiIntegrationTest, TestFieldCache, SearchRateTriggerTest, HdfsThreadLeakTest, TestPointFields, HdfsRecoverLeaseTest, ThreadDumpHandlerTest, TestInPlaceUpdatesDistrib, DocValuesNotIndexedTest, BasicFunctionalityTest, TestNestedUpdateProcessor, TestCloudJSONFacetSKG, MetricsConfigTest, TestPullReplicaErrorHandling, TestInfoStreamLogging, TestPhraseSuggestions, TestEmbeddedSolrServerAdminHandler, SchemaApiFailureTest, TestMaxScoreQueryParser, StressHdfsTest, ChaosMonkeyNothingIsSafeTest, PingRequestHandlerTest, TestSolrFieldCacheBean, SolrCmdDistributorTest, HLLSerializationTest, TestCloudPseudoReturnFields, AdminHandlersProxyTest, TermVectorComponentDistributedTest, DimensionalRoutedAliasUpdateProcessorTest, TestConfigOverlay, SolrCLIZkUtilsTest, TestNumericTerms64, TestSimComputePlanAction, TestDynamicFieldCollectionResource, TestPseudoReturnFields, UUIDFieldTest, SimpleFacetsTest, NestedShardedAtomicUpdateTest]
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=NestedShardedAtomicUpdateTest -Dtests.seed=D855EB38D2A6CFA1 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=es-HN -Dtests.timezone=America/Argentina/La_Rioja -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | NestedShardedAtomicUpdateTest (suite) <<<
   [junit4]    > Throwable #1: junit.framework.AssertionFailedError: Clean up static fields (in @AfterClass?) and null them, your test still has references to classes of which the sizes cannot be measured due to security restrictions or Java 9 module encapsulation:
   [junit4]    >   - private static org.apache.solr.client.solrj.impl.CloudSolrClient org.apache.solr.cloud.NestedShardedAtomicUpdateTest.cloudClient
   [junit4]    >   - private static java.util.List org.apache.solr.cloud.NestedShardedAtomicUpdateTest.clients
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([D855EB38D2A6CFA1]:0)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.security.AccessControlException: access denied ("java.lang.RuntimePermission" "accessClassInPackage.sun.net.www.protocol.jar")
   [junit4]    > 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]    > 	at java.security.AccessController.checkPermission(AccessController.java:886)
   [junit4]    > 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
   [junit4]    > 	at java.lang.SecurityManager.checkPackageAccess(SecurityManager.java:1564)
   [junit4]    > 	at java.lang.Class.checkPackageAccess(Class.java:2372)
   [junit4]    > 	at java.lang.Class.checkMemberAccess(Class.java:2351)
   [junit4]    > 	at java.lang.Class.getDeclaredFields(Class.java:1915)
   [junit4]    > 	at java.security.AccessController.doPrivileged(Native Method)
   [junit4]    > 	... 11 more
   [junit4] Completed [234/924 (1!)] on J1 in 4.89s, 3 tests, 1 failure <<< FAILURES!

[...truncated 53078 lines...]

[JENKINS] Lucene » Lucene-Solr-BadApples-Tests-8.x - Build # 155 - Still Unstable!

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

1 tests failed.
FAILED:  org.apache.solr.cloud.LeaderTragicEventTest.testLeaderFailsOver

Error Message:
Error from server at https://127.0.0.1:46635/solr: Underlying core creation failed while creating collection: testLeaderFailsOver

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at https://127.0.0.1:46635/solr: Underlying core creation failed while creating collection: testLeaderFailsOver
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:681)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:266)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:369)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:297)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1171)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:934)
	at org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:866)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:214)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:231)
	at org.apache.solr.cloud.LeaderTragicEventTest.testLeaderFailsOver(LeaderTragicEventTest.java:80)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14845 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderTragicEventTest
   [junit4]   2> 1409175 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 1409175 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1409175 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderTragicEventTest_8A3F6BB0547CF27E-001/data-dir-125-001
   [junit4]   2> 1409175 WARN  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=22 numCloses=22
   [junit4]   2> 1409175 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 1409177 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 1409178 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderTragicEventTest_8A3F6BB0547CF27E-001/tempDir-001
   [junit4]   2> 1409178 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1409178 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1409178 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1409179 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1409278 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 43015
   [junit4]   2> 1409278 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:43015
   [junit4]   2> 1409278 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43015
   [junit4]   2> 1409278 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43015
   [junit4]   2> 1409280 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1409283 INFO  (zkConnectionManagerCallback-14871-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1409283 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1409291 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1409295 INFO  (zkConnectionManagerCallback-14873-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1409295 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1409298 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1409299 INFO  (zkConnectionManagerCallback-14875-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1409299 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1409402 INFO  (jetty-launcher-14876-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1409402 INFO  (jetty-launcher-14876-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1409402 INFO  (jetty-launcher-14876-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1409402 INFO  (jetty-launcher-14876-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1409402 INFO  (jetty-launcher-14876-thread-2) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1409402 INFO  (jetty-launcher-14876-thread-1) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1409403 INFO  (jetty-launcher-14876-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1409403 INFO  (jetty-launcher-14876-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1409403 INFO  (jetty-launcher-14876-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1409403 INFO  (jetty-launcher-14876-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1409403 INFO  (jetty-launcher-14876-thread-2) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1409403 INFO  (jetty-launcher-14876-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1409403 INFO  (jetty-launcher-14876-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6247fd79{/solr,null,AVAILABLE}
   [junit4]   2> 1409403 INFO  (jetty-launcher-14876-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6b4c6841{/solr,null,AVAILABLE}
   [junit4]   2> 1409404 INFO  (jetty-launcher-14876-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@786080f{SSL, (ssl, http/1.1)}{127.0.0.1:46635}
   [junit4]   2> 1409404 INFO  (jetty-launcher-14876-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1f8806d1{SSL, (ssl, http/1.1)}{127.0.0.1:46179}
   [junit4]   2> 1409404 INFO  (jetty-launcher-14876-thread-1) [     ] o.e.j.s.Server Started @1409509ms
   [junit4]   2> 1409404 INFO  (jetty-launcher-14876-thread-2) [     ] o.e.j.s.Server Started @1409509ms
   [junit4]   2> 1409404 INFO  (jetty-launcher-14876-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:43015/solr, hostPort=46635}
   [junit4]   2> 1409404 INFO  (jetty-launcher-14876-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:43015/solr, hostPort=46179}
   [junit4]   2> 1409404 ERROR (jetty-launcher-14876-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1409404 ERROR (jetty-launcher-14876-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1409404 INFO  (jetty-launcher-14876-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1409404 INFO  (jetty-launcher-14876-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1409404 INFO  (jetty-launcher-14876-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1409404 INFO  (jetty-launcher-14876-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1409404 INFO  (jetty-launcher-14876-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1409404 INFO  (jetty-launcher-14876-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 1409404 INFO  (jetty-launcher-14876-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1409404 INFO  (jetty-launcher-14876-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-01-10T09:29:49.170Z
   [junit4]   2> 1409404 INFO  (jetty-launcher-14876-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 1409404 INFO  (jetty-launcher-14876-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-01-10T09:29:49.170Z
   [junit4]   2> 1409405 INFO  (jetty-launcher-14876-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1409405 INFO  (jetty-launcher-14876-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1409410 INFO  (zkConnectionManagerCallback-14878-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1409410 INFO  (jetty-launcher-14876-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1409410 INFO  (jetty-launcher-14876-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1409414 INFO  (zkConnectionManagerCallback-14880-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1409414 INFO  (jetty-launcher-14876-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1409414 INFO  (jetty-launcher-14876-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1409415 INFO  (jetty-launcher-14876-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1409415 WARN  (jetty-launcher-14876-thread-1-SendThread(127.0.0.1:43015)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x102a28c4cd20003.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x102a28c4cd20003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x102a28c4cd20003, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1409417 INFO  (jetty-launcher-14876-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1409418 WARN  (jetty-launcher-14876-thread-2-SendThread(127.0.0.1:43015)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x102a28c4cd20004.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x102a28c4cd20004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x102a28c4cd20004, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1410091 INFO  (jetty-launcher-14876-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1410091 WARN  (jetty-launcher-14876-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1410092 WARN  (jetty-launcher-14876-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7cc48343[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1410092 WARN  (jetty-launcher-14876-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7cc48343[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1410094 WARN  (jetty-launcher-14876-thread-1) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1410098 WARN  (jetty-launcher-14876-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@312c7db8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1410098 WARN  (jetty-launcher-14876-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@312c7db8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1410099 INFO  (jetty-launcher-14876-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43015/solr
   [junit4]   2> 1410100 INFO  (jetty-launcher-14876-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1410101 INFO  (zkConnectionManagerCallback-14894-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1410101 INFO  (jetty-launcher-14876-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1410203 INFO  (jetty-launcher-14876-thread-1) [n:127.0.0.1:46635_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1410204 INFO  (zkConnectionManagerCallback-14896-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1410204 INFO  (jetty-launcher-14876-thread-1) [n:127.0.0.1:46635_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1410266 INFO  (jetty-launcher-14876-thread-1) [n:127.0.0.1:46635_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46635_solr
   [junit4]   2> 1410267 INFO  (jetty-launcher-14876-thread-1) [n:127.0.0.1:46635_solr     ] o.a.s.c.Overseer Overseer (id=72799267459301382-127.0.0.1:46635_solr-n_0000000000) starting
   [junit4]   2> 1410274 INFO  (OverseerStateUpdate-72799267459301382-127.0.0.1:46635_solr-n_0000000000) [n:127.0.0.1:46635_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:46635_solr
   [junit4]   2> 1410282 INFO  (jetty-launcher-14876-thread-1) [n:127.0.0.1:46635_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46635_solr
   [junit4]   2> 1410288 INFO  (jetty-launcher-14876-thread-1) [n:127.0.0.1:46635_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1410288 WARN  (jetty-launcher-14876-thread-1) [n:127.0.0.1:46635_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> 1410308 INFO  (zkCallback-14895-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1410312 INFO  (jetty-launcher-14876-thread-1) [n:127.0.0.1:46635_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderTragicEventTest_8A3F6BB0547CF27E-001/tempDir-001/node1
   [junit4]   2> 1411025 INFO  (jetty-launcher-14876-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1411026 WARN  (jetty-launcher-14876-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1411027 WARN  (jetty-launcher-14876-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@66cf8728[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1411027 WARN  (jetty-launcher-14876-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@66cf8728[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1411029 WARN  (jetty-launcher-14876-thread-2) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1411030 WARN  (jetty-launcher-14876-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2a89c1f6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1411030 WARN  (jetty-launcher-14876-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2a89c1f6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1411031 INFO  (jetty-launcher-14876-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43015/solr
   [junit4]   2> 1411033 INFO  (jetty-launcher-14876-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1411034 INFO  (zkConnectionManagerCallback-14914-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1411034 INFO  (jetty-launcher-14876-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1411035 WARN  (jetty-launcher-14876-thread-2-SendThread(127.0.0.1:43015)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x102a28c4cd20007.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x102a28c4cd20007, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x102a28c4cd20007, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1411138 INFO  (jetty-launcher-14876-thread-2) [n:127.0.0.1:46179_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1411138 INFO  (zkConnectionManagerCallback-14916-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1411138 INFO  (jetty-launcher-14876-thread-2) [n:127.0.0.1:46179_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1411144 INFO  (jetty-launcher-14876-thread-2) [n:127.0.0.1:46179_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1411148 INFO  (jetty-launcher-14876-thread-2) [n:127.0.0.1:46179_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:46179_solr as DOWN
   [junit4]   2> 1411149 INFO  (jetty-launcher-14876-thread-2) [n:127.0.0.1:46179_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1411149 INFO  (jetty-launcher-14876-thread-2) [n:127.0.0.1:46179_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46179_solr
   [junit4]   2> 1411150 INFO  (zkCallback-14895-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1411150 INFO  (zkCallback-14915-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1411151 INFO  (jetty-launcher-14876-thread-2) [n:127.0.0.1:46179_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1411151 WARN  (jetty-launcher-14876-thread-2) [n:127.0.0.1:46179_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> 1411166 INFO  (jetty-launcher-14876-thread-2) [n:127.0.0.1:46179_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderTragicEventTest_8A3F6BB0547CF27E-001/tempDir-001/node2
   [junit4]   2> 1411178 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 1411179 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1411179 INFO  (zkConnectionManagerCallback-14927-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1411179 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1411180 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1411181 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43015/solr ready
   [junit4]   2> 1411199 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testOtherReplicasAreNotActive
   [junit4]   2> 1411229 INFO  (OverseerThreadFactory-14903-thread-1-processing-n:127.0.0.1:46635_solr) [n:127.0.0.1:46635_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testOtherReplicasAreNotActive
   [junit4]   2> 1411334 INFO  (OverseerStateUpdate-72799267459301382-127.0.0.1:46635_solr-n_0000000000) [n:127.0.0.1:46635_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testOtherReplicasAreNotActive",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testOtherReplicasAreNotActive_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:46635_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1411337 INFO  (OverseerStateUpdate-72799267459301382-127.0.0.1:46635_solr-n_0000000000) [n:127.0.0.1:46635_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testOtherReplicasAreNotActive",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testOtherReplicasAreNotActive_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "node_name":"127.0.0.1:46179_solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1411547 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr    x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=config&newCollection=true&name=testOtherReplicasAreNotActive_shard1_replica_n1&action=CREATE&numShards=1&collection=testOtherReplicasAreNotActive&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1411548 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr    x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1411562 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 1411569 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1411569 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1411569 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.CoreContainer Creating SolrCore 'testOtherReplicasAreNotActive_shard1_replica_n1' using configuration from configset config, trusted=true
   [junit4]   2> 1411570 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.SolrCore [[testOtherReplicasAreNotActive_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderTragicEventTest_8A3F6BB0547CF27E-001/tempDir-001/node1/testOtherReplicasAreNotActive_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderTragicEventTest_8A3F6BB0547CF27E-001/tempDir-001/node1/testOtherReplicasAreNotActive_shard1_replica_n1/data/]
   [junit4]   2> 1411570 INFO  (qtp359689633-26208) [n:127.0.0.1:46179_solr    x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=testOtherReplicasAreNotActive_shard1_replica_n3&action=CREATE&numShards=1&collection=testOtherReplicasAreNotActive&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1411583 INFO  (qtp359689633-26208) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 1411602 INFO  (qtp359689633-26208) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1411603 INFO  (qtp359689633-26208) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1411603 INFO  (qtp359689633-26208) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.CoreContainer Creating SolrCore 'testOtherReplicasAreNotActive_shard1_replica_n3' using configuration from configset config, trusted=true
   [junit4]   2> 1411603 INFO  (qtp359689633-26208) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.SolrCore [[testOtherReplicasAreNotActive_shard1_replica_n3] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderTragicEventTest_8A3F6BB0547CF27E-001/tempDir-001/node2/testOtherReplicasAreNotActive_shard1_replica_n3], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderTragicEventTest_8A3F6BB0547CF27E-001/tempDir-001/node2/testOtherReplicasAreNotActive_shard1_replica_n3/data/]
   [junit4]   2> 1411615 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1411615 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1411616 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1411616 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1411617 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1411617 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1411617 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1411618 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1688491515061469184
   [junit4]   2> 1411620 INFO  (searcherExecutor-14929-thread-1-processing-n:127.0.0.1:46635_solr x:testOtherReplicasAreNotActive_shard1_replica_n1 c:testOtherReplicasAreNotActive s:shard1 r:core_node2) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.SolrCore [testOtherReplicasAreNotActive_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1411622 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testOtherReplicasAreNotActive/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 1411622 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testOtherReplicasAreNotActive/leaders/shard1
   [junit4]   2> 1411626 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoute in=9999ms
   [junit4]   2> 1411634 INFO  (qtp359689633-26208) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1411634 INFO  (qtp359689633-26208) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1411634 INFO  (qtp359689633-26208) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1411634 INFO  (qtp359689633-26208) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1411636 INFO  (qtp359689633-26208) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1411636 INFO  (qtp359689633-26208) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1411636 INFO  (qtp359689633-26208) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1411636 INFO  (qtp359689633-26208) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1688491515080343552
   [junit4]   2> 1411638 INFO  (searcherExecutor-14931-thread-1-processing-n:127.0.0.1:46179_solr x:testOtherReplicasAreNotActive_shard1_replica_n3 c:testOtherReplicasAreNotActive s:shard1 r:core_node4) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.SolrCore [testOtherReplicasAreNotActive_shard1_replica_n3]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1411641 INFO  (qtp359689633-26208) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testOtherReplicasAreNotActive/terms/shard1 to Terms{values={core_node2=0, core_node4=0}, version=1}
   [junit4]   2> 1411641 INFO  (qtp359689633-26208) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testOtherReplicasAreNotActive/leaders/shard1
   [junit4]   2> 1412127 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1412127 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1412127 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:46635/solr/testOtherReplicasAreNotActive_shard1_replica_n1/
   [junit4]   2> 1412127 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=testOtherReplicasAreNotActive_shard1_replica_n1 url=https://127.0.0.1:46635/solr  START replicas=[https://127.0.0.1:46179/solr/testOtherReplicasAreNotActive_shard1_replica_n3/] nUpdates=100
   [junit4]   2> 1412128 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.PeerSync PeerSync: core=testOtherReplicasAreNotActive_shard1_replica_n1 url=https://127.0.0.1:46635/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 1412132 INFO  (qtp359689633-26213) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.S.Request [testOtherReplicasAreNotActive_shard1_replica_n3]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1412133 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1412133 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_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> 1412133 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testOtherReplicasAreNotActive/leaders/shard1/leader after winning as /collections/testOtherReplicasAreNotActive/leader_elect/shard1/election/72799267459301382-core_node2-n_0000000000
   [junit4]   2> 1412134 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:46635/solr/testOtherReplicasAreNotActive_shard1_replica_n1/ shard1
   [junit4]   2> 1412238 INFO  (zkCallback-14895-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1412239 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1412241 INFO  (qtp226386815-26209) [n:127.0.0.1:46635_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=config&newCollection=true&name=testOtherReplicasAreNotActive_shard1_replica_n1&action=CREATE&numShards=1&collection=testOtherReplicasAreNotActive&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=694
   [junit4]   2> 1412345 INFO  (zkCallback-14895-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1412345 INFO  (zkCallback-14895-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1412646 INFO  (qtp359689633-26208) [n:127.0.0.1:46179_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=testOtherReplicasAreNotActive_shard1_replica_n3&action=CREATE&numShards=1&collection=testOtherReplicasAreNotActive&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1076
   [junit4]   2> 1412651 INFO  (qtp226386815-26206) [n:127.0.0.1:46635_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> 1412748 INFO  (zkCallback-14895-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1412748 INFO  (zkCallback-14895-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1412748 INFO  (zkCallback-14915-thread-1) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1412748 INFO  (zkCallback-14915-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1412749 INFO  (qtp226386815-26206) [n:127.0.0.1:46635_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=config&name=testOtherReplicasAreNotActive&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2} status=0 QTime=1525
   [junit4]   2> 1412749 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: testOtherReplicasAreNotActive
   [junit4]   2> 1412752 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.c.LeaderTragicEventTest Stop jetty node : https://127.0.0.1:46179/solr state:DocCollection(testOtherReplicasAreNotActive//collections/testOtherReplicasAreNotActive/state.json/5)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node2":{
   [junit4]   2>           "core":"testOtherReplicasAreNotActive_shard1_replica_n1",
   [junit4]   2>           "leader":"true",
   [junit4]   2>           "node_name":"127.0.0.1:46635_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"testOtherReplicasAreNotActive_shard1_replica_n3",
   [junit4]   2>           "node_name":"127.0.0.1:46179_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}},
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0"}
   [junit4]   2> 1412752 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1735854526
   [junit4]   2> 1412752 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:46179_solr
   [junit4]   2> 1412752 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1412752 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:46179_solr as DOWN
   [junit4]   2> 1412754 INFO  (coreCloseExecutor-14943-thread-1) [n:127.0.0.1:46179_solr     ] o.a.s.c.SolrCore [testOtherReplicasAreNotActive_shard1_replica_n3]  CLOSING SolrCore org.apache.solr.core.SolrCore@269ef012
   [junit4]   2> 1412754 INFO  (coreCloseExecutor-14943-thread-1) [n:127.0.0.1:46179_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testOtherReplicasAreNotActive.shard1.replica_n3 tag=SolrCore@269ef012
   [junit4]   2> 1412754 INFO  (coreCloseExecutor-14943-thread-1) [n:127.0.0.1:46179_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testOtherReplicasAreNotActive.shard1.leader tag=SolrCore@269ef012
   [junit4]   2> 1412755 INFO  (coreCloseExecutor-14943-thread-1) [n:127.0.0.1:46179_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1412758 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1412758 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1412758 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1412758 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1412760 INFO  (zkCallback-14926-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1412760 INFO  (zkCallback-14895-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1412759 WARN  (jetty-launcher-14876-thread-2-SendThread(127.0.0.1:43015)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x102a28c4cd20008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x102a28c4cd20008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x102a28c4cd20008, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1412855 INFO  (zkCallback-14895-thread-3) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1412855 INFO  (zkCallback-14895-thread-2) [     ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testOtherReplicasAreNotActive/state.json] for collection [testOtherReplicasAreNotActive] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 1412862 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@1f8806d1{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1412863 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6247fd79{/solr,null,STOPPED}
   [junit4]   2> 1412863 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1412863 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.c.MiniSolrCloudCluster waitForJettyToStop: 46179
   [junit4]   2> 1412864 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.c.SolrCloudTestCase waitForState (testOtherReplicasAreNotActive): Timeout waiting for replica get down
   [junit4]   2> 1412865 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.c.LeaderTragicEventTest Will crash leader : core_node2:{
   [junit4]   2>   "core":"testOtherReplicasAreNotActive_shard1_replica_n1",
   [junit4]   2>   "leader":"true",
   [junit4]   2>   "node_name":"127.0.0.1:46635_solr",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "base_url":"https://127.0.0.1:46635/solr"}
   [junit4]   2> 1412870 ERROR (qtp226386815-26204) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.SolrIndexWriter Error closing IndexWriter
   [junit4]   2>           => java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot flush
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3895)
   [junit4]   2> java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot flush
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3895) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3887) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.shutdown(IndexWriter.java:1235) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.close(IndexWriter.java:1278) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.update.SolrIndexWriter.close(SolrIndexWriter.java:298) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.update.DefaultSolrCoreState.changeWriter(DefaultSolrCoreState.java:209) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.update.DefaultSolrCoreState.newIndexWriter(DefaultSolrCoreState.java:233) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.checkTragicException(CoreContainer.java:2215) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:229) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2641) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:794) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:567) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:427) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:357) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[jetty-servlet-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) ~[jetty-servlet-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166) ~[java/:?]
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193) ~[jetty-servlet-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601) ~[jetty-servlet-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548) ~[jetty-servlet-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1612) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1434) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501) ~[jetty-servlet-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1582) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1349) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.rewrite.handler.RewriteHandler.handle(RewriteHandler.java:322) ~[jetty-rewrite-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.gzip.GzipHandler.handle(GzipHandler.java:716) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:516) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:383) ~[jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:556) [jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375) [jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273) [jetty-server-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) [jetty-io-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [jetty-io-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:540) [jetty-io-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:395) [jetty-io-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) [jetty-io-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) [jetty-io-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) [jetty-io-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:773) [jetty-util-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:905) [jetty-util-9.4.34.v20201102.jar:9.4.34.v20201102]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
   [junit4]   2> Caused by: java.lang.Exception: injected tragedy
   [junit4]   2> 	at org.apache.solr.util.TestInjection.injectLeaderTragedy(TestInjection.java:364) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:210) ~[java/:?]
   [junit4]   2> 	... 40 more
   [junit4]   2> 1412872 INFO  (qtp226386815-26204) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1412872 ERROR (qtp226386815-26204) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.h.RequestHandlerBase org.apache.solr.common.SolrException: Random tragedy fail
   [junit4]   2> 	at org.apache.solr.util.TestInjection.injectLeaderTragedy(TestInjection.java:374)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:210)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2641)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:794)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:567)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:427)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:357)
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
   [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:1612)
   [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:1434)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1582)
   [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:1349)
   [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:716)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:516)
   [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:556)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:540)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:395)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:773)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:905)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1412873 INFO  (qtp226386815-26204) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.S.Request [testOtherReplicasAreNotActive_shard1_replica_n1]  webapp=/solr path=/update params={commit=true&wt=javabin&version=2} status=500 QTime=4
   [junit4]   2> 1412873 ERROR (qtp226386815-26204) [n:127.0.0.1:46635_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node2 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.s.HttpSolrCall org.apache.solr.common.SolrException: Random tragedy fail
   [junit4]   2> 	at org.apache.solr.util.TestInjection.injectLeaderTragedy(TestInjection.java:374)
   [junit4]   2> 	at org.apache.solr.handler.RequestHandlerBase.handleRequest(RequestHandlerBase.java:210)
   [junit4]   2> 	at org.apache.solr.core.SolrCore.execute(SolrCore.java:2641)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.execute(HttpSolrCall.java:794)
   [junit4]   2> 	at org.apache.solr.servlet.HttpSolrCall.call(HttpSolrCall.java:567)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:427)
   [junit4]   2> 	at org.apache.solr.servlet.SolrDispatchFilter.doFilter(SolrDispatchFilter.java:357)
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
   [junit4]   2> 	at org.apache.solr.client.solrj.embedded.JettySolrRunner$DebugFilter.doFilter(JettySolrRunner.java:166)
   [junit4]   2> 	at org.eclipse.jetty.servlet.FilterHolder.doFilter(FilterHolder.java:193)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler$Chain.doFilter(ServletHandler.java:1601)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:548)
   [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:1612)
   [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:1434)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188)
   [junit4]   2> 	at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:501)
   [junit4]   2> 	at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1582)
   [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:1349)
   [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:716)
   [junit4]   2> 	at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)
   [junit4]   2> 	at org.eclipse.jetty.server.Server.handle(Server.java:516)
   [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:556)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:375)
   [junit4]   2> 	at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:273)
   [junit4]   2> 	at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:540)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:395)
   [junit4]   2> 	at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)
   [junit4]   2> 	at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)
   [junit4]   2> 	at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:773)
   [junit4]   2> 	at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:905)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 1412875 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=46179)
   [junit4]   2> 1412876 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 46179 try number 2 ...
   [junit4]   2> 1412876 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_252-b09
   [junit4]   2> 1412878 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1412878 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1412878 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1412878 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@7cd0b4ac{/solr,null,AVAILABLE}
   [junit4]   2> 1412879 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@351331d9{SSL, (ssl, http/1.1)}{127.0.0.1:46179}
   [junit4]   2> 1412879 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.e.j.s.Server Started @1412985ms
   [junit4]   2> 1412879 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:43015/solr, hostPort=46179}
   [junit4]   2> 1412879 ERROR (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1412879 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1412879 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.8.0
   [junit4]   2> 1412879 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1412879 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 1412879 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-01-10T09:29:52.645Z
   [junit4]   2> 1412892 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1412894 INFO  (zkConnectionManagerCallback-14947-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1412894 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1412899 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1412903 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1412903 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]-SendThread(127.0.0.1:43015)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x102a28c4cd2000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x102a28c4cd2000a, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x102a28c4cd2000a, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1413231 INFO  (OverseerCollectionConfigSetProcessor-72799267459301382-127.0.0.1:46635_solr-n_0000000000) [n:127.0.0.1:46635_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> 1413247 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1413247 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1413248 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@75eec433[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1413248 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@75eec433[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1413250 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 1413254 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@26aba8a6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1413254 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@26aba8a6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1413256 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43015/solr
   [junit4]   2> 1413256 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1413257 INFO  (zkConnectionManagerCallback-14958-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1413257 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1413359 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [n:127.0.0.1:46179_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1413360 INFO  (zkConnectionManagerCallback-14960-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1413360 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [n:127.0.0.1:46179_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1413364 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [n:127.0.0.1:46179_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1413370 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [n:127.0.0.1:46179_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:46179_solr as DOWN
   [junit4]   2> 1413371 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [n:127.0.0.1:46179_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1413371 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [n:127.0.0.1:46179_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46179_solr
   [junit4]   2> 1413372 INFO  (zkCallback-14926-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1413372 INFO  (zkCallback-14895-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1413372 INFO  (zkCallback-14959-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1413373 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [n:127.0.0.1:46179_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1413373 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [n:127.0.0.1:46179_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> 1413390 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [n:127.0.0.1:46179_solr     ] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderTragicEventTest_8A3F6BB0547CF27E-001/tempDir-001/node2
   [junit4]   2> 1413390 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[8A3F6BB0547CF27E]) [n:127.0.0.1:46179_solr     ] o.a.s.c.CorePropertiesLocator Cores are: [testOtherReplicasAreNotActive_shard1_replica_n3]
   [junit4]   2> 1413398 INFO  (coreLoadExecutor-14966-thread-1-processing-n:127.0.0.1:46179_solr) [n:127.0.0.1:46179_solr     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 1413405 INFO  (coreLoadExecutor-14966-thread-1-processing-n:127.0.0.1:46179_solr) [n:127.0.0.1:46179_solr     ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1413405 INFO  (coreLoadExecutor-14966-thread-1-processing-n:127.0.0.1:46179_solr) [n:127.0.0.1:46179_solr     ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1413414 INFO  (coreLoadExecutor-14966-thread-1-processing-n:127.0.0.1:46179_solr) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 1413436 INFO  (coreLoadExecutor-14966-thread-1-processing-n:127.0.0.1:46179_solr) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1413436 INFO  (coreLoadExecutor-14966-thread-1-processing-n:127.0.0.1:46179_solr) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1413436 INFO  (coreLoadExecutor-14966-thread-1-processing-n:127.0.0.1:46179_solr) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.CoreContainer Creating SolrCore 'testOtherReplicasAreNotActive_shard1_replica_n3' using configuration from configset config, trusted=true
   [junit4]   2> 1413436 INFO  (coreLoadExecutor-14966-thread-1-processing-n:127.0.0.1:46179_solr) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.c.SolrCore [[testOtherReplicasAreNotActive_shard1_replica_n3] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderTragicEventTest_8A3F6BB0547CF27E-001/tempDir-001/node2/testOtherReplicasAreNotActive_shard1_replica_n3], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderTragicEventTest_8A3F6BB0547CF27E-001/tempDir-001/node2/testOtherReplicasAreNotActive_shard1_replica_n3/data/]
   [junit4]   2> 1413467 INFO  (coreLoadExecutor-14966-thread-1-processing-n:127.0.0.1:46179_solr) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1413467 INFO  (coreLoadExecutor-14966-thread-1-processing-n:127.0.0.1:46179_solr) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1413467 INFO  (coreLoadExecutor-14966-thread-1-processing-n:127.0.0.1:46179_solr) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1413467 INFO  (coreLoadExecutor-14966-thread-1-processing-n:127.0.0.1:46179_solr) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1413469 INFO  (coreLoadExecutor-14966-thread-1-processing-n:127.0.0.1:46179_solr) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1413469 INFO  (coreLoadExecutor-14966-thread-1-processing-n:127.0.0.1:46179_solr) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1413469 INFO  (coreLoadExecutor-14966-thread-1-processing-n:127.0.0.1:46179_solr) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1413469 INFO  (coreLoadExecutor-14966-thread-1-processing-n:127.0.0.1:46179_solr) [n:127.0.0.1:46179_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n3 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1688491517002383360
   [junit4]   2> 1413471 INFO  (searcherExecutor-14968-thread-1-processing-n:127.0.0.1:46179_solr x:testOtherReplicasAreNotActive_shard1_replica_n3 c:testOtherReplicasAreNotActive s:shard1 r:c

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

able to read additional data from server sessionid 0x102a28c4cd2000c, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1424442 INFO  (OverseerAutoScalingTriggerThread-72799267459301382-127.0.0.1:46635_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 1424443 INFO  (closeThreadPool-14989-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72799267459301382-127.0.0.1:46635_solr-n_0000000000) closing
   [junit4]   2> 1424542 INFO  (jetty-closer-14980-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72799267459301382-127.0.0.1:46635_solr-n_0000000000) closing
   [junit4]   2> 1424543 INFO  (jetty-closer-14980-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@786080f{SSL, (ssl, http/1.1)}{127.0.0.1:0}
   [junit4]   2> 1424543 INFO  (jetty-closer-14980-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6b4c6841{/solr,null,STOPPED}
   [junit4]   2> 1424543 INFO  (jetty-closer-14980-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1424644 INFO  (jetty-closer-14980-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@351331d9{SSL, (ssl, http/1.1)}{127.0.0.1:46179}
   [junit4]   2> 1424644 INFO  (jetty-closer-14980-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@7cd0b4ac{/solr,null,STOPPED}
   [junit4]   2> 1424644 INFO  (jetty-closer-14980-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1424644 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1424645 WARN  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker-SendThread(127.0.0.1:43015)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x102a28c4cd20000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x102a28c4cd20000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x102a28c4cd20000, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1424747 WARN  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker-SendThread(127.0.0.1:43015)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x102a28c4cd20001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x102a28c4cd20001, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77)
   [junit4]   2> org.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x102a28c4cd20001, likely server has closed socket
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doIO(ClientCnxnSocketNIO.java:77) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxnSocketNIO.doTransport(ClientCnxnSocketNIO.java:350) ~[zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 	at org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1275) [zookeeper-3.6.2.jar:3.6.2]
   [junit4]   2> 1424848 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> 	9	/solr/collections/testOtherReplicasAreNotActive/terms/shard1
   [junit4]   2> 	6	/solr/collections/testOtherReplicasAreNotActive/state.json
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/configs/config
   [junit4]   2> 	3	/solr/packages.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 	2	/solr/collections/testLeaderFailsOver/terms/shard1
   [junit4]   2> 	2	/solr/collections/testLeaderFailsOver/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	27	/solr/collections/testOtherReplicasAreNotActive/state.json
   [junit4]   2> 	5	/solr/collections/testLeaderFailsOver/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	2	/solr/collections/testOtherReplicasAreNotActive/leader_elect/shard1/election/72799267459301382-core_node2-n_0000000000
   [junit4]   2> 	2	/solr/overseer_elect/election/72799267459301382-127.0.0.1:46635_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	42	/solr/overseer/queue
   [junit4]   2> 	16	/solr/collections
   [junit4]   2> 	15	/solr/overseer/collection-queue-work
   [junit4]   2> 	12	/solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 1424851 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:43015
   [junit4]   2> 1424851 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43015
   [junit4]   2> 1424851 INFO  (SUITE-LeaderTragicEventTest-seed#[8A3F6BB0547CF27E]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43015
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderTragicEventTest_8A3F6BB0547CF27E-001
   [junit4]   2> NOTE: test params are: codec=DeflateWithPresetCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=BEST_COMPRESSION, chunkSize=79, maxDocsPerChunk=4, blockShift=6), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=BEST_COMPRESSION, chunkSize=79, blockSize=6)), sim=Asserting(RandomSimilarity(queryNorm=true): {}), locale=pl-PL, timezone=America/Fort_Nelson
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=158969632,total=521666560
   [junit4]   2> NOTE: All tests run in this JVM: [TestCursorMarkWithoutUniqueKey, TestRequestForwarding, RemoteQueryErrorTest, FileBasedSpellCheckerTest, ScheduledTriggerIntegrationTest, TriggerIntegrationTest, TestSizeLimitedDistributedMap, TestRestManager, TestXIncludeConfig, TestTolerantSearch, UninvertDocValuesMergePolicyTest, TestClusterStateMutator, BasicDistributedZk2Test, RangeFacetCloudTest, OverseerModifyCollectionTest, SolrMetricsIntegrationTest, MigrateRouteKeyTest, TestUninvertingReader, SchemaVersionSpecificBehaviorTest, TestFieldCacheReopen, IndexSchemaTest, DirectoryFactoryTest, ConcurrentCreateCollectionTest, TestLeaderElectionWithEmptyReplica, TestSubQueryTransformerCrossCore, UtilsToolTest, TestDFRSimilarityFactory, AutoscalingHistoryHandlerTest, PeerSyncReplicationTest, TestConfigSetImmutable, ForceLeaderTest, TestExportTool, TestGraphMLResponseWriter, TestCryptoKeys, BooleanFieldTest, V2StandaloneTest, TestCloudNestedDocsSort, TestCollectionsAPIViaSolrCloudCluster, SolrIndexConfigTest, RestartWhileUpdatingTest, SpatialFilterTest, TestCharFilters, SubstringBytesRefFilterTest, TestDocumentBuilder, TestPostingsSolrHighlighter, TestSolrConfigHandlerConcurrent, TestRandomDVFaceting, TestReloadAndDeleteDocs, SimplePostToolTest, TestOverriddenPrefixQueryForCustomFieldType, TolerantUpdateProcessorTest, TestSolrJ, TestManagedSchemaAPI, ZkShardTermsTest, TestMinimalConfig, TestJsonFacetsStatsParsing, SignatureUpdateProcessorFactoryTest, TestChildDocTransformer, TestExternalRoleRuleBasedAuthorizationPlugin, TestSortByMinMaxFunction, MoveReplicaTest, TestComplexPhraseLeadingWildcard, BlockJoinFacetRandomTest, JWTAuthPluginIntegrationTest, OpenExchangeRatesOrgProviderTest, TestUpdate, TestSnapshotCloudManager, TestReplicationHandler, LeaderElectionTest, CdcrOpsAndBoundariesTest, TestExceedMaxTermLength, DeleteShardTest, TaggerTest, MetricTriggerTest, BJQFilterAccessibleTest, TestGraphTermsQParserPlugin, TestTextField, TestBinaryField, QueryEqualityTest, TestManagedSynonymFilterFactory, TestRecoveryHdfs, JavabinLoaderTest, RequestLoggingTest, MultiDestinationAuditLoggerTest, TestNumericTokenStream, IndexSizeTriggerMixedBoundsTest, TestCloudInspectUtil, TlogReplayBufferedWhileIndexingTest, TestCoreDiscovery, TestDistribPackageStore, SystemCollectionCompatTest, StatsComponentTest, TestSolr4Spatial2, TestBadConfig, TestConfigSetsAPI, TestSolrCloudWithSecureImpersonation, ShardTermsTest, TestImpersonationWithHadoopAuth, DeleteInactiveReplicaTest, CustomHighlightComponentTest, TestRemoteStreaming, TestRTimerTree, PeerSyncWithLeaderTest, TestFieldTypeResource, SolrInfoBeanTest, TestExactSharedStatsCache, DistributedFacetPivotSmallAdvancedTest, DateFieldTest, EchoParamsTest, TestQueryingOnDownCollection, TestSearcherReuse, ClusterStateUpdateTest, TestSimDistribStateManager, ChaosMonkeySafeLeaderTest, CleanupOldIndexTest, CollectionsAPISolrJTest, DistribJoinFromCollectionTest, DistributedQueueTest, HttpPartitionTest, LeaderTragicEventTest]
   [junit4] Completed [487/924 (1!)] on J2 in 15.76s, 2 tests, 1 error <<< FAILURES!

[...truncated 52241 lines...]

[JENKINS] Lucene » Lucene-Solr-BadApples-Tests-8.x - Build # 154 - Still Unstable!

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

3 tests failed.
FAILED:  org.apache.solr.CursorPagingTest.testTimeAllowed

Error Message:
Should have experienced at least one partialResult

Stack Trace:
java.lang.AssertionError: Should have experienced at least one partialResult
	at __randomizedtesting.SeedInfo.seed([449C4A0D13EADE3C:A0F9E3B948730DED]:0)
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.assertTrue(Assert.java:42)
	at org.apache.solr.CursorPagingTest.testTimeAllowed(CursorPagingTest.java:571)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.core.TestSolrXml.testCloudConfigRequiresHostPort

Error Message:
 Expected: (an instance of org.apache.solr.common.SolrException and exception with message a string containing "solrcloud section missing required entry 'hostPort'")      but: exception with message a string containing "solrcloud section missing required entry 'hostPort'" message was "Error parsing 'hostPort', value 'null' cannot be parsed as int" Stacktrace was: org.apache.solr.common.SolrException: Error parsing 'hostPort', value 'null' cannot be parsed as int  at org.apache.solr.core.SolrXmlConfig.parseInt(SolrXmlConfig.java:271)  at org.apache.solr.core.SolrXmlConfig.fillSolrCloudSection(SolrXmlConfig.java:425)  at org.apache.solr.core.SolrXmlConfig.fromConfig(SolrXmlConfig.java:118)  at org.apache.solr.core.SolrXmlConfig.fromInputStream(SolrXmlConfig.java:190)  at org.apache.solr.core.SolrXmlConfig.fromString(SolrXmlConfig.java:175)  at org.apache.solr.core.TestSolrXml.testCloudConfigRequiresHostPort(TestSolrXml.java:328)  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  at java.lang.reflect.Method.invoke(Method.java:498)  at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)  at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)  at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)  at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)  at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)  at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)  at org.junit.rules.RunRules.evaluate(RunRules.java:20)  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 org.junit.rules.RunRules.evaluate(RunRules.java:20)  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.junit.rules.RunRules.evaluate(RunRules.java:20)  at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)  at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)  at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)  at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)  at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)  at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)  at org.junit.rules.RunRules.evaluate(RunRules.java:20)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)  at java.lang.Thread.run(Thread.java:748) 

Stack Trace:
java.lang.AssertionError: 
Expected: (an instance of org.apache.solr.common.SolrException and exception with message a string containing "solrcloud section missing required entry 'hostPort'")
     but: exception with message a string containing "solrcloud section missing required entry 'hostPort'" message was "Error parsing 'hostPort', value 'null' cannot be parsed as int"
Stacktrace was: org.apache.solr.common.SolrException: Error parsing 'hostPort', value 'null' cannot be parsed as int
	at org.apache.solr.core.SolrXmlConfig.parseInt(SolrXmlConfig.java:271)
	at org.apache.solr.core.SolrXmlConfig.fillSolrCloudSection(SolrXmlConfig.java:425)
	at org.apache.solr.core.SolrXmlConfig.fromConfig(SolrXmlConfig.java:118)
	at org.apache.solr.core.SolrXmlConfig.fromInputStream(SolrXmlConfig.java:190)
	at org.apache.solr.core.SolrXmlConfig.fromString(SolrXmlConfig.java:175)
	at org.apache.solr.core.TestSolrXml.testCloudConfigRequiresHostPort(TestSolrXml.java:328)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)

	at __randomizedtesting.SeedInfo.seed([449C4A0D13EADE3C:CC1067E62DB7CB87]:0)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:964)
	at org.junit.Assert.assertThat(Assert.java:930)
	at org.junit.rules.ExpectedException.handleException(ExpectedException.java:271)
	at org.junit.rules.ExpectedException.access$000(ExpectedException.java:111)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:260)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.core.TestSolrXml.testCloudConfigRequiresHost

Error Message:
 Expected: (an instance of org.apache.solr.common.SolrException and exception with message a string containing "solrcloud section missing required entry 'host'")      but: exception with message a string containing "solrcloud section missing required entry 'host'" message was "Error parsing 'hostPort', value 'null' cannot be parsed as int" Stacktrace was: org.apache.solr.common.SolrException: Error parsing 'hostPort', value 'null' cannot be parsed as int  at org.apache.solr.core.SolrXmlConfig.parseInt(SolrXmlConfig.java:271)  at org.apache.solr.core.SolrXmlConfig.fillSolrCloudSection(SolrXmlConfig.java:425)  at org.apache.solr.core.SolrXmlConfig.fromConfig(SolrXmlConfig.java:118)  at org.apache.solr.core.SolrXmlConfig.fromInputStream(SolrXmlConfig.java:190)  at org.apache.solr.core.SolrXmlConfig.fromString(SolrXmlConfig.java:175)  at org.apache.solr.core.TestSolrXml.testCloudConfigRequiresHost(TestSolrXml.java:321)  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)  at java.lang.reflect.Method.invoke(Method.java:498)  at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)  at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)  at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)  at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)  at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)  at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)  at org.junit.rules.RunRules.evaluate(RunRules.java:20)  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 org.junit.rules.RunRules.evaluate(RunRules.java:20)  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.junit.rules.RunRules.evaluate(RunRules.java:20)  at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)  at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)  at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)  at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)  at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)  at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)  at org.junit.rules.RunRules.evaluate(RunRules.java:20)  at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)  at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)  at java.lang.Thread.run(Thread.java:748) 

Stack Trace:
java.lang.AssertionError: 
Expected: (an instance of org.apache.solr.common.SolrException and exception with message a string containing "solrcloud section missing required entry 'host'")
     but: exception with message a string containing "solrcloud section missing required entry 'host'" message was "Error parsing 'hostPort', value 'null' cannot be parsed as int"
Stacktrace was: org.apache.solr.common.SolrException: Error parsing 'hostPort', value 'null' cannot be parsed as int
	at org.apache.solr.core.SolrXmlConfig.parseInt(SolrXmlConfig.java:271)
	at org.apache.solr.core.SolrXmlConfig.fillSolrCloudSection(SolrXmlConfig.java:425)
	at org.apache.solr.core.SolrXmlConfig.fromConfig(SolrXmlConfig.java:118)
	at org.apache.solr.core.SolrXmlConfig.fromInputStream(SolrXmlConfig.java:190)
	at org.apache.solr.core.SolrXmlConfig.fromString(SolrXmlConfig.java:175)
	at org.apache.solr.core.TestSolrXml.testCloudConfigRequiresHost(TestSolrXml.java:321)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:258)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)

	at __randomizedtesting.SeedInfo.seed([449C4A0D13EADE3C:DA9B09DC62B150DD]:0)
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.junit.Assert.assertThat(Assert.java:964)
	at org.junit.Assert.assertThat(Assert.java:930)
	at org.junit.rules.ExpectedException.handleException(ExpectedException.java:271)
	at org.junit.rules.ExpectedException.access$000(ExpectedException.java:111)
	at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:260)
	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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 org.junit.rules.RunRules.evaluate(RunRules.java:20)
	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.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
	at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14256 lines...]
   [junit4] Suite: org.apache.solr.core.TestSolrXml
   [junit4]   2> 796118 INFO  (SUITE-TestSolrXml-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 796118 INFO  (SUITE-TestSolrXml-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.core.TestSolrXml_449C4A0D13EADE3C-001/data-dir-127-001
   [junit4]   2> 796118 WARN  (SUITE-TestSolrXml-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
   [junit4]   2> 796118 INFO  (SUITE-TestSolrXml-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 796120 INFO  (SUITE-TestSolrXml-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 796120 INFO  (SUITE-TestSolrXml-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 796125 INFO  (TEST-TestSolrXml.testIntAsLongOk-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testIntAsLongOk
   [junit4]   2> 796128 INFO  (TEST-TestSolrXml.testIntAsLongOk-seed#[449C4A0D13EADE3C]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2b1c1ed3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 796129 INFO  (TEST-TestSolrXml.testIntAsLongOk-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testIntAsLongOk
   [junit4]   2> 796132 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated
   [junit4]   2> 796135 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenLoggingConfigParamsAreDuplicated
   [junit4]   2> 796141 INFO  (TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testValidStringValueWhenBoolTypeIsExpected
   [junit4]   2> 796166 INFO  (TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[449C4A0D13EADE3C]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2b1c1ed3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 796167 INFO  (TEST-TestSolrXml.testValidStringValueWhenBoolTypeIsExpected-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testValidStringValueWhenBoolTypeIsExpected
   [junit4]   2> 796170 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound
   [junit4]   2> 796172 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenUnrecognizedLoggingOptionWasFound
   [junit4]   2> 796176 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven
   [junit4]   2> 796178 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenIntTypeIsExpectedAndLongTypeIsGiven
   [junit4]   2> 796181 INFO  (TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testExplicitNullGivesDefaults
   [junit4]   2> 796183 INFO  (TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[449C4A0D13EADE3C]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2b1c1ed3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 796184 INFO  (TEST-TestSolrXml.testExplicitNullGivesDefaults-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testExplicitNullGivesDefaults
   [junit4]   2> 796187 INFO  (TEST-TestSolrXml.testMultiLoggingSectionError-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultiLoggingSectionError
   [junit4]   2> 796188 INFO  (TEST-TestSolrXml.testMultiLoggingSectionError-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultiLoggingSectionError
   [junit4]   2> 796191 INFO  (TEST-TestSolrXml.testAllInfoPresent-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testAllInfoPresent
   [junit4]   2> 796192 INFO  (TEST-TestSolrXml.testAllInfoPresent-seed#[449C4A0D13EADE3C]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.core.TestSolrXml_449C4A0D13EADE3C-001/tempDir-008/solr.xml
   [junit4]   2> 796195 INFO  (TEST-TestSolrXml.testAllInfoPresent-seed#[449C4A0D13EADE3C]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2b1c1ed3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 796196 INFO  (TEST-TestSolrXml.testAllInfoPresent-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testAllInfoPresent
   [junit4]   2> 796199 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHostPort-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHostPort
   [junit4]   2> 796201 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHostPort-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHostPort
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrXml -Dtests.method=testCloudConfigRequiresHostPort -Dtests.seed=449C4A0D13EADE3C -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=vi -Dtests.timezone=Asia/Singapore -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.01s J1 | TestSolrXml.testCloudConfigRequiresHostPort <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: 
   [junit4]    > Expected: (an instance of org.apache.solr.common.SolrException and exception with message a string containing "solrcloud section missing required entry 'hostPort'")
   [junit4]    >      but: exception with message a string containing "solrcloud section missing required entry 'hostPort'" message was "Error parsing 'hostPort', value 'null' cannot be parsed as int"
   [junit4]    > Stacktrace was: org.apache.solr.common.SolrException: Error parsing 'hostPort', value 'null' cannot be parsed as int
   [junit4]    > 	at org.apache.solr.core.SolrXmlConfig.parseInt(SolrXmlConfig.java:271)
   [junit4]    > 	at org.apache.solr.core.SolrXmlConfig.fillSolrCloudSection(SolrXmlConfig.java:425)
   [junit4]    > 	at org.apache.solr.core.SolrXmlConfig.fromConfig(SolrXmlConfig.java:118)
   [junit4]    > 	at org.apache.solr.core.SolrXmlConfig.fromInputStream(SolrXmlConfig.java:190)
   [junit4]    > 	at org.apache.solr.core.SolrXmlConfig.fromString(SolrXmlConfig.java:175)
   [junit4]    > 	at org.apache.solr.core.TestSolrXml.testCloudConfigRequiresHostPort(TestSolrXml.java:328)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([449C4A0D13EADE3C:CC1067E62DB7CB87]:0)
   [junit4]    > 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 796209 INFO  (TEST-TestSolrXml.testIntAsLongBad-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testIntAsLongBad
   [junit4]   2> 796211 INFO  (TEST-TestSolrXml.testIntAsLongBad-seed#[449C4A0D13EADE3C]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2b1c1ed3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 796212 INFO  (TEST-TestSolrXml.testIntAsLongBad-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testIntAsLongBad
   [junit4]   2> 796214 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven
   [junit4]   2> 796217 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenIntTypeIsExpectedAndBoolTypeIsGiven
   [junit4]   2> 796219 INFO  (TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testValidStringValueWhenIntTypeIsExpected
   [junit4]   2> 796222 INFO  (TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[449C4A0D13EADE3C]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2b1c1ed3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 796222 INFO  (TEST-TestSolrXml.testValidStringValueWhenIntTypeIsExpected-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testValidStringValueWhenIntTypeIsExpected
   [junit4]   2> 796225 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHost-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHost
   [junit4]   2> 796227 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHost-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHost
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSolrXml -Dtests.method=testCloudConfigRequiresHost -Dtests.seed=449C4A0D13EADE3C -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=vi -Dtests.timezone=Asia/Singapore -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.01s J1 | TestSolrXml.testCloudConfigRequiresHost <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: 
   [junit4]    > Expected: (an instance of org.apache.solr.common.SolrException and exception with message a string containing "solrcloud section missing required entry 'host'")
   [junit4]    >      but: exception with message a string containing "solrcloud section missing required entry 'host'" message was "Error parsing 'hostPort', value 'null' cannot be parsed as int"
   [junit4]    > Stacktrace was: org.apache.solr.common.SolrException: Error parsing 'hostPort', value 'null' cannot be parsed as int
   [junit4]    > 	at org.apache.solr.core.SolrXmlConfig.parseInt(SolrXmlConfig.java:271)
   [junit4]    > 	at org.apache.solr.core.SolrXmlConfig.fillSolrCloudSection(SolrXmlConfig.java:425)
   [junit4]    > 	at org.apache.solr.core.SolrXmlConfig.fromConfig(SolrXmlConfig.java:118)
   [junit4]    > 	at org.apache.solr.core.SolrXmlConfig.fromInputStream(SolrXmlConfig.java:190)
   [junit4]    > 	at org.apache.solr.core.SolrXmlConfig.fromString(SolrXmlConfig.java:175)
   [junit4]    > 	at org.apache.solr.core.TestSolrXml.testCloudConfigRequiresHost(TestSolrXml.java:321)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([449C4A0D13EADE3C:DA9B09DC62B150DD]:0)
   [junit4]    > 	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 796230 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated
   [junit4]   2> 796232 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenSolrCloudConfigParamsAreDuplicated
   [junit4]   2> 796235 INFO  (TEST-TestSolrXml.testMultiLoggingWatcherSectionError-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultiLoggingWatcherSectionError
   [junit4]   2> 796237 INFO  (TEST-TestSolrXml.testMultiLoggingWatcherSectionError-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultiLoggingWatcherSectionError
   [junit4]   2> 796246 INFO  (TEST-TestSolrXml.testMultiCloudSectionError-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultiCloudSectionError
   [junit4]   2> 796248 INFO  (TEST-TestSolrXml.testMultiCloudSectionError-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultiCloudSectionError
   [junit4]   2> 796251 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound
   [junit4]   2> 796253 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[449C4A0D13EADE3C]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2b1c1ed3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 796254 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenUnrecognizedSolrOptionWasFound
   [junit4]   2> 796256 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHostContext-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testCloudConfigRequiresHostContext
   [junit4]   2> 796258 INFO  (TEST-TestSolrXml.testCloudConfigRequiresHostContext-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testCloudConfigRequiresHostContext
   [junit4]   2> 796261 INFO  (TEST-TestSolrXml.testPropertySub-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testPropertySub
   [junit4]   2> 796262 INFO  (TEST-TestSolrXml.testPropertySub-seed#[449C4A0D13EADE3C]) [     ] o.a.s.c.SolrXmlConfig Loading container configuration from /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.core.TestSolrXml_449C4A0D13EADE3C-001/tempDir-019/solr.xml
   [junit4]   2> 796265 INFO  (TEST-TestSolrXml.testPropertySub-seed#[449C4A0D13EADE3C]) [     ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@2b1c1ed3, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 796266 INFO  (TEST-TestSolrXml.testPropertySub-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testPropertySub
   [junit4]   2> 796269 INFO  (TEST-TestSolrXml.testMultiBackupSectionError-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultiBackupSectionError
   [junit4]   2> 796271 INFO  (TEST-TestSolrXml.testMultiBackupSectionError-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultiBackupSectionError
   [junit4]   2> 796273 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString
   [junit4]   2> 796276 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenBoolTypeIsExpectedAndValueIsInvalidString
   [junit4]   2> 796278 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound
   [junit4]   2> 796281 INFO  (TEST-TestSolrXml.testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFailAtConfigParseTimeWhenUnrecognizedSolrCloudOptionWasFound
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.core.TestSolrXml_449C4A0D13EADE3C-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {}, docValues:{}, maxPointsInLeafNode=406, maxMBSortInHeap=5.953338690298609, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=vi, timezone=Asia/Singapore
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=153860744,total=513277952
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudJSONFacetSKG, NestedShardedAtomicUpdateTest, ResponseHeaderTest, TestNoOpRegenerator, SynonymTokenizerTest, TestRandomCollapseQParserPlugin, BigEndianAscendingWordSerializerTest, TimeZoneUtilsTest, ZkNodePropsTest, UpdateParamsTest, TestTolerantUpdateProcessorRandomCloud, TestPullReplicaErrorHandling, TestSolrConfigHandlerCloud, TestCircuitBreaker, TestInfoStreamLogging, TestLMJelinekMercerSimilarityFactory, OverseerSolrResponseUnsafeSerializationTest, TestExportWriter, HighlighterWithoutStoredIdTest, MoveReplicaHDFSTest, TestCloudDeleteByQuery, DynamicMapsTest, TestMaxScoreQueryParser, TestSolrCoreSnapshots, TestFastLRUCache, PeerSyncWithLeaderAndIndexFingerprintCachingTest, BasicAuthStandaloneTest, MaxSizeAutoCommitTest, CdcrUpdateLogTest, TestGeoJSONResponseWriter, TestSortableTextField, TestTrieFacet, TestInitQParser, AuditLoggerIntegrationTest, AtomicUpdateProcessorFactoryTest, TestCSVLoader, DirectoryFactoriesTest, TestWriterPerf, TestFieldCache, MetricsConfigTest, TestLegacyNumericUtils, StressHdfsTest, TestSolr4Spatial, TestManagedResourceStorage, TestPhraseSuggestions, MergeStrategyTest, TestSolrCoreProperties, MetricTriggerIntegrationTest, CollectionsAPIDistributedZkTest, TestReversedWildcardFilterFactory, TestDelegationWithHadoopAuth, SolrJmxReporterTest, TestClusterProperties, PluginInfoTest, MetricsHistoryWithAuthIntegrationTest, AutoScalingHandlerTest, IndexSchemaRuntimeFieldTest, ReplicationFactorTest, CursorMarkTest, InfixSuggestersTest, NodeLostTriggerIntegrationTest, DistributedSpellCheckComponentTest, ShardRoutingTest, ResourceLoaderTest, TestHdfsBackupRestoreCore, TestManagedStopFilterFactory, TestConfigOverlay, TestAtomicUpdateErrorCases, TestMiniSolrCloudClusterSSL, PrimUtilsTest, TestFoldingMultitermQuery, TestZkChroot, TestCrossCoreJoin, HdfsRecoverLeaseTest, ProtectedTermFilterFactoryTest, ZkStateWriterTest, DistributedFacetSimpleRefinementLongTailTest, TestDistribIDF, BadIndexSchemaTest, CreateRoutedAliasTest, TestSolrXml]
   [junit4] Completed [307/924 (1!)] on J1 in 0.26s, 23 tests, 2 failures, 1 skipped <<< FAILURES!

[...truncated 318 lines...]
   [junit4] Suite: org.apache.solr.CursorPagingTest
   [junit4]   2> 980933 INFO  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.SolrTestCase Setting 'solr.default.confdir' system property to test-framework derived value of '/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/server/solr/configsets/_default/conf'
   [junit4]   2> 980933 INFO  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.SolrTestCaseJ4 Created dataDir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.CursorPagingTest_449C4A0D13EADE3C-001/data-dir-121-001
   [junit4]   2> 980933 WARN  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=56 numCloses=56
   [junit4]   2> 980934 INFO  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 980936 INFO  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 980936 INFO  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 980936 INFO  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 980941 INFO  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 980955 INFO  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 980973 INFO  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.s.IndexSchema Schema name=sortable
   [junit4]   2> 980984 INFO  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.s.IndexSchema Loaded schema sortable/1.6 with uniqueid field id
   [junit4]   2> 984067 WARN  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.c.CoreContainer Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/userfiles].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/userfiles" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_252]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.nio.fs.UnixPath.checkWrite(UnixPath.java:801) ~[?:?]
   [junit4]   2> 	at sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:376) ~[?:?]
   [junit4]   2> 	at java.nio.file.Files.createDirectory(Files.java:674) ~[?:1.8.0_252]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_252]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_252]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:370) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:335) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:183) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
   [junit4]   2> 	at org.apache.solr.CursorPagingTest.beforeTests(CursorPagingTest.java:72) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
   [junit4]   2> 984069 WARN  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.f.DistribPackageStore Unable to create [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/filestore] directory in SOLR_HOME [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr].  Features requiring this directory may fail.
   [junit4]   2>           => java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472)
   [junit4]   2> java.security.AccessControlException: access denied ("java.io.FilePermission" "/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/filestore" "write")
   [junit4]   2> 	at java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) ~[?:1.8.0_252]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_252]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_252]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_252]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.ensurePackageStoreDir(DistribPackageStore.java:561) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.DistribPackageStore.<init>(DistribPackageStore.java:81) [java/:?]
   [junit4]   2> 	at org.apache.solr.filestore.PackageStoreAPI.<init>(PackageStoreAPI.java:78) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.load(CoreContainer.java:671) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:184) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:156) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:162) [java/:?]
   [junit4]   2> 	at org.apache.solr.util.TestHarness.<init>(TestHarness.java:112) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.createCore(SolrTestCaseJ4.java:812) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:802) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:663) [java/:?]
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.initCore(SolrTestCaseJ4.java:652) [java/:?]
   [junit4]   2> 	at org.apache.solr.CursorPagingTest.beforeTests(CursorPagingTest.java:72) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_252]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_252]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_252]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:878) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) [java/:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) [java/:?]
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) [java/:?]
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20) [junit-4.13.1.jar:4.13.1]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) [randomizedtesting-runner-2.7.2.jar:?]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
   [junit4]   2> 984070 INFO  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 984070 WARN  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 984072 WARN  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@48616497[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 984072 WARN  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@48616497[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 984074 WARN  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 984075 WARN  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2f76ca05[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 984075 WARN  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2f76ca05[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 984076 WARN  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] 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> 984102 INFO  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2eeff690
   [junit4]   2> 984109 INFO  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2eeff690
   [junit4]   2> 984109 INFO  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2eeff690
   [junit4]   2> 984113 INFO  (coreLoadExecutor-8879-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 984122 INFO  (coreLoadExecutor-8879-thread-1) [    x:collection1 ] o.a.s.c.SolrResourceLoader Added 2 libs to classloader, from paths: [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/lib, /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 984146 INFO  (coreLoadExecutor-8879-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.8.0
   [junit4]   2> 984153 INFO  (coreLoadExecutor-8879-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=sortable
   [junit4]   2> 984161 INFO  (coreLoadExecutor-8879-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema sortable/1.6 with uniqueid field id
   [junit4]   2> 984161 INFO  (coreLoadExecutor-8879-thread-1) [    x:collection1 ] o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from instancedir /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1, trusted=true
   [junit4]   2> 984162 INFO  (coreLoadExecutor-8879-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@2eeff690
   [junit4]   2> 984162 INFO  (coreLoadExecutor-8879-thread-1) [    x:collection1 ] o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.CursorPagingTest_449C4A0D13EADE3C-001/data-dir-121-001/]
   [junit4]   2> 984163 INFO  (coreLoadExecutor-8879-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=35, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.4805364123092043]
   [junit4]   2> 984205 INFO  (coreLoadExecutor-8879-thread-1) [    x:collection1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 984205 INFO  (coreLoadExecutor-8879-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 984206 INFO  (coreLoadExecutor-8879-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 984206 INFO  (coreLoadExecutor-8879-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 984207 INFO  (coreLoadExecutor-8879-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: minMergeSize=1677721, mergeFactor=44, maxMergeSize=2147483648, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 984207 WARN  (coreLoadExecutor-8879-thread-1) [    x:collection1 ] o.a.s.r.ManagedResourceStorage Cannot write to config directory /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/core/src/test-files/solr/collection1/conf ; switching to use InMemory storage instead.
   [junit4]   2> 984216 INFO  (coreLoadExecutor-8879-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 984216 INFO  (coreLoadExecutor-8879-thread-1) [    x:collection1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1688397043081412608
   [junit4]   2> 984218 INFO  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 984222 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testRandomSortsOnLargeIndex
   [junit4]   2> 984223 INFO  (searcherExecutor-8881-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 984247 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1 (1688397043097141248)]} 0 16
   [junit4]   2> 984249 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2 (1688397043114967040)]} 0 0
   [junit4]   2> 984250 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3 (1688397043116015616)]} 0 0
   [junit4]   2> 984251 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4 (1688397043117064192)]} 0 0
   [junit4]   2> 984252 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5 (1688397043118112768)]} 0 0
   [junit4]   2> 984252 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[6 (1688397043119161344)]} 0 0
   [junit4]   2> 984253 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[7 (1688397043120209920)]} 0 0
   [junit4]   2> 984254 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8 (1688397043121258496)]} 0 0
   [junit4]   2> 984264 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9 (1688397043122307072)]} 0 9
   [junit4]   2> 984265 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[10 (1688397043132792832)]} 0 0
   [junit4]   2> 984266 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[11 (1688397043132792833)]} 0 0
   [junit4]   2> 984267 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[12 (1688397043133841408)]} 0 0
   [junit4]   2> 984267 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[13 (1688397043134889984)]} 0 0
   [junit4]   2> 984269 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[14 (1688397043135938560)]} 0 0
   [junit4]   2> 984276 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[15 (1688397043136987136)]} 0 7
   [junit4]   2> 984277 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[16 (1688397043145375744)]} 0 0
   [junit4]   2> 984278 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[17 (1688397043145375745)]} 0 0
   [junit4]   2> 984279 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[18 (1688397043146424320)]} 0 0
   [junit4]   2> 984280 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[19 (1688397043147472896)]} 0 0
   [junit4]   2> 984280 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[20 (1688397043148521472)]} 0 0
   [junit4]   2> 984281 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[21 (1688397043149570048)]} 0 0
   [junit4]   2> 984282 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[22 (1688397043150618624)]} 0 0
   [junit4]   2> 984283 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[23 (1688397043150618625)]} 0 0
   [junit4]   2> 984284 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[24 (1688397043151667200)]} 0 0
   [junit4]   2> 984284 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[25 (1688397043152715776)]} 0 0
   [junit4]   2> 984293 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[26 (1688397043153764352)]} 0 8
   [junit4]   2> 984298 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[27 (1688397043163201536)]} 0 3
   [junit4]   2> 984298 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[28 (1688397043167395840)]} 0 0
   [junit4]   2> 984299 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[29 (1688397043168444416)]} 0 0
   [junit4]   2> 984300 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[30 (1688397043169492992)]} 0 0
   [junit4]   2> 984301 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[31 (1688397043169492993)]} 0 0
   [junit4]   2> 984302 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[32 (1688397043170541568)]} 0 0
   [junit4]   2> 984303 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[33 (1688397043171590144)]} 0 0
   [junit4]   2> 984307 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[34 (1688397043172638720)]} 0 4
   [junit4]   2> 984308 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[35 (1688397043177881600)]} 0 0
   [junit4]   2> 984309 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[36 (1688397043177881601)]} 0 0
   [junit4]   2> 984309 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[37 (1688397043178930176)]} 0 0
   [junit4]   2> 984310 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[38 (1688397043179978752)]} 0 0
   [junit4]   2> 984311 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[39 (1688397043181027328)]} 0 0
   [junit4]   2> 984312 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[40 (1688397043181027329)]} 0 0
   [junit4]   2> 984312 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[41 (1688397043182075904)]} 0 0
   [junit4]   2> 984317 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[42 (1688397043187318784)]} 0 0
   [junit4]   2> 984318 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[43 (1688397043188367360)]} 0 0
   [junit4]   2> 984319 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[44 (1688397043188367361)]} 0 0
   [junit4]   2> 984319 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[45 (1688397043189415936)]} 0 0
   [junit4]   2> 984320 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[46 (1688397043190464512)]} 0 0
   [junit4]   2> 984321 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[47 (1688397043190464513)]} 0 0
   [junit4]   2> 984321 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[48 (1688397043191513088)]} 0 0
   [junit4]   2> 984322 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[49 (1688397043192561664)]} 0 0
   [junit4]   2> 984323 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[50 (1688397043192561665)]} 0 0
   [junit4]   2> 984323 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[51 (1688397043193610240)]} 0 0
   [junit4]   2> 984324 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[52 (1688397043194658816)]} 0 0
   [junit4]   2> 984325 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[53 (1688397043194658817)]} 0 0
   [junit4]   2> 984325 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[54 (1688397043195707392)]} 0 0
   [junit4]   2> 984326 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[55 (1688397043196755968)]} 0 0
   [junit4]   2> 984327 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[56 (1688397043196755969)]} 0 0
   [junit4]   2> 984327 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[57 (1688397043197804544)]} 0 0
   [junit4]   2> 984341 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[58 (1688397043197804545)]} 0 13
   [junit4]   2> 984342 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[59 (1688397043212484608)]} 0 0
   [junit4]   2> 984343 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[60 (1688397043213533184)]} 0 0
   [junit4]   2> 984349 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[61 (1688397043214581760)]} 0 5
   [junit4]   2> 984349 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[62 (1688397043220873216)]} 0 0
   [junit4]   2> 984350 INFO  (TEST-CursorPagingTest.testRandomSortsOnLargeIndex-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1] 

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

89813 INFO  (TEST-CursorPagingTest.testTimeAllowed-seed#[449C4A0D13EADE3C]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:a*&fl=id&sort=id+asc&rows=50&sleep=10&cursorMark=AoEjODE4&timeAllowed=1} hits=1000 status=0 QTime=0
   [junit4]   2> 989815 INFO  (TEST-CursorPagingTest.testTimeAllowed-seed#[449C4A0D13EADE3C]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:a*&fl=id&sort=id+asc&rows=50&sleep=10&cursorMark=AoEjODYz&timeAllowed=1} hits=1000 status=0 QTime=0
   [junit4]   2> 989818 INFO  (TEST-CursorPagingTest.testTimeAllowed-seed#[449C4A0D13EADE3C]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:a*&fl=id&sort=id+asc&rows=50&sleep=10&cursorMark=AoEjOTA4&timeAllowed=1} hits=1000 status=0 QTime=0
   [junit4]   2> 989819 INFO  (TEST-CursorPagingTest.testTimeAllowed-seed#[449C4A0D13EADE3C]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:a*&fl=id&sort=id+asc&rows=50&sleep=10&cursorMark=AoEjOTUz&timeAllowed=1} hits=1000 status=0 QTime=0
   [junit4]   2> 989821 INFO  (TEST-CursorPagingTest.testTimeAllowed-seed#[449C4A0D13EADE3C]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:a*&fl=id&sort=id+asc&rows=50&sleep=10&cursorMark=AoEjOTk5&timeAllowed=1} hits=1000 status=0 QTime=0
   [junit4]   2> 989822 INFO  (TEST-CursorPagingTest.testTimeAllowed-seed#[449C4A0D13EADE3C]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:a*&fl=id&sort=id+asc&rows=50&sleep=10&cursorMark=AoEjOTk5&timeAllowed=50} hits=1000 status=0 QTime=0
   [junit4]   2> 989822 INFO  (TEST-CursorPagingTest.testTimeAllowed-seed#[449C4A0D13EADE3C]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=name:a*&fl=id&sort=id+asc&rows=50&sleep=10&cursorMark=AoEjOTk5&timeAllowed=10000} hits=1000 status=0 QTime=0
   [junit4]   2> 989823 INFO  (TEST-CursorPagingTest.testTimeAllowed-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{deleteByQuery=*:* (-1688397048959729664)} 0 1
   [junit4]   2> 989826 INFO  (searcherExecutor-8881-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 989827 INFO  (TEST-CursorPagingTest.testTimeAllowed-seed#[449C4A0D13EADE3C]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 989827 INFO  (TEST-CursorPagingTest.testTimeAllowed-seed#[449C4A0D13EADE3C]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testTimeAllowed
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=CursorPagingTest -Dtests.method=testTimeAllowed -Dtests.seed=449C4A0D13EADE3C -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=hr -Dtests.timezone=Australia/Victoria -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.38s J3 | CursorPagingTest.testTimeAllowed <<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Should have experienced at least one partialResult
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([449C4A0D13EADE3C:A0F9E3B948730DED]:0)
   [junit4]    > 	at org.apache.solr.CursorPagingTest.testTimeAllowed(CursorPagingTest.java:571)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 989829 INFO  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 989829 INFO  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1094386097
   [junit4]   2> 989829 INFO  (coreCloseExecutor-8887-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@6919916
   [junit4]   2> 989829 INFO  (coreCloseExecutor-8887-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@6919916
   [junit4]   2> 989829 INFO  (coreCloseExecutor-8887-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1e328f51: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@6d7ac5fc
   [junit4]   2> 989848 INFO  (coreCloseExecutor-8887-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 989848 INFO  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 989848 INFO  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@534aa01: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@6a1d4e32
   [junit4]   2> 989853 INFO  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 989853 INFO  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@353d60da: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@7674c591
   [junit4]   2> 989855 INFO  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 989855 INFO  (SUITE-CursorPagingTest-seed#[449C4A0D13EADE3C]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@62f1a30b: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@5003628d
   [junit4]   2> NOTE: leaving temporary files on disk at: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J3/temp/solr.CursorPagingTest_449C4A0D13EADE3C-001
   [junit4]   2> NOTE: test params are: codec=HighCompressionCompressingStoredFieldsData(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=9742, maxDocsPerChunk=610, blockShift=2), termVectorsFormat=CompressingTermVectorsFormat(compressionMode=HIGH_COMPRESSION, chunkSize=9742, blockSize=2)), sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=hr, timezone=Australia/Victoria
   [junit4]   2> NOTE: Linux 4.15.0-112-generic amd64/Oracle Corporation 1.8.0_252 (64-bit)/cpus=4,threads=1,free=179215480,total=524812288
   [junit4]   2> NOTE: All tests run in this JVM: [TestJsonFacetErrors, OutOfBoxZkACLAndCredentialsProvidersTest, SolrRequestParserTest, TestPayloadCheckQParserPlugin, TestBulkSchemaConcurrent, TestReRankQParserPlugin, ExplicitHLLTest, ZkSolrClientTest, AddSchemaFieldsUpdateProcessorFactoryTest, TestWaitForStateWithJettyShutdowns, TestLegacyField, TestRandomFlRTGCloud, StatsReloadRaceTest, TestStressThreadBackup, TestFastOutputStream, TestJmxIntegration, TestNonDefinedSimilarityFactory, OverseerTaskQueueTest, EmbeddedSolrNoSerializeTest, TestUnifiedSolrHighlighter, MultiSolrCloudTestCaseTest, TestCloudPhrasesIdentificationComponent, NumberUtilsTest, TestMissingGroups, BinaryUpdateRequestHandlerTest, TestFilteredDocIdSet, RootFieldTest, JWTAuthPluginTest, PeerSyncWithBufferUpdatesTest, DirectUpdateHandlerTest, TestJavabinTupleStreamParser, TestUseDocValuesAsStored, TestXmlQParser, TestLRUCache, BasicAuthIntegrationTest, CategoryRoutedAliasUpdateProcessorTest, TestContainerPlugin, ExitableDirectoryReaderTest, TestMacros, TestFieldCacheSort, SolrCoreMetricManagerTest, TestMultiValuedNumericRangeQuery, ZkCollectionPropsCachingTest, TestSolrCachePerf, TestBulkSchemaAPI, BlockDirectoryTest, QueryParsingTest, TestTrie, NodeAddedTriggerIntegrationTest, ConcurrentDeleteAndCreateCollectionTest, TokenizerChainTest, CloudExitableDirectoryReaderTest, TestSolrCloudWithHadoopAuthPlugin, SolrCloudReportersTest, TestConfigSetsAPIExclusivity, RAMDirectoryFactoryTest, MissingSegmentRecoveryTest, ExecutePlanActionTest, ManagedSchemaRoundRobinCloudTest, RollingRestartTest, LargeFieldTest, PhrasesIdentificationComponentTest, NodeMarkersRegistrationTest, DistributedTermsComponentTest, SharedFSAutoReplicaFailoverTest, SolrCoreCheckLockOnStartupTest, TestReplicationHandlerBackup, TestManagedSynonymGraphFilterFactory, TestConfigSetProperties, TestHdfsUpdateLog, TestPrepRecovery, SolrLogPostToolTest, TestHashQParserPlugin, TriLevelCompositeIdRoutingTest, TestDistributedGrouping, HdfsRestartWhileUpdatingTest, TestDeprecatedFilters, RuleEngineTest, SpatialHeatmapFacetsTest, TestExactStatsCache, ChangedSchemaMergeTest, DeleteLastCustomShardedReplicaTest, CustomTermsComponentTest, TestLegacyFieldCache, TestPKIAuthenticationPlugin, TestLeaderElectionZkExpiry, IndexSizeTriggerSizeEstimationTest, XMLAtomicUpdateMultivalueTest, TestSSLRandomization, RecoveryAfterSoftCommitTest, TestElisionMultitermQuery, TestNestedDocsSort, SolrTestCaseJ4DeleteCoreTest, DistributedFacetPivotSmallTest, CloneFieldUpdateProcessorFactoryTest, TestTestInjection, HdfsChaosMonkeySafeLeaderTest, TestChildDocTransformerHierarchy, ConnectionManagerTest, TestStressRecovery, HttpPartitionWithTlogReplicasTest, LegacyCloudClusterPropTest, RegexBoostProcessorTest, TestFieldCollectionResource, TestRawTransformer, ChaosMonkeySafeLeaderTest, MinimalSchemaTest, TestSimpleQParserPlugin, TestFunctionQuery, ZookeeperStatusHandlerTest, AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, CursorPagingTest]
   [junit4] Completed [407/924 (2!)] on J3 in 9.01s, 6 tests, 1 failure <<< FAILURES!

[...truncated 52524 lines...]