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/03/19 09:05:37 UTC

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

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

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

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

Stack Trace:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:35457/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 14985 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderTragicEventTest
   [junit4]   2> 1344422 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-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> 1344422 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1344423 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-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.LeaderTragicEventTest_EC20E3E1FC9C69F6-001/data-dir-130-001
   [junit4]   2> 1344423 WARN  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=102 numCloses=102
   [junit4]   2> 1344423 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-worker) [     ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1344425 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-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> 1344425 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-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/J1/temp/solr.cloud.LeaderTragicEventTest_EC20E3E1FC9C69F6-001/tempDir-001
   [junit4]   2> 1344425 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-worker) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1344425 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port: 0.0.0.0/0.0.0.0:0
   [junit4]   2> 1344426 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1344426 WARN  (ZkTestServer Run Thread) [     ] o.a.z.s.ServerCnxnFactory maxCnxns is not configured, using default value 0.
   [junit4]   2> 1344525 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-worker) [     ] o.a.s.c.ZkTestServer start zk server on port: 45887
   [junit4]   2> 1344526 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-worker) [     ] o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:45887
   [junit4]   2> 1344526 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45887
   [junit4]   2> 1344526 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45887
   [junit4]   2> 1344533 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1344539 INFO  (zkConnectionManagerCallback-17265-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1344539 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1344551 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1344562 INFO  (zkConnectionManagerCallback-17267-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1344562 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1344562 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1344563 INFO  (zkConnectionManagerCallback-17269-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1344563 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1344678 INFO  (jetty-launcher-17270-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1344678 INFO  (jetty-launcher-17270-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1344678 INFO  (jetty-launcher-17270-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_281-b09
   [junit4]   2> 1344679 INFO  (jetty-launcher-17270-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 1344679 INFO  (jetty-launcher-17270-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 2 ...
   [junit4]   2> 1344679 INFO  (jetty-launcher-17270-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_281-b09
   [junit4]   2> 1344687 INFO  (jetty-launcher-17270-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1344687 INFO  (jetty-launcher-17270-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1344687 INFO  (jetty-launcher-17270-thread-1) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1344689 INFO  (jetty-launcher-17270-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1344689 INFO  (jetty-launcher-17270-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1344689 INFO  (jetty-launcher-17270-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1344689 INFO  (jetty-launcher-17270-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@5d675b5e{/solr,null,AVAILABLE}
   [junit4]   2> 1344691 INFO  (jetty-launcher-17270-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1b14d575{/solr,null,AVAILABLE}
   [junit4]   2> 1344691 INFO  (jetty-launcher-17270-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6c8bf451{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35457}
   [junit4]   2> 1344691 INFO  (jetty-launcher-17270-thread-1) [     ] o.e.j.s.Server Started @1344722ms
   [junit4]   2> 1344691 INFO  (jetty-launcher-17270-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45887/solr, hostPort=35457}
   [junit4]   2> 1344691 ERROR (jetty-launcher-17270-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1344691 INFO  (jetty-launcher-17270-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@61d6eebd{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:40233}
   [junit4]   2> 1344691 INFO  (jetty-launcher-17270-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1344691 INFO  (jetty-launcher-17270-thread-2) [     ] o.e.j.s.Server Started @1344723ms
   [junit4]   2> 1344691 INFO  (jetty-launcher-17270-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45887/solr, hostPort=40233}
   [junit4]   2> 1344691 INFO  (jetty-launcher-17270-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.9.0
   [junit4]   2> 1344691 INFO  (jetty-launcher-17270-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1344691 INFO  (jetty-launcher-17270-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 1344691 INFO  (jetty-launcher-17270-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-03-19T08:28:07.324Z
   [junit4]   2> 1344691 ERROR (jetty-launcher-17270-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1344691 INFO  (jetty-launcher-17270-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1344691 INFO  (jetty-launcher-17270-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.9.0
   [junit4]   2> 1344691 INFO  (jetty-launcher-17270-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1344692 INFO  (jetty-launcher-17270-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 1344692 INFO  (jetty-launcher-17270-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-03-19T08:28:07.325Z
   [junit4]   2> 1344692 INFO  (jetty-launcher-17270-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1344693 INFO  (jetty-launcher-17270-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1344693 INFO  (zkConnectionManagerCallback-17272-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1344693 INFO  (jetty-launcher-17270-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1344693 INFO  (zkConnectionManagerCallback-17274-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1344693 INFO  (jetty-launcher-17270-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1344694 INFO  (jetty-launcher-17270-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1344694 INFO  (jetty-launcher-17270-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1344717 INFO  (jetty-launcher-17270-thread-2) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1344717 INFO  (jetty-launcher-17270-thread-1) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1345703 INFO  (jetty-launcher-17270-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1345703 WARN  (jetty-launcher-17270-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@a843a03[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1345703 WARN  (jetty-launcher-17270-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@a843a03[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1345706 WARN  (jetty-launcher-17270-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@33a529e1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1345706 WARN  (jetty-launcher-17270-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@33a529e1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1345707 INFO  (jetty-launcher-17270-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45887/solr
   [junit4]   2> 1345708 INFO  (jetty-launcher-17270-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1345708 INFO  (zkConnectionManagerCallback-17288-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1345708 INFO  (jetty-launcher-17270-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1345810 INFO  (jetty-launcher-17270-thread-2) [n:127.0.0.1:40233_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1345811 INFO  (zkConnectionManagerCallback-17290-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1345811 INFO  (jetty-launcher-17270-thread-2) [n:127.0.0.1:40233_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1345869 INFO  (jetty-launcher-17270-thread-2) [n:127.0.0.1:40233_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40233_solr
   [junit4]   2> 1345869 INFO  (jetty-launcher-17270-thread-2) [n:127.0.0.1:40233_solr     ] o.a.s.c.Overseer Overseer (id=73184071404617734-127.0.0.1:40233_solr-n_0000000000) starting
   [junit4]   2> 1345873 INFO  (OverseerStateUpdate-73184071404617734-127.0.0.1:40233_solr-n_0000000000) [n:127.0.0.1:40233_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40233_solr
   [junit4]   2> 1345873 INFO  (jetty-launcher-17270-thread-2) [n:127.0.0.1:40233_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40233_solr
   [junit4]   2> 1345879 INFO  (jetty-launcher-17270-thread-2) [n:127.0.0.1:40233_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1345880 WARN  (jetty-launcher-17270-thread-2) [n:127.0.0.1:40233_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> 1345881 INFO  (OverseerStateUpdate-73184071404617734-127.0.0.1:40233_solr-n_0000000000) [n:127.0.0.1:40233_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1345894 INFO  (jetty-launcher-17270-thread-2) [n:127.0.0.1:40233_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.LeaderTragicEventTest_EC20E3E1FC9C69F6-001/tempDir-001/node2
   [junit4]   2> 1346537 INFO  (jetty-launcher-17270-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1346538 WARN  (jetty-launcher-17270-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5227aa9d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1346538 WARN  (jetty-launcher-17270-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5227aa9d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1346540 WARN  (jetty-launcher-17270-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@7e7ca99c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1346540 WARN  (jetty-launcher-17270-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@7e7ca99c[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1346541 INFO  (jetty-launcher-17270-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45887/solr
   [junit4]   2> 1346542 INFO  (jetty-launcher-17270-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1346543 INFO  (zkConnectionManagerCallback-17308-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1346543 INFO  (jetty-launcher-17270-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1346644 INFO  (jetty-launcher-17270-thread-1) [n:127.0.0.1:35457_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1346645 INFO  (zkConnectionManagerCallback-17310-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1346645 INFO  (jetty-launcher-17270-thread-1) [n:127.0.0.1:35457_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1346649 INFO  (jetty-launcher-17270-thread-1) [n:127.0.0.1:35457_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1346652 INFO  (jetty-launcher-17270-thread-1) [n:127.0.0.1:35457_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35457_solr as DOWN
   [junit4]   2> 1346653 INFO  (jetty-launcher-17270-thread-1) [n:127.0.0.1:35457_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1346653 INFO  (jetty-launcher-17270-thread-1) [n:127.0.0.1:35457_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35457_solr
   [junit4]   2> 1346654 INFO  (zkCallback-17289-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1346654 INFO  (zkCallback-17309-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1346655 INFO  (jetty-launcher-17270-thread-1) [n:127.0.0.1:35457_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1346655 WARN  (jetty-launcher-17270-thread-1) [n:127.0.0.1:35457_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> 1346664 INFO  (jetty-launcher-17270-thread-1) [n:127.0.0.1:35457_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.LeaderTragicEventTest_EC20E3E1FC9C69F6-001/tempDir-001/node1
   [junit4]   2> 1346670 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-worker) [     ] o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=2
   [junit4]   2> 1346670 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-worker) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1346671 INFO  (zkConnectionManagerCallback-17321-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1346671 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-worker) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1346672 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-worker) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1346673 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-worker) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:45887/solr ready
   [junit4]   2> 1346690 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testOtherReplicasAreNotActive
   [junit4]   2> 1346694 INFO  (OverseerThreadFactory-17297-thread-1-processing-n:127.0.0.1:40233_solr) [n:127.0.0.1:40233_solr     ] o.a.s.c.a.c.CreateCollectionCmd Create collection testOtherReplicasAreNotActive
   [junit4]   2> 1346803 INFO  (OverseerStateUpdate-73184071404617734-127.0.0.1:40233_solr-n_0000000000) [n:127.0.0.1:40233_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"testOtherReplicasAreNotActive_shard1_replica_n1",
   [junit4]   2>   "node_name":"127.0.0.1:35457_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:35457/solr",
   [junit4]   2>   "collection":"testOtherReplicasAreNotActive",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1346805 INFO  (OverseerStateUpdate-73184071404617734-127.0.0.1:40233_solr-n_0000000000) [n:127.0.0.1:40233_solr     ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "core":"testOtherReplicasAreNotActive_shard1_replica_n2",
   [junit4]   2>   "node_name":"127.0.0.1:40233_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:40233/solr",
   [junit4]   2>   "collection":"testOtherReplicasAreNotActive",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1347008 INFO  (qtp1649153640-28338) [n:127.0.0.1:35457_solr    x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&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> 1347008 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr    x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=testOtherReplicasAreNotActive_shard1_replica_n2&action=CREATE&numShards=1&collection=testOtherReplicasAreNotActive&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1347008 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr    x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1347019 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 1347019 INFO  (qtp1649153640-28338) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 1347025 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1347026 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1347026 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.CoreContainer Creating SolrCore 'testOtherReplicasAreNotActive_shard1_replica_n2' using configuration from configset config, trusted=true
   [junit4]   2> 1347027 INFO  (qtp1649153640-28338) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1347027 INFO  (qtp1649153640-28338) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1347027 INFO  (qtp1649153640-28338) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 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> 1347026 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.SolrCore [[testOtherReplicasAreNotActive_shard1_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.LeaderTragicEventTest_EC20E3E1FC9C69F6-001/tempDir-001/node2/testOtherReplicasAreNotActive_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_EC20E3E1FC9C69F6-001/tempDir-001/node2/testOtherReplicasAreNotActive_shard1_replica_n2/data/]
   [junit4]   2> 1347027 INFO  (qtp1649153640-28338) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 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/J1/temp/solr.cloud.LeaderTragicEventTest_EC20E3E1FC9C69F6-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/J1/temp/solr.cloud.LeaderTragicEventTest_EC20E3E1FC9C69F6-001/tempDir-001/node1/testOtherReplicasAreNotActive_shard1_replica_n1/data/]
   [junit4]   2> 1347076 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1347076 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1347076 INFO  (qtp1649153640-28338) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1347076 INFO  (qtp1649153640-28338) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1347076 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1347076 INFO  (qtp1649153640-28338) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1347076 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1347076 INFO  (qtp1649153640-28338) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1347078 INFO  (qtp1649153640-28338) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1347078 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1347078 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1347078 INFO  (qtp1649153640-28338) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1347078 INFO  (qtp1649153640-28338) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1347078 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1347078 INFO  (qtp1649153640-28338) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1694648227291201536
   [junit4]   2> 1347078 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1694648227291201536
   [junit4]   2> 1347080 INFO  (searcherExecutor-17323-thread-1-processing-n:127.0.0.1:40233_solr x:testOtherReplicasAreNotActive_shard1_replica_n2 c:testOtherReplicasAreNotActive s:shard1 r:core_node4) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.SolrCore [testOtherReplicasAreNotActive_shard1_replica_n2]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1347080 INFO  (searcherExecutor-17325-thread-1-processing-n:127.0.0.1:35457_solr x:testOtherReplicasAreNotActive_shard1_replica_n1 c:testOtherReplicasAreNotActive s:shard1 r:core_node3) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.SolrCore [testOtherReplicasAreNotActive_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1347085 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testOtherReplicasAreNotActive/terms/shard1 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 1347085 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testOtherReplicasAreNotActive/leaders/shard1
   [junit4]   2> 1347085 INFO  (qtp1649153640-28338) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
   [junit4]   2> 1347086 INFO  (qtp1649153640-28338) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.ZkShardTerms Successful update of terms at /collections/testOtherReplicasAreNotActive/terms/shard1 to Terms{values={core_node3=0, core_node4=0}, version=1}
   [junit4]   2> 1347086 INFO  (qtp1649153640-28338) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/testOtherReplicasAreNotActive/leaders/shard1
   [junit4]   2> 1347090 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1347090 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1347090 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40233/solr/testOtherReplicasAreNotActive_shard1_replica_n2/
   [junit4]   2> 1347090 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.u.PeerSync PeerSync: core=testOtherReplicasAreNotActive_shard1_replica_n2 url=http://127.0.0.1:40233/solr  START replicas=[http://127.0.0.1:35457/solr/testOtherReplicasAreNotActive_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 1347090 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.u.PeerSync PeerSync: core=testOtherReplicasAreNotActive_shard1_replica_n2 url=http://127.0.0.1:40233/solr  DONE. We have no versions. sync failed.
   [junit4]   2> 1347091 INFO  (qtp1649153640-28331) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.S.Request [testOtherReplicasAreNotActive_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1347091 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1347092 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] 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> 1347092 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/testOtherReplicasAreNotActive/leaders/shard1/leader after winning as /collections/testOtherReplicasAreNotActive/leader_elect/shard1/election/73184071404617734-core_node4-n_0000000000
   [junit4]   2> 1347094 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40233/solr/testOtherReplicasAreNotActive_shard1_replica_n2/ shard1
   [junit4]   2> 1347195 INFO  (zkCallback-17289-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> 1347195 INFO  (zkCallback-17289-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> 1347196 INFO  (zkCallback-17289-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> 1347196 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1347199 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_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_n2&action=CREATE&numShards=1&collection=testOtherReplicasAreNotActive&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=192
   [junit4]   2> 1347299 INFO  (zkCallback-17289-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> 1347299 INFO  (zkCallback-17289-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> 1347299 INFO  (zkCallback-17289-thread-4) [     ] 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> 1347299 INFO  (zkCallback-17289-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> 1348094 INFO  (qtp1649153640-28338) [n:127.0.0.1:35457_solr     ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&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=1087
   [junit4]   2> 1348096 INFO  (qtp1649153640-28334) [n:127.0.0.1:35457_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> 1348194 INFO  (zkCallback-17309-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> 1348194 INFO  (zkCallback-17289-thread-5) [     ] 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> 1348194 INFO  (zkCallback-17289-thread-4) [     ] 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> 1348194 INFO  (zkCallback-17289-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> 1348194 INFO  (zkCallback-17309-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> 1348194 INFO  (zkCallback-17289-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> 1348195 INFO  (qtp1649153640-28334) [n:127.0.0.1:35457_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=1503
   [junit4]   2> 1348196 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.c.MiniSolrCloudCluster waitForActiveCollection: testOtherReplicasAreNotActive
   [junit4]   2> 1348200 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.c.LeaderTragicEventTest Stop jetty node : http://127.0.0.1:35457/solr state:DocCollection(testOtherReplicasAreNotActive//collections/testOtherReplicasAreNotActive/state.json/4 )={
   [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_node3":{
   [junit4]   2>           "core":"testOtherReplicasAreNotActive_shard1_replica_n1",
   [junit4]   2>           "node_name":"127.0.0.1:35457_solr",
   [junit4]   2>           "base_url":"http://127.0.0.1:35457/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_n2",
   [junit4]   2>           "node_name":"127.0.0.1:40233_solr",
   [junit4]   2>           "base_url":"http://127.0.0.1:40233/solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false",
   [junit4]   2>           "leader":"true"}}}},
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0"}
   [junit4]   2> 1348200 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1038421187
   [junit4]   2> 1348200 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:35457_solr
   [junit4]   2> 1348201 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 1348201 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:35457_solr as DOWN
   [junit4]   2> 1348202 INFO  (coreCloseExecutor-17337-thread-1) [n:127.0.0.1:35457_solr     ] o.a.s.c.SolrCore [testOtherReplicasAreNotActive_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@765c9364
   [junit4]   2> 1348202 INFO  (coreCloseExecutor-17337-thread-1) [n:127.0.0.1:35457_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testOtherReplicasAreNotActive.shard1.replica_n1 tag=SolrCore@765c9364
   [junit4]   2> 1348202 INFO  (coreCloseExecutor-17337-thread-1) [n:127.0.0.1:35457_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testOtherReplicasAreNotActive.shard1.leader tag=SolrCore@765c9364
   [junit4]   2> 1348203 INFO  (coreCloseExecutor-17337-thread-1) [n:127.0.0.1:35457_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1348204 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 1348204 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 1348204 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 1348204 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster tag=null
   [junit4]   2> 1348205 WARN  (jetty-launcher-17270-thread-1-SendThread(127.0.0.1:45887)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1040086734a0008.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1040086734a0008, 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 0x1040086734a0008, 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> 1348205 INFO  (zkCallback-17320-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1348205 INFO  (zkCallback-17289-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 1348303 INFO  (zkCallback-17289-thread-4) [     ] 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> 1348303 INFO  (zkCallback-17289-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> 1348303 INFO  (zkCallback-17289-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: [1])
   [junit4]   2> 1348303 INFO  (zkCallback-17289-thread-5) [     ] 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> 1348307 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@6c8bf451{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1348307 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@5d675b5e{/solr,null,STOPPED}
   [junit4]   2> 1348307 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1348308 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.c.MiniSolrCloudCluster waitForJettyToStop: 35457
   [junit4]   2> 1348308 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.c.SolrCloudTestCase waitForState (testOtherReplicasAreNotActive): Timeout waiting for replica get down
   [junit4]   2> 1348311 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.c.LeaderTragicEventTest Will crash leader : core_node4:{
   [junit4]   2>   "core":"testOtherReplicasAreNotActive_shard1_replica_n2",
   [junit4]   2>   "node_name":"127.0.0.1:40233_solr",
   [junit4]   2>   "base_url":"http://127.0.0.1:40233/solr",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "leader":"true"}
   [junit4]   2> 1348314 ERROR (qtp1863388463-28341) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] 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:3894)
   [junit4]   2> java.lang.IllegalStateException: this writer hit an unrecoverable error; cannot flush
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.doFlush(IndexWriter.java:3894) ~[java/:?]
   [junit4]   2> 	at org.apache.lucene.index.IndexWriter.flush(IndexWriter.java:3886) ~[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:2638) ~[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.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_281]
   [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> 	... 36 more
   [junit4]   2> 1348316 INFO  (qtp1863388463-28341) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.u.DefaultSolrCoreState New IndexWriter is ready to be used.
   [junit4]   2> 1348316 ERROR (qtp1863388463-28341) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] 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:2638)
   [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.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> 1348316 INFO  (qtp1863388463-28341) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.c.S.Request [testOtherReplicasAreNotActive_shard1_replica_n2]  webapp=/solr path=/update params={commit=true&wt=javabin&version=2} status=500 QTime=3
   [junit4]   2> 1348316 ERROR (qtp1863388463-28341) [n:127.0.0.1:40233_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node4 x:testOtherReplicasAreNotActive_shard1_replica_n2 ] 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:2638)
   [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.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> 1348324 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=35457)
   [junit4]   2> 1348324 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 35457 try number 2 ...
   [junit4]   2> 1348324 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.e.j.s.Server jetty-9.4.34.v20201102; built: 2020-11-02T14:15:39.302Z; git: e46af88704a893fc12cb0e3bf46e2c7b48a009e7; jvm 1.8.0_281-b09
   [junit4]   2> 1348325 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1348325 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1348325 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1348325 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@6460d40d{/solr,null,AVAILABLE}
   [junit4]   2> 1348325 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@58d05746{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35457}
   [junit4]   2> 1348325 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.e.j.s.Server Started @1348356ms
   [junit4]   2> 1348325 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, zkHost=127.0.0.1:45887/solr, hostPort=35457}
   [junit4]   2> 1348325 ERROR (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1348325 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1348325 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.9.0
   [junit4]   2> 1348325 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1348325 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: /home/jenkins/jenkins-slave/workspace/Lucene/Lucene-Solr-BadApples-Tests-8.x/solr
   [junit4]   2> 1348325 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2021-03-19T08:28:10.958Z
   [junit4]   2> 1348326 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1348327 INFO  (zkConnectionManagerCallback-17341-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1348327 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1348327 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1348330 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.c.SolrXmlConfig Metrics collection is disabled.
   [junit4]   2> 1348331 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]-SendThread(127.0.0.1:45887)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1040086734a000a.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1040086734a000a, 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 0x1040086734a000a, 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> 1348695 INFO  (OverseerCollectionConfigSetProcessor-73184071404617734-127.0.0.1:40233_solr-n_0000000000) [n:127.0.0.1:40233_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> 1348734 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1348735 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@714b81ca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1348735 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@714b81ca[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1348737 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@6416247d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1348737 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@6416247d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1348739 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:45887/solr
   [junit4]   2> 1348739 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1348740 INFO  (zkConnectionManagerCallback-17352-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1348740 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1348842 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [n:127.0.0.1:35457_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 1348843 INFO  (zkConnectionManagerCallback-17354-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1348843 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [n:127.0.0.1:35457_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 1348847 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [n:127.0.0.1:35457_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1348850 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [n:127.0.0.1:35457_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:35457_solr as DOWN
   [junit4]   2> 1348851 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [n:127.0.0.1:35457_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1348851 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [n:127.0.0.1:35457_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35457_solr
   [junit4]   2> 1348852 INFO  (zkCallback-17320-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1348852 INFO  (zkCallback-17289-thread-5) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1348852 INFO  (zkCallback-17353-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1348854 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [n:127.0.0.1:35457_solr     ] o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 1348854 WARN  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [n:127.0.0.1:35457_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> 1348870 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [n:127.0.0.1:35457_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/J1/temp/solr.cloud.LeaderTragicEventTest_EC20E3E1FC9C69F6-001/tempDir-001/node1
   [junit4]   2> 1348870 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [n:127.0.0.1:35457_solr     ] o.a.s.c.CorePropertiesLocator Cores are: [testOtherReplicasAreNotActive_shard1_replica_n1]
   [junit4]   2> 1348878 INFO  (coreLoadExecutor-17360-thread-1-processing-n:127.0.0.1:35457_solr) [n:127.0.0.1:35457_solr     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 1348884 INFO  (coreLoadExecutor-17360-thread-1-processing-n:127.0.0.1:35457_solr) [n:127.0.0.1:35457_solr     ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1348885 INFO  (coreLoadExecutor-17360-thread-1-processing-n:127.0.0.1:35457_solr) [n:127.0.0.1:35457_solr     ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1348891 INFO  (coreLoadExecutor-17360-thread-1-processing-n:127.0.0.1:35457_solr) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 1348896 INFO  (coreLoadExecutor-17360-thread-1-processing-n:127.0.0.1:35457_solr) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.s.IndexSchema Schema name=minimal
   [junit4]   2> 1348897 INFO  (coreLoadExecutor-17360-thread-1-processing-n:127.0.0.1:35457_solr) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1348897 INFO  (coreLoadExecutor-17360-thread-1-processing-n:127.0.0.1:35457_solr) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 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> 1348897 INFO  (coreLoadExecutor-17360-thread-1-processing-n:127.0.0.1:35457_solr) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 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/J1/temp/solr.cloud.LeaderTragicEventTest_EC20E3E1FC9C69F6-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/J1/temp/solr.cloud.LeaderTragicEventTest_EC20E3E1FC9C69F6-001/tempDir-001/node1/testOtherReplicasAreNotActive_shard1_replica_n1/data/]
   [junit4]   2> 1348924 INFO  (coreLoadExecutor-17360-thread-1-processing-n:127.0.0.1:35457_solr) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1348924 INFO  (coreLoadExecutor-17360-thread-1-processing-n:127.0.0.1:35457_solr) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1348925 INFO  (coreLoadExecutor-17360-thread-1-processing-n:127.0.0.1:35457_solr) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1348925 INFO  (coreLoadExecutor-17360-thread-1-processing-n:127.0.0.1:35457_solr) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1348926 INFO  (coreLoadExecutor-17360-thread-1-processing-n:127.0.0.1:35457_solr) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/config
   [junit4]   2> 1348926 INFO  (coreLoadExecutor-17360-thread-1-processing-n:127.0.0.1:35457_solr) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 1348926 INFO  (coreLoadExecutor-17360-thread-1-processing-n:127.0.0.1:35457_solr) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 1348926 INFO  (coreLoadExecutor-17360-thread-1-processing-n:127.0.0.1:35457_solr) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1694648229228969984
   [junit4]   2> 1348928 INFO  (searcherExecutor-17362-thread-1-processing-n:127.0.0.1:35457_solr x:testOtherReplicasAreNotActive_shard1_replica_n1 c:testOtherReplicasAreNotActive s:shard1 r:core_node3) [n:127.0.0.1:35457_solr c:testOtherReplicasAreNotActive s:shard1 r:core_node3 x:testOtherReplicasAreNotActive_shard1_replica_n1 ] o.a.s.c.SolrCore [testOtherReplicasAreNotActive_shard1_replica_n1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 1348928 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.c.MiniSolrCloudCluster waitForNode: 127.0.0.1:35457_solr
   [junit4]   2> 1348929 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testOtherReplicasAreNotActive
   [junit4]   2> 1348929 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.h.i.e.RetryExec I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {}->http://127.0.0.1:35457: The target server failed to respond
   [junit4]   2> 1348929 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[EC20E3E1FC9C69F6]) [     ] o.a.h.i.e.RetryExec Retrying request to {}->http://127.0.0.1:35457
   [junit4]   2> 1348933 INFO  (OverseerThreadFactory-17297-thread-2-processing-n:127.0.0.1:40233_solr) [n:127.0.0.1:40233_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true&deleteMetricsHistory=true, asyncId=null
   [junit4]   2> 1348935 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr    x:testOtherReplicasAreNotActive_shard1_replica_n2 ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testOtherReplicasAreNotActive.shard1.replica_n2 tag=null
   [junit4]   2> 1348935 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr     ] o.a.s.c.SolrCore [testOtherReplicasAreNotActive_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@2371ccbb
   [junit4]   2> 1348935 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.testOtherReplicasAreNotActive.shard1.replica_n2 tag=SolrCore@2371ccbb
   [junit4]   2> 1348935 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.testOtherReplicasAreNotActive.shard1.leader tag=SolrCore@2371ccbb
   [junit4]   2> 1348935 INFO  (qtp1863388463-28337) [n:127.0.0.1:40233_solr     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 1348934 ERROR (OverseerThreadFactory-17297-thread-2-processing-n:127.0.0.1:40233_solr) [n:127.0.0.1:40233_solr     ] o.a.s.c.a.c.OverseerCollectionMessageHandler Error from shard: http://127.0.0.1:35457/solr
   [junit4]   2>     

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

g.apache.zookeeper.ClientCnxn$EndOfStreamException: Unable to read additional data from server sessionid 0x1040086734a000c, 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> 1359927 INFO  (jetty-closer-17373-thread-1) [     ] o.a.s.c.Overseer Overseer (id=73184071404617734-127.0.0.1:40233_solr-n_0000000000) closing
   [junit4]   2> 1359928 INFO  (jetty-closer-17373-thread-1) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@61d6eebd{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:0}
   [junit4]   2> 1359928 INFO  (jetty-closer-17373-thread-1) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@1b14d575{/solr,null,STOPPED}
   [junit4]   2> 1359928 INFO  (jetty-closer-17373-thread-1) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1360448 INFO  (jetty-closer-17373-thread-2) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@58d05746{HTTP/1.1, (http/1.1, h2c)}{127.0.0.1:35457}
   [junit4]   2> 1360449 INFO  (jetty-closer-17373-thread-2) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@6460d40d{/solr,null,STOPPED}
   [junit4]   2> 1360449 INFO  (jetty-closer-17373-thread-2) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1360449 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-worker) [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 1360450 WARN  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-worker-SendThread(127.0.0.1:45887)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1040086734a0000.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1040086734a0000, 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 0x1040086734a0000, 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> 1360551 WARN  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-worker-SendThread(127.0.0.1:45887)) [     ] o.a.z.ClientCnxn An exception was thrown while closing send thread for session 0x1040086734a0001.
   [junit4]   2>           => EndOfStreamException: Unable to read additional data from server sessionid 0x1040086734a0001, 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 0x1040086734a0001, 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> 1360653 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> 	10	/solr/collections/testOtherReplicasAreNotActive/terms/shard1
   [junit4]   2> 	4	/solr/collections/testOtherReplicasAreNotActive/state.json
   [junit4]   2> 	4	/solr/clusterprops.json
   [junit4]   2> 	4	/solr/aliases.json
   [junit4]   2> 	4	/solr/collections/testLeaderFailsOver/state.json
   [junit4]   2> 	4	/solr/configs/config
   [junit4]   2> 	3	/solr/collections/testLeaderFailsOver/terms/shard1
   [junit4]   2> 	3	/solr/packages.json
   [junit4]   2> 	3	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	29	/solr/collections/testOtherReplicasAreNotActive/state.json
   [junit4]   2> 	5	/solr/collections/testLeaderFailsOver/state.json
   [junit4]   2> 	4	/solr/clusterstate.json
   [junit4]   2> 	2	/solr/overseer_elect/election/73184071404617734-127.0.0.1:40233_solr-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	37	/solr/overseer/queue
   [junit4]   2> 	16	/solr/collections
   [junit4]   2> 	14	/solr/overseer/collection-queue-work
   [junit4]   2> 	13	/solr/live_nodes
   [junit4]   2> 	12	/solr/collections/testOtherReplicasAreNotActive/state.json
   [junit4]   2> 	4	/solr/collections/testLeaderFailsOver/state.json
   [junit4]   2> 
   [junit4]   2> 1360655 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-worker) [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:45887
   [junit4]   2> 1360655 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-worker) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:45887
   [junit4]   2> 1360655 INFO  (SUITE-LeaderTragicEventTest-seed#[EC20E3E1FC9C69F6]-worker) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 45887
   [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.cloud.LeaderTragicEventTest_EC20E3E1FC9C69F6-001
   [junit4]   2> Mar 19, 2021 8:28:23 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87): {}, docValues:{}, maxPointsInLeafNode=1491, maxMBSortInHeap=5.320325063328467, sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=sr-Latn, timezone=Asia/Chungking
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=103470696,total=518520832
   [junit4]   2> NOTE: All tests run in this JVM: [BasicFunctionalityTest, XsltUpdateRequestHandlerTest, DateRangeFieldTest, SolrIndexConfigTest, DistribDocExpirationUpdateProcessorTest, TestQuerySenderNoQuery, ZkDynamicConfigTest, RoutingToNodesWithPropertiesTest, HdfsLockFactoryTest, HdfsRecoverLeaseTest, TestMinHashQParser, DaemonStreamApiTest, RangeFacetCloudTest, TestConfigReload, TestHashPartitioner, DirectoryFactoriesTest, TestJsonFacetsStatsParsing, ChaosMonkeyNothingIsSafeTest, TestBM25SimilarityFactory, MoveReplicaHDFSTest, TestPullReplicaErrorHandling, TestCloudNestedDocsSort, TestTolerantUpdateProcessorRandomCloud, TestAnalyzeInfixSuggestions, TestMultiValuedNumericRangeQuery, VersionInfoTest, ClusterStateTest, TestFieldSortValues, TestImpersonationWithHadoopAuth, NodeLostTriggerIntegrationTest, TestMergePolicyConfig, TestEmbeddedSolrServerAdminHandler, TestJavabinTupleStreamParser, TestSolrCloudWithKerberosAlt, VMParamsZkACLAndCredentialsProvidersTest, HttpTriggerListenerTest, TestZkChroot, BlockCacheTest, LargeFieldTest, SpellPossibilityIteratorTest, TestConfigOverlay, TaggingAttributeTest, TestFieldCollectionResource, TestSearcherReuse, TestReversedWildcardFilterFactory, TestCloudPseudoReturnFields, ScheduledMaintenanceTriggerTest, QueryParsingTest, RankFieldTest, TestReplicationHandler, ExplicitHLLTest, JavaBinAtomicUpdateMultivalueTest, TestQueryTypes, TestInfoStreamLogging, BJQFilterAccessibleTest, TestOverriddenPrefixQueryForCustomFieldType, SuggesterFSTTest, DeleteReplicaTest, TestNamedUpdateProcessors, URLClassifyProcessorTest, TestSafeXMLParsing, TestRawTransformer, PackageManagerCLITest, TestMiniSolrCloudClusterSSL, ConnectionReuseTest, TestPivotHelperCode, CloneFieldUpdateProcessorFactoryTest, EmbeddedSolrNoSerializeTest, DistributedTermsComponentTest, ResourceLoaderTest, TestDFRSimilarityFactory, LoggingHandlerTest, TestBulkSchemaAPI, ShardRoutingTest, TestUnifiedSolrHighlighter, TestCloudJSONFacetSKGEquiv, TestSweetSpotSimilarityFactory, TestStreamBody, TestSolrConfigHandler, TestDistributedMap, DistributedFacetPivotSmallTest, SolrGraphiteReporterTest, TestCrossCoreJoin, TestSimComputePlanAction, MultiDestinationAuditLoggerTest, StressHdfsTest, OverseerSolrResponseUnsafeSerializationTest, HdfsThreadLeakTest, XMLAtomicUpdateMultivalueTest, TestFastOutputStream, TestClusterProperties, TestCollationFieldDocValues, PhrasesIdentificationComponentTest, TestExceedMaxTermLength, CustomTermsComponentTest, ZookeeperStatusHandlerTest, TestUseDocValuesAsStored, SearchHandlerTest, PluginInfoTest, LeaderElectionIntegrationTest, TestDocSet, TestLogWatcher, CoreAdminHandlerTest, TestSchemaNameResource, TestRebalanceLeaders, SystemInfoHandlerTest, RegexBoostProcessorTest, AuditLoggerPluginTest, TestCSVResponseWriter, NestedShardedAtomicUpdateTest, ByteBuffersDirectoryFactoryTest, SearchRateTriggerTest, SecurityHeadersTest, DistributedFacetExistsSmallTest, DisMaxRequestHandlerTest, DistributedIntervalFacetingTest, OutputWriterTest, SampleTest, SolrInfoBeanTest, SolrTestCaseJ4DeleteCoreTest, TestCursorMarkWithoutUniqueKey, TestDistributedGrouping, TestDistributedMissingSort, TestDistributedSearch, AssignBackwardCompatibilityTest, BasicDistributedZkTest, CollectionStateFormat2Test, CollectionsAPISolrJTest, LeaderTragicEventTest]
   [junit4] Completed [499/934 (1!)] on J1 in 16.51s, 2 tests, 1 error <<< FAILURES!

[...truncated 52266 lines...]

[JENKINS] Lucene » Lucene-Solr-BadApples-Tests-8.x - Build # 222 - 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/222/

1 tests failed.
FAILED:  org.apache.solr.schema.EnumFieldTest.testFacetEnumSearch

Error Message:
Exception during query

Stack Trace:
java.lang.RuntimeException: Exception during query
	at __randomizedtesting.SeedInfo.seed([87B854F957A98545:178B3CCF34FE62C]:0)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1023)
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
	at org.apache.solr.schema.EnumFieldTest.testFacetEnumSearch(EnumFieldTest.java:594)
	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)
Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//*[@name='facets']/int/text()=6
	xml response was: <?xml version="1.0" encoding="UTF-8"?>
<response>
<lst name="responseHeader"><int name="status">0</int><int name="QTime">15</int><lst name="params"><str name="q">severity:*</str><str name="json.facet">{ severity : { type : terms, field : severity, missing : true, exists : true, allBuckets : true, method : enum }}</str><str name="fl">severity</str><str name="wt">xml</str></lst></lst><result name="response" numFound="0" start="0" numFoundExact="true"></result><lst name="facets"><int name="count">0</int></lst>
</response>

	request was:q=severity:*&json.facet={+severity+:+{+type+:+terms,+field+:+severity,+missing+:+true,+exists+:+true,+allBuckets+:+true,+method+:+enum+}}&fl=severity&wt=xml
	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1016)
	... 45 more




Build Log:
[...truncated 14094 lines...]
   [junit4] Suite: org.apache.solr.schema.EnumFieldTest
   [junit4]   2> 630385 INFO  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-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> 630385 INFO  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-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.schema.EnumFieldTest_87B854F957A98545-001/data-dir-42-001
   [junit4]   2> 630385 WARN  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-worker) [     ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 630385 INFO  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-worker) [     ] o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 630387 INFO  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-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> 630387 INFO  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-worker) [     ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 630388 INFO  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 630392 INFO  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-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> 630415 INFO  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-worker) [     ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 630422 INFO  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-worker) [     ] o.a.s.s.IndexSchema Schema name=tiny
   [junit4]   2> 630426 WARN  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-worker) [     ] o.a.s.D.s.EnumField Solr loaded a deprecated plugin/analysis class [solr.EnumField]. Please consult documentation how to replace it accordingly.
   [junit4]   2> 630428 INFO  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-worker) [     ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 631107 WARN  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-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_281]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_281]
   [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_281]
   [junit4]   2> 	at java.nio.file.Files.createAndCheckIsDirectory(Files.java:781) ~[?:1.8.0_281]
   [junit4]   2> 	at java.nio.file.Files.createDirectories(Files.java:727) ~[?:1.8.0_281]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:377) [java/:?]
   [junit4]   2> 	at org.apache.solr.core.CoreContainer.<init>(CoreContainer.java:342) [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.schema.EnumFieldTest.doInitCore(EnumFieldTest.java:48) [test/:?]
   [junit4]   2> 	at org.apache.solr.schema.EnumFieldTest.beforeClass(EnumFieldTest.java:40) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_281]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_281]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_281]
   [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_281]
   [junit4]   2> 631108 WARN  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-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_281]
   [junit4]   2> 	at java.security.AccessController.checkPermission(AccessController.java:886) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.SecurityManager.checkPermission(SecurityManager.java:549) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.SecurityManager.checkWrite(SecurityManager.java:979) ~[?:1.8.0_281]
   [junit4]   2> 	at java.io.File.mkdir(File.java:1311) ~[?:1.8.0_281]
   [junit4]   2> 	at java.io.File.mkdirs(File.java:1343) ~[?:1.8.0_281]
   [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:678) [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.schema.EnumFieldTest.doInitCore(EnumFieldTest.java:48) [test/:?]
   [junit4]   2> 	at org.apache.solr.schema.EnumFieldTest.beforeClass(EnumFieldTest.java:40) [test/:?]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_281]
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_281]
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_281]
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_281]
   [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_281]
   [junit4]   2> 631109 INFO  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-worker) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 631110 WARN  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-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> 631111 WARN  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@47dbe997[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 631111 WARN  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@47dbe997[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 631114 WARN  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-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> 631114 WARN  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-worker) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@51a638b0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 631114 WARN  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-worker) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@51a638b0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 631115 WARN  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-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> 631145 INFO  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57e39c69
   [junit4]   2> 631151 INFO  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57e39c69
   [junit4]   2> 631151 INFO  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-worker) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@57e39c69
   [junit4]   2> 631152 INFO  (coreLoadExecutor-9197-thread-1) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 631159 INFO  (coreLoadExecutor-9197-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> 631176 INFO  (coreLoadExecutor-9197-thread-1) [    x:collection1 ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.9.0
   [junit4]   2> 631182 INFO  (coreLoadExecutor-9197-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Schema name=tiny
   [junit4]   2> 631184 INFO  (coreLoadExecutor-9197-thread-1) [    x:collection1 ] o.a.s.s.IndexSchema Loaded schema tiny/1.1 with uniqueid field id
   [junit4]   2> 631184 INFO  (coreLoadExecutor-9197-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> 631185 INFO  (coreLoadExecutor-9197-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@57e39c69
   [junit4]   2> 631185 INFO  (coreLoadExecutor-9197-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/J1/temp/solr.schema.EnumFieldTest_87B854F957A98545-001/data-dir-42-001/]
   [junit4]   2> 631186 INFO  (coreLoadExecutor-9197-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=10, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=41.53515625, floorSegmentMB=1.849609375, forceMergeDeletesPctAllowed=6.501248648487627, segmentsPerTier=32.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.7419164812566854, deletesPctAllowed=20.89293532660749
   [junit4]   2> 631233 INFO  (coreLoadExecutor-9197-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 631233 INFO  (coreLoadExecutor-9197-thread-1) [    x:collection1 ] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 631234 INFO  (coreLoadExecutor-9197-thread-1) [    x:collection1 ] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy: minMergeSize=1000, mergeFactor=29, maxMergeSize=9223372036854775807, maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0]
   [junit4]   2> 631234 WARN  (coreLoadExecutor-9197-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> 631235 INFO  (coreLoadExecutor-9197-thread-1) [    x:collection1 ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000 ms
   [junit4]   2> 631236 INFO  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-worker) [     ] o.a.s.SolrTestCaseJ4 ####initCore end
   [junit4]   2> 631246 INFO  (searcherExecutor-9199-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 631247 INFO  (TEST-EnumFieldTest.testEnumSchema-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testEnumSchema
   [junit4]   2> 631248 INFO  (TEST-EnumFieldTest.testEnumSchema-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testEnumSchema
   [junit4]   2> 631251 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBogusEnumSearch
   [junit4]   2> 631251 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[87B854F957A98545]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 631251 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[87B854F957A98545]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 631252 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 631255 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 631255 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 631255 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 631255 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 631256 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 631257 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 631274 INFO  (searcherExecutor-9199-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 631274 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 17
   [junit4]   2> 631276 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[87B854F957A98545]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=severity:bla&fl=severity&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 631276 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[87B854F957A98545]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=severity:7&fl=severity&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 631277 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[87B854F957A98545]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=severity:"-3"&fl=severity&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 631277 INFO  (TEST-EnumFieldTest.testBogusEnumSearch-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testBogusEnumSearch
   [junit4]   2> 631282 INFO  (TEST-EnumFieldTest.testFacetEnumSearch-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testFacetEnumSearch
   [junit4]   2> 631283 INFO  (TEST-EnumFieldTest.testFacetEnumSearch-seed#[87B854F957A98545]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 631283 INFO  (TEST-EnumFieldTest.testFacetEnumSearch-seed#[87B854F957A98545]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 631283 INFO  (TEST-EnumFieldTest.testFacetEnumSearch-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 631284 INFO  (TEST-EnumFieldTest.testFacetEnumSearch-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 631284 INFO  (TEST-EnumFieldTest.testFacetEnumSearch-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 631284 INFO  (TEST-EnumFieldTest.testFacetEnumSearch-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 631284 INFO  (TEST-EnumFieldTest.testFacetEnumSearch-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 631285 INFO  (TEST-EnumFieldTest.testFacetEnumSearch-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[5]} 0 0
   [junit4]   2> 631288 INFO  (searcherExecutor-9199-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 631289 INFO  (TEST-EnumFieldTest.testFacetEnumSearch-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 631305 INFO  (TEST-EnumFieldTest.testFacetEnumSearch-seed#[87B854F957A98545]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=severity:*&json.facet={+severity+:+{+type+:+terms,+field+:+severity,+missing+:+true,+exists+:+true,+allBuckets+:+true,+method+:+enum+}}&fl=severity&wt=xml} hits=0 status=0 QTime=15
   [junit4]   2> 631305 ERROR (TEST-EnumFieldTest.testFacetEnumSearch-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: xpath=//*[@name='facets']/int/text()=6
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">15</int><lst name="params"><str name="q">severity:*</str><str name="json.facet">{ severity : { type : terms, field : severity, missing : true, exists : true, allBuckets : true, method : enum }}</str><str name="fl">severity</str><str name="wt">xml</str></lst></lst><result name="response" numFound="0" start="0" numFoundExact="true"></result><lst name="facets"><int name="count">0</int></lst>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=severity:*&json.facet={+severity+:+{+type+:+terms,+field+:+severity,+missing+:+true,+exists+:+true,+allBuckets+:+true,+method+:+enum+}}&fl=severity&wt=xml
   [junit4]   2> 631305 ERROR (TEST-EnumFieldTest.testFacetEnumSearch-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 REQUEST FAILED: q=severity:*&json.facet={+severity+:+{+type+:+terms,+field+:+severity,+missing+:+true,+exists+:+true,+allBuckets+:+true,+method+:+enum+}}&fl=severity&wt=xml:java.lang.RuntimeException: REQUEST FAILED: xpath=//*[@name='facets']/int/text()=6
   [junit4]   2> 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]   2> <response>
   [junit4]   2> <lst name="responseHeader"><int name="status">0</int><int name="QTime">15</int><lst name="params"><str name="q">severity:*</str><str name="json.facet">{ severity : { type : terms, field : severity, missing : true, exists : true, allBuckets : true, method : enum }}</str><str name="fl">severity</str><str name="wt">xml</str></lst></lst><result name="response" numFound="0" start="0" numFoundExact="true"></result><lst name="facets"><int name="count">0</int></lst>
   [junit4]   2> </response>
   [junit4]   2> 
   [junit4]   2> 	request was:q=severity:*&json.facet={+severity+:+{+type+:+terms,+field+:+severity,+missing+:+true,+exists+:+true,+allBuckets+:+true,+method+:+enum+}}&fl=severity&wt=xml
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1016)
   [junit4]   2> 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
   [junit4]   2> 	at org.apache.solr.schema.EnumFieldTest.testFacetEnumSearch(EnumFieldTest.java:594)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]   2> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]   2> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]   2> 	at java.lang.reflect.Method.invoke(Method.java:498)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   [junit4]   2> 	at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
   [junit4]   2> 	at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
   [junit4]   2> 	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
   [junit4]   2> 	at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 
   [junit4]   2> 631306 INFO  (TEST-EnumFieldTest.testFacetEnumSearch-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testFacetEnumSearch
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=EnumFieldTest -Dtests.method=testFacetEnumSearch -Dtests.seed=87B854F957A98545 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.badapples=true -Dtests.locale=es-CR -Dtests.timezone=Africa/Ndjamena -Dtests.asserts=true -Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.03s J1 | EnumFieldTest.testFacetEnumSearch <<<
   [junit4]    > Throwable #1: java.lang.RuntimeException: Exception during query
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([87B854F957A98545:178B3CCF34FE62C]:0)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1023)
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:983)
   [junit4]    > 	at org.apache.solr.schema.EnumFieldTest.testFacetEnumSearch(EnumFieldTest.java:594)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.lang.RuntimeException: REQUEST FAILED: xpath=//*[@name='facets']/int/text()=6
   [junit4]    > 	xml response was: <?xml version="1.0" encoding="UTF-8"?>
   [junit4]    > <response>
   [junit4]    > <lst name="responseHeader"><int name="status">0</int><int name="QTime">15</int><lst name="params"><str name="q">severity:*</str><str name="json.facet">{ severity : { type : terms, field : severity, missing : true, exists : true, allBuckets : true, method : enum }}</str><str name="fl">severity</str><str name="wt">xml</str></lst></lst><result name="response" numFound="0" start="0" numFoundExact="true"></result><lst name="facets"><int name="count">0</int></lst>
   [junit4]    > </response>
   [junit4]    > 	request was:q=severity:*&json.facet={+severity+:+{+type+:+terms,+field+:+severity,+missing+:+true,+exists+:+true,+allBuckets+:+true,+method+:+enum+}}&fl=severity&wt=xml
   [junit4]    > 	at org.apache.solr.SolrTestCaseJ4.assertQ(SolrTestCaseJ4.java:1016)
   [junit4]    > 	... 45 more
   [junit4]   2> 631311 INFO  (TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedKnownIntegerEnumIndexing
   [junit4]   2> 631311 INFO  (TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[87B854F957A98545]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 631312 INFO  (TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[87B854F957A98545]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 631312 INFO  (TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 631312 INFO  (TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 631316 INFO  (searcherExecutor-9199-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 631316 INFO  (TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 631316 INFO  (TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[87B854F957A98545]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,severity_mv&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 631317 INFO  (TEST-EnumFieldTest.testMultivaluedKnownIntegerEnumIndexing-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedKnownIntegerEnumIndexing
   [junit4]   2> 631321 INFO  (TEST-EnumFieldTest.testSetQuery-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testSetQuery
   [junit4]   2> 631321 INFO  (TEST-EnumFieldTest.testSetQuery-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testSetQuery
   [junit4] IGNOR/A 0.00s J1 | EnumFieldTest.testSetQuery
   [junit4]    > Assumption #1: Skipping testing of unindexed EnumField without docValues, which is unsupported.
   [junit4]   2> 631325 INFO  (TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testKnownIntegerEnumIndexing
   [junit4]   2> 631325 INFO  (TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[87B854F957A98545]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 631325 INFO  (TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[87B854F957A98545]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 631325 INFO  (TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 631326 INFO  (TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 631329 INFO  (searcherExecutor-9199-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 631330 INFO  (TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 631330 INFO  (TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[87B854F957A98545]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=*:*&fl=id,severity&wt=xml} hits=2 status=0 QTime=0
   [junit4]   2> 631331 INFO  (TEST-EnumFieldTest.testKnownIntegerEnumIndexing-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testKnownIntegerEnumIndexing
   [junit4]   2> 631334 INFO  (TEST-EnumFieldTest.testMultivaluedEnumSort-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedEnumSort
   [junit4]   2> 631334 INFO  (TEST-EnumFieldTest.testMultivaluedEnumSort-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedEnumSort
   [junit4] IGNOR/A 0.00s J1 | EnumFieldTest.testMultivaluedEnumSort
   [junit4]    > Assumption #1: Skipping testing of sorting over multivalued EnumField - see SOLR-11193
   [junit4]   2> 631338 INFO  (TEST-EnumFieldTest.testMultivaluedSetQuery-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedSetQuery
   [junit4]   2> 631339 INFO  (TEST-EnumFieldTest.testMultivaluedSetQuery-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedSetQuery
   [junit4] IGNOR/A 0.00s J1 | EnumFieldTest.testMultivaluedSetQuery
   [junit4]    > Assumption #1: Skipping testing of unindexed EnumField without docValues, which is unsupported.
   [junit4]   2> 631342 INFO  (TEST-EnumFieldTest.testEnumSort-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testEnumSort
   [junit4]   2> 631342 INFO  (TEST-EnumFieldTest.testEnumSort-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testEnumSort
   [junit4] IGNOR/A 0.00s J1 | EnumFieldTest.testEnumSort
   [junit4]    > Assumption #1: Skipping testing of unindexed EnumField without docValues, which is unsupported.
   [junit4]   2> 631346 INFO  (TEST-EnumFieldTest.testMultivaluedEnumRangeSearch-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedEnumRangeSearch
   [junit4]   2> 631346 INFO  (TEST-EnumFieldTest.testMultivaluedEnumRangeSearch-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedEnumRangeSearch
   [junit4] IGNOR/A 0.00s J1 | EnumFieldTest.testMultivaluedEnumRangeSearch
   [junit4]    > Assumption #1: Skipping testing of range searching over multivalued EnumField - see SOLR-11193
   [junit4]   2> 631350 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedBogusEnumIndexing
   [junit4]   2> 631350 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[87B854F957A98545]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 631350 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[87B854F957A98545]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 631350 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{} 0 0
   [junit4]   2> 631350 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching Unknown value for enum field: severity_mv, value: blabla
   [junit4]   2> 631351 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{} 0 0
   [junit4]   2> 631351 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching Unknown value for enum field: severity_mv, value: 145
   [junit4]   2> 631351 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{} 0 0
   [junit4]   2> 631351 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching Unknown value for enum field: severity_mv, value: -4
   [junit4]   2> 631352 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumIndexing-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedBogusEnumIndexing
   [junit4]   2> 631355 INFO  (TEST-EnumFieldTest.testEnumFieldTypeWithoutDocValues-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testEnumFieldTypeWithoutDocValues
   [junit4]   2> 631355 INFO  (TEST-EnumFieldTest.testEnumFieldTypeWithoutDocValues-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testEnumFieldTypeWithoutDocValues
   [junit4] IGNOR/A 0.00s J1 | EnumFieldTest.testEnumFieldTypeWithoutDocValues
   [junit4]    > Assumption #1: Only testing EnumFieldType without docValues.
   [junit4]   2> 631359 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testMultivaluedBogusEnumSearch
   [junit4]   2> 631359 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[87B854F957A98545]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 631359 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[87B854F957A98545]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 631359 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[0]} 0 0
   [junit4]   2> 631360 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[1]} 0 0
   [junit4]   2> 631360 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[2]} 0 0
   [junit4]   2> 631360 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[3]} 0 0
   [junit4]   2> 631361 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[4]} 0 0
   [junit4]   2> 631361 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[8]} 0 0
   [junit4]   2> 631361 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{add=[9]} 0 0
   [junit4]   2> 631365 INFO  (searcherExecutor-9199-thread-1-processing-x:collection1) [    x:collection1 ] o.a.s.c.SolrCore [collection1]  Registered new searcher autowarm time: 0 ms
   [junit4]   2> 631365 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{commit=} 0 3
   [junit4]   2> 631365 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[87B854F957A98545]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=severity_mv:bla&fl=severity_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 631366 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[87B854F957A98545]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=severity_mv:7&fl=severity_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 631366 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[87B854F957A98545]) [     ] o.a.s.c.S.Request [collection1]  webapp=null path=null params={q=severity_mv:"-3"&fl=severity_mv&wt=xml} hits=0 status=0 QTime=0
   [junit4]   2> 631366 INFO  (TEST-EnumFieldTest.testMultivaluedBogusEnumSearch-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testMultivaluedBogusEnumSearch
   [junit4]   2> 631370 INFO  (TEST-EnumFieldTest.testEnumRangeSearch-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testEnumRangeSearch
   [junit4]   2> 631370 INFO  (TEST-EnumFieldTest.testEnumRangeSearch-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testEnumRangeSearch
   [junit4] IGNOR/A 0.00s J1 | EnumFieldTest.testEnumRangeSearch
   [junit4]    > Assumption #1: Skipping testing of unindexed EnumField without docValues, which is unsupported.
   [junit4]   2> 631373 INFO  (TEST-EnumFieldTest.testBogusEnumIndexing-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Starting testBogusEnumIndexing
   [junit4]   2> 631374 INFO  (TEST-EnumFieldTest.testBogusEnumIndexing-seed#[87B854F957A98545]) [     ] o.a.s.u.DirectUpdateHandler2 [collection1]  REMOVING ALL DOCUMENTS FROM INDEX
   [junit4]   2> 631374 INFO  (TEST-EnumFieldTest.testBogusEnumIndexing-seed#[87B854F957A98545]) [     ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={_version_=-9223372036854775807&update.distrib=FROMLEADER&versions=true&wt=json&indent=true}{deleteByQuery=*:*} 0 0
   [junit4]   2> 631374 INFO  (TEST-EnumFieldTest.testBogusEnumIndexing-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{} 0 0
   [junit4]   2> 631374 INFO  (TEST-EnumFieldTest.testBogusEnumIndexing-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching Unknown value for enum field: severity, value: blabla
   [junit4]   2> 631374 INFO  (TEST-EnumFieldTest.testBogusEnumIndexing-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{} 0 0
   [junit4]   2> 631374 INFO  (TEST-EnumFieldTest.testBogusEnumIndexing-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching Unknown value for enum field: severity, value: 145
   [junit4]   2> 631375 INFO  (TEST-EnumFieldTest.testBogusEnumIndexing-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.u.p.LogUpdateProcessorFactory [collection1]  webapp=null path=null params={}{} 0 0
   [junit4]   2> 631375 INFO  (TEST-EnumFieldTest.testBogusEnumIndexing-seed#[87B854F957A98545]) [    x:collection1 ] o.a.s.h.RequestHandlerBase Ignoring exception matching Unknown value for enum field: severity, value: -4
   [junit4]   2> 631375 INFO  (TEST-EnumFieldTest.testBogusEnumIndexing-seed#[87B854F957A98545]) [     ] o.a.s.SolrTestCaseJ4 ###Ending testBogusEnumIndexing
   [junit4]   2> 631375 INFO  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-worker) [     ] o.a.s.SolrTestCaseJ4 ###deleteCore
   [junit4]   2> 631375 INFO  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-worker) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1520434070
   [junit4]   2> 631385 INFO  (coreCloseExecutor-9204-thread-1) [     ] o.a.s.c.SolrCore [collection1]  CLOSING SolrCore org.apache.solr.core.SolrCore@14af7a69
   [junit4]   2> 631385 INFO  (coreCloseExecutor-9204-thread-1) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.collection1 tag=SolrCore@14af7a69
   [junit4]   2> 631385 INFO  (coreCloseExecutor-9204-thread-1) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@1e725c5e: rootName = null, domain = solr.core.collection1, service url = null, agent id = null] for registry solr.core.collection1/com.codahale.metrics.MetricRegistry@25ea1162
   [junit4]   2> 631403 INFO  (coreCloseExecutor-9204-thread-1) [     ] o.a.s.u.DirectUpdateHandler2 Committing on IndexWriter.close()  ... SKIPPED (unnecessary).
   [junit4]   2> 631404 INFO  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node tag=null
   [junit4]   2> 631404 INFO  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@227bd391: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node/com.codahale.metrics.MetricRegistry@7ea4670
   [junit4]   2> 631409 INFO  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm tag=null
   [junit4]   2> 631409 INFO  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@55b2ea5b: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm/com.codahale.metrics.MetricRegistry@71529d85
   [junit4]   2> 631411 INFO  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-worker) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty tag=null
   [junit4]   2> 631411 INFO  (SUITE-EnumFieldTest-seed#[87B854F957A98545]-worker) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@38c7393b: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty/com.codahale.metrics.MetricRegistry@5e0ed16c
   [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.schema.EnumFieldTest_87B854F957A98545-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene87), sim=Asserting(RandomSimilarity(queryNorm=false): {}), locale=es-CR, timezone=Africa/Ndjamena
   [junit4]   2> NOTE: Linux 5.4.0-45-generic amd64/Oracle Corporation 1.8.0_281 (64-bit)/cpus=4,threads=1,free=131106152,total=520617984
   [junit4]   2> NOTE: All tests run in this JVM: [TestExceedMaxTermLength, TestImpersonationWithHadoopAuth, TestSolr4Spatial2, CoreAdminHandlerTest, ScheduledMaintenanceTriggerTest, TestSimComputePlanAction, TestFieldCacheWithThreads, TestFieldCacheReopen, TaggingAttributeTest, CategoryRoutedAliasUpdateProcessorTest, CdcrVersionReplicationTest, TestPivotHelperCode, SolrLogPostToolTest, SignificantTermsQParserPluginTest, LeaderTragicEventTest, URLClassifyProcessorTest, RegexBoostProcessorTest, TestSweetSpotSimilarityFactory, LoggingHandlerTest, MetricTriggerIntegrationTest, TestStressLiveNodes, TestMultiValuedNumericRangeQuery, TestJsonFacetsStatsParsing, HighlighterMaxOffsetTest, TestSolrXml, SecurityHeadersTest, ReplicationFactorTest, MoveReplicaHDFSTest, SolrIndexConfigTest, TestSafeXMLParsing, AsyncCallRequestStatusResponseTest, TestInfoStreamLogging, TestFieldSortValues, PolyFieldTest, TestDynamicLoading, TestSolrConfigHandlerCloud, StressHdfsTest, SearchRateTriggerTest, TestUnifiedSolrHighlighter, TestEmbeddedSolrServerAdminHandler, DistributedQueryComponentOptimizationTest, TestTolerantUpdateProcessorRandomCloud, SystemInfoHandlerTest, TestCloudDeleteByQuery, DeleteReplicaTest, FieldAnalysisRequestHandlerTest, TestFieldCollectionResource, AssignBackwardCompatibilityTest, TestHttpServletCarrier, TestAnalyzeInfixSuggestions, EnumFieldTest]
   [junit4] Completed [249/934 (1!)] on J1 in 1.25s, 15 tests, 1 error, 7 skipped <<< FAILURES!

[...truncated 53117 lines...]