Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-8.0/10/

3 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/6)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node3":{           "core":"collection1_shard1_replica_n1",           
"base_url":"http://127.0.0.1:36018/solr";,           
"node_name":"127.0.0.1:36018_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false"},         "core_node4":{      
     "core":"collection1_shard1_replica_n2",           
"base_url":"http://127.0.0.1:41823/solr";,           
"node_name":"127.0.0.1:41823_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false",           
"leader":"true"}}}},   "router":{"name":"compositeId"},   
"maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   
"tlogReplicas":"0"} Live Nodes: [127.0.0.1:36018_solr, 127.0.0.1:41823_solr] 
Last available state: 
DocCollection(collection1//collections/collection1/state.json/6)={   
"pullReplicas":"0",   "replicationFactor":"2",   "shards":{"shard1":{       
"range":"80000000-7fffffff",       "state":"active",       "replicas":{         
"core_node3":{           "core":"collection1_shard1_replica_n1",           
"base_url":"http://127.0.0.1:36018/solr";,           
"node_name":"127.0.0.1:36018_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false"},         "core_node4":{      
     "core":"collection1_shard1_replica_n2",           
"base_url":"http://127.0.0.1:41823/solr";,           
"node_name":"127.0.0.1:41823_solr",           "state":"active",           
"type":"NRT",           "force_set_state":"false",           
"leader":"true"}}}},   "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/6)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"collection1_shard1_replica_n1",
          "base_url":"http://127.0.0.1:36018/solr";,
          "node_name":"127.0.0.1:36018_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node4":{
          "core":"collection1_shard1_replica_n2",
          "base_url":"http://127.0.0.1:41823/solr";,
          "node_name":"127.0.0.1:41823_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:36018_solr, 127.0.0.1:41823_solr]
Last available state: 
DocCollection(collection1//collections/collection1/state.json/6)={
  "pullReplicas":"0",
  "replicationFactor":"2",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node3":{
          "core":"collection1_shard1_replica_n1",
          "base_url":"http://127.0.0.1:36018/solr";,
          "node_name":"127.0.0.1:36018_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"},
        "core_node4":{
          "core":"collection1_shard1_replica_n2",
          "base_url":"http://127.0.0.1:41823/solr";,
          "node_name":"127.0.0.1:41823_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0"}
        at 
__randomizedtesting.SeedInfo.seed([3AA68D894A01935D:B2F2B253E4FDFEA5]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:304)
        at 
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:282)
        at 
org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:84)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest.test

Error Message:
Test abandoned because suite timeout was reached.

Stack Trace:
java.lang.Exception: Test abandoned because suite timeout was reached.
        at __randomizedtesting.SeedInfo.seed([3AA68D894A01935D]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.cloud.hdfs.HdfsChaosMonkeyNothingIsSafeTest

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

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




Build Log:
[...truncated 14530 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderTragicEventTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_3AA68D894A01935D-001/init-core-data-001
   [junit4]   2> 2566251 INFO  
(SUITE-LeaderTragicEventTest-seed#[3AA68D894A01935D]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_3AA68D894A01935D-001/tempDir-001
   [junit4]   2> 2566251 INFO  
(SUITE-LeaderTragicEventTest-seed#[3AA68D894A01935D]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2566252 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2566252 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2566352 INFO  
(SUITE-LeaderTragicEventTest-seed#[3AA68D894A01935D]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:39090
   [junit4]   2> 2566352 INFO  
(SUITE-LeaderTragicEventTest-seed#[3AA68D894A01935D]-worker) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39090
   [junit4]   2> 2566352 INFO  
(SUITE-LeaderTragicEventTest-seed#[3AA68D894A01935D]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 39090
   [junit4]   2> 2566361 INFO  (zkConnectionManagerCallback-14438-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2566364 INFO  (zkConnectionManagerCallback-14440-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2566365 INFO  (zkConnectionManagerCallback-14442-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2566368 WARN  (jetty-launcher-14443-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2566368 WARN  (jetty-launcher-14443-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2566368 INFO  (jetty-launcher-14443-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2566368 INFO  (jetty-launcher-14443-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2566368 INFO  (jetty-launcher-14443-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2566368 INFO  (jetty-launcher-14443-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2566368 INFO  (jetty-launcher-14443-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2566368 INFO  (jetty-launcher-14443-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 2566370 INFO  (jetty-launcher-14443-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2566370 INFO  (jetty-launcher-14443-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2566370 INFO  (jetty-launcher-14443-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2566370 INFO  (jetty-launcher-14443-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@73e08498{/solr,null,AVAILABLE}
   [junit4]   2> 2566371 INFO  (jetty-launcher-14443-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2566371 INFO  (jetty-launcher-14443-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2566371 INFO  (jetty-launcher-14443-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2566372 INFO  (jetty-launcher-14443-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@77e90c9f{/solr,null,AVAILABLE}
   [junit4]   2> 2566372 INFO  (jetty-launcher-14443-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5961ac51{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:36018}
   [junit4]   2> 2566372 INFO  (jetty-launcher-14443-thread-1) [    ] 
o.e.j.s.Server Started @2566437ms
   [junit4]   2> 2566372 INFO  (jetty-launcher-14443-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=36018}
   [junit4]   2> 2566372 INFO  (jetty-launcher-14443-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@78862650{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:41823}
   [junit4]   2> 2566372 INFO  (jetty-launcher-14443-thread-2) [    ] 
o.e.j.s.Server Started @2566437ms
   [junit4]   2> 2566372 INFO  (jetty-launcher-14443-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41823}
   [junit4]   2> 2566372 ERROR (jetty-launcher-14443-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2566372 INFO  (jetty-launcher-14443-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2566372 INFO  (jetty-launcher-14443-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 2566372 ERROR (jetty-launcher-14443-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2566372 INFO  (jetty-launcher-14443-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2566372 INFO  (jetty-launcher-14443-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2566372 INFO  (jetty-launcher-14443-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2566372 INFO  (jetty-launcher-14443-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-02T09:24:11.688Z
   [junit4]   2> 2566372 INFO  (jetty-launcher-14443-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.0.0
   [junit4]   2> 2566372 INFO  (jetty-launcher-14443-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2566372 INFO  (jetty-launcher-14443-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2566372 INFO  (jetty-launcher-14443-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-03-02T09:24:11.688Z
   [junit4]   2> 2566374 INFO  (zkConnectionManagerCallback-14445-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2566375 INFO  (zkConnectionManagerCallback-14447-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2566375 INFO  (jetty-launcher-14443-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2566375 INFO  (jetty-launcher-14443-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2566563 INFO  (jetty-launcher-14443-thread-2) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2566565 WARN  (jetty-launcher-14443-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@6c46e895[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2566570 WARN  (jetty-launcher-14443-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@416d190e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2566571 INFO  (jetty-launcher-14443-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39090/solr
   [junit4]   2> 2566573 INFO  (zkConnectionManagerCallback-14453-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2566576 INFO  (zkConnectionManagerCallback-14455-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2566625 INFO  (jetty-launcher-14443-thread-1) [    ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2566627 WARN  (jetty-launcher-14443-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@1e258f47[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2566631 WARN  (jetty-launcher-14443-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@7ae15856[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2566632 INFO  (jetty-launcher-14443-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39090/solr
   [junit4]   2> 2566634 INFO  (zkConnectionManagerCallback-14463-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2566637 INFO  (zkConnectionManagerCallback-14465-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2566651 INFO  (jetty-launcher-14443-thread-1) 
[n:127.0.0.1:36018_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:36018_solr
   [junit4]   2> 2566652 INFO  (jetty-launcher-14443-thread-1) 
[n:127.0.0.1:36018_solr    ] o.a.s.c.Overseer Overseer 
(id=72886847890194440-127.0.0.1:36018_solr-n_0000000000) starting
   [junit4]   2> 2566660 INFO  (zkConnectionManagerCallback-14472-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2566664 INFO  (jetty-launcher-14443-thread-1) 
[n:127.0.0.1:36018_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:39090/solr ready
   [junit4]   2> 2566665 INFO  
(OverseerStateUpdate-72886847890194440-127.0.0.1:36018_solr-n_0000000000) 
[n:127.0.0.1:36018_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:36018_solr
   [junit4]   2> 2566665 INFO  (jetty-launcher-14443-thread-1) 
[n:127.0.0.1:36018_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36018_solr
   [junit4]   2> 2566667 INFO  
(OverseerStateUpdate-72886847890194440-127.0.0.1:36018_solr-n_0000000000) 
[n:127.0.0.1:36018_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2566669 INFO  (zkCallback-14471-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2566695 INFO  (jetty-launcher-14443-thread-2) 
[n:127.0.0.1:41823_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2566697 INFO  (jetty-launcher-14443-thread-1) 
[n:127.0.0.1:36018_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2566701 INFO  (jetty-launcher-14443-thread-2) 
[n:127.0.0.1:41823_solr    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:41823_solr as DOWN
   [junit4]   2> 2566703 INFO  (jetty-launcher-14443-thread-2) 
[n:127.0.0.1:41823_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 2566703 INFO  (jetty-launcher-14443-thread-2) 
[n:127.0.0.1:41823_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41823_solr
   [junit4]   2> 2566704 DEBUG 
(OverseerStateUpdate-72886847890194440-127.0.0.1:36018_solr-n_0000000000) 
[n:127.0.0.1:36018_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:41823_solr"} current state version: 0
   [junit4]   2> 2566705 INFO  (zkCallback-14464-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2566705 INFO  (zkCallback-14471-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2566705 INFO  (zkCallback-14454-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2566736 INFO  (zkConnectionManagerCallback-14478-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2566738 INFO  (jetty-launcher-14443-thread-2) 
[n:127.0.0.1:41823_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2566740 INFO  (jetty-launcher-14443-thread-2) 
[n:127.0.0.1:41823_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:39090/solr ready
   [junit4]   2> 2566741 INFO  (jetty-launcher-14443-thread-2) 
[n:127.0.0.1:41823_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2566742 INFO  (jetty-launcher-14443-thread-1) 
[n:127.0.0.1:36018_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36018.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@22c726bc
   [junit4]   2> 2566756 INFO  (jetty-launcher-14443-thread-1) 
[n:127.0.0.1:36018_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36018.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@22c726bc
   [junit4]   2> 2566756 INFO  (jetty-launcher-14443-thread-1) 
[n:127.0.0.1:36018_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36018.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@22c726bc
   [junit4]   2> 2566758 INFO  (jetty-launcher-14443-thread-1) 
[n:127.0.0.1:36018_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_3AA68D894A01935D-001/tempDir-001/node1/.
   [junit4]   2> 2566771 INFO  (jetty-launcher-14443-thread-2) 
[n:127.0.0.1:41823_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41823.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@22c726bc
   [junit4]   2> 2566786 INFO  (jetty-launcher-14443-thread-2) 
[n:127.0.0.1:41823_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41823.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@22c726bc
   [junit4]   2> 2566786 INFO  (jetty-launcher-14443-thread-2) 
[n:127.0.0.1:41823_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41823.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@22c726bc
   [junit4]   2> 2566788 INFO  (jetty-launcher-14443-thread-2) 
[n:127.0.0.1:41823_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_3AA68D894A01935D-001/tempDir-001/node2/.
   [junit4]   2> 2566832 INFO  (zkConnectionManagerCallback-14484-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2566833 INFO  
(SUITE-LeaderTragicEventTest-seed#[3AA68D894A01935D]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2566835 INFO  
(SUITE-LeaderTragicEventTest-seed#[3AA68D894A01935D]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39090/solr ready
   [junit4]   2> 2566883 INFO  (qtp48918149-55753) [n:127.0.0.1:36018_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=config&name=collection2&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2566886 INFO  
(OverseerThreadFactory-11606-thread-1-processing-n:127.0.0.1:36018_solr) 
[n:127.0.0.1:36018_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection2
   [junit4]   2> 2566891 DEBUG 
(OverseerStateUpdate-72886847890194440-127.0.0.1:36018_solr-n_0000000000) 
[n:127.0.0.1:36018_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "name":"collection2",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "collection.configName":"config",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 2566996 DEBUG 
(OverseerStateUpdate-72886847890194440-127.0.0.1:36018_solr-n_0000000000) 
[n:127.0.0.1:36018_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36018/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 2566996 INFO  
(OverseerStateUpdate-72886847890194440-127.0.0.1:36018_solr-n_0000000000) 
[n:127.0.0.1:36018_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection2_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36018/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2567000 DEBUG 
(OverseerStateUpdate-72886847890194440-127.0.0.1:36018_solr-n_0000000000) 
[n:127.0.0.1:36018_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection2_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41823/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 2567000 INFO  
(OverseerStateUpdate-72886847890194440-127.0.0.1:36018_solr-n_0000000000) 
[n:127.0.0.1:36018_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"collection2",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"collection2_shard1_replica_n3",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:41823/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2567204 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr    
x:collection2_shard1_replica_n3] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection2_shard1_replica_n3&action=CREATE&numShards=1&collection=collection2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2567204 INFO  (qtp48918149-55755) [n:127.0.0.1:36018_solr    
x:collection2_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&coreNodeName=core_node2&collection.configName=config&newCollection=true&name=collection2_shard1_replica_n1&action=CREATE&numShards=1&collection=collection2&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2567205 INFO  (qtp48918149-55755) [n:127.0.0.1:36018_solr    
x:collection2_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2567209 DEBUG 
(OverseerStateUpdate-72886847890194440-127.0.0.1:36018_solr-n_0000000000) 
[n:127.0.0.1:36018_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"collection2_shard1_replica_n3",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:41823/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:41823_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"collection2",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2567209 DEBUG 
(OverseerStateUpdate-72886847890194440-127.0.0.1:36018_solr-n_0000000000) 
[n:127.0.0.1:36018_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, 
message = {
   [junit4]   2>   "core":"collection2_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:36018/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:36018_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"collection2",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2568223 INFO  (qtp48918149-55755) [n:127.0.0.1:36018_solr 
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2568223 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2568247 INFO  (qtp48918149-55755) [n:127.0.0.1:36018_solr 
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] 
o.a.s.s.IndexSchema [collection2_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 2568247 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.s.IndexSchema [collection2_shard1_replica_n3] Schema name=minimal
   [junit4]   2> 2568251 INFO  (qtp48918149-55755) [n:127.0.0.1:36018_solr 
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2568251 INFO  (qtp48918149-55755) [n:127.0.0.1:36018_solr 
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2_shard1_replica_n1' using 
configuration from collection collection2, trusted=true
   [junit4]   2> 2568251 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
   [junit4]   2> 2568251 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.c.CoreContainer Creating SolrCore 'collection2_shard1_replica_n3' using 
configuration from collection collection2, trusted=true
   [junit4]   2> 2568252 INFO  (qtp48918149-55755) [n:127.0.0.1:36018_solr 
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_36018.solr.core.collection2.shard1.replica_n1' (registry 
'solr.core.collection2.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@22c726bc
   [junit4]   2> 2568252 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_41823.solr.core.collection2.shard1.replica_n3' (registry 
'solr.core.collection2.shard1.replica_n3') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@22c726bc
   [junit4]   2> 2568252 INFO  (qtp48918149-55755) [n:127.0.0.1:36018_solr 
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] 
o.a.s.c.SolrCore [[collection2_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_3AA68D894A01935D-001/tempDir-001/node1/collection2_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_3AA68D894A01935D-001/tempDir-001/node1/./collection2_shard1_replica_n1/data/]
   [junit4]   2> 2568252 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.c.SolrCore [[collection2_shard1_replica_n3] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_3AA68D894A01935D-001/tempDir-001/node2/collection2_shard1_replica_n3],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.0/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderTragicEventTest_3AA68D894A01935D-001/tempDir-001/node2/./collection2_shard1_replica_n3/data/]
   [junit4]   2> 2568334 INFO  (qtp48918149-55755) [n:127.0.0.1:36018_solr 
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2568334 INFO  (qtp48918149-55755) [n:127.0.0.1:36018_solr 
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2568334 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 2568334 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2568338 INFO  (qtp48918149-55755) [n:127.0.0.1:36018_solr 
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2568338 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2568338 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2568338 INFO  (qtp48918149-55755) [n:127.0.0.1:36018_solr 
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2568340 INFO  (qtp48918149-55755) [n:127.0.0.1:36018_solr 
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@aadbfef[collection2_shard1_replica_n1] main]
   [junit4]   2> 2568340 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@40b81618[collection2_shard1_replica_n3] main]
   [junit4]   2> 2568341 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2568342 INFO  (qtp48918149-55755) [n:127.0.0.1:36018_solr 
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/config
   [junit4]   2> 2568342 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 2568342 INFO  (qtp48918149-55755) [n:127.0.0.1:36018_solr 
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/config
   [junit4]   2> 2568343 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2568343 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1626885223779139584
   [junit4]   2> 2568343 INFO  (qtp48918149-55755) [n:127.0.0.1:36018_solr 
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2568343 INFO  (qtp48918149-55755) [n:127.0.0.1:36018_solr 
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1626885223779139584
   [junit4]   2> 2568347 INFO  
(searcherExecutor-11616-thread-1-processing-n:127.0.0.1:41823_solr 
x:collection2_shard1_replica_n3 c:collection2 s:shard1 r:core_node4) 
[n:127.0.0.1:41823_solr c:collection2 s:shard1 r:core_node4 
x:collection2_shard1_replica_n3] o.a.s.c.SolrCore 
[collection2_shard1_replica_n3] Registered new searcher 
Searcher@40b81618[collection2_shard1_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2568351 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection2/terms/shard1 to Terms{values={core_node4=0}, version=0}
   [junit4]   2> 2568351 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/collection2/leaders/shard1
   [junit4]   2> 2568359 DEBUG 
(OverseerStateUpdate-72886847890194440-127.0.0.1:36018_solr-n_0000000000) 
[n:127.0.0.1:36018_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"collection2"} current state version: 0
   [junit4]   2> 2568359 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for 
shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 2568359 INFO  
(searcherExecutor-11615-thread-1-processing-n:127.0.0.1:36018_solr 
x:collection2_shard1_replica_n1 c:collection2 s:shard1 r:core_node2) 
[n:127.0.0.1:36018_solr c:collection2 s:shard1 r:core_node2 
x:collection2_shard1_replica_n1] o.a.s.c.SolrCore 
[collection2_shard1_replica_n1] Registered new searcher 
Searcher@aadbfef[collection2_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2568363 INFO  (qtp48918149-55755) [n:127.0.0.1:36018_solr 
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection2/terms/shard1 to Terms{values={core_node2=0, 
core_node4=0}, version=1}
   [junit4]   2> 2568363 INFO  (qtp48918149-55755) [n:127.0.0.1:36018_solr 
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/collection2/leaders/shard1
   [junit4]   2> 2568861 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2568861 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2568861 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:41823/solr/collection2_shard1_replica_n3/
   [junit4]   2> 2568862 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.PeerSync PeerSync: core=collection2_shard1_replica_n3 
url=http://127.0.0.1:41823/solr START 
replicas=[http://127.0.0.1:36018/solr/collection2_shard1_replica_n1/] 
nUpdates=100
   [junit4]   2> 2568862 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.PeerSync PeerSync: core=collection2_shard1_replica_n3 
url=http://127.0.0.1:41823/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 2568864 INFO  (qtp48918149-55752) [n:127.0.0.1:36018_solr 
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] 
o.a.s.c.S.Request [collection2_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=0
   [junit4]   2> 2568865 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the 
next candidate
   [junit4]   2> 2568865 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
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> 2568865 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/collection2/leaders/shard1/leader after winning as 
/collections/collection2/leader_elect/shard1/election/72886847890194438-core_node4-n_0000000000
   [junit4]   2> 2568867 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:41823/solr/collection2_shard1_replica_n3/ shard1
   [junit4]   2> 2568868 DEBUG 
(OverseerStateUpdate-72886847890194440-127.0.0.1:36018_solr-n_0000000000) 
[n:127.0.0.1:36018_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"collection2",
   [junit4]   2>   "base_url":"http://127.0.0.1:41823/solr";,
   [junit4]   2>   "core":"collection2_shard1_replica_n3",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 2568969 INFO  (zkCallback-14454-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection2/state.json] for collection [collection2] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2568971 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2568972 DEBUG 
(OverseerStateUpdate-72886847890194440-127.0.0.1:36018_solr-n_0000000000) 
[n:127.0.0.1:36018_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"collection2_shard1_replica_n3",
   [junit4]   2>   "core_node_name":"core_node4",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:41823/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:41823_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"collection2",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2568973 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection2_shard1_replica_n3&action=CREATE&numShards=1&collection=collection2&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1769
   [junit4]   2> 2569074 INFO  (zkCallback-14454-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection2/state.json] for collection [collection2] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2569074 INFO  (zkCallback-14454-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection2/state.json] for collection [collection2] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2569369 DEBUG 
(OverseerStateUpdate-72886847890194440-127.0.0.1:36018_solr-n_0000000000) 
[n:127.0.0.1:36018_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "core":"collection2_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"http://127.0.0.1:36018/solr";,
   [junit4]   2>   "node_name":"127.0.0.1:36018_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"collection2",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 2569370 INFO  (qtp48918149-55755) [n:127.0.0.1:36018_solr 
c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=config&newCollection=true&name=collection2_shard1_replica_n1&action=CREATE&numShards=1&collection=collection2&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2166
   [junit4]   2> 2569375 INFO  (qtp48918149-55753) [n:127.0.0.1:36018_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> 2569471 INFO  (zkCallback-14454-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection2/state.json] for collection [collection2] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2569471 INFO  (zkCallback-14464-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection2/state.json] for collection [collection2] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2569472 INFO  (zkCallback-14464-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection2/state.json] for collection [collection2] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2569472 INFO  (zkCallback-14454-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection2/state.json] for collection [collection2] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2569472 INFO  (qtp48918149-55753) [n:127.0.0.1:36018_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=config&name=collection2&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
 status=0 QTime=2589
   [junit4]   2> 2569475 INFO  
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[3AA68D894A01935D])
 [    ] o.a.s.c.LeaderTragicEventTest Stop jetty node : 
http://127.0.0.1:36018/solr 
state:DocCollection(collection2//collections/collection2/state.json/6)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node2":{
   [junit4]   2>           "core":"collection2_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:36018/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:36018_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node4":{
   [junit4]   2>           "core":"collection2_shard1_replica_n3",
   [junit4]   2>           "base_url":"http://127.0.0.1:41823/solr";,
   [junit4]   2>           "node_name":"127.0.0.1:41823_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false",
   [junit4]   2>           "leader":"true"}}}},
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"2",
   [junit4]   2>   "tlogReplicas":"0"}
   [junit4]   2> 2569475 INFO  
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[3AA68D894A01935D])
 [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1674039522
   [junit4]   2> 2569475 INFO  
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[3AA68D894A01935D])
 [    ] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36018_solr
   [junit4]   2> 2569476 INFO  
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[3AA68D894A01935D])
 [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 2569476 INFO  
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[3AA68D894A01935D])
 [    ] o.a.s.c.ZkController Publish node=127.0.0.1:36018_solr as DOWN
   [junit4]   2> 2569478 INFO  (coreCloseExecutor-11625-thread-1) 
[n:127.0.0.1:36018_solr c:collection2 s:shard1 r:core_node2 
x:collection2_shard1_replica_n1] o.a.s.c.SolrCore 
[collection2_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@144c6eab
   [junit4]   2> 2569478 INFO  (coreCloseExecutor-11625-thread-1) 
[n:127.0.0.1:36018_solr c:collection2 s:shard1 r:core_node2 
x:collection2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.collection2.shard1.replica_n1, tag=144c6eab
   [junit4]   2> 2569478 INFO  (coreCloseExecutor-11625-thread-1) 
[n:127.0.0.1:36018_solr c:collection2 s:shard1 r:core_node2 
x:collection2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3ace66ab: rootName = 
solr_36018, domain = solr.core.collection2.shard1.replica_n1, service url = 
null, agent id = null] for registry solr.core.collection2.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@3c32e6b2
   [junit4]   2> 2569478 DEBUG 
(OverseerStateUpdate-72886847890194440-127.0.0.1:36018_solr-n_0000000000) 
[n:127.0.0.1:36018_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:36018_solr"} current state version: 0
   [junit4]   2> 2569491 INFO  (coreCloseExecutor-11625-thread-1) 
[n:127.0.0.1:36018_solr c:collection2 s:shard1 r:core_node2 
x:collection2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.collection2.shard1.leader, tag=144c6eab
   [junit4]   2> 2569494 INFO  
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[3AA68D894A01935D])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.node, tag=null
   [junit4]   2> 2569494 INFO  
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[3AA68D894A01935D])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@75ffb58a: rootName = 
solr_36018, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@69dad17d
   [junit4]   2> 2569504 INFO  
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[3AA68D894A01935D])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jvm, tag=null
   [junit4]   2> 2569504 INFO  
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[3AA68D894A01935D])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@6e0862b: rootName = 
solr_36018, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@795b28d8
   [junit4]   2> 2569509 INFO  
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[3AA68D894A01935D])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.jetty, tag=null
   [junit4]   2> 2569509 INFO  
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[3AA68D894A01935D])
 [    ] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@128f4d44: rootName = 
solr_36018, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@21c03035
   [junit4]   2> 2569509 INFO  
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[3AA68D894A01935D])
 [    ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 2569512 INFO  (closeThreadPool-14489-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72886847890194440-127.0.0.1:36018_solr-n_0000000000) closing
   [junit4]   2> 2569512 INFO  
(OverseerStateUpdate-72886847890194440-127.0.0.1:36018_solr-n_0000000000) 
[n:127.0.0.1:36018_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:36018_solr
   [junit4]   2> 2569513 INFO  
(OverseerAutoScalingTriggerThread-72886847890194440-127.0.0.1:36018_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 2569516 INFO  (closeThreadPool-14489-thread-2) [    ] 
o.a.s.c.Overseer Overseer 
(id=72886847890194440-127.0.0.1:36018_solr-n_0000000000) closing
   [junit4]   2> 2569518 INFO  
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[3AA68D894A01935D])
 [    ] o.a.s.c.Overseer Overseer 
(id=72886847890194440-127.0.0.1:36018_solr-n_0000000000) closing
   [junit4]   2> 2569518 INFO  (zkCallback-14477-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2569518 INFO  (zkCallback-14454-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2569518 INFO  (zkCallback-14483-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 2569518 INFO  (zkCallback-14454-thread-1) [    ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:41823_solr
   [junit4]   2> 2569519 INFO  
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[3AA68D894A01935D])
 [    ] o.e.j.s.AbstractConnector Stopped 
ServerConnector@5961ac51{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 2569519 INFO  
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[3AA68D894A01935D])
 [    ] o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@73e08498{/solr,null,UNAVAILABLE}
   [junit4]   2> 2569519 INFO  
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[3AA68D894A01935D])
 [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2569520 INFO  (zkCallback-14454-thread-1) 
[n:127.0.0.1:41823_solr    ] o.a.s.c.Overseer Overseer 
(id=72886847890194438-127.0.0.1:41823_solr-n_0000000001) starting
   [junit4]   2> 2569524 INFO  
(OverseerStateUpdate-72886847890194438-127.0.0.1:41823_solr-n_0000000001) 
[n:127.0.0.1:41823_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:41823_solr
   [junit4]   2> 2569527 DEBUG 
(OverseerStateUpdate-72886847890194438-127.0.0.1:41823_solr-n_0000000001) 
[n:127.0.0.1:41823_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, 
message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:36018_solr"} current state version: 0
   [junit4]   2> 2569528 INFO  (zkCallback-14454-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection2/state.json] for collection [collection2] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 2569528 INFO  (zkCallback-14454-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection2/state.json] for collection [collection2] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 2569528 INFO  (zkCallback-14483-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection2/state.json] for collection [collection2] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 2569529 INFO  (zkCallback-14483-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection2/state.json] for collection [collection2] has 
occurred - updating... (live nodes size: [1])
   [junit4]   2> 2569530 INFO  
(TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[3AA68D894A01935D])
 [    ] o.a.s.c.LeaderTragicEventTest Corrupt leader : 
core_node4:{"core":"collection2_shard1_replica_n3","base_url":"http://127.0.0.1:41823/solr","node_name":"127.0.0.1:41823_solr","state":"active","type":"NRT","force_set_state":"false","leader":"true"}
   [junit4]   2> 2569536 INFO  (qtp2099061065-55758) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/collection2/terms/shard1 to Terms{values={core_node2=0, 
core_node4=1}, version=2}
   [junit4]   2> 2569536 INFO  (qtp2099061065-55758) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n3]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[0 
(1626885225027993600)]} 0 2
   [junit4]   2> 2569536 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1626885225030090752,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2569537 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@364f0f53 
commitCommandVersion:1626885225030090752
   [junit4]   2> 2569539 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@67ff620a[collection2_shard1_replica_n3] main]
   [junit4]   2> 2569539 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2569541 INFO  
(searcherExecutor-11616-thread-1-processing-n:127.0.0.1:41823_solr 
x:collection2_shard1_replica_n3 c:collection2 s:shard1 r:core_node4) 
[n:127.0.0.1:41823_solr c:collection2 s:shard1 r:core_node4 
x:collection2_shard1_replica_n3] o.a.s.c.SolrCore 
[collection2_shard1_replica_n3] Registered new searcher 
Searcher@67ff620a[collection2_shard1_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=1.8.0_191, 
java.vm.version=25.191-b12, lucene.version=8.0.0, os.arch=amd64, 
java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654853}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2569541 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n3]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 5
   [junit4]   2> 2569543 INFO  (qtp2099061065-55760) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n3]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[1 
(1626885225036382208)]} 0 0
   [junit4]   2> 2569544 INFO  (qtp2099061065-55761) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1626885225038479360,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2569544 INFO  (qtp2099061065-55761) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@364f0f53 
commitCommandVersion:1626885225038479360
   [junit4]   2> 2569548 INFO  (qtp2099061065-55761) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@157218be[collection2_shard1_replica_n3] main]
   [junit4]   2> 2569548 INFO  (qtp2099061065-55761) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2569550 INFO  
(searcherExecutor-11616-thread-1-processing-n:127.0.0.1:41823_solr 
x:collection2_shard1_replica_n3 c:collection2 s:shard1 r:core_node4) 
[n:127.0.0.1:41823_solr c:collection2 s:shard1 r:core_node4 
x:collection2_shard1_replica_n3] o.a.s.c.SolrCore 
[collection2_shard1_replica_n3] Registered new searcher 
Searcher@157218be[collection2_shard1_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=1.8.0_191, 
java.vm.version=25.191-b12, lucene.version=8.0.0, os.arch=amd64, 
java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654853}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_1(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654860}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2569550 INFO  (qtp2099061065-55761) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n3]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 7
   [junit4]   2> 2569552 INFO  (qtp2099061065-55762) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n3]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[2 
(1626885225045819392)]} 0 1
   [junit4]   2> 2569553 INFO  (qtp2099061065-55758) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1626885225047916544,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2569553 INFO  (qtp2099061065-55758) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@364f0f53 
commitCommandVersion:1626885225047916544
   [junit4]   2> 2569556 INFO  (qtp2099061065-55758) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@44fb5c4f[collection2_shard1_replica_n3] main]
   [junit4]   2> 2569556 INFO  (qtp2099061065-55758) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2569558 INFO  
(searcherExecutor-11616-thread-1-processing-n:127.0.0.1:41823_solr 
x:collection2_shard1_replica_n3 c:collection2 s:shard1 r:core_node4) 
[n:127.0.0.1:41823_solr c:collection2 s:shard1 r:core_node4 
x:collection2_shard1_replica_n3] o.a.s.c.SolrCore 
[collection2_shard1_replica_n3] Registered new searcher 
Searcher@44fb5c4f[collection2_shard1_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=1.8.0_191, 
java.vm.version=25.191-b12, lucene.version=8.0.0, os.arch=amd64, 
java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654853}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_1(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654860}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_2(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654870}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2569558 INFO  (qtp2099061065-55758) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n3]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 4
   [junit4]   2> 2569559 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n3]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[3 
(1626885225054208000)]} 0 0
   [junit4]   2> 2569560 INFO  (qtp2099061065-55760) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1626885225055256576,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2569560 INFO  (qtp2099061065-55760) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@364f0f53 
commitCommandVersion:1626885225055256576
   [junit4]   2> 2569562 INFO  (qtp2099061065-55760) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3649dbbd[collection2_shard1_replica_n3] main]
   [junit4]   2> 2569563 INFO  (qtp2099061065-55760) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2569565 INFO  
(searcherExecutor-11616-thread-1-processing-n:127.0.0.1:41823_solr 
x:collection2_shard1_replica_n3 c:collection2 s:shard1 r:core_node4) 
[n:127.0.0.1:41823_solr c:collection2 s:shard1 r:core_node4 
x:collection2_shard1_replica_n3] o.a.s.c.SolrCore 
[collection2_shard1_replica_n3] Registered new searcher 
Searcher@3649dbbd[collection2_shard1_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=1.8.0_191, 
java.vm.version=25.191-b12, lucene.version=8.0.0, os.arch=amd64, 
java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654853}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_1(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654860}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_2(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654870}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_3(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654877}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2569565 INFO  (qtp2099061065-55760) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n3]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 5
   [junit4]   2> 2569567 INFO  (qtp2099061065-55761) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n3]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[4 
(1626885225061548032)]} 0 0
   [junit4]   2> 2569568 INFO  (qtp2099061065-55762) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1626885225063645184,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2569568 INFO  (qtp2099061065-55762) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@364f0f53 
commitCommandVersion:1626885225063645184
   [junit4]   2> 2569571 INFO  (qtp2099061065-55762) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@673cced8[collection2_shard1_replica_n3] main]
   [junit4]   2> 2569571 INFO  (qtp2099061065-55762) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2569573 INFO  
(searcherExecutor-11616-thread-1-processing-n:127.0.0.1:41823_solr 
x:collection2_shard1_replica_n3 c:collection2 s:shard1 r:core_node4) 
[n:127.0.0.1:41823_solr c:collection2 s:shard1 r:core_node4 
x:collection2_shard1_replica_n3] o.a.s.c.SolrCore 
[collection2_shard1_replica_n3] Registered new searcher 
Searcher@673cced8[collection2_shard1_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=1.8.0_191, 
java.vm.version=25.191-b12, lucene.version=8.0.0, os.arch=amd64, 
java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654853}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_1(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654860}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_2(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654870}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_3(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654877}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_4(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654885}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2569573 INFO  (qtp2099061065-55762) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n3]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 5
   [junit4]   2> 2569575 INFO  (qtp2099061065-55758) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n3]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[5 
(1626885225069936640)]} 0 0
   [junit4]   2> 2569575 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1626885225070985216,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2569575 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@364f0f53 
commitCommandVersion:1626885225070985216
   [junit4]   2> 2569578 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6ff831e[collection2_shard1_replica_n3] main]
   [junit4]   2> 2569578 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2569580 INFO  
(searcherExecutor-11616-thread-1-processing-n:127.0.0.1:41823_solr 
x:collection2_shard1_replica_n3 c:collection2 s:shard1 r:core_node4) 
[n:127.0.0.1:41823_solr c:collection2 s:shard1 r:core_node4 
x:collection2_shard1_replica_n3] o.a.s.c.SolrCore 
[collection2_shard1_replica_n3] Registered new searcher 
Searcher@6ff831e[collection2_shard1_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=1.8.0_191, 
java.vm.version=25.191-b12, lucene.version=8.0.0, os.arch=amd64, 
java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654853}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_1(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654860}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_2(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654870}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_3(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654877}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_4(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654885}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_5(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654892}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2569580 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n3]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 5
   [junit4]   2> 2569582 INFO  (qtp2099061065-55760) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n3]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[6 
(1626885225077276672)]} 0 1
   [junit4]   2> 2569583 INFO  (qtp2099061065-55761) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1626885225079373824,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2569583 INFO  (qtp2099061065-55761) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@364f0f53 
commitCommandVersion:1626885225079373824
   [junit4]   2> 2569585 INFO  (qtp2099061065-55761) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@79dc0e8e[collection2_shard1_replica_n3] main]
   [junit4]   2> 2569585 INFO  (qtp2099061065-55761) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2569587 INFO  
(searcherExecutor-11616-thread-1-processing-n:127.0.0.1:41823_solr 
x:collection2_shard1_replica_n3 c:collection2 s:shard1 r:core_node4) 
[n:127.0.0.1:41823_solr c:collection2 s:shard1 r:core_node4 
x:collection2_shard1_replica_n3] o.a.s.c.SolrCore 
[collection2_shard1_replica_n3] Registered new searcher 
Searcher@79dc0e8e[collection2_shard1_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=1.8.0_191, 
java.vm.version=25.191-b12, lucene.version=8.0.0, os.arch=amd64, 
java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654853}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_1(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654860}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_2(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654870}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_3(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654877}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_4(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654885}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_5(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654892}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_6(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654899}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2569588 INFO  (qtp2099061065-55761) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n3]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 5
   [junit4]   2> 2569589 INFO  (qtp2099061065-55762) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n3]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[7 
(1626885225085665280)]} 0 0
   [junit4]   2> 2569590 INFO  (qtp2099061065-55758) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1626885225086713856,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2569590 INFO  (qtp2099061065-55758) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@364f0f53 
commitCommandVersion:1626885225086713856
   [junit4]   2> 2569592 INFO  (qtp2099061065-55758) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@6228aa50[collection2_shard1_replica_n3] main]
   [junit4]   2> 2569593 INFO  (qtp2099061065-55758) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 2569594 INFO  
(searcherExecutor-11616-thread-1-processing-n:127.0.0.1:41823_solr 
x:collection2_shard1_replica_n3 c:collection2 s:shard1 r:core_node4) 
[n:127.0.0.1:41823_solr c:collection2 s:shard1 r:core_node4 
x:collection2_shard1_replica_n3] o.a.s.c.SolrCore 
[collection2_shard1_replica_n3] Registered new searcher 
Searcher@6228aa50[collection2_shard1_replica_n3] 
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.0.0):C1:[diagnostics={os=Linux,
 java.vendor=Oracle Corporation, java.version=1.8.0_191, 
java.vm.version=25.191-b12, lucene.version=8.0.0, os.arch=amd64, 
java.runtime.version=1.8.0_191-b12, source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654853}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_1(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654860}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_2(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654870}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_3(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654877}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_4(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654885}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_5(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654892}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_6(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654899}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])
 Uninverting(_7(8.0.0):C1:[diagnostics={os=Linux, java.vendor=Oracle 
Corporation, java.version=1.8.0_191, java.vm.version=25.191-b12, 
lucene.version=8.0.0, os.arch=amd64, java.runtime.version=1.8.0_191-b12, 
source=flush, os.version=4.4.0-137-generic, 
timestamp=1551518654907}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 2569595 INFO  (qtp2099061065-55758) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n3]  
webapp=/solr path=/update 
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
 0 4
   [junit4]   2> 2569597 INFO  (qtp2099061065-55759) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.p.LogUpdateProcessorFactory [collection2_shard1_replica_n3]  
webapp=/solr path=/update params={wt=javabin&version=2}{add=[8 
(1626885225093005312)]} 0 0
   [junit4]   2> 2569597 INFO  (qtp2099061065-55760) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.DirectUpdateHandler2 start 
commit{_version_=1626885225094053888,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2569597 INFO  (qtp2099061065-55760) [n:127.0.0.1:41823_solr 
c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] 
o.a.s.u.SolrIndexWriter Calling setCommitData with 
IW:org.apache.solr.update.SolrIndexWriter@364f0f53 commitCommandVersion:16268852

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

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.0/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.0/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.0/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.0/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.0/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.0/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.0/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.0/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.0/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.0/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.0/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.0/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.0/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.0/checkout/solr/null1238918363
     [copy] Copying 236 files to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.0/checkout/solr/null1238918363
   [delete] Deleting directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-8.0/checkout/solr/null1238918363

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 30ms :: artifacts dl 4ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 347 minutes 2 seconds
Archiving artifacts
java.lang.InterruptedException: no matches found within 10000
        at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2847)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2726)
        at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2707)
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3086)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene
                at 
hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1741)
                at 
hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
                at hudson.remoting.Channel.call(Channel.java:955)
                at hudson.FilePath.act(FilePath.java:1072)
                at hudson.FilePath.act(FilePath.java:1061)
                at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
                at 
hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
                at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
                at 
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
                at hudson.model.Build$BuildExecution.post2(Build.java:186)
                at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
                at hudson.model.Run.execute(Run.java:1835)
                at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
                at 
hudson.model.ResourceController.execute(ResourceController.java:97)
                at hudson.model.Executor.run(Executor.java:429)
Caused: hudson.FilePath$TunneledInterruptedException
        at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3088)
        at hudson.remoting.UserRequest.perform(UserRequest.java:212)
        at hudson.remoting.UserRequest.perform(UserRequest.java:54)
        at hudson.remoting.Request$2.run(Request.java:369)
        at 
hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:748)
Caused: java.lang.InterruptedException: java.lang.InterruptedException: no 
matches found within 10000
        at hudson.FilePath.act(FilePath.java:1074)
        at hudson.FilePath.act(FilePath.java:1061)
        at hudson.FilePath.validateAntFileMask(FilePath.java:2705)
        at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:243)
        at 
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:81)
        at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:744)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:690)
        at hudson.model.Build$BuildExecution.post2(Build.java:186)
        at 
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:635)
        at hudson.model.Run.execute(Run.java:1835)
        at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
        at hudson.model.ResourceController.execute(ResourceController.java:97)
        at hudson.model.Executor.run(Executor.java:429)
No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to