Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/163/
Java: 64bit/jdk-10.0.1 -XX:+UseCompressedOops -XX:+UseParallelGC

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

Error Message:
Timeout waiting for new replica become leader Timeout waiting to see state for 
collection=collection1 
:DocCollection(collection1//collections/collection1/state.json/26)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node4":{           "core":"collection1_shard1_replica_n2",           
"base_url":"http://127.0.0.1:40381/solr";,           
"node_name":"127.0.0.1:40381_solr",           "state":"recovering",           
"type":"NRT",           "force_set_state":"false"},         "core_node6":{      
     "core":"collection1_shard1_replica_n5",           
"base_url":"http://127.0.0.1:45235/solr";,           
"node_name":"127.0.0.1:45235_solr",           "state":"down",           
"type":"NRT",           "force_set_state":"false"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"} Live 
Nodes: [127.0.0.1:40381_solr, 127.0.0.1:45235_solr] Last available state: 
DocCollection(collection1//collections/collection1/state.json/26)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node4":{           "core":"collection1_shard1_replica_n2",           
"base_url":"http://127.0.0.1:40381/solr";,           
"node_name":"127.0.0.1:40381_solr",           "state":"recovering",           
"type":"NRT",           "force_set_state":"false"},         "core_node6":{      
     "core":"collection1_shard1_replica_n5",           
"base_url":"http://127.0.0.1:45235/solr";,           
"node_name":"127.0.0.1:45235_solr",           "state":"down",           
"type":"NRT",           "force_set_state":"false"}}}},   
"router":{"name":"compositeId"},   "maxShardsPerNode":"1",   
"autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Timeout waiting for new replica become leader
Timeout waiting to see state for collection=collection1 
:DocCollection(collection1//collections/collection1/state.json/26)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node4":{
          "core":"collection1_shard1_replica_n2",
          "base_url":"http://127.0.0.1:40381/solr";,
          "node_name":"127.0.0.1:40381_solr",
          "state":"recovering",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node6":{
          "core":"collection1_shard1_replica_n5",
          "base_url":"http://127.0.0.1:45235/solr";,
          "node_name":"127.0.0.1:45235_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:40381_solr, 127.0.0.1:45235_solr]
Last available state: 
DocCollection(collection1//collections/collection1/state.json/26)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node4":{
          "core":"collection1_shard1_replica_n2",
          "base_url":"http://127.0.0.1:40381/solr";,
          "node_name":"127.0.0.1:40381_solr",
          "state":"recovering",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node6":{
          "core":"collection1_shard1_replica_n5",
          "base_url":"http://127.0.0.1:45235/solr";,
          "node_name":"127.0.0.1:45235_solr",
          "state":"down",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([588BCF2F479F3992:D0DFF0F5E963546A]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:289)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:267)
        at 
org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:85)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 13232 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderTragicEventTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_588BCF2F479F3992-001/init-core-data-001
   [junit4]   2> 321825 INFO  
(SUITE-LeaderTragicEventTest-seed#[588BCF2F479F3992]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 321826 INFO  
(SUITE-LeaderTragicEventTest-seed#[588BCF2F479F3992]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 321826 INFO  
(SUITE-LeaderTragicEventTest-seed#[588BCF2F479F3992]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 321826 INFO  
(SUITE-LeaderTragicEventTest-seed#[588BCF2F479F3992]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_588BCF2F479F3992-001/tempDir-001
   [junit4]   2> 321826 INFO  
(SUITE-LeaderTragicEventTest-seed#[588BCF2F479F3992]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 321827 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 321827 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 321927 INFO  
(SUITE-LeaderTragicEventTest-seed#[588BCF2F479F3992]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:39715
   [junit4]   2> 321927 INFO  
(SUITE-LeaderTragicEventTest-seed#[588BCF2F479F3992]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39715
   [junit4]   2> 321927 INFO  
(SUITE-LeaderTragicEventTest-seed#[588BCF2F479F3992]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 39715
   [junit4]   2> 321928 INFO  (zkConnectionManagerCallback-1786-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 321930 INFO  (zkConnectionManagerCallback-1788-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 321930 INFO  (zkConnectionManagerCallback-1790-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 321935 WARN  (jetty-launcher-1791-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 321935 WARN  (jetty-launcher-1791-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 321936 INFO  (jetty-launcher-1791-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 321936 INFO  (jetty-launcher-1791-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 321936 INFO  (jetty-launcher-1791-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 10.0.1+10
   [junit4]   2> 321936 INFO  (jetty-launcher-1791-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 321936 INFO  (jetty-launcher-1791-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 321936 INFO  (jetty-launcher-1791-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 10.0.1+10
   [junit4]   2> 321955 INFO  (jetty-launcher-1791-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 321955 INFO  (jetty-launcher-1791-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 321955 INFO  (jetty-launcher-1791-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 321955 INFO  (jetty-launcher-1791-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 321955 INFO  (jetty-launcher-1791-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 321955 INFO  (jetty-launcher-1791-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 321959 INFO  (jetty-launcher-1791-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@a6076a3{/solr,null,AVAILABLE}
   [junit4]   2> 321959 INFO  (jetty-launcher-1791-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@c7e7327{/solr,null,AVAILABLE}
   [junit4]   2> 321961 INFO  (jetty-launcher-1791-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6ce70af4{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:45235}
   [junit4]   2> 321961 INFO  (jetty-launcher-1791-thread-1) [    ] 
o.e.j.s.Server Started @322019ms
   [junit4]   2> 321961 INFO  (jetty-launcher-1791-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45235}
   [junit4]   2> 321961 ERROR (jetty-launcher-1791-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 321961 INFO  (jetty-launcher-1791-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 321961 INFO  (jetty-launcher-1791-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.1.0
   [junit4]   2> 321961 INFO  (jetty-launcher-1791-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 321961 INFO  (jetty-launcher-1791-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 321961 INFO  (jetty-launcher-1791-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-02-12T10:47:59.822792Z
   [junit4]   2> 321962 INFO  (jetty-launcher-1791-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@19aef4c8{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:40381}
   [junit4]   2> 321962 INFO  (jetty-launcher-1791-thread-2) [    ] 
o.e.j.s.Server Started @322020ms
   [junit4]   2> 321962 INFO  (jetty-launcher-1791-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40381}
   [junit4]   2> 321962 ERROR (jetty-launcher-1791-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 321962 INFO  (jetty-launcher-1791-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 321962 INFO  (jetty-launcher-1791-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.1.0
   [junit4]   2> 321962 INFO  (jetty-launcher-1791-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 321962 INFO  (jetty-launcher-1791-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 321962 INFO  (jetty-launcher-1791-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-02-12T10:47:59.823392Z
   [junit4]   2> 321979 INFO  (zkConnectionManagerCallback-1793-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 321979 INFO  (jetty-launcher-1791-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 321983 INFO  (zkConnectionManagerCallback-1795-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 321983 INFO  (jetty-launcher-1791-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 322033 INFO  (jetty-launcher-1791-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 322033 WARN  (jetty-launcher-1791-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1f8ff0dd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 322035 WARN  (jetty-launcher-1791-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@2bf6886e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 322037 INFO  (jetty-launcher-1791-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39715/solr
   [junit4]   2> 322039 INFO  (zkConnectionManagerCallback-1801-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 322040 INFO  (zkConnectionManagerCallback-1803-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 322076 INFO  (jetty-launcher-1791-thread-1) 
[n:127.0.0.1:45235_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:45235_solr
   [junit4]   2> 322077 INFO  (jetty-launcher-1791-thread-1) 
[n:127.0.0.1:45235_solr    ] o.a.s.c.Overseer Overseer 
(id=72096159159615494-127.0.0.1:45235_solr-n_0000000000) starting
   [junit4]   2> 322081 INFO  (zkConnectionManagerCallback-1810-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 322082 INFO  (jetty-launcher-1791-thread-1) 
[n:127.0.0.1:45235_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:39715/solr ready
   [junit4]   2> 322088 INFO  
(OverseerStateUpdate-72096159159615494-127.0.0.1:45235_solr-n_0000000000) 
[n:127.0.0.1:45235_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:45235_solr
   [junit4]   2> 322091 INFO  (jetty-launcher-1791-thread-1) 
[n:127.0.0.1:45235_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45235_solr
   [junit4]   2> 322099 INFO  (zkCallback-1809-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 322107 INFO  (zkCallback-1802-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 322111 INFO  (jetty-launcher-1791-thread-1) 
[n:127.0.0.1:45235_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 322126 INFO  (jetty-launcher-1791-thread-1) 
[n:127.0.0.1:45235_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45235.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69f12166
   [junit4]   2> 322134 INFO  (jetty-launcher-1791-thread-1) 
[n:127.0.0.1:45235_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45235.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69f12166
   [junit4]   2> 322134 INFO  (jetty-launcher-1791-thread-1) 
[n:127.0.0.1:45235_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45235.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69f12166
   [junit4]   2> 322135 INFO  (jetty-launcher-1791-thread-1) 
[n:127.0.0.1:45235_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_588BCF2F479F3992-001/tempDir-001/node1/.
   [junit4]   2> 322217 INFO  (jetty-launcher-1791-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 322218 WARN  (jetty-launcher-1791-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@63e7f45b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 322220 WARN  (jetty-launcher-1791-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@75132319[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 322220 INFO  (jetty-launcher-1791-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39715/solr
   [junit4]   2> 322232 INFO  (zkConnectionManagerCallback-1817-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 322235 INFO  (zkConnectionManagerCallback-1819-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 322237 INFO  (jetty-launcher-1791-thread-2) 
[n:127.0.0.1:40381_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 322238 INFO  (jetty-launcher-1791-thread-2) 
[n:127.0.0.1:40381_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:40381_solr as DOWN
   [junit4]   2> 322239 INFO  (jetty-launcher-1791-thread-2) 
[n:127.0.0.1:40381_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 322239 INFO  (jetty-launcher-1791-thread-2) 
[n:127.0.0.1:40381_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40381_solr
   [junit4]   2> 322239 INFO  (zkCallback-1809-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 322239 INFO  (zkCallback-1802-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 322239 INFO  (zkCallback-1818-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 322247 INFO  (zkConnectionManagerCallback-1826-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 322248 INFO  (jetty-launcher-1791-thread-2) 
[n:127.0.0.1:40381_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 322248 INFO  (jetty-launcher-1791-thread-2) 
[n:127.0.0.1:40381_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:39715/solr ready
   [junit4]   2> 322248 INFO  (jetty-launcher-1791-thread-2) 
[n:127.0.0.1:40381_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 322262 INFO  (jetty-launcher-1791-thread-2) 
[n:127.0.0.1:40381_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40381.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69f12166
   [junit4]   2> 322271 INFO  (jetty-launcher-1791-thread-2) 
[n:127.0.0.1:40381_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40381.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69f12166
   [junit4]   2> 322272 INFO  (jetty-launcher-1791-thread-2) 
[n:127.0.0.1:40381_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40381.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69f12166
   [junit4]   2> 322272 INFO  (jetty-launcher-1791-thread-2) 
[n:127.0.0.1:40381_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_588BCF2F479F3992-001/tempDir-001/node2/.
   [junit4]   2> 322296 INFO  (zkConnectionManagerCallback-1832-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 322297 INFO  
(SUITE-LeaderTragicEventTest-seed#[588BCF2F479F3992]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 322297 INFO  
(SUITE-LeaderTragicEventTest-seed#[588BCF2F479F3992]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39715/solr ready
   [junit4]   2> 322307 INFO  
(TEST-LeaderTragicEventTest.test-seed#[588BCF2F479F3992]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting test
   [junit4]   2> 322309 INFO  (qtp1752812811-5237) [n:127.0.0.1:40381_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=config&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 322310 INFO  
(OverseerThreadFactory-1710-thread-1-processing-n:127.0.0.1:45235_solr) 
[n:127.0.0.1:45235_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 322417 INFO  (qtp1752812811-5235) [n:127.0.0.1:40381_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 322418 INFO  (qtp1752812811-5239) [n:127.0.0.1:40381_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 322418 INFO  (qtp1752812811-5235) [n:127.0.0.1:40381_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 322419 INFO  (qtp1752812811-5239) [n:127.0.0.1:40381_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 322419 INFO  (qtp1752812811-5235) [n:127.0.0.1:40381_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 322423 INFO  (qtp2128036203-5236) [n:127.0.0.1:45235_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 322424 INFO  (qtp2128036203-5238) [n:127.0.0.1:45235_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 322425 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 322425 INFO  (qtp2128036203-5236) [n:127.0.0.1:45235_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 322426 INFO  (qtp2128036203-5238) [n:127.0.0.1:45235_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 322428 INFO  
(OverseerStateUpdate-72096159159615494-127.0.0.1:45235_solr-n_0000000000) 
[n:127.0.0.1:45235_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:45235/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 322429 INFO  
(OverseerStateUpdate-72096159159615494-127.0.0.1:45235_solr-n_0000000000) 
[n:127.0.0.1:45235_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection1",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection1_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40381/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 322660 INFO  (qtp1752812811-5239) [n:127.0.0.1:40381_solr    
x:collection1_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 322660 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr    
x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 322660 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr    
x:collection1_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 323672 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 323676 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 323677 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 323677 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 323678 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45235.solr.core.collection1.shard1.replica_n1' (registry 
'solr.core.collection1.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69f12166
   [junit4]   2> 323678 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_588BCF2F479F3992-001/tempDir-001/node1/collection1_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_588BCF2F479F3992-001/tempDir-001/node1/./collection1_shard1_replica_n1/data/]
   [junit4]   2> 323684 INFO  (qtp1752812811-5239) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.1.0
   [junit4]   2> 323688 INFO  (qtp1752812811-5239) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.IndexSchema [collection1_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 323689 INFO  (qtp1752812811-5239) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 323689 INFO  (qtp1752812811-5239) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n2' using 
configuration from collection collection1, trusted=true
   [junit4]   2> 323690 INFO  (qtp1752812811-5239) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40381.solr.core.collection1.shard1.replica_n2' (registry 
'solr.core.collection1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@69f12166
   [junit4]   2> 323690 INFO  (qtp1752812811-5239) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.SolrCore [[collection1_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_588BCF2F479F3992-001/tempDir-001/node2/collection1_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_588BCF2F479F3992-001/tempDir-001/node2/./collection1_shard1_replica_n2/data/]
   [junit4]   2> 323759 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 323759 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 323769 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 323769 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 323769 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@43c32807[collection1_shard1_replica_n1] main]
   [junit4]   2> 323770 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 323770 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 323771 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 323771 INFO  (qtp1752812811-5239) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 323771 INFO  (qtp1752812811-5239) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 323771 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1625259750595756032
   [junit4]   2> 323772 INFO  (qtp1752812811-5239) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 323772 INFO  (qtp1752812811-5239) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 323773 INFO  
(searcherExecutor-1722-thread-1-processing-n:127.0.0.1:45235_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:45235_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@43c32807[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 323775 INFO  (qtp1752812811-5239) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@45ee101f[collection1_shard1_replica_n2] main]
   [junit4]   2> 323776 INFO  (qtp1752812811-5239) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 323776 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection1/terms/shard1 to Terms{values={core_node3=0}, version=0}
   [junit4]   2> 323776 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/collection1/leaders/shard1
   [junit4]   2> 323776 INFO  (qtp1752812811-5239) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 323777 INFO  (qtp1752812811-5239) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 323777 INFO  (qtp1752812811-5239) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1625259750602047488
   [junit4]   2> 323779 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 323779 INFO  
(searcherExecutor-1723-thread-1-processing-n:127.0.0.1:40381_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:40381_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.SolrCore 
[collection1_shard1_replica_n2] Registered new searcher 
Searcher@45ee101f[collection1_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 323789 INFO  (qtp1752812811-5239) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection1/terms/shard1 to Terms{values={core_node3=0, 
core_node4=0}, version=1}
   [junit4]   2> 323789 INFO  (qtp1752812811-5239) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/collection1/leaders/shard1
   [junit4]   2> 324279 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 324279 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 324279 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:45235/solr/collection1_shard1_replica_n1/
   [junit4]   2> 324280 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1 
url=http://127.0.0.1:45235/solr START 
replicas=[http://127.0.0.1:40381/solr/collection1_shard1_replica_n2/] 
nUpdates=100
   [junit4]   2> 324280 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n1 
url=http://127.0.0.1:45235/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 324281 INFO  (qtp1752812811-5310) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.c.S.Request [collection1_shard1_replica_n2]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 324281 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 324281 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 324281 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/collection1/leaders/shard1/leader after winning as 
/collections/collection1/leader_elect/shard1/election/72096159159615494-core_node3-n_0000000000
   [junit4]   2> 324281 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:45235/solr/collection1_shard1_replica_n1/ shard1
   [junit4]   2> 324382 INFO  (zkCallback-1802-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 324383 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 324418 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1757
   [junit4]   2> 324484 INFO  (zkCallback-1802-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 324484 INFO  (zkCallback-1802-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 324826 INFO  (qtp1752812811-5239) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n2&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2166
   [junit4]   2> 324828 INFO  (qtp1752812811-5237) [n:127.0.0.1:40381_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> 324892 INFO  (zkCallback-1818-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 324892 INFO  (zkCallback-1818-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 324892 INFO  (qtp1752812811-5237) [n:127.0.0.1:40381_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=config&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=2583
   [junit4]   2> 324893 INFO  
(TEST-LeaderTragicEventTest.test-seed#[588BCF2F479F3992]) [    ] 
o.a.s.c.LeaderTragicEventTest Corrupt leader : 
core_node3:{"core":"collection1_shard1_replica_n1","base_url":"http://127.0.0.1:45235/solr","node_name":"127.0.0.1:45235_solr","state":"active","type":"NRT","force_set_state":"false","leader":"true"}
   [junit4]   2> 324895 INFO  (zkCallback-1802-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 324895 INFO  (zkCallback-1802-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 324897 INFO  (qtp2128036203-5238) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection1/terms/shard1 to Terms{values={core_node3=1, 
core_node4=0}, version=2}
   [junit4]   2> 324897 INFO  (qtp2128036203-5238) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 
(1625259751773306880)]} 0 2
   [junit4]   2> 324897 INFO  (zkCallback-1818-thread-2) [    ] 
o.a.s.c.RecoveringCoreTermWatcher Start recovery on core_node4 because core's 
term is less than leader's term
   [junit4]   2> 324897 INFO  (updateExecutor-1813-thread-1) 
[n:127.0.0.1:40381_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 324897 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1625259751776452608,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 324897 INFO  
(recoveryExecutor-1815-thread-1-processing-n:127.0.0.1:40381_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:40381_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 324897 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@78a19674 
commitCommandVersion:1625259751776452608
   [junit4]   2> 324897 INFO  
(recoveryExecutor-1815-thread-1-processing-n:127.0.0.1:40381_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:40381_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy startupVersions is 
empty
   [junit4]   2> 324898 INFO  (qtp2128036203-5238) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr 
path=/admin/ping params={wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 324898 INFO  (qtp2128036203-5238) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.c.S.Request [collection1_shard1_replica_n1]  webapp=/solr 
path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 324898 INFO  
(recoveryExecutor-1815-thread-1-processing-n:127.0.0.1:40381_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:40381_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1_shard1_replica_n2]
   [junit4]   2> 324898 INFO  
(recoveryExecutor-1815-thread-1-processing-n:127.0.0.1:40381_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:40381_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 324898 INFO  
(recoveryExecutor-1815-thread-1-processing-n:127.0.0.1:40381_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:40381_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy Publishing state of 
core [collection1_shard1_replica_n2] as recovering, leader is 
[http://127.0.0.1:45235/solr/collection1_shard1_replica_n1/] and I am 
[http://127.0.0.1:40381/solr/collection1_shard1_replica_n2/]
   [junit4]   2> 324899 INFO  
(recoveryExecutor-1815-thread-1-processing-n:127.0.0.1:40381_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:40381_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/collection1/terms/shard1 to 
Terms{values={core_node4_recovering=0, core_node3=1, core_node4=1}, version=3}
   [junit4]   2> 324899 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@30e2e27b[collection1_shard1_replica_n1] main]
   [junit4]   2> 324900 INFO  
(recoveryExecutor-1815-thread-1-processing-n:127.0.0.1:40381_solr 
x:collection1_shard1_replica_n2 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:40381_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n2] o.a.s.c.RecoveryStrategy Sending prep recovery 
command to [http://127.0.0.1:45235/solr]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard1_replica_n1&nodeName=127.0.0.1:40381_solr&coreNodeName=core_node4&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 324900 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 324900 INFO  (qtp2128036203-5236) [n:127.0.0.1:45235_solr    
x:collection1_shard1_replica_n1] o.a.s.h.a.PrepRecoveryOp Going to wait for 
coreNodeName: core_node4, state: recovering, checkLive: true, onlyIfLeader: 
true, onlyIfLeaderActive: true
   [junit4]   2> 324900 INFO  (qtp2128036203-5236) [n:127.0.0.1:45235_solr    
x:collection1_shard1_replica_n1] o.a.s.h.a.PrepRecoveryOp In 
WaitForState(recovering): collection=collection1, shard=shard1, 
thisCore=collection1_shard1_replica_n1, leaderDoesNotNeedRecovery=false, 
isLeader? true, live=true, checkLive=true, currentState=active, 
localState=active, nodeName=127.0.0.1:40381_solr, coreNodeName=core_node4, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node4:{"core":"collection1_shard1_replica_n2","base_url":"http://127.0.0.1:40381/solr","node_name":"127.0.0.1:40381_solr","state":"active","type":"NRT","force_set_state":"false"}
   [junit4]   2> 324901 INFO  
(searcherExecutor-1722-thread-1-processing-n:127.0.0.1:45235_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:45235_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@30e2e27b[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=10.0.1, 
java.vm.version=10.0.1+10, lucene.version=8.1.0, os.arch=amd64, 
java.runtime.version=10.0.1+10, source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482759}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 324901 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 3
   [junit4]   2> 324904 INFO  (qtp1752812811-5239) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:45235/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{add=[1
 (1625259751780646912)]} 0 0
   [junit4]   2> 324905 INFO  (qtp2128036203-5238) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 
(1625259751780646912)]} 0 3
   [junit4]   2> 324905 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1625259751784841216,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 324905 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@78a19674 
commitCommandVersion:1625259751784841216
   [junit4]   2> 324906 INFO  (qtp1752812811-5237) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state: 
BUFFERING replay: false
   [junit4]   2> 324906 INFO  (qtp1752812811-5237) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:45235/solr/collection1_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 324907 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7fbb3f2f[collection1_shard1_replica_n1] main]
   [junit4]   2> 324907 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 324908 INFO  
(searcherExecutor-1722-thread-1-processing-n:127.0.0.1:45235_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:45235_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@7fbb3f2f[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=10.0.1, 
java.vm.version=10.0.1+10, lucene.version=8.1.0, os.arch=amd64, 
java.runtime.version=10.0.1+10, source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482759}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_1(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482767}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 324908 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 2
   [junit4]   2> 324909 INFO  (qtp1752812811-5235) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:45235/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{add=[2
 (1625259751787986944)]} 0 0
   [junit4]   2> 324909 INFO  (qtp2128036203-5238) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 
(1625259751787986944)]} 0 1
   [junit4]   2> 324910 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1625259751790084096,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 324910 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@78a19674 
commitCommandVersion:1625259751790084096
   [junit4]   2> 324910 INFO  (qtp1752812811-5310) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state: 
BUFFERING replay: false
   [junit4]   2> 324910 INFO  (qtp1752812811-5310) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:45235/solr/collection1_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 324911 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5031d47[collection1_shard1_replica_n1] main]
   [junit4]   2> 324912 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 324912 INFO  
(searcherExecutor-1722-thread-1-processing-n:127.0.0.1:45235_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:45235_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@5031d47[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=10.0.1, 
java.vm.version=10.0.1+10, lucene.version=8.1.0, os.arch=amd64, 
java.runtime.version=10.0.1+10, source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482759}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_1(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482767}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_2(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482771}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 324913 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 2
   [junit4]   2> 324914 INFO  (qtp1752812811-5239) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:45235/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{add=[3
 (1625259751793229824)]} 0 0
   [junit4]   2> 324915 INFO  (qtp2128036203-5238) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 
(1625259751793229824)]} 0 1
   [junit4]   2> 324915 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1625259751795326976,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 324915 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@78a19674 
commitCommandVersion:1625259751795326976
   [junit4]   2> 324915 INFO  (qtp1752812811-5237) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state: 
BUFFERING replay: false
   [junit4]   2> 324915 INFO  (qtp1752812811-5237) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:45235/solr/collection1_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 324917 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@30c3ffcc[collection1_shard1_replica_n1] main]
   [junit4]   2> 324917 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 324918 INFO  
(searcherExecutor-1722-thread-1-processing-n:127.0.0.1:45235_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:45235_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@30c3ffcc[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=10.0.1, 
java.vm.version=10.0.1+10, lucene.version=8.1.0, os.arch=amd64, 
java.runtime.version=10.0.1+10, source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482759}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_1(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482767}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_2(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482771}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_3(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482777}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 324918 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 3
   [junit4]   2> 324919 INFO  (qtp1752812811-5235) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:45235/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{add=[4
 (1625259751799521280)]} 0 0
   [junit4]   2> 324920 INFO  (qtp2128036203-5238) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 
(1625259751799521280)]} 0 1
   [junit4]   2> 324920 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1625259751800569856,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 324920 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@78a19674 
commitCommandVersion:1625259751800569856
   [junit4]   2> 324920 INFO  (qtp1752812811-5310) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state: 
BUFFERING replay: false
   [junit4]   2> 324920 INFO  (qtp1752812811-5310) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:45235/solr/collection1_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 324921 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1b0ad322[collection1_shard1_replica_n1] main]
   [junit4]   2> 324922 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 324922 INFO  
(searcherExecutor-1722-thread-1-processing-n:127.0.0.1:45235_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:45235_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@1b0ad322[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=10.0.1, 
java.vm.version=10.0.1+10, lucene.version=8.1.0, os.arch=amd64, 
java.runtime.version=10.0.1+10, source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482759}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_1(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482767}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_2(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482771}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_3(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482777}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_4(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482782}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 324923 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 2
   [junit4]   2> 324924 INFO  (qtp1752812811-5239) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:45235/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{add=[5
 (1625259751803715584)]} 0 0
   [junit4]   2> 324924 INFO  (qtp2128036203-5238) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[5 
(1625259751803715584)]} 0 1
   [junit4]   2> 324925 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1625259751805812736,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 324925 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@78a19674 
commitCommandVersion:1625259751805812736
   [junit4]   2> 324925 INFO  (qtp1752812811-5237) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state: 
BUFFERING replay: false
   [junit4]   2> 324925 INFO  (qtp1752812811-5237) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:45235/solr/collection1_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 324926 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@33efcfb1[collection1_shard1_replica_n1] main]
   [junit4]   2> 324926 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 324927 INFO  
(searcherExecutor-1722-thread-1-processing-n:127.0.0.1:45235_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:45235_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@33efcfb1[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=10.0.1, 
java.vm.version=10.0.1+10, lucene.version=8.1.0, os.arch=amd64, 
java.runtime.version=10.0.1+10, source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482759}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_1(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482767}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_2(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482771}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_3(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482777}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_4(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482782}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_5(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482786}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 324928 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 3
   [junit4]   2> 324929 INFO  (qtp1752812811-5235) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:45235/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{add=[6
 (1625259751808958464)]} 0 0
   [junit4]   2> 324929 INFO  (qtp2128036203-5238) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[6 
(1625259751808958464)]} 0 1
   [junit4]   2> 324930 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1625259751811055616,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 324930 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@78a19674 
commitCommandVersion:1625259751811055616
   [junit4]   2> 324930 INFO  (qtp1752812811-5310) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state: 
BUFFERING replay: false
   [junit4]   2> 324930 INFO  (qtp1752812811-5310) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:45235/solr/collection1_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 324933 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@76cb7dd4[collection1_shard1_replica_n1] main]
   [junit4]   2> 324933 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 324934 INFO  
(searcherExecutor-1722-thread-1-processing-n:127.0.0.1:45235_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:45235_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@76cb7dd4[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=10.0.1, 
java.vm.version=10.0.1+10, lucene.version=8.1.0, os.arch=amd64, 
java.runtime.version=10.0.1+10, source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482759}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_1(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482767}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_2(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482771}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_3(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482777}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_4(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482782}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_5(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482786}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_6(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482791}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 324934 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 4
   [junit4]   2> 324936 INFO  (qtp1752812811-5239) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:45235/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{add=[7
 (1625259751816298496)]} 0 0
   [junit4]   2> 324937 INFO  (qtp2128036203-5238) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[7 
(1625259751816298496)]} 0 2
   [junit4]   2> 324937 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1625259751818395648,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 324937 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@78a19674 
commitCommandVersion:1625259751818395648
   [junit4]   2> 324938 INFO  (qtp1752812811-5237) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state: 
BUFFERING replay: false
   [junit4]   2> 324938 INFO  (qtp1752812811-5237) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:45235/solr/collection1_shard1_replica_n1/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
 0 0
   [junit4]   2> 324940 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@609c29d8[collection1_shard1_replica_n1] main]
   [junit4]   2> 324940 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 324941 INFO  
(searcherExecutor-1722-thread-1-processing-n:127.0.0.1:45235_solr 
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node3) 
[n:127.0.0.1:45235_solr c:collection1 s:shard1 r:core_node3 
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore 
[collection1_shard1_replica_n1] Registered new searcher 
Searcher@609c29d8[collection1_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.1.0):C1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=10.0.1, 
java.vm.version=10.0.1+10, lucene.version=8.1.0, os.arch=amd64, 
java.runtime.version=10.0.1+10, source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482759}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_1(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482767}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_2(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482771}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_3(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482777}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_4(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482782}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_5(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482786}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_6(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482791}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_7(8.1.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=10.0.1, java.vm.version=10.0.1+10, 
lucene.version=8.1.0, os.arch=amd64, java.runtime.version=10.0.1+10, 
source=flush, os.version=4.15.0-45-generic, 
timestamp=1549968482799}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 324941 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 4
   [junit4]   2> 324943 INFO  (qtp1752812811-5235) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:45235/solr/collection1_shard1_replica_n1/&wt=javabin&version=2}{add=[8
 (1625259751823638528)]} 0 0
   [junit4]   2> 324944 INFO  (qtp2128036203-5238) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[8 
(1625259751823638528)]} 0 1
   [junit4]   2> 324944 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1625259751825735680,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 324944 INFO  (qtp2128036203-5234) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_n1] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@78a19674 
commitCommandVersion:1625259751825735680
   [junit4]   2> 324945 INFO  (qtp1752812811-5310) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state: 
BUFFERING replay: false
   [junit4]   2> 324945 INFO  (qtp1752812811-5310) [n:127.0.0.1:40381_solr 
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n2]  
webapp=/solr path=/update 
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:45235/solr/c

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

 core collection2_shard1_replica_n2 to close: sleep interrupted
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.closeAndWait(SolrCore.java:1381) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.unload(CoreContainer.java:1577) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.ZkController$UnloadCoreOnDeletedWatcher.onStateChanged(ZkController.java:2527)
 [java/:?]
   [junit4]   2>        at 
org.apache.solr.common.cloud.ZkStateReader$Notification.run(ZkStateReader.java:1745)
 [java/:?]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514) [?:?]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
 [java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135) 
[?:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) 
[?:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:844) [?:?]
   [junit4]   2> Caused by: java.lang.InterruptedException: sleep interrupted
   [junit4]   2>        at java.lang.Thread.sleep(Native Method) ~[?:?]
   [junit4]   2>        at 
org.apache.solr.core.SolrCore.closeAndWait(SolrCore.java:1376) ~[java/:?]
   [junit4]   2>        ... 9 more
   [junit4]   2> 425420 INFO  (zkCallback-1850-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 425421 INFO  (jetty-closer-1862-thread-1) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@6ce70af4{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:0}
   [junit4]   2> 425421 INFO  (jetty-closer-1862-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@c7e7327{/solr,null,UNAVAILABLE}
   [junit4]   2> 425421 INFO  (jetty-closer-1862-thread-1) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 426289 INFO  (qtp2128036203-5238) [n:127.0.0.1:45235_solr 
c:collection1 s:shard1 r:core_node6 x:collection1_shard1_replica_n5] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node6&collection.configName=config&name=collection1_shard1_replica_n5&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=99090
   [junit4]   2> 427296 INFO  
(recoveryExecutor-1847-thread-1-processing-n:127.0.0.1:40381_solr 
x:collection2_shard1_replica_n2 c:collection2 s:shard1 r:core_node4) 
[n:127.0.0.1:40381_solr c:collection2 s:shard1 r:core_node4 
x:collection2_shard1_replica_n2] o.a.s.c.RecoveryStrategy Finished recovery 
process, successful=[false]
   [junit4]   2> 427297 WARN  
(updateExecutor-1845-thread-2-processing-n:127.0.0.1:40381_solr 
x:collection2_shard1_replica_n2 c:collection2 s:shard1 r:core_node4) 
[n:127.0.0.1:40381_solr c:collection2 s:shard1 r:core_node4 
x:collection2_shard1_replica_n2] o.a.s.u.DefaultSolrCoreState Skipping recovery 
because Solr is shutdown
   [junit4]   1> Done close 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@ba8aec0[Terminated,
 pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 1]
   [junit4]   2> 430306 INFO  (zkCallback-1850-thread-2) 
[n:127.0.0.1:40381_solr c:collection2 s:shard1 r:core_node4 
x:collection2_shard1_replica_n2] o.a.s.c.SolrCore 
[collection2_shard1_replica_n2]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5edead21
   [junit4]   2> 430306 INFO  (zkCallback-1850-thread-2) 
[n:127.0.0.1:40381_solr c:collection2 s:shard1 r:core_node4 
x:collection2_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection2.shard1.replica_n2, tag=5edead21
   [junit4]   2> 430306 INFO  (zkCallback-1850-thread-2) 
[n:127.0.0.1:40381_solr c:collection2 s:shard1 r:core_node4 
x:collection2_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection2.shard1.leader, tag=5edead21
   [junit4]   2> 430307 WARN  (zkCallback-1850-thread-2) 
[n:127.0.0.1:40381_solr c:collection2 s:shard1 r:core_node4 
x:collection2_shard1_replica_n2] o.a.s.c.RecoveryStrategy Stopping recovery for 
core=[collection2_shard1_replica_n2] coreNodeName=[core_node4]
   [junit4]   2> 430309 INFO  (jetty-closer-1862-thread-2) [    ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@4df58c66{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:40381}
   [junit4]   2> 430309 INFO  (jetty-closer-1862-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@692188a9{/solr,null,UNAVAILABLE}
   [junit4]   2> 430309 INFO  (jetty-closer-1862-thread-2) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 430309 INFO  
(SUITE-LeaderTragicEventTest-seed#[588BCF2F479F3992]-worker) [    ] 
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 430310 WARN  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        17      /solr/collections/collection1/terms/shard1
   [junit4]   2>        11      /solr/collections/collection2/terms/shard1
   [junit4]   2>        7       /solr/clusterprops.json
   [junit4]   2>        7       /solr/aliases.json
   [junit4]   2>        6       /solr/configs/config
   [junit4]   2>        4       /solr/collections/collection2/state.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        110     /solr/collections/collection1/state.json
   [junit4]   2>        20      /solr/collections/collection2/state.json
   [junit4]   2>        7       /solr/clusterstate.json
   [junit4]   2>        2       
/solr/overseer_elect/election/72096159159615494-127.0.0.1:45235_solr-n_0000000000
   [junit4]   2>        2       
/solr/collections/collection2/leader_elect/shard1/election/72096159159615494-core_node3-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        7       /solr/collections
   [junit4]   2>        5       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> 430312 INFO  
(SUITE-LeaderTragicEventTest-seed#[588BCF2F479F3992]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39715
   [junit4]   2> 430312 INFO  
(SUITE-LeaderTragicEventTest-seed#[588BCF2F479F3992]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 39715
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-8.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_588BCF2F479F3992-001
   [junit4]   2> Feb 12, 2019 10:49:48 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 4 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{_root_=Lucene50(blocksize=128), id=PostingsFormat(name=LuceneFixedGap)}, 
docValues:{}, maxPointsInLeafNode=497, maxMBSortInHeap=6.934622370892399, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@18f87fa2),
 locale=zh-Hans-MO, timezone=Africa/Kampala
   [junit4]   2> NOTE: Linux 4.15.0-45-generic amd64/Oracle Corporation 10.0.1 
(64-bit)/cpus=8,threads=1,free=87228392,total=508559360
   [junit4]   2> NOTE: All tests run in this JVM: 
[DistributedFacetPivotLongTailTest, WordBreakSolrSpellCheckerTest, TestSolrXml, 
MetricsHistoryIntegrationTest, CdcrBidirectionalTest, TestAnalyzedSuggestions, 
TestIndexSearcher, SolrPluginUtilsTest, Tagger2Test, TestCoreBackup, 
TestCryptoKeys, TestRandomFlRTGCloud, JavabinLoaderTest, TestComponentsName, 
TestSubQueryTransformer, OverseerTaskQueueTest, SparseHLLTest, TestQueryUtils, 
TestXmlQParser, SmileWriterTest, TestJsonFacetsStatsParsing, 
TestLuceneMatchVersion, XsltUpdateRequestHandlerTest, 
TestJavabinTupleStreamParser, AutoAddReplicasPlanActionTest, 
HdfsTlogReplayBufferedWhileIndexingTest, GraphQueryTest, 
TestRuleBasedAuthorizationPlugin, MinimalSchemaTest, TestSolrDeletionPolicy1, 
BasicDistributedZk2Test, RankQueryTest, ReplicaListTransformerTest, 
CloudExitableDirectoryReaderTest, TestStressCloudBlindAtomicUpdates, 
CoreAdminRequestStatusTest, HdfsBasicDistributedZkTest, 
DistributedSuggestComponentTest, CurrencyRangeFacetCloudTest, TestPointFields, 
TestManagedSynonymFilterFactory, TestCloudJSONFacetSKG, TestPivotHelperCode, 
TestCustomDocTransformer, BlockJoinFacetDistribTest, 
TestPayloadScoreQParserPlugin, TestCloudDeleteByQuery, AliasIntegrationTest, 
TestReplicationHandlerBackup, TestFieldCacheVsDocValues, 
TestEmbeddedSolrServerConstructors, TimeRoutedAliasUpdateProcessorTest, 
VMParamsZkACLAndCredentialsProvidersTest, LeaderTragicEventTest]
   [junit4] Completed [186/843 (1!)] on J1 in 109.06s, 2 tests, 1 failure <<< 
FAILURES!

[...truncated 44835 lines...]
[repro] Jenkins log URL: 
https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Linux/163/consoleText

[repro] Revision: 83f8d142265ff255bda983caf98bee67ad392670

[repro] Ant options: "-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC"
[repro] Repro line:  ant test  -Dtestcase=LeaderTragicEventTest 
-Dtests.method=test -Dtests.seed=588BCF2F479F3992 -Dtests.multiplier=3 
-Dtests.slow=true -Dtests.locale=zh-Hans-MO -Dtests.timezone=Africa/Kampala 
-Dtests.asserts=true -Dtests.file.encoding=UTF-8

[repro] ant clean

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

[...truncated 3578 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 
-Dtests.class="*.LeaderTragicEventTest" -Dtests.showOutput=onerror 
"-Dargs=-XX:+UseCompressedOops -XX:+UseParallelGC" 
-Dtests.seed=588BCF2F479F3992 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=zh-Hans-MO -Dtests.timezone=Africa/Kampala -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8

[...truncated 80 lines...]
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.LeaderTragicEventTest
[repro] Exiting with code 0

[...truncated 43 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to