You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2019/02/23 23:51:27 UTC

[JENKINS] Lucene-Solr-Tests-8.0 - Build # 7 - Unstable

Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.0/7/

1 tests failed.
FAILED:  org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration.testSearchRate

Error Message:
last ClusterState: znodeVersion: 6 live nodes:[127.0.0.1:10010_solr, 127.0.0.1:10009_solr] collections:{collection1=DocCollection(collection1//clusterstate.json/5)={   "replicationFactor":"1",   "pullReplicas":"0",   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0",   "autoCreated":"true",   "shards":{"shard1":{       "replicas":{         "core_node1":{           "core":"collection1_shard1_replica_n1",           "SEARCHER.searcher.maxDoc":0,           "SEARCHER.searcher.deletedDocs":0,           "INDEX.sizeInBytes":10240,           "node_name":"127.0.0.1:10009_solr",           "state":"active",           "type":"NRT",           "INDEX.sizeInGB":9.5367431640625E-6,           "SEARCHER.searcher.numDocs":0},         "core_node2":{           "core":"collection1_shard1_replica_n2",           "SEARCHER.searcher.maxDoc":0,           "SEARCHER.searcher.deletedDocs":0,           "INDEX.sizeInBytes":10240,           "node_name":"127.0.0.1:10010_solr",           "state":"active",           "type":"NRT",           "INDEX.sizeInGB":9.5367431640625E-6,           "SEARCHER.searcher.numDocs":0}},       "range":"80000000-7fffffff",       "state":"active"}}}}, last coll state: DocCollection(collection1//clusterstate.json/5)={   "replicationFactor":"1",   "pullReplicas":"0",   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"2",   "tlogReplicas":"0",   "autoCreated":"true",   "shards":{"shard1":{       "replicas":{         "core_node1":{           "core":"collection1_shard1_replica_n1",           "SEARCHER.searcher.maxDoc":0,           "SEARCHER.searcher.deletedDocs":0,           "INDEX.sizeInBytes":10240,           "node_name":"127.0.0.1:10009_solr",           "state":"active",           "type":"NRT",           "INDEX.sizeInGB":9.5367431640625E-6,           "SEARCHER.searcher.numDocs":0},         "core_node2":{           "core":"collection1_shard1_replica_n2",           "SEARCHER.searcher.maxDoc":0,           "SEARCHER.searcher.deletedDocs":0,           "INDEX.sizeInBytes":10240,           "node_name":"127.0.0.1:10010_solr",           "state":"active",           "type":"NRT",           "INDEX.sizeInGB":9.5367431640625E-6,           "SEARCHER.searcher.numDocs":0}},       "range":"80000000-7fffffff",       "state":"active"}}}

Stack Trace:
java.util.concurrent.TimeoutException: last ClusterState: znodeVersion: 6
live nodes:[127.0.0.1:10010_solr, 127.0.0.1:10009_solr]
collections:{collection1=DocCollection(collection1//clusterstate.json/5)={
  "replicationFactor":"1",
  "pullReplicas":"0",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0",
  "autoCreated":"true",
  "shards":{"shard1":{
      "replicas":{
        "core_node1":{
          "core":"collection1_shard1_replica_n1",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10009_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0},
        "core_node2":{
          "core":"collection1_shard1_replica_n2",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10010_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0}},
      "range":"80000000-7fffffff",
      "state":"active"}}}}, last coll state: DocCollection(collection1//clusterstate.json/5)={
  "replicationFactor":"1",
  "pullReplicas":"0",
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"2",
  "tlogReplicas":"0",
  "autoCreated":"true",
  "shards":{"shard1":{
      "replicas":{
        "core_node1":{
          "core":"collection1_shard1_replica_n1",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10009_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0},
        "core_node2":{
          "core":"collection1_shard1_replica_n2",
          "SEARCHER.searcher.maxDoc":0,
          "SEARCHER.searcher.deletedDocs":0,
          "INDEX.sizeInBytes":10240,
          "node_name":"127.0.0.1:10010_solr",
          "state":"active",
          "type":"NRT",
          "INDEX.sizeInGB":9.5367431640625E-6,
          "SEARCHER.searcher.numDocs":0}},
      "range":"80000000-7fffffff",
      "state":"active"}}}
	at __randomizedtesting.SeedInfo.seed([85AF81B497E4F828:D8E79F3D58225E67]:0)
	at org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:129)
	at org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration.testSearchRate(TestSimTriggerIntegration.java:1329)
	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)




Build Log:
[...truncated 13221 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration
   [junit4]   2> 803257 INFO  (SUITE-TestSimTriggerIntegration-seed#[85AF81B497E4F828]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestSimTriggerIntegration_85AF81B497E4F828-001/init-core-data-001
   [junit4]   2> 803436 WARN  (SUITE-TestSimTriggerIntegration-seed#[85AF81B497E4F828]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 803436 INFO  (SUITE-TestSimTriggerIntegration-seed#[85AF81B497E4F828]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 803440 INFO  (SUITE-TestSimTriggerIntegration-seed#[85AF81B497E4F828]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 803528 INFO  (TEST-TestSimTriggerIntegration.testNodeLostTrigger-seed#[85AF81B497E4F828]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testNodeLostTrigger
   [junit4]   2> 804109 DEBUG (TEST-TestSimTriggerIntegration.testNodeLostTrigger-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10000_solr
   [junit4]   2> 804125 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 804125 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 804126 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 804126 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 804181 DEBUG (TEST-TestSimTriggerIntegration.testNodeLostTrigger-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=0
   [junit4]   2> 804183 DEBUG (TEST-TestSimTriggerIntegration.testNodeLostTrigger-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 0
   [junit4]   2> 804183 INFO  (TEST-TestSimTriggerIntegration.testNodeLostTrigger-seed#[85AF81B497E4F828]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 804672 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 804672 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 804672 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 804692 DEBUG (ScheduledTrigger-2042-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 804698 DEBUG (simCloudManagerPool-2041-thread-2) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 804699 DEBUG (simCloudManagerPool-2041-thread-2) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 804745 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 804892 DEBUG (simCloudManagerPool-2041-thread-3) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 804892 DEBUG (simCloudManagerPool-2041-thread-3) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 804928 DEBUG (ScheduledTrigger-2042-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 804928 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 804928 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 2
   [junit4]   2> 804928 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 804928 INFO  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.s.TestSimTriggerIntegration TestTriggerAction init
   [junit4]   2> 804929 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger node_lost_trigger - Initial livenodes: [127.0.0.1:10001_solr, 127.0.0.1:10000_solr]
   [junit4]   2> 804929 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 804929 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 804929 DEBUG (ScheduledTrigger-2042-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 804985 DEBUG (TEST-TestSimTriggerIntegration.testNodeLostTrigger-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimClusterStateProvider  -- created marker: /autoscaling/nodeLost/127.0.0.1:10001_solr
   [junit4]   2> 804985 DEBUG (ScheduledTrigger-2042-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 2
   [junit4]   2> 804985 DEBUG (ScheduledTrigger-2042-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10001_solr
   [junit4]   2> 804985 DEBUG (ScheduledTrigger-2042-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 1 and last live nodes: 2
   [junit4]   2> 804985 DEBUG (ScheduledTrigger-2042-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10001_solr
   [junit4]   2> 805020 DEBUG (ScheduledTrigger-2042-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 805095 DEBUG (ScheduledTrigger-2042-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 805095 DEBUG (ScheduledTrigger-2042-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 805095 DEBUG (ScheduledTrigger-2042-thread-4) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost nodes: [127.0.0.1:10001_solr]
   [junit4]   2> 805095 DEBUG (ScheduledTrigger-2042-thread-4) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"764acfc44520c1Tcd82ri6e84yz32n6zhkqepk16",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":33296303463407809,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296303463407809],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "nodeNames":["127.0.0.1:10001_solr"]}}
   [junit4]   2> 805095 DEBUG (ScheduledTrigger-2042-thread-4) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_lost_trigger]
   [junit4]   2> 805095 DEBUG (ScheduledTrigger-2042-thread-4) [    ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"764acfc44520c1Tcd82ri6e84yz32n6zhkqepk16",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":33296303463407809,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296303463407809],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":33296308954389009,
   [junit4]   2>     "nodeNames":["127.0.0.1:10001_solr"]}}
   [junit4]   2> 805166 DEBUG (AutoscalingActionExecutor-2043-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"764acfc44520c1Tcd82ri6e84yz32n6zhkqepk16",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":33296303463407809,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296303463407809],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":33296308954389009,
   [junit4]   2>     "nodeNames":["127.0.0.1:10001_solr"]}}
   [junit4]   2> 805167 DEBUG (AutoscalingActionExecutor-2043-thread-1) [    ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"764acfc44520c1Tcd82ri6e84yz32n6zhkqepk16",
   [junit4]   2>   "source":"node_lost_trigger",
   [junit4]   2>   "eventTime":33296303463407809,
   [junit4]   2>   "eventType":"NODELOST",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296303463407809],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":33296308954389009,
   [junit4]   2>     "nodeNames":["127.0.0.1:10001_solr"]}}
   [junit4]   2> 805167 DEBUG (AutoscalingActionExecutor-2043-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 100ms
   [junit4]   2> 805167 DEBUG (AutoscalingActionExecutor-2043-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_lost_trigger after 100ms
   [junit4]   2> 805167 DEBUG (AutoscalingActionExecutor-2043-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 47 ms for event id=764acfc44520c1Tcd82ri6e84yz32n6zhkqepk16
   [junit4]   2> 805186 DEBUG (simCloudManagerPool-2041-thread-4) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 805186 DEBUG (simCloudManagerPool-2041-thread-4) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 805255 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 805256 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 805256 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 805275 DEBUG (ScheduledTrigger-2042-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 805275 DEBUG (ScheduledTrigger-2042-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 805312 DEBUG (ScheduledTrigger-2042-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 805312 DEBUG (ScheduledTrigger-2042-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 805348 DEBUG (ScheduledTrigger-2042-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 805348 DEBUG (ScheduledTrigger-2042-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 805385 DEBUG (TEST-TestSimTriggerIntegration.testNodeLostTrigger-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 805385 DEBUG (TEST-TestSimTriggerIntegration.testNodeLostTrigger-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 805385 DEBUG (TEST-TestSimTriggerIntegration.testNodeLostTrigger-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 805385 INFO  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 805386 DEBUG (TEST-TestSimTriggerIntegration.testNodeLostTrigger-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 805386 DEBUG (TEST-TestSimTriggerIntegration.testNodeLostTrigger-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 805386 DEBUG (TEST-TestSimTriggerIntegration.testNodeLostTrigger-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 805387 INFO  (TEST-TestSimTriggerIntegration.testNodeLostTrigger-seed#[85AF81B497E4F828]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testNodeLostTrigger
   [junit4]   2> 805423 INFO  (TEST-TestSimTriggerIntegration.testEventQueue-seed#[85AF81B497E4F828]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testEventQueue
   [junit4]   2> 805510 DEBUG (TEST-TestSimTriggerIntegration.testEventQueue-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10002_solr
   [junit4]   2> 805511 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 805514 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 805531 DEBUG (TEST-TestSimTriggerIntegration.testEventQueue-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=0
   [junit4]   2> 805531 DEBUG (TEST-TestSimTriggerIntegration.testEventQueue-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 0
   [junit4]   2> 805531 INFO  (TEST-TestSimTriggerIntegration.testEventQueue-seed#[85AF81B497E4F828]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 805604 DEBUG (simCloudManagerPool-2047-thread-2) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 805640 DEBUG (simCloudManagerPool-2047-thread-2) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 805643 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 0
   [junit4]   2> 805643 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 805643 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10002_solr, 127.0.0.1:10003_solr]
   [junit4]   2> 805643 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 805643 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 805656 DEBUG (ScheduledTrigger-2048-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 805657 INFO  (simCloudManagerPool-2047-thread-3) [    ] o.a.s.c.a.s.TestSimTriggerIntegration TestEventQueueAction instantiated
   [junit4]   2> 805657 DEBUG (simCloudManagerPool-2047-thread-3) [    ] o.a.s.c.a.s.TestSimTriggerIntegration TestTriggerAction init
   [junit4]   2> 805676 DEBUG (ScheduledTrigger-2048-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 805693 DEBUG (simCloudManagerPool-2047-thread-3) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 805693 DEBUG (simCloudManagerPool-2047-thread-3) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 805693 INFO  (simCloudManagerPool-2047-thread-3) [    ] o.a.s.c.a.s.TestSimTriggerIntegration TestEventQueueAction instantiated
   [junit4]   2> 805693 DEBUG (simCloudManagerPool-2047-thread-3) [    ] o.a.s.c.a.s.TestSimTriggerIntegration TestTriggerAction init
   [junit4]   2> 805697 DEBUG (ScheduledTrigger-2048-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 805713 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 805713 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 - Initial livenodes: [127.0.0.1:10002_solr, 127.0.0.1:10003_solr]
   [junit4]   2> 805713 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration$TestEventQueueAction}], enabled=true}
   [junit4]   2> 805714 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 805714 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 805867 DEBUG (TEST-TestSimTriggerIntegration.testEventQueue-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimClusterStateProvider -- creating marker: /autoscaling/nodeAdded/127.0.0.1:10004_solr
   [junit4]   2> 805868 DEBUG (ScheduledTrigger-2048-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3 and last live nodes: 2
   [junit4]   2> 805875 DEBUG (ScheduledTrigger-2048-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 805875 DEBUG (ScheduledTrigger-2048-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 805875 DEBUG (ScheduledTrigger-2048-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:10004_solr at time 33296347940780709
   [junit4]   2> 805888 DEBUG (ScheduledTrigger-2048-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3 and last live nodes: 3
   [junit4]   2> 805924 DEBUG (ScheduledTrigger-2048-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3 and last live nodes: 3
   [junit4]   2> 805924 DEBUG (ScheduledTrigger-2048-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 805924 DEBUG (ScheduledTrigger-2048-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 805924 DEBUG (ScheduledTrigger-2048-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 firing registered processor for nodes: [127.0.0.1:10004_solr] added at times [33296347940780709], now=33296350396378409
   [junit4]   2> 805924 DEBUG (ScheduledTrigger-2048-thread-3) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"764ada1f53faa5Tcd82ri6e84yz32n6zhkqepk18",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":33296347940780709,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296347940780709],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "nodeNames":["127.0.0.1:10004_solr"]}}
   [junit4]   2> 805924 DEBUG (ScheduledTrigger-2048-thread-3) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_trigger1]
   [junit4]   2> 805925 DEBUG (ScheduledTrigger-2048-thread-3) [    ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"764ada1f53faa5Tcd82ri6e84yz32n6zhkqepk18",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":33296347940780709,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296347940780709],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":33296350415501659,
   [junit4]   2>     "nodeNames":["127.0.0.1:10004_solr"]}}
   [junit4]   2> 805925 DEBUG (ScheduledTrigger-2048-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Removing new node from tracking: 127.0.0.1:10004_solr
   [junit4]   2> 805925 DEBUG (AutoscalingActionExecutor-2049-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"764ada1f53faa5Tcd82ri6e84yz32n6zhkqepk18",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":33296347940780709,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296347940780709],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":33296350415501659,
   [junit4]   2>     "nodeNames":["127.0.0.1:10004_solr"]}}
   [junit4]   2> 805925 INFO  (AutoscalingActionExecutor-2049-thread-1) [    ] o.a.s.c.a.s.TestSimTriggerIntegration -- event: {
   [junit4]   2>   "id":"764ada1f53faa5Tcd82ri6e84yz32n6zhkqepk18",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":33296347940780709,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296347940780709],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":33296350415501659,
   [junit4]   2>     "nodeNames":["127.0.0.1:10004_solr"]}}
   [junit4]   2> 805925 INFO  (TEST-TestSimTriggerIntegration.testEventQueue-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing object cache...
   [junit4]   2> 805925 DEBUG (TEST-TestSimTriggerIntegration.testEventQueue-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 805925 DEBUG (TEST-TestSimTriggerIntegration.testEventQueue-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 805925 DEBUG (TEST-TestSimTriggerIntegration.testEventQueue-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 805926 DEBUG (AutoscalingActionExecutor-2049-thread-1) [    ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"764ada1f53faa5Tcd82ri6e84yz32n6zhkqepk18",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":33296347940780709,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296347940780709],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":33296350415501659,
   [junit4]   2>     "nodeNames":["127.0.0.1:10004_solr"]}}
   [junit4]   2> 805926 WARN  (AutoscalingActionExecutor-2049-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Unhandled exception executing actions
   [junit4]   2> org.apache.solr.common.AlreadyClosedException: ScheduledTrigger node_added_trigger1 has been closed.
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers$TriggerWrapper.dequeue(ScheduledTriggers.java:583) ~[java/:?]
   [junit4]   2> 	at org.apache.solr.cloud.autoscaling.ScheduledTriggers.lambda$null$3(ScheduledTriggers.java:334) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[?:1.8.0_191]
   [junit4]   2> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_191]
   [junit4]   2> 	at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209) ~[java/:?]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_191]
   [junit4]   2> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_191]
   [junit4]   2> 	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
   [junit4]   2> 805926 DEBUG (AutoscalingActionExecutor-2049-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 68 ms for event id=764ada1f53faa5Tcd82ri6e84yz32n6zhkqepk18
   [junit4]   2> 805926 DEBUG (TEST-TestSimTriggerIntegration.testEventQueue-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 805926 DEBUG (TEST-TestSimTriggerIntegration.testEventQueue-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 805926 DEBUG (TEST-TestSimTriggerIntegration.testEventQueue-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 805926 INFO  (TEST-TestSimTriggerIntegration.testEventQueue-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimCloudManager   = killing node 127.0.0.1:10002_solr
   [junit4]   2> 805927 DEBUG (TEST-TestSimTriggerIntegration.testEventQueue-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimClusterStateProvider  -- created marker: /autoscaling/nodeLost/127.0.0.1:10002_solr
   [junit4]   2> 805927 DEBUG (TEST-TestSimTriggerIntegration.testEventQueue-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10004_solr
   [junit4]   2> 805927 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 805948 INFO  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 806000 INFO  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.s.TestSimTriggerIntegration TestEventQueueAction instantiated
   [junit4]   2> 806000 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.s.TestSimTriggerIntegration TestTriggerAction init
   [junit4]   2> 806000 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 0
   [junit4]   2> 806000 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 806033 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10004_solr, 127.0.0.1:10003_solr]
   [junit4]   2> 806033 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger Adding lost node from marker path: 127.0.0.1:10002_solr
   [junit4]   2> 806057 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 - Initial livenodes: [127.0.0.1:10004_solr, 127.0.0.1:10003_solr]
   [junit4]   2> 806057 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger1 instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration$TestEventQueueAction}], enabled=true}
   [junit4]   2> 806058 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeAddedTrigger Adding node from marker path: 127.0.0.1:10004_solr
   [junit4]   2> 806058 DEBUG (ScheduledTrigger-2053-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 3
   [junit4]   2> 806058 DEBUG (ScheduledTrigger-2053-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10002_solr
   [junit4]   2> 806058 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 806058 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 806058 DEBUG (ScheduledTrigger-2053-thread-2) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"764ada1f53faa5Tcd82ri6e84yz32n6zhkqepk18",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":33296347940780709,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296347940780709],
   [junit4]   2>     "_dequeue_time_":33296357108792059,
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":33296350415501659,
   [junit4]   2>     "nodeNames":["127.0.0.1:10004_solr"],
   [junit4]   2>     "replaying":true}}
   [junit4]   2> 806070 DEBUG (ScheduledTrigger-2053-thread-2) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_trigger1]
   [junit4]   2> 806070 DEBUG (ScheduledTrigger-2053-thread-2) [    ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"764ada1f53faa5Tcd82ri6e84yz32n6zhkqepk18",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":33296347940780709,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296347940780709],
   [junit4]   2>     "_dequeue_time_":33296357108792059,
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":33296350415501659,
   [junit4]   2>     "nodeNames":["127.0.0.1:10004_solr"],
   [junit4]   2>     "replaying":true}}
   [junit4]   2> 806106 DEBUG (ScheduledTrigger-2053-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger1
   [junit4]   2> 806106 DEBUG (ScheduledTrigger-2053-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 806107 DEBUG (AutoscalingActionExecutor-2054-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"764ada1f53faa5Tcd82ri6e84yz32n6zhkqepk18",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":33296347940780709,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296347940780709],
   [junit4]   2>     "_dequeue_time_":33296357108792059,
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":33296350415501659,
   [junit4]   2>     "nodeNames":["127.0.0.1:10004_solr"],
   [junit4]   2>     "replaying":true}}
   [junit4]   2> 806107 INFO  (AutoscalingActionExecutor-2054-thread-1) [    ] o.a.s.c.a.s.TestSimTriggerIntegration -- event: {
   [junit4]   2>   "id":"764ada1f53faa5Tcd82ri6e84yz32n6zhkqepk18",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":33296347940780709,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296347940780709],
   [junit4]   2>     "_dequeue_time_":33296357108792059,
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":33296350415501659,
   [junit4]   2>     "nodeNames":["127.0.0.1:10004_solr"],
   [junit4]   2>     "replaying":true}}
   [junit4]   2> 806108 DEBUG (AutoscalingActionExecutor-2054-thread-1) [    ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"764ada1f53faa5Tcd82ri6e84yz32n6zhkqepk18",
   [junit4]   2>   "source":"node_added_trigger1",
   [junit4]   2>   "eventTime":33296347940780709,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296347940780709],
   [junit4]   2>     "_dequeue_time_":33296357108792059,
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":33296350415501659,
   [junit4]   2>     "nodeNames":["127.0.0.1:10004_solr"],
   [junit4]   2>     "replaying":true}}
   [junit4]   2> 806108 DEBUG (AutoscalingActionExecutor-2054-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 100ms
   [junit4]   2> 806114 DEBUG (AutoscalingActionExecutor-2054-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger1 after 100ms
   [junit4]   2> 806114 DEBUG (AutoscalingActionExecutor-2054-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 386 ms for event id=764ada1f53faa5Tcd82ri6e84yz32n6zhkqepk18
   [junit4]   2> 806131 INFO  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 806168 DEBUG (TEST-TestSimTriggerIntegration.testEventQueue-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 806168 DEBUG (TEST-TestSimTriggerIntegration.testEventQueue-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 806168 DEBUG (TEST-TestSimTriggerIntegration.testEventQueue-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 806168 DEBUG (TEST-TestSimTriggerIntegration.testEventQueue-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 806168 DEBUG (TEST-TestSimTriggerIntegration.testEventQueue-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 806168 DEBUG (TEST-TestSimTriggerIntegration.testEventQueue-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 806169 INFO  (TEST-TestSimTriggerIntegration.testEventQueue-seed#[85AF81B497E4F828]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testEventQueue
   [junit4]   2> 806188 INFO  (TEST-TestSimTriggerIntegration.testCooldown-seed#[85AF81B497E4F828]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testCooldown
   [junit4]   2> 806240 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 806240 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 806241 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 806241 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 806241 DEBUG (TEST-TestSimTriggerIntegration.testCooldown-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10005_solr
   [junit4]   2> 806241 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10005_solr]
   [junit4]   2> 806242 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 806242 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 806243 DEBUG (ScheduledTrigger-2057-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 806260 DEBUG (TEST-TestSimTriggerIntegration.testCooldown-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=0
   [junit4]   2> 806260 DEBUG (TEST-TestSimTriggerIntegration.testCooldown-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 0
   [junit4]   2> 806260 INFO  (TEST-TestSimTriggerIntegration.testCooldown-seed#[85AF81B497E4F828]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 806486 DEBUG (ScheduledTrigger-2057-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 1
   [junit4]   2> 806504 DEBUG (simCloudManagerPool-2056-thread-2) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 806504 DEBUG (simCloudManagerPool-2056-thread-2) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 806577 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 806577 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 806577 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 806612 DEBUG (ScheduledTrigger-2057-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 806629 DEBUG (simCloudManagerPool-2056-thread-3) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 806630 DEBUG (simCloudManagerPool-2056-thread-3) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 806631 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 806632 INFO  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.s.TestSimTriggerIntegration TestTriggerAction init
   [junit4]   2> 806632 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger - Initial livenodes: [127.0.0.1:10006_solr, 127.0.0.1:10005_solr]
   [junit4]   2> 806632 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration$TestTriggerAction}], enabled=true}
   [junit4]   2> 806665 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 806665 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 806665 DEBUG (ScheduledTrigger-2057-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 806666 DEBUG (ScheduledTrigger-2057-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 806666 DEBUG (ScheduledTrigger-2057-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 806687 DEBUG (ScheduledTrigger-2057-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 806687 DEBUG (ScheduledTrigger-2057-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 806687 DEBUG (ScheduledTrigger-2057-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 806689 DEBUG (simCloudManagerPool-2056-thread-4) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 806689 DEBUG (simCloudManagerPool-2056-thread-4) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 806722 DEBUG (ScheduledTrigger-2057-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 806722 DEBUG (ScheduledTrigger-2057-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 806722 DEBUG (ScheduledTrigger-2057-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 806738 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 806738 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 806738 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 806739 DEBUG (TEST-TestSimTriggerIntegration.testCooldown-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimClusterStateProvider -- creating marker: /autoscaling/nodeAdded/127.0.0.1:10007_solr
   [junit4]   2> 806758 DEBUG (ScheduledTrigger-2057-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 806758 DEBUG (ScheduledTrigger-2057-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 806758 DEBUG (ScheduledTrigger-2057-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:10007_solr at time 33296392104558109
   [junit4]   2> 806758 DEBUG (ScheduledTrigger-2057-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3 and last live nodes: 2
   [junit4]   2> 806795 DEBUG (ScheduledTrigger-2057-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 806795 DEBUG (ScheduledTrigger-2057-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 806795 DEBUG (ScheduledTrigger-2057-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger firing registered processor for nodes: [127.0.0.1:10007_solr] added at times [33296392104558109], now=33296393929752109
   [junit4]   2> 806795 DEBUG (ScheduledTrigger-2057-thread-2) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"764ae467b1be1dTcd82ri6e84yz32n6zhkqepk1a",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":33296392104558109,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296392104558109],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "nodeNames":["127.0.0.1:10007_solr"]}}
   [junit4]   2> 806795 DEBUG (ScheduledTrigger-2057-thread-2) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_cooldown_trigger]
   [junit4]   2> 806795 DEBUG (ScheduledTrigger-2057-thread-2) [    ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"764ae467b1be1dTcd82ri6e84yz32n6zhkqepk1a",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":33296392104558109,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296392104558109],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":33296393956362809,
   [junit4]   2>     "nodeNames":["127.0.0.1:10007_solr"]}}
   [junit4]   2> 806811 DEBUG (ScheduledTrigger-2057-thread-2) [    ] o.a.s.c.a.NodeAddedTrigger Removing new node from tracking: 127.0.0.1:10007_solr
   [junit4]   2> 806811 DEBUG (AutoscalingActionExecutor-2058-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"764ae467b1be1dTcd82ri6e84yz32n6zhkqepk1a",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":33296392104558109,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296392104558109],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":33296393956362809,
   [junit4]   2>     "nodeNames":["127.0.0.1:10007_solr"]}}
   [junit4]   2> 806812 DEBUG (AutoscalingActionExecutor-2058-thread-1) [    ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"764ae467b1be1dTcd82ri6e84yz32n6zhkqepk1a",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":33296392104558109,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296392104558109],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":33296393956362809,
   [junit4]   2>     "nodeNames":["127.0.0.1:10007_solr"]}}
   [junit4]   2> 806814 DEBUG (TEST-TestSimTriggerIntegration.testCooldown-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimClusterStateProvider -- creating marker: /autoscaling/nodeAdded/127.0.0.1:10008_solr
   [junit4]   2> 806814 DEBUG (AutoscalingActionExecutor-2058-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_cooldown_trigger after 100ms
   [junit4]   2> 806814 DEBUG (AutoscalingActionExecutor-2058-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 100ms
   [junit4]   2> 806814 DEBUG (AutoscalingActionExecutor-2058-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 136 ms for event id=764ae467b1be1dTcd82ri6e84yz32n6zhkqepk1a
   [junit4]   2> 806920 DEBUG (ScheduledTrigger-2057-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 and last live nodes: 3
   [junit4]   2> 806921 DEBUG (ScheduledTrigger-2057-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 806921 DEBUG (ScheduledTrigger-2057-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 806921 DEBUG (ScheduledTrigger-2057-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:10008_solr at time 33296400243171359
   [junit4]   2> 806941 DEBUG (ScheduledTrigger-2057-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 4 and last live nodes: 4
   [junit4]   2> 806941 DEBUG (ScheduledTrigger-2057-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_cooldown_trigger
   [junit4]   2> 806941 DEBUG (ScheduledTrigger-2057-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 4
   [junit4]   2> 806941 DEBUG (ScheduledTrigger-2057-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_cooldown_trigger firing registered processor for nodes: [127.0.0.1:10008_solr] added at times [33296400243171359], now=33296401257576659
   [junit4]   2> 806941 DEBUG (ScheduledTrigger-2057-thread-3) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"764ae64ccb201fTcd82ri6e84yz32n6zhkqepk1b",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":33296400243171359,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296400243171359],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "nodeNames":["127.0.0.1:10008_solr"]}}
   [junit4]   2> 806941 DEBUG (ScheduledTrigger-2057-thread-3) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_cooldown_trigger]
   [junit4]   2> 806942 DEBUG (ScheduledTrigger-2057-thread-3) [    ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"764ae64ccb201fTcd82ri6e84yz32n6zhkqepk1b",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":33296400243171359,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296400243171359],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":33296401269112259,
   [junit4]   2>     "nodeNames":["127.0.0.1:10008_solr"]}}
   [junit4]   2> 806942 DEBUG (ScheduledTrigger-2057-thread-3) [    ] o.a.s.c.a.NodeAddedTrigger Removing new node from tracking: 127.0.0.1:10008_solr
   [junit4]   2> 806942 DEBUG (AutoscalingActionExecutor-2058-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"764ae64ccb201fTcd82ri6e84yz32n6zhkqepk1b",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":33296400243171359,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296400243171359],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":33296401269112259,
   [junit4]   2>     "nodeNames":["127.0.0.1:10008_solr"]}}
   [junit4]   2> 806942 DEBUG (AutoscalingActionExecutor-2058-thread-1) [    ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"764ae64ccb201fTcd82ri6e84yz32n6zhkqepk1b",
   [junit4]   2>   "source":"node_added_cooldown_trigger",
   [junit4]   2>   "eventTime":33296400243171359,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296400243171359],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":33296401269112259,
   [junit4]   2>     "nodeNames":["127.0.0.1:10008_solr"]}}
   [junit4]   2> 806942 DEBUG (AutoscalingActionExecutor-2058-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 100ms
   [junit4]   2> 806942 DEBUG (AutoscalingActionExecutor-2058-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_cooldown_trigger after 100ms
   [junit4]   2> 806942 DEBUG (AutoscalingActionExecutor-2058-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 18 ms for event id=764ae64ccb201fTcd82ri6e84yz32n6zhkqepk1b
   [junit4]   2> 806943 DEBUG (TEST-TestSimTriggerIntegration.testCooldown-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 806943 DEBUG (TEST-TestSimTriggerIntegration.testCooldown-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 806943 DEBUG (TEST-TestSimTriggerIntegration.testCooldown-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 806943 INFO  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 806944 DEBUG (TEST-TestSimTriggerIntegration.testCooldown-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 806944 DEBUG (TEST-TestSimTriggerIntegration.testCooldown-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 806944 DEBUG (TEST-TestSimTriggerIntegration.testCooldown-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 806978 INFO  (TEST-TestSimTriggerIntegration.testCooldown-seed#[85AF81B497E4F828]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testCooldown
   [junit4]   2> 806980 INFO  (TEST-TestSimTriggerIntegration.testSearchRate-seed#[85AF81B497E4F828]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testSearchRate
   [junit4]   2> 807009 DEBUG (TEST-TestSimTriggerIntegration.testSearchRate-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10009_solr
   [junit4]   2> 807010 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 807010 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 807011 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 807011 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 807046 DEBUG (TEST-TestSimTriggerIntegration.testSearchRate-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=0
   [junit4]   2> 807046 DEBUG (TEST-TestSimTriggerIntegration.testSearchRate-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 0
   [junit4]   2> 807046 INFO  (TEST-TestSimTriggerIntegration.testSearchRate-seed#[85AF81B497E4F828]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 807047 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10010_solr, 127.0.0.1:10009_solr]
   [junit4]   2> 807048 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 807048 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 807048 DEBUG (ScheduledTrigger-2063-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 807063 DEBUG (simCloudManagerPool-2062-thread-2) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 807063 DEBUG (simCloudManagerPool-2062-thread-2) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 807265 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 807271 DEBUG (simCloudManagerPool-2062-thread-3) [    ] o.a.s.c.a.s.SimClusterStateProvider -- simCreateCollection collection1, currentVersion=1
   [junit4]   2> 807271 DEBUG (simCloudManagerPool-2062-thread-3) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=1
   [junit4]   2> 807271 DEBUG (simCloudManagerPool-2062-thread-3) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 1
   [junit4]   2> 807273 DEBUG (ScheduledTrigger-2063-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 807273 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 807273 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 807273 DEBUG (ScheduledTrigger-2063-thread-2) [    ] o.a.s.c.a.ScheduledTrigger ScheduledTrigger ran but was already closed
   [junit4]   2> 807342 DEBUG (simCloudManagerPool-2062-thread-3) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=2
   [junit4]   2> 807361 DEBUG (ScheduledTrigger-2063-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 807382 DEBUG (ScheduledTrigger-2063-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 807397 DEBUG (simCloudManagerPool-2062-thread-3) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 2
   [junit4]   2> 807414 DEBUG (ScheduledTrigger-2063-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 807451 DEBUG (ScheduledTrigger-2063-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 807469 DEBUG (simCloudManagerPool-2062-thread-4) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=3
   [junit4]   2> 807470 DEBUG (simCloudManagerPool-2062-thread-4) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 3
   [junit4]   2> 807487 DEBUG (ScheduledTrigger-2063-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 807524 DEBUG (ScheduledTrigger-2063-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 807540 DEBUG (simCloudManagerPool-2062-thread-3) [    ] o.a.s.c.a.s.SimClusterStateProvider -- finished createCollection collection1, currentVersion=4
   [junit4]   2> 807560 DEBUG (ScheduledTrigger-2063-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 807561 DEBUG (simCloudManagerPool-2062-thread-5) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=4
   [junit4]   2> 807614 DEBUG (ScheduledTrigger-2063-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 807634 DEBUG (simCloudManagerPool-2062-thread-5) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 4
   [junit4]   2> 807634 DEBUG (ScheduledTrigger-2063-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 807650 DEBUG (TEST-TestSimTriggerIntegration.testSearchRate-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=5
   [junit4]   2> 807686 DEBUG (ScheduledTrigger-2063-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 807686 DEBUG (TEST-TestSimTriggerIntegration.testSearchRate-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 5
   [junit4]   2> 807687 INFO  (TEST-TestSimTriggerIntegration.testSearchRate-seed#[85AF81B497E4F828]) [    ] o.a.s.c.CloudTestUtils -- shards without leaders: [shard1]
   [junit4]   2> 807689 INFO  (TEST-TestSimTriggerIntegration.testSearchRate-seed#[85AF81B497E4F828]) [    ] o.a.s.c.CloudTestUtils -- shards without leaders: [shard1]
   [junit4]   2> 807706 INFO  (TEST-TestSimTriggerIntegration.testSearchRate-seed#[85AF81B497E4F828]) [    ] o.a.s.c.CloudTestUtils -- shards without leaders: [shard1]
   [junit4]   2> 807706 DEBUG (ScheduledTrigger-2063-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 807708 INFO  (TEST-TestSimTriggerIntegration.testSearchRate-seed#[85AF81B497E4F828]) [    ] o.a.s.c.CloudTestUtils -- shards without leaders: [shard1]
   [junit4]   2> 807722 INFO  (TEST-TestSimTriggerIntegration.testSearchRate-seed#[85AF81B497E4F828]) [    ] o.a.s.c.CloudTestUtils -- shards without leaders: [shard1]
   [junit4]   2> 807725 INFO  (TEST-TestSimTriggerIntegration.testSearchRate-seed#[85AF81B497E4F828]) [    ] o.a.s.c.CloudTestUtils -- shards without leaders: [shard1]
   [junit4]   2> 807743 DEBUG (ScheduledTrigger-2063-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 807743 INFO  (TEST-TestSimTriggerIntegration.testSearchRate-seed#[85AF81B497E4F828]) [    ] o.a.s.c.CloudTestUtils -- shards without leaders: [shard1]
   [junit4]   2> 807804 DEBUG (TEST-TestSimTriggerIntegration.testSearchRate-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 807804 DEBUG (TEST-TestSimTriggerIntegration.testSearchRate-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 807804 DEBUG (TEST-TestSimTriggerIntegration.testSearchRate-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 807804 DEBUG (TEST-TestSimTriggerIntegration.testSearchRate-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool executor
   [junit4]   2> 807820 INFO  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 807821 DEBUG (TEST-TestSimTriggerIntegration.testSearchRate-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 807821 DEBUG (TEST-TestSimTriggerIntegration.testSearchRate-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 807821 INFO  (TEST-TestSimTriggerIntegration.testSearchRate-seed#[85AF81B497E4F828]) [    ] o.a.s.SolrTestCaseJ4 ###Ending testSearchRate
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=TestSimTriggerIntegration -Dtests.method=testSearchRate -Dtests.seed=85AF81B497E4F828 -Dtests.multiplier=2 -Dtests.slow=true -Dtests.locale=en-MT -Dtests.timezone=Europe/Kaliningrad -Dtests.asserts=true -Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.85s J2 | TestSimTriggerIntegration.testSearchRate <<<
   [junit4]    > Throwable #1: java.util.concurrent.TimeoutException: last ClusterState: znodeVersion: 6
   [junit4]    > live nodes:[127.0.0.1:10010_solr, 127.0.0.1:10009_solr]
   [junit4]    > collections:{collection1=DocCollection(collection1//clusterstate.json/5)={
   [junit4]    >   "replicationFactor":"1",
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"2",
   [junit4]    >   "tlogReplicas":"0",
   [junit4]    >   "autoCreated":"true",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "core":"collection1_shard1_replica_n1",
   [junit4]    >           "SEARCHER.searcher.maxDoc":0,
   [junit4]    >           "SEARCHER.searcher.deletedDocs":0,
   [junit4]    >           "INDEX.sizeInBytes":10240,
   [junit4]    >           "node_name":"127.0.0.1:10009_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]    >           "SEARCHER.searcher.numDocs":0},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"collection1_shard1_replica_n2",
   [junit4]    >           "SEARCHER.searcher.maxDoc":0,
   [junit4]    >           "SEARCHER.searcher.deletedDocs":0,
   [junit4]    >           "INDEX.sizeInBytes":10240,
   [junit4]    >           "node_name":"127.0.0.1:10010_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]    >           "SEARCHER.searcher.numDocs":0}},
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active"}}}}, last coll state: DocCollection(collection1//clusterstate.json/5)={
   [junit4]    >   "replicationFactor":"1",
   [junit4]    >   "pullReplicas":"0",
   [junit4]    >   "router":{"name":"compositeId"},
   [junit4]    >   "maxShardsPerNode":"1",
   [junit4]    >   "autoAddReplicas":"false",
   [junit4]    >   "nrtReplicas":"2",
   [junit4]    >   "tlogReplicas":"0",
   [junit4]    >   "autoCreated":"true",
   [junit4]    >   "shards":{"shard1":{
   [junit4]    >       "replicas":{
   [junit4]    >         "core_node1":{
   [junit4]    >           "core":"collection1_shard1_replica_n1",
   [junit4]    >           "SEARCHER.searcher.maxDoc":0,
   [junit4]    >           "SEARCHER.searcher.deletedDocs":0,
   [junit4]    >           "INDEX.sizeInBytes":10240,
   [junit4]    >           "node_name":"127.0.0.1:10009_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]    >           "SEARCHER.searcher.numDocs":0},
   [junit4]    >         "core_node2":{
   [junit4]    >           "core":"collection1_shard1_replica_n2",
   [junit4]    >           "SEARCHER.searcher.maxDoc":0,
   [junit4]    >           "SEARCHER.searcher.deletedDocs":0,
   [junit4]    >           "INDEX.sizeInBytes":10240,
   [junit4]    >           "node_name":"127.0.0.1:10010_solr",
   [junit4]    >           "state":"active",
   [junit4]    >           "type":"NRT",
   [junit4]    >           "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]    >           "SEARCHER.searcher.numDocs":0}},
   [junit4]    >       "range":"80000000-7fffffff",
   [junit4]    >       "state":"active"}}}
   [junit4]    > 	at __randomizedtesting.SeedInfo.seed([85AF81B497E4F828:D8E79F3D58225E67]:0)
   [junit4]    > 	at org.apache.solr.cloud.CloudTestUtils.waitForState(CloudTestUtils.java:129)
   [junit4]    > 	at org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration.testSearchRate(TestSimTriggerIntegration.java:1329)
   [junit4]    > 	at java.lang.Thread.run(Thread.java:748)
   [junit4]   2> 807742 DEBUG (simCloudManagerPool-2062-thread-6) [    ] o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for collection1 / shard1 (currentVersion=6): {"core_node1":{
   [junit4]   2>     "core":"collection1_shard1_replica_n1",
   [junit4]   2>     "shard":"shard1",
   [junit4]   2>     "collection":"collection1",
   [junit4]   2>     "node_name":"127.0.0.1:10009_solr",
   [junit4]   2>     "type":"NRT",
   [junit4]   2>     "leader":"true",
   [junit4]   2>     "SEARCHER.searcher.maxDoc":0,
   [junit4]   2>     "SEARCHER.searcher.deletedDocs":0,
   [junit4]   2>     "INDEX.sizeInBytes":10240,
   [junit4]   2>     "state":"active",
   [junit4]   2>     "INDEX.sizeInGB":9.5367431640625E-6,
   [junit4]   2>     "SEARCHER.searcher.numDocs":0}}
   [junit4]   2> 807895 INFO  (TEST-TestSimTriggerIntegration.testListeners-seed#[85AF81B497E4F828]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testListeners
   [junit4]   2> 807966 DEBUG (TEST-TestSimTriggerIntegration.testListeners-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimClusterStateProvider --- new Overseer leader: 127.0.0.1:10011_solr
   [junit4]   2> 808002 DEBUG (TEST-TestSimTriggerIntegration.testListeners-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimClusterStateProvider ** creating new collection states, currentVersion=0
   [junit4]   2> 808002 DEBUG (TEST-TestSimTriggerIntegration.testListeners-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimClusterStateProvider ** saved cluster state version 0
   [junit4]   2> 808002 INFO  (TEST-TestSimTriggerIntegration.testListeners-seed#[85AF81B497E4F828]) [    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 807990 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 808003 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 808003 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 808039 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 808040 DEBUG (simCloudManagerPool-2068-thread-2) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 808040 DEBUG (simCloudManagerPool-2068-thread-2) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 2
   [junit4]   2> 808083 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:10012_solr, 127.0.0.1:10011_solr]
   [junit4]   2> 808102 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 808189 DEBUG (ScheduledTrigger-2069-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 808225 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 1
   [junit4]   2> 808225 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
   [junit4]   2> 808238 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 808238 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
   [junit4]   2> 808239 DEBUG (simCloudManagerPool-2068-thread-3) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 808239 DEBUG (simCloudManagerPool-2068-thread-3) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 3
   [junit4]   2> 808239 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
   [junit4]   2> 808240 INFO  (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.s.TestSimTriggerIntegration TestTriggerAction init
   [junit4]   2> 808240 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger - Initial livenodes: [127.0.0.1:10012_solr, 127.0.0.1:10011_solr]
   [junit4]   2> 808240 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger instantiated with properties: {event=nodeAdded, waitFor=1, actions=[{name=test, class=org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration$TestTriggerAction}, {name=test1, class=org.apache.solr.cloud.autoscaling.sim.TestSimTriggerIntegration$TestDummyAction}], enabled=true}
   [junit4]   2> 808254 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 808254 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 3, lastZnodeVersion 3
   [junit4]   2> 808265 DEBUG (ScheduledTrigger-2069-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 808265 DEBUG (ScheduledTrigger-2069-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 808266 DEBUG (ScheduledTrigger-2069-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 808302 DEBUG (ScheduledTrigger-2069-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 808302 DEBUG (ScheduledTrigger-2069-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 808302 DEBUG (ScheduledTrigger-2069-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 808303 DEBUG (simCloudManagerPool-2068-thread-4) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 808303 DEBUG (simCloudManagerPool-2068-thread-4) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 4
   [junit4]   2> 808304 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
   [junit4]   2> 808304 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 808304 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
   [junit4]   2> 808338 DEBUG (ScheduledTrigger-2069-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 808338 DEBUG (ScheduledTrigger-2069-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 2
   [junit4]   2> 808338 DEBUG (ScheduledTrigger-2069-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 808339 DEBUG (simCloudManagerPool-2068-thread-5) [    ] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
   [junit4]   2> 808339 DEBUG (simCloudManagerPool-2068-thread-5) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 5
   [junit4]   2> 808355 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
   [junit4]   2> 808355 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 808355 DEBUG (Simulated OverseerAutoScalingTriggerThread) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
   [junit4]   2> 808355 DEBUG (TEST-TestSimTriggerIntegration.testListeners-seed#[85AF81B497E4F828]) [    ] o.a.s.c.a.s.SimClusterStateProvider -- creating marker: /autoscaling/nodeAdded/127.0.0.1:10013_solr
   [junit4]   2> 808375 DEBUG (ScheduledTrigger-2069-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 808375 DEBUG (ScheduledTrigger-2069-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 808375 DEBUG (ScheduledTrigger-2069-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Tracking new node: 127.0.0.1:10013_solr at time 33296472934912759
   [junit4]   2> 808375 DEBUG (ScheduledTrigger-2069-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 3 and last live nodes: 2
   [junit4]   2> 808407 DEBUG (ScheduledTrigger-2069-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Running NodeAddedTrigger node_added_trigger
   [junit4]   2> 808407 DEBUG (ScheduledTrigger-2069-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Found livenodes: 3
   [junit4]   2> 808407 DEBUG (ScheduledTrigger-2069-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger NodeAddedTrigger node_added_trigger firing registered processor for nodes: [127.0.0.1:10013_solr] added at times [33296472934912759], now=33296474558610109
   [junit4]   2> 808407 DEBUG (ScheduledTrigger-2069-thread-1) [    ] o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
   [junit4]   2>   "id":"764af7398f12f7Tcd82ri6e84yz32n6zhkqepk1e",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":33296472934912759,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296472934912759],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "nodeNames":["127.0.0.1:10013_solr"]}}
   [junit4]   2> 808444 DEBUG (ScheduledTrigger-2069-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Pausing all triggers: [.auto_add_replicas, node_added_trigger]
   [junit4]   2> 808444 DEBUG (ScheduledTrigger-2069-thread-1) [    ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"764af7398f12f7Tcd82ri6e84yz32n6zhkqepk1e",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":33296472934912759,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296472934912759],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":33296476394774909,
   [junit4]   2>     "nodeNames":["127.0.0.1:10013_solr"]}}
   [junit4]   2> 808464 DEBUG (ScheduledTrigger-2069-thread-1) [    ] o.a.s.c.a.NodeAddedTrigger Removing new node from tracking: 127.0.0.1:10013_solr
   [junit4]   2> 808472 DEBUG (AutoscalingActionExecutor-2070-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing actions for {
   [junit4]   2>   "id":"764af7398f12f7Tcd82ri6e84yz32n6zhkqepk1e",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":33296472934912759,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296472934912759],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":33296476394774909,
   [junit4]   2>     "nodeNames":["127.0.0.1:10013_solr"]}}
   [junit4]   2> 808497 DEBUG (AutoscalingActionExecutor-2070-thread-1) [    ] o.a.s.c.a.SystemLogListener Collection .system missing, skip sending event {
   [junit4]   2>   "id":"764af7398f12f7Tcd82ri6e84yz32n6zhkqepk1e",
   [junit4]   2>   "source":"node_added_trigger",
   [junit4]   2>   "eventTime":33296472934912759,
   [junit4]   2>   "eventType":"NODEADDED",
   [junit4]   2>   "properties":{
   [junit4]   2>     "eventTimes":[33296472934912759],
   [junit4]   2>     "preferredOperation":"movereplica",
   [junit4]   2>     "_enqueue_time_":33296476394774909,
   [junit4]   2>     "nodeNames":["127.0.0.1:10013_solr"]}}
   [junit4]   2> 808497 DEBUG (AutoscalingActionExecutor-2070-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: .auto_add_replicas after 100ms
   [junit4]   2> 808497 DEBUG (AutoscalingActionExecutor-2070-thread-1) [    ] o.a.s.c.a.ScheduledTriggers Resuming trigger: node_added_trigger after 100ms
   [junit4]   2> 808497 DEBUG (AutoscalingActionExecutor-2070-thread-1) [    ] o.a.s.c.a.ScheduledTriggers -- processing took 1247 ms for event id=764af7398f12f7Tcd82ri6e84yz32n6zhkqepk1e
   [junit4]   2> 808501 DEBUG (TEST-TestSimTriggerIntegrat

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

.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/null586224570
     [copy] Copying 236 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/null586224570
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/null586224570

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 45ms :: artifacts dl 5ms
	---------------------------------------------------------------------
	|                  |            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: 220 minutes 6 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 lucene2
		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)

[JENKINS] Lucene-Solr-Tests-8.0 - Build # 13 - Still Failing

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.0/13/

No tests ran.

Build Log:
[...truncated 15 lines...]
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1810)
	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 by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://gitbox.apache.org/repos/asf/lucene-solr.git/': gnutls_handshake() failed: A TLS packet with unexpected length was received.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1761)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$400(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:442)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	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)
	Suppressed: 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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1199.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy116.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:892)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1810)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/lucene-solr.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1810)
	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 by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://gitbox.apache.org/repos/asf/lucene-solr.git/': Failed to connect to gitbox.apache.org port 443: Connection timed out

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1761)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$400(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:442)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	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)
	Suppressed: 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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1199.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy116.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:892)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1810)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/lucene-solr.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1810)
	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 by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://gitbox.apache.org/repos/asf/lucene-solr.git/': gnutls_handshake() failed: A TLS packet with unexpected length was received.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1761)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$400(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:442)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	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)
	Suppressed: 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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1199.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy116.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:892)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1810)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-Tests-8.0 - Build # 12 - Failure

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.0/12/

No tests ran.

Build Log:
[...truncated 26 lines...]
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1810)
	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 by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://gitbox.apache.org/repos/asf/lucene-solr.git/': gnutls_handshake() failed: Error in the pull function.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1761)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$400(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:442)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	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)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1199.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy116.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:892)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1810)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/lucene-solr.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1810)
	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 by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://gitbox.apache.org/repos/asf/lucene-solr.git/': gnutls_handshake() failed: Error in the pull function.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1761)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$400(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:442)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	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)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1199.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy116.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:892)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1810)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
Retrying after 10 seconds
No credentials specified
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url https://gitbox.apache.org/repos/asf/lucene-solr.git # timeout=10
Cleaning workspace
 > git rev-parse --verify HEAD # timeout=10
Resetting working tree
 > git reset --hard # timeout=10
 > git clean -fdx # timeout=10
Fetching upstream changes from https://gitbox.apache.org/repos/asf/lucene-solr.git
 > git --version # timeout=10
 > git fetch --tags --progress https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*
ERROR: Error fetching remote repo 'origin'
hudson.plugins.git.GitException: Failed to fetch from https://gitbox.apache.org/repos/asf/lucene-solr.git
	at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:894)
	at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
	at hudson.scm.SCM.checkout(SCM.java:504)
	at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
	at hudson.model.Run.execute(Run.java:1810)
	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 by: hudson.plugins.git.GitException: Command "git fetch --tags --progress https://gitbox.apache.org/repos/asf/lucene-solr.git +refs/heads/*:refs/remotes/origin/*" returned status code 128:
stdout: 
stderr: fatal: unable to access 'https://gitbox.apache.org/repos/asf/lucene-solr.git/': gnutls_handshake() failed: Error in the pull function.

	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:2042)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandWithCredentials(CliGitAPIImpl.java:1761)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.access$400(CliGitAPIImpl.java:72)
	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl$1.execute(CliGitAPIImpl.java:442)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:153)
	at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler$1.call(RemoteGitImpl.java:146)
	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)
	Suppressed: hudson.remoting.Channel$CallSiteStackTrace: Remote call to lucene2
		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 org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.execute(RemoteGitImpl.java:146)
		at sun.reflect.GeneratedMethodAccessor1199.invoke(Unknown Source)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.jenkinsci.plugins.gitclient.RemoteGitImpl$CommandInvocationHandler.invoke(RemoteGitImpl.java:132)
		at com.sun.proxy.$Proxy116.execute(Unknown Source)
		at hudson.plugins.git.GitSCM.fetchFrom(GitSCM.java:892)
		at hudson.plugins.git.GitSCM.retrieveChanges(GitSCM.java:1161)
		at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1192)
		at hudson.scm.SCM.checkout(SCM.java:504)
		at hudson.model.AbstractProject.checkout(AbstractProject.java:1208)
		at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:574)
		at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
		at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:499)
		at hudson.model.Run.execute(Run.java:1810)
		at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
		at hudson.model.ResourceController.execute(ResourceController.java:97)
		at hudson.model.Executor.run(Executor.java:429)
ERROR: Error fetching remote repo 'origin'
Archiving artifacts
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any

[JENKINS] Lucene-Solr-Tests-8.0 - Build # 11 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.0/11/

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

Error Message:
Failed while waiting for active collection Timeout waiting to see state for collection=collection1 :null Live Nodes: [127.0.0.1:34296_solr, 127.0.0.1:43204_solr] Last available state: null

Stack Trace:
java.lang.RuntimeException: Failed while waiting for active collection
Timeout waiting to see state for collection=collection1 :null
Live Nodes: [127.0.0.1:34296_solr, 127.0.0.1:43204_solr]
Last available state: null
	at __randomizedtesting.SeedInfo.seed([E3F0F56E858FE05E:6BA4CAB42B738DA6]:0)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:728)
	at org.apache.solr.cloud.MiniSolrCloudCluster.waitForActiveCollection(MiniSolrCloudCluster.java:734)
	at org.apache.solr.cloud.LeaderTragicEventTest.test(LeaderTragicEventTest.java:79)
	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)




Build Log:
[...truncated 13037 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderTragicEventTest
   [junit4]   2> 347334 INFO  (SUITE-LeaderTragicEventTest-seed#[E3F0F56E858FE05E]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_E3F0F56E858FE05E-001/init-core-data-001
   [junit4]   2> 347334 WARN  (SUITE-LeaderTragicEventTest-seed#[E3F0F56E858FE05E]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=31 numCloses=31
   [junit4]   2> 347335 INFO  (SUITE-LeaderTragicEventTest-seed#[E3F0F56E858FE05E]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 347337 INFO  (SUITE-LeaderTragicEventTest-seed#[E3F0F56E858FE05E]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 347338 INFO  (SUITE-LeaderTragicEventTest-seed#[E3F0F56E858FE05E]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_E3F0F56E858FE05E-001/tempDir-001
   [junit4]   2> 347338 INFO  (SUITE-LeaderTragicEventTest-seed#[E3F0F56E858FE05E]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 347338 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 347338 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 347438 INFO  (SUITE-LeaderTragicEventTest-seed#[E3F0F56E858FE05E]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:43243
   [junit4]   2> 347439 INFO  (SUITE-LeaderTragicEventTest-seed#[E3F0F56E858FE05E]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43243
   [junit4]   2> 347439 INFO  (SUITE-LeaderTragicEventTest-seed#[E3F0F56E858FE05E]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43243
   [junit4]   2> 347444 INFO  (zkConnectionManagerCallback-1738-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 347448 INFO  (zkConnectionManagerCallback-1740-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 347451 INFO  (zkConnectionManagerCallback-1742-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 347455 WARN  (jetty-launcher-1743-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 347455 INFO  (jetty-launcher-1743-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 347455 INFO  (jetty-launcher-1743-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 347455 INFO  (jetty-launcher-1743-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> 347456 WARN  (jetty-launcher-1743-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 347457 INFO  (jetty-launcher-1743-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 347457 INFO  (jetty-launcher-1743-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 347457 INFO  (jetty-launcher-1743-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> 347458 INFO  (jetty-launcher-1743-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 347459 INFO  (jetty-launcher-1743-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 347459 INFO  (jetty-launcher-1743-thread-1) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 347459 INFO  (jetty-launcher-1743-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2fe0161c{/solr,null,AVAILABLE}
   [junit4]   2> 347461 INFO  (jetty-launcher-1743-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 347461 INFO  (jetty-launcher-1743-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 347461 INFO  (jetty-launcher-1743-thread-2) [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 347462 INFO  (jetty-launcher-1743-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@12673d83{/solr,null,AVAILABLE}
   [junit4]   2> 347465 INFO  (jetty-launcher-1743-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@d92ae2b{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:34296}
   [junit4]   2> 347465 INFO  (jetty-launcher-1743-thread-1) [    ] o.e.j.s.Server Started @347541ms
   [junit4]   2> 347465 INFO  (jetty-launcher-1743-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=34296}
   [junit4]   2> 347466 ERROR (jetty-launcher-1743-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 347466 INFO  (jetty-launcher-1743-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 347466 INFO  (jetty-launcher-1743-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 347466 INFO  (jetty-launcher-1743-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 347466 INFO  (jetty-launcher-1743-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 347466 INFO  (jetty-launcher-1743-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-01T15:19:58.529Z
   [junit4]   2> 347481 INFO  (jetty-launcher-1743-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@e0a6968{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:43204}
   [junit4]   2> 347481 INFO  (jetty-launcher-1743-thread-2) [    ] o.e.j.s.Server Started @347557ms
   [junit4]   2> 347481 INFO  (jetty-launcher-1743-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=43204}
   [junit4]   2> 347482 ERROR (jetty-launcher-1743-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 347482 INFO  (jetty-launcher-1743-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 347482 INFO  (jetty-launcher-1743-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solrâ„¢ version 8.0.0
   [junit4]   2> 347482 INFO  (jetty-launcher-1743-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 347482 INFO  (jetty-launcher-1743-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 347482 INFO  (jetty-launcher-1743-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-03-01T15:19:58.545Z
   [junit4]   2> 347484 INFO  (zkConnectionManagerCallback-1745-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 347484 INFO  (jetty-launcher-1743-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 347514 INFO  (zkConnectionManagerCallback-1747-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 347517 INFO  (jetty-launcher-1743-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 347600 INFO  (jetty-launcher-1743-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 347605 WARN  (jetty-launcher-1743-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@30d57a43[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 347627 WARN  (jetty-launcher-1743-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@536c2f9d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 347628 INFO  (jetty-launcher-1743-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43243/solr
   [junit4]   2> 347631 INFO  (zkConnectionManagerCallback-1753-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 347648 INFO  (zkConnectionManagerCallback-1755-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 347775 INFO  (jetty-launcher-1743-thread-1) [n:127.0.0.1:34296_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34296_solr
   [junit4]   2> 347776 INFO  (jetty-launcher-1743-thread-1) [n:127.0.0.1:34296_solr    ] o.a.s.c.Overseer Overseer (id=72882584565907462-127.0.0.1:34296_solr-n_0000000000) starting
   [junit4]   2> 347826 INFO  (zkConnectionManagerCallback-1762-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 347829 INFO  (jetty-launcher-1743-thread-1) [n:127.0.0.1:34296_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43243/solr ready
   [junit4]   2> 347831 INFO  (jetty-launcher-1743-thread-1) [n:127.0.0.1:34296_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:34296_solr
   [junit4]   2> 347843 INFO  (zkCallback-1754-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 347843 INFO  (OverseerStateUpdate-72882584565907462-127.0.0.1:34296_solr-n_0000000000) [n:127.0.0.1:34296_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:34296_solr
   [junit4]   2> 347843 INFO  (zkCallback-1761-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 347878 INFO  (jetty-launcher-1743-thread-1) [n:127.0.0.1:34296_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 347935 INFO  (jetty-launcher-1743-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 347937 WARN  (jetty-launcher-1743-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1ba604a5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 347944 WARN  (jetty-launcher-1743-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@671eed7a[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 347945 INFO  (jetty-launcher-1743-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43243/solr
   [junit4]   2> 347957 INFO  (zkConnectionManagerCallback-1769-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 347978 INFO  (jetty-launcher-1743-thread-1) [n:127.0.0.1:34296_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34296.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a9c87fc
   [junit4]   2> 347990 INFO  (jetty-launcher-1743-thread-1) [n:127.0.0.1:34296_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34296.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a9c87fc
   [junit4]   2> 347991 INFO  (jetty-launcher-1743-thread-1) [n:127.0.0.1:34296_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34296.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a9c87fc
   [junit4]   2> 347992 INFO  (zkConnectionManagerCallback-1771-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 347994 INFO  (jetty-launcher-1743-thread-1) [n:127.0.0.1:34296_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_E3F0F56E858FE05E-001/tempDir-001/node1/.
   [junit4]   2> 348004 INFO  (jetty-launcher-1743-thread-2) [n:127.0.0.1:43204_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 348011 INFO  (jetty-launcher-1743-thread-2) [n:127.0.0.1:43204_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:43204_solr as DOWN
   [junit4]   2> 348013 INFO  (jetty-launcher-1743-thread-2) [n:127.0.0.1:43204_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 348013 INFO  (jetty-launcher-1743-thread-2) [n:127.0.0.1:43204_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:43204_solr
   [junit4]   2> 348015 INFO  (zkCallback-1754-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 348019 INFO  (zkCallback-1761-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 348022 INFO  (zkCallback-1770-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 348058 INFO  (zkConnectionManagerCallback-1778-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 348067 INFO  (jetty-launcher-1743-thread-2) [n:127.0.0.1:43204_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 348075 INFO  (jetty-launcher-1743-thread-2) [n:127.0.0.1:43204_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43243/solr ready
   [junit4]   2> 348087 INFO  (jetty-launcher-1743-thread-2) [n:127.0.0.1:43204_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 348128 INFO  (jetty-launcher-1743-thread-2) [n:127.0.0.1:43204_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43204.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a9c87fc
   [junit4]   2> 348141 INFO  (jetty-launcher-1743-thread-2) [n:127.0.0.1:43204_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43204.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a9c87fc
   [junit4]   2> 348141 INFO  (jetty-launcher-1743-thread-2) [n:127.0.0.1:43204_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43204.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a9c87fc
   [junit4]   2> 348143 INFO  (jetty-launcher-1743-thread-2) [n:127.0.0.1:43204_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_E3F0F56E858FE05E-001/tempDir-001/node2/.
   [junit4]   2> 348220 INFO  (zkConnectionManagerCallback-1784-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 348222 INFO  (SUITE-LeaderTragicEventTest-seed#[E3F0F56E858FE05E]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 348223 INFO  (SUITE-LeaderTragicEventTest-seed#[E3F0F56E858FE05E]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43243/solr ready
   [junit4]   2> 348309 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[E3F0F56E858FE05E]) [    ] o.a.s.SolrTestCaseJ4 ###Starting testOtherReplicasAreNotActive
   [junit4]   2> 348311 INFO  (qtp1956764373-5563) [n:127.0.0.1:43204_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> 348322 INFO  (OverseerThreadFactory-2059-thread-1-processing-n:127.0.0.1:34296_solr) [n:127.0.0.1:34296_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection collection2
   [junit4]   2> 348449 INFO  (OverseerStateUpdate-72882584565907462-127.0.0.1:34296_solr-n_0000000000) [n:127.0.0.1:34296_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:43204/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 348458 INFO  (OverseerStateUpdate-72882584565907462-127.0.0.1:34296_solr-n_0000000000) [n:127.0.0.1:34296_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:34296/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 348663 INFO  (qtp1956764373-5565) [n:127.0.0.1:43204_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> 348664 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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> 348664 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_solr    x:collection2_shard1_replica_n3] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 349691 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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> 349691 INFO  (qtp1956764373-5565) [n:127.0.0.1:43204_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> 349701 INFO  (qtp1956764373-5565) [n:127.0.0.1:43204_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> 349714 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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> 349716 INFO  (qtp1956764373-5565) [n:127.0.0.1:43204_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> 349716 INFO  (qtp1956764373-5565) [n:127.0.0.1:43204_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> 349717 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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> 349717 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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> 349717 INFO  (qtp1956764373-5565) [n:127.0.0.1:43204_solr c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_43204.solr.core.collection2.shard1.replica_n1' (registry 'solr.core.collection2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a9c87fc
   [junit4]   2> 349717 INFO  (qtp1956764373-5565) [n:127.0.0.1:43204_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-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_E3F0F56E858FE05E-001/tempDir-001/node2/collection2_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_E3F0F56E858FE05E-001/tempDir-001/node2/./collection2_shard1_replica_n1/data/]
   [junit4]   2> 349720 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_34296.solr.core.collection2.shard1.replica_n3' (registry 'solr.core.collection2.shard1.replica_n3') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@a9c87fc
   [junit4]   2> 349720 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_E3F0F56E858FE05E-001/tempDir-001/node1/collection2_shard1_replica_n3], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderTragicEventTest_E3F0F56E858FE05E-001/tempDir-001/node1/./collection2_shard1_replica_n3/data/]
   [junit4]   2> 349847 INFO  (qtp1956764373-5565) [n:127.0.0.1:43204_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> 349847 INFO  (qtp1956764373-5565) [n:127.0.0.1:43204_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> 349850 INFO  (qtp1956764373-5565) [n:127.0.0.1:43204_solr c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 349850 INFO  (qtp1956764373-5565) [n:127.0.0.1:43204_solr c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 349859 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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> 349859 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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> 349861 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 349861 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 349863 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@4bd4e30[collection2_shard1_replica_n3] main]
   [junit4]   2> 349865 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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> 349866 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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> 349867 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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> 349867 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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 1626817011048775680
   [junit4]   2> 349869 INFO  (qtp1956764373-5565) [n:127.0.0.1:43204_solr c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@f021f1c[collection2_shard1_replica_n1] main]
   [junit4]   2> 349871 INFO  (qtp1956764373-5565) [n:127.0.0.1:43204_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> 349872 INFO  (qtp1956764373-5565) [n:127.0.0.1:43204_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> 349873 INFO  (qtp1956764373-5565) [n:127.0.0.1:43204_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> 349873 INFO  (qtp1956764373-5565) [n:127.0.0.1:43204_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 1626817011055067136
   [junit4]   2> 349881 INFO  (searcherExecutor-2071-thread-1-processing-n:127.0.0.1:43204_solr x:collection2_shard1_replica_n1 c:collection2 s:shard1 r:core_node2) [n:127.0.0.1:43204_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@f021f1c[collection2_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 349892 INFO  (searcherExecutor-2072-thread-1-processing-n:127.0.0.1:34296_solr x:collection2_shard1_replica_n3 c:collection2 s:shard1 r:core_node4) [n:127.0.0.1:34296_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@4bd4e30[collection2_shard1_replica_n3] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 349899 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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> 349900 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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> 349901 INFO  (qtp1956764373-5565) [n:127.0.0.1:43204_solr c:collection2 s:shard1 r:core_node2 x:collection2_shard1_replica_n1] o.a.s.c.ZkShardTerms Failed to save terms, version is not a match, retrying
   [junit4]   2> 349902 INFO  (qtp1956764373-5565) [n:127.0.0.1:43204_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> 349902 INFO  (qtp1956764373-5565) [n:127.0.0.1:43204_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> 349912 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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> 349912 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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> 349912 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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:34296/solr/collection2_shard1_replica_n3/
   [junit4]   2> 349913 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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:34296/solr START replicas=[http://127.0.0.1:43204/solr/collection2_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 349920 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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:34296/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 349926 INFO  (qtp1956764373-5562) [n:127.0.0.1:43204_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=1
   [junit4]   2> 349926 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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> 349926 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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> 349926 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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/72882584565907462-core_node4-n_0000000000
   [junit4]   2> 349928 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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:34296/solr/collection2_shard1_replica_n3/ shard1
   [junit4]   2> 350031 INFO  (zkCallback-1754-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> 350032 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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> 350034 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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=1370
   [junit4]   2> 350042 INFO  (zkCallback-1754-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> 350148 INFO  (zkCallback-1754-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> 350148 INFO  (zkCallback-1754-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> 350157 INFO  (zkCallback-1754-thread-3) [    ] 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> 350910 INFO  (qtp1956764373-5565) [n:127.0.0.1:43204_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=2247
   [junit4]   2> 350919 INFO  (qtp1956764373-5563) [n:127.0.0.1:43204_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> 351010 INFO  (zkCallback-1770-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> 351011 INFO  (qtp1956764373-5563) [n:127.0.0.1:43204_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=2700
   [junit4]   2> 351012 INFO  (zkCallback-1754-thread-3) [    ] 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> 351012 INFO  (zkCallback-1754-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> 351012 INFO  (zkCallback-1754-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> 351016 INFO  (zkCallback-1770-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> 351020 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[E3F0F56E858FE05E]) [    ] o.a.s.c.LeaderTragicEventTest Stop jetty node : http://127.0.0.1:43204/solr state:DocCollection(collection2//collections/collection2/state.json/5)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"2",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node2":{
   [junit4]   2>           "core":"collection2_shard1_replica_n1",
   [junit4]   2>           "base_url":"http://127.0.0.1:43204/solr",
   [junit4]   2>           "node_name":"127.0.0.1:43204_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:34296/solr",
   [junit4]   2>           "node_name":"127.0.0.1:34296_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> 351022 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[E3F0F56E858FE05E]) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=396223493
   [junit4]   2> 351022 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[E3F0F56E858FE05E]) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:43204_solr
   [junit4]   2> 351023 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[E3F0F56E858FE05E]) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 351023 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[E3F0F56E858FE05E]) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:43204_solr as DOWN
   [junit4]   2> 351026 INFO  (coreCloseExecutor-2081-thread-1) [n:127.0.0.1:43204_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@5fdb8c89
   [junit4]   2> 351027 INFO  (coreCloseExecutor-2081-thread-1) [n:127.0.0.1:43204_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=5fdb8c89
   [junit4]   2> 351027 INFO  (coreCloseExecutor-2081-thread-1) [n:127.0.0.1:43204_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@35a71d2d: rootName = solr_43204, 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@2dfc8b2
   [junit4]   2> 351046 INFO  (coreCloseExecutor-2081-thread-1) [n:127.0.0.1:43204_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=5fdb8c89
   [junit4]   2> 351050 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[E3F0F56E858FE05E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 351050 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[E3F0F56E858FE05E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@16cb4179: rootName = solr_43204, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@41be3569
   [junit4]   2> 351058 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[E3F0F56E858FE05E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 351059 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[E3F0F56E858FE05E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6fe4b81f: rootName = solr_43204, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@59bfee11
   [junit4]   2> 351070 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[E3F0F56E858FE05E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 351071 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[E3F0F56E858FE05E]) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2d333ec: rootName = solr_43204, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@2af406ef
   [junit4]   2> 351071 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[E3F0F56E858FE05E]) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 351076 INFO  (zkCallback-1761-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 351077 INFO  (zkCallback-1783-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 351078 INFO  (zkCallback-1754-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 351079 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[E3F0F56E858FE05E]) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@e0a6968{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 351079 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[E3F0F56E858FE05E]) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@12673d83{/solr,null,UNAVAILABLE}
   [junit4]   2> 351079 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[E3F0F56E858FE05E]) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 351127 INFO  (zkCallback-1754-thread-3) [    ] 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> 351127 INFO  (zkCallback-1783-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> 351127 INFO  (zkCallback-1754-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> 351127 INFO  (zkCallback-1754-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> 351129 INFO  (TEST-LeaderTragicEventTest.testOtherReplicasAreNotActive-seed#[E3F0F56E858FE05E]) [    ] o.a.s.c.LeaderTragicEventTest Corrupt leader : core_node4:{"core":"collection2_shard1_replica_n3","base_url":"http://127.0.0.1:34296/solr","node_name":"127.0.0.1:34296_solr","state":"active","type":"NRT","force_set_state":"false","leader":"true"}
   [junit4]   2> 351146 INFO  (qtp1262937535-5556) [n:127.0.0.1:34296_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> 351147 INFO  (qtp1262937535-5556) [n:127.0.0.1:34296_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 (1626817012378370048)]} 0 12
   [junit4]   2> 351148 INFO  (qtp1262937535-5557) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1626817012392001536,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 351148 INFO  (qtp1262937535-5557) [n:127.0.0.1:34296_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@4bc32499 commitCommandVersion:1626817012392001536
   [junit4]   2> 351162 INFO  (qtp1262937535-5557) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@2bdf5563[collection2_shard1_replica_n3] main]
   [junit4]   2> 351162 INFO  (qtp1262937535-5557) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 351164 INFO  (searcherExecutor-2072-thread-1-processing-n:127.0.0.1:34296_solr x:collection2_shard1_replica_n3 c:collection2 s:shard1 r:core_node4) [n:127.0.0.1:34296_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@2bdf5563[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=1551453602215}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 351164 INFO  (qtp1262937535-5557) [n:127.0.0.1:34296_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 16
   [junit4]   2> 351169 INFO  (qtp1262937535-5553) [n:127.0.0.1:34296_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 (1626817012410875904)]} 0 2
   [junit4]   2> 351170 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1626817012415070208,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 351170 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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@4bc32499 commitCommandVersion:1626817012415070208
   [junit4]   2> 351176 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@4faea1f9[collection2_shard1_replica_n3] main]
   [junit4]   2> 351179 INFO  (searcherExecutor-2072-thread-1-processing-n:127.0.0.1:34296_solr x:collection2_shard1_replica_n3 c:collection2 s:shard1 r:core_node4) [n:127.0.0.1:34296_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@4faea1f9[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=1551453602215}]:[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=1551453602236}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 351179 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 351179 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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 9
   [junit4]   2> 351186 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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 (1626817012426604544)]} 0 5
   [junit4]   2> 351188 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1626817012433944576,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 351188 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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@4bc32499 commitCommandVersion:1626817012433944576
   [junit4]   2> 351198 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@fb41498[collection2_shard1_replica_n3] main]
   [junit4]   2> 351200 INFO  (searcherExecutor-2072-thread-1-processing-n:127.0.0.1:34296_solr x:collection2_shard1_replica_n3 c:collection2 s:shard1 r:core_node4) [n:127.0.0.1:34296_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@fb41498[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=1551453602215}]:[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=1551453602236}]:[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=1551453602258}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 351201 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 351201 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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 13
   [junit4]   2> 351207 INFO  (qtp1262937535-5555) [n:127.0.0.1:34296_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 (1626817012452818944)]} 0 1
   [junit4]   2> 351208 INFO  (qtp1262937535-5556) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1626817012454916096,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 351208 INFO  (qtp1262937535-5556) [n:127.0.0.1:34296_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@4bc32499 commitCommandVersion:1626817012454916096
   [junit4]   2> 351216 INFO  (qtp1262937535-5556) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@1b3fa251[collection2_shard1_replica_n3] main]
   [junit4]   2> 351220 INFO  (searcherExecutor-2072-thread-1-processing-n:127.0.0.1:34296_solr x:collection2_shard1_replica_n3 c:collection2 s:shard1 r:core_node4) [n:127.0.0.1:34296_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@1b3fa251[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=1551453602215}]:[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=1551453602236}]:[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=1551453602258}]:[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=1551453602273}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 351221 INFO  (qtp1262937535-5556) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 351221 INFO  (qtp1262937535-5556) [n:127.0.0.1:34296_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 13
   [junit4]   2> 351225 INFO  (qtp1262937535-5557) [n:127.0.0.1:34296_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 (1626817012470644736)]} 0 1
   [junit4]   2> 351226 INFO  (qtp1262937535-5553) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1626817012473790464,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 351226 INFO  (qtp1262937535-5553) [n:127.0.0.1:34296_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@4bc32499 commitCommandVersion:1626817012473790464
   [junit4]   2> 351248 INFO  (qtp1262937535-5553) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@17038e66[collection2_shard1_replica_n3] main]
   [junit4]   2> 351251 INFO  (searcherExecutor-2072-thread-1-processing-n:127.0.0.1:34296_solr x:collection2_shard1_replica_n3 c:collection2 s:shard1 r:core_node4) [n:127.0.0.1:34296_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@17038e66[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=1551453602215}]:[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=1551453602236}]:[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=1551453602258}]:[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=1551453602273}]:[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=1551453602292}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 351252 INFO  (qtp1262937535-5553) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 351252 INFO  (qtp1262937535-5553) [n:127.0.0.1:34296_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 26
   [junit4]   2> 351255 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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 (1626817012503150592)]} 0 1
   [junit4]   2> 351256 INFO  (qtp1262937535-5555) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1626817012505247744,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 351256 INFO  (qtp1262937535-5555) [n:127.0.0.1:34296_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@4bc32499 commitCommandVersion:1626817012505247744
   [junit4]   2> 351264 INFO  (qtp1262937535-5555) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@76b66f72[collection2_shard1_replica_n3] main]
   [junit4]   2> 351264 INFO  (qtp1262937535-5555) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 351267 INFO  (searcherExecutor-2072-thread-1-processing-n:127.0.0.1:34296_solr x:collection2_shard1_replica_n3 c:collection2 s:shard1 r:core_node4) [n:127.0.0.1:34296_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@76b66f72[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=1551453602215}]:[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=1551453602236}]:[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=1551453602258}]:[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=1551453602273}]:[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=1551453602292}]:[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=1551453602321}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 351268 INFO  (qtp1262937535-5555) [n:127.0.0.1:34296_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 11
   [junit4]   2> 351271 INFO  (qtp1262937535-5556) [n:127.0.0.1:34296_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 (1626817012519927808)]} 0 1
   [junit4]   2> 351273 INFO  (qtp1262937535-5557) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1626817012523073536,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 351273 INFO  (qtp1262937535-5557) [n:127.0.0.1:34296_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@4bc32499 commitCommandVersion:1626817012523073536
   [junit4]   2> 351279 INFO  (qtp1262937535-5557) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@7898b5b3[collection2_shard1_replica_n3] main]
   [junit4]   2> 351282 INFO  (searcherExecutor-2072-thread-1-processing-n:127.0.0.1:34296_solr x:collection2_shard1_replica_n3 c:collection2 s:shard1 r:core_node4) [n:127.0.0.1:34296_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@7898b5b3[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=1551453602215}]:[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=1551453602236}]:[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=1551453602258}]:[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=1551453602273}]:[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=1551453602292}]:[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=1551453602321}]:[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=1551453602338}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 351283 INFO  (qtp1262937535-5557) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 351283 INFO  (qtp1262937535-5557) [n:127.0.0.1:34296_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 10
   [junit4]   2> 351286 INFO  (qtp1262937535-5553) [n:127.0.0.1:34296_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 (1626817012535656448)]} 0 1
   [junit4]   2> 351287 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1626817012537753600,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 351287 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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@4bc32499 commitCommandVersion:1626817012537753600
   [junit4]   2> 351292 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@30877d64[collection2_shard1_replica_n3] main]
   [junit4]   2> 351292 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 351294 INFO  (searcherExecutor-2072-thread-1-processing-n:127.0.0.1:34296_solr x:collection2_shard1_replica_n3 c:collection2 s:shard1 r:core_node4) [n:127.0.0.1:34296_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@30877d64[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=1551453602215}]:[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=1551453602236}]:[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=1551453602258}]:[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=1551453602273}]:[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=1551453602292}]:[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=1551453602321}]:[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=1551453602338}]:[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=1551453602352}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 351295 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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> 351298 INFO  (qtp1262937535-5554) [n:127.0.0.1:34296_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 (1626817012548239360)]} 0 1
   [junit4]   2> 351300 INFO  (qtp1262937535-5555) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1626817012551385088,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 351300 INFO  (qtp1262937535-5555) [n:127.0.0.1:34296_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@4bc32499 commitCommandVersion:1626817012551385088
   [junit4]   2> 351306 INFO  (qtp1262937535-5555) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@e0a4f76[collection2_shard1_replica_n3] main]
   [junit4]   2> 351307 INFO  (qtp1262937535-5555) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 351309 INFO  (searcherExecutor-2072-thread-1-processing-n:127.0.0.1:34296_solr x:collection2_shard1_replica_n3 c:collection2 s:shard1 r:core_node4) [n:127.0.0.1:34296_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@e0a4f76[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=1551453602215}]:[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=1551453602236}]:[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=1551453602258}]:[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=1551453602273}]:[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=1551453602292}]:[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=1551453602321}]:[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=1551453602338}]:[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=1551453602352}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]) Uninverting(_8(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=1551453602365}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 351310 INFO  (qtp1262937535-5555) [n:127.0.0.1:34296_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 11
   [junit4]   2> 351314 INFO  (qtp1262937535-5555) [n:127.0.0.1:34296_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=[9 (1626817012563968000)]} 0 1
   [junit4]   2> 351315 INFO  (qtp1262937535-5555) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1626817012567113728,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 351315 INFO  (qtp1262937535-5555) [n:127.0.0.1:34296_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@4bc32499 commitCommandVersion:1626817012567113728
   [junit4]   2> 351325 INFO  (qtp1262937535-5555) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@71c95923[collection2_shard1_replica_n3] main]
   [junit4]   2> 351326 INFO  (qtp1262937535-5555) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 351329 INFO  (searcherExecutor-2072-thread-1-processing-n:127.0.0.1:34296_solr x:collection2_shard1_replica_n3 c:collection2 s:shard1 r:core_node4) [n:127.0.0.1:34296_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@71c95923[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=1551453602215}]:[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=1551453602236}]:[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=1551453602258}]:[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=1551453602273}]:[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=1551453602292}]:[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=1551453602321}]:[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=1551453602338}]:[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=1551453602352}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]) Uninverting(_8(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=1551453602365}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}]) Uninverting(_9(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=1551453602382}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
   [junit4]   2> 351329 INFO  (qtp1262937535-5555) [n:127.0.0.1:34296_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 14
   [junit4]   2> 351334 INFO  (qtp1262937535-5556) [n:127.0.0.1:34296_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=[10 (1626817012585988096)]} 0 1
   [junit4]   2> 351335 INFO  (qtp1262937535-5557) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1626817012588085248,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 351335 INFO  (qtp1262937535-5557) [n:127.0.0.1:34296_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@4bc32499 commitCommandVersion:1626817012588085248
   [junit4]   2> 351344 INFO  (qtp1262937535-5557) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_shard1_replica_n3] o.a.s.s.SolrIndexSearcher Opening [Searcher@3184577e[collection2_shard1_replica_n3] main]
   [junit4]   2> 351346 INFO  (qtp1262937535-5557) [n:127.0.0.1:34296_solr c:collection2 s:shard1 r:core_node4 x:collection2_

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

d.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-Tests-8.0/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-Tests-8.0/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-Tests-8.0/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-Tests-8.0/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-Tests-8.0/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-Tests-8.0/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-Tests-8.0/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-Tests-8.0/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-Tests-8.0/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-Tests-8.0/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-Tests-8.0/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-Tests-8.0/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-Tests-8.0/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-Tests-8.0/lucene/top-level-ivy-settings.xml

resolve:

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

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 28ms :: artifacts dl 2ms
	---------------------------------------------------------------------
	|                  |            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: 107 minutes 48 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)

[JENKINS] Lucene-Solr-Tests-8.0 - Build # 10 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.0/10/

1 tests failed.
FAILED:  org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv

Error Message:
Some docs had errors -- check logs expected:<0> but was:<16>

Stack Trace:
java.lang.AssertionError: Some docs had errors -- check logs expected:<0> but was:<16>
	at __randomizedtesting.SeedInfo.seed([F40A30A045FABFDF:C21E52E6CFA785CE]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.failNotEquals(Assert.java:834)
	at org.junit.Assert.assertEquals(Assert.java:645)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.checkField(TestStressCloudBlindAtomicUpdates.java:352)
	at org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates.test_dv(TestStressCloudBlindAtomicUpdates.java:207)
	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)




Build Log:
[...truncated 14098 lines...]
   [junit4] Suite: org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates
   [junit4]   2> Creating dataDir: /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_F40A30A045FABFDF-001/init-core-data-001
   [junit4]   2> 1333901 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[F40A30A045FABFDF]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1333903 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[F40A30A045FABFDF]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=SSL overhead seems to cause OutOfMemory when stress testing)
   [junit4]   2> 1333903 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[F40A30A045FABFDF]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 1333904 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[F40A30A045FABFDF]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_F40A30A045FABFDF-001/tempDir-001
   [junit4]   2> 1333905 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[F40A30A045FABFDF]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1333905 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1333905 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 1334005 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[F40A30A045FABFDF]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:40405
   [junit4]   2> 1334005 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[F40A30A045FABFDF]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40405
   [junit4]   2> 1334005 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[F40A30A045FABFDF]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40405
   [junit4]   2> 1334051 INFO  (zkConnectionManagerCallback-7525-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1334085 INFO  (zkConnectionManagerCallback-7527-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1334097 INFO  (zkConnectionManagerCallback-7529-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1334100 WARN  (jetty-launcher-7530-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1334100 INFO  (jetty-launcher-7530-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1334101 INFO  (jetty-launcher-7530-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1334101 INFO  (jetty-launcher-7530-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> 1334101 WARN  (jetty-launcher-7530-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1334102 WARN  (jetty-launcher-7530-thread-3) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1334112 INFO  (jetty-launcher-7530-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1334112 INFO  (jetty-launcher-7530-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1334112 INFO  (jetty-launcher-7530-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> 1334113 INFO  (jetty-launcher-7530-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1334113 INFO  (jetty-launcher-7530-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1334113 INFO  (jetty-launcher-7530-thread-3) [    ] 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> 1334116 INFO  (jetty-launcher-7530-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1334116 INFO  (jetty-launcher-7530-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1334116 INFO  (jetty-launcher-7530-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1334117 INFO  (jetty-launcher-7530-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@72e7359e{/solr,null,AVAILABLE}
   [junit4]   2> 1334118 WARN  (jetty-launcher-7530-thread-4) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 1334118 INFO  (jetty-launcher-7530-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 1334118 INFO  (jetty-launcher-7530-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 1334118 INFO  (jetty-launcher-7530-thread-4) [    ] 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> 1334126 INFO  (jetty-launcher-7530-thread-4) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1334126 INFO  (jetty-launcher-7530-thread-4) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1334126 INFO  (jetty-launcher-7530-thread-4) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1334126 INFO  (jetty-launcher-7530-thread-4) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@26eb9c6f{/solr,null,AVAILABLE}
   [junit4]   2> 1334224 INFO  (jetty-launcher-7530-thread-3) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1334224 INFO  (jetty-launcher-7530-thread-3) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1334224 INFO  (jetty-launcher-7530-thread-3) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1334225 INFO  (jetty-launcher-7530-thread-3) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@59396d2a{/solr,null,AVAILABLE}
   [junit4]   2> 1334336 INFO  (jetty-launcher-7530-thread-4) [    ] o.e.j.s.AbstractConnector Started ServerConnector@2552192b{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:36757}
   [junit4]   2> 1334336 INFO  (jetty-launcher-7530-thread-4) [    ] o.e.j.s.Server Started @1334398ms
   [junit4]   2> 1334336 INFO  (jetty-launcher-7530-thread-4) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=36757}
   [junit4]   2> 1334336 ERROR (jetty-launcher-7530-thread-4) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1334336 INFO  (jetty-launcher-7530-thread-4) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1334336 INFO  (jetty-launcher-7530-thread-4) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1334336 INFO  (jetty-launcher-7530-thread-4) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1334336 INFO  (jetty-launcher-7530-thread-4) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1334337 INFO  (jetty-launcher-7530-thread-4) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-28T07:12:46.331Z
   [junit4]   2> 1334342 INFO  (jetty-launcher-7530-thread-3) [    ] o.e.j.s.AbstractConnector Started ServerConnector@3006ed27{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:32900}
   [junit4]   2> 1334342 INFO  (jetty-launcher-7530-thread-3) [    ] o.e.j.s.Server Started @1334404ms
   [junit4]   2> 1334342 INFO  (jetty-launcher-7530-thread-3) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=32900}
   [junit4]   2> 1334342 INFO  (jetty-launcher-7530-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1334342 INFO  (jetty-launcher-7530-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1334342 INFO  (jetty-launcher-7530-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 1334342 ERROR (jetty-launcher-7530-thread-3) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1334342 INFO  (jetty-launcher-7530-thread-3) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1334342 INFO  (jetty-launcher-7530-thread-3) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1334343 INFO  (jetty-launcher-7530-thread-3) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1334343 INFO  (jetty-launcher-7530-thread-3) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1334343 INFO  (jetty-launcher-7530-thread-3) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-28T07:12:46.338Z
   [junit4]   2> 1334343 INFO  (jetty-launcher-7530-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@1d82ee87{/solr,null,AVAILABLE}
   [junit4]   2> 1334343 INFO  (jetty-launcher-7530-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@66164793{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:40720}
   [junit4]   2> 1334343 INFO  (jetty-launcher-7530-thread-2) [    ] o.e.j.s.Server Started @1334406ms
   [junit4]   2> 1334343 INFO  (jetty-launcher-7530-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40720}
   [junit4]   2> 1334344 ERROR (jetty-launcher-7530-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1334344 INFO  (jetty-launcher-7530-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1334344 INFO  (jetty-launcher-7530-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1334344 INFO  (jetty-launcher-7530-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1334344 INFO  (jetty-launcher-7530-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1334344 INFO  (jetty-launcher-7530-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-28T07:12:46.339Z
   [junit4]   2> 1334351 INFO  (jetty-launcher-7530-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@23231233{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:35690}
   [junit4]   2> 1334351 INFO  (jetty-launcher-7530-thread-1) [    ] o.e.j.s.Server Started @1334414ms
   [junit4]   2> 1334351 INFO  (jetty-launcher-7530-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35690}
   [junit4]   2> 1334352 ERROR (jetty-launcher-7530-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 1334352 INFO  (jetty-launcher-7530-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1334352 INFO  (jetty-launcher-7530-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 1334352 INFO  (jetty-launcher-7530-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1334352 INFO  (jetty-launcher-7530-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1334352 INFO  (jetty-launcher-7530-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-28T07:12:46.347Z
   [junit4]   2> 1334354 INFO  (zkConnectionManagerCallback-7534-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1334355 INFO  (jetty-launcher-7530-thread-3) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1334375 INFO  (zkConnectionManagerCallback-7532-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1334376 INFO  (jetty-launcher-7530-thread-4) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1334425 INFO  (zkConnectionManagerCallback-7536-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1334426 INFO  (jetty-launcher-7530-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1334430 INFO  (zkConnectionManagerCallback-7538-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1334430 INFO  (jetty-launcher-7530-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1334685 INFO  (jetty-launcher-7530-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1334703 WARN  (jetty-launcher-7530-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4b2f2857[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1334723 WARN  (jetty-launcher-7530-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@26c1fdcc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1334724 INFO  (jetty-launcher-7530-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40405/solr
   [junit4]   2> 1334745 INFO  (zkConnectionManagerCallback-7544-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1334768 INFO  (zkConnectionManagerCallback-7546-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1335257 INFO  (jetty-launcher-7530-thread-2) [n:127.0.0.1:40720_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:40720_solr
   [junit4]   2> 1335258 INFO  (jetty-launcher-7530-thread-2) [n:127.0.0.1:40720_solr    ] o.a.s.c.Overseer Overseer (id=72875006548574216-127.0.0.1:40720_solr-n_0000000000) starting
   [junit4]   2> 1335289 INFO  (zkConnectionManagerCallback-7553-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1335293 INFO  (jetty-launcher-7530-thread-2) [n:127.0.0.1:40720_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40405/solr ready
   [junit4]   2> 1335311 INFO  (OverseerStateUpdate-72875006548574216-127.0.0.1:40720_solr-n_0000000000) [n:127.0.0.1:40720_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:40720_solr
   [junit4]   2> 1335312 INFO  (jetty-launcher-7530-thread-2) [n:127.0.0.1:40720_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40720_solr
   [junit4]   2> 1335315 INFO  (OverseerStateUpdate-72875006548574216-127.0.0.1:40720_solr-n_0000000000) [n:127.0.0.1:40720_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1335321 INFO  (jetty-launcher-7530-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1335465 WARN  (jetty-launcher-7530-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@61590af5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1335542 INFO  (jetty-launcher-7530-thread-2) [n:127.0.0.1:40720_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1335547 INFO  (zkCallback-7552-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1335569 INFO  (jetty-launcher-7530-thread-4) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1335588 WARN  (jetty-launcher-7530-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@55bc7bd9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1335589 INFO  (jetty-launcher-7530-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40405/solr
   [junit4]   2> 1335590 INFO  (jetty-launcher-7530-thread-2) [n:127.0.0.1:40720_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40720.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38848b17
   [junit4]   2> 1335590 WARN  (jetty-launcher-7530-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@306b2f72[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1335663 INFO  (jetty-launcher-7530-thread-3) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 1335667 WARN  (jetty-launcher-7530-thread-4) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@448be4a7[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1335668 INFO  (jetty-launcher-7530-thread-4) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40405/solr
   [junit4]   2> 1335669 INFO  (zkConnectionManagerCallback-7561-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1335677 INFO  (jetty-launcher-7530-thread-2) [n:127.0.0.1:40720_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40720.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38848b17
   [junit4]   2> 1335677 INFO  (jetty-launcher-7530-thread-2) [n:127.0.0.1:40720_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40720.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38848b17
   [junit4]   2> 1335679 INFO  (jetty-launcher-7530-thread-2) [n:127.0.0.1:40720_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_F40A30A045FABFDF-001/tempDir-001/node2/.
   [junit4]   2> 1335700 WARN  (jetty-launcher-7530-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3e732f55[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1335731 WARN  (jetty-launcher-7530-thread-3) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@47775658[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 1335732 INFO  (jetty-launcher-7530-thread-3) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40405/solr
   [junit4]   2> 1335738 INFO  (zkConnectionManagerCallback-7567-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1335757 INFO  (zkConnectionManagerCallback-7574-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1335771 INFO  (zkConnectionManagerCallback-7569-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1335782 INFO  (jetty-launcher-7530-thread-1) [n:127.0.0.1:35690_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1335794 INFO  (jetty-launcher-7530-thread-1) [n:127.0.0.1:35690_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:35690_solr as DOWN
   [junit4]   2> 1335795 INFO  (jetty-launcher-7530-thread-1) [n:127.0.0.1:35690_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1335795 INFO  (jetty-launcher-7530-thread-1) [n:127.0.0.1:35690_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35690_solr
   [junit4]   2> 1335797 INFO  (zkConnectionManagerCallback-7576-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1335804 INFO  (jetty-launcher-7530-thread-3) [n:127.0.0.1:32900_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1335807 INFO  (zkCallback-7552-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1335815 INFO  (zkConnectionManagerCallback-7580-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1335815 INFO  (jetty-launcher-7530-thread-3) [n:127.0.0.1:32900_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:32900_solr as DOWN
   [junit4]   2> 1335816 INFO  (zkCallback-7568-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1335816 INFO  (zkCallback-7545-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1335824 INFO  (jetty-launcher-7530-thread-3) [n:127.0.0.1:32900_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1335824 INFO  (jetty-launcher-7530-thread-3) [n:127.0.0.1:32900_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:32900_solr
   [junit4]   2> 1335826 INFO  (zkCallback-7552-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1335827 INFO  (zkCallback-7545-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1335840 INFO  (zkCallback-7568-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1335841 INFO  (zkCallback-7575-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 1335842 INFO  (jetty-launcher-7530-thread-4) [n:127.0.0.1:36757_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 1335871 INFO  (jetty-launcher-7530-thread-4) [n:127.0.0.1:36757_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:36757_solr as DOWN
   [junit4]   2> 1335873 INFO  (jetty-launcher-7530-thread-4) [n:127.0.0.1:36757_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1335873 INFO  (jetty-launcher-7530-thread-4) [n:127.0.0.1:36757_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:36757_solr
   [junit4]   2> 1335876 INFO  (zkCallback-7552-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1335877 INFO  (zkCallback-7575-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1335877 INFO  (zkCallback-7545-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1335877 INFO  (zkCallback-7568-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1336023 INFO  (zkConnectionManagerCallback-7589-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1336025 INFO  (zkCallback-7579-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 1336025 INFO  (zkConnectionManagerCallback-7594-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1336025 INFO  (jetty-launcher-7530-thread-3) [n:127.0.0.1:32900_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1336032 INFO  (jetty-launcher-7530-thread-3) [n:127.0.0.1:32900_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40405/solr ready
   [junit4]   2> 1336033 INFO  (jetty-launcher-7530-thread-1) [n:127.0.0.1:35690_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1336034 INFO  (jetty-launcher-7530-thread-3) [n:127.0.0.1:32900_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1336041 INFO  (jetty-launcher-7530-thread-1) [n:127.0.0.1:35690_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40405/solr ready
   [junit4]   2> 1336117 INFO  (zkConnectionManagerCallback-7599-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1336120 INFO  (jetty-launcher-7530-thread-4) [n:127.0.0.1:36757_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1336122 INFO  (jetty-launcher-7530-thread-1) [n:127.0.0.1:35690_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1336122 INFO  (jetty-launcher-7530-thread-4) [n:127.0.0.1:36757_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40405/solr ready
   [junit4]   2> 1336138 INFO  (jetty-launcher-7530-thread-4) [n:127.0.0.1:36757_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 1336257 INFO  (jetty-launcher-7530-thread-3) [n:127.0.0.1:32900_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32900.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38848b17
   [junit4]   2> 1336262 INFO  (jetty-launcher-7530-thread-1) [n:127.0.0.1:35690_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35690.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38848b17
   [junit4]   2> 1336303 INFO  (jetty-launcher-7530-thread-1) [n:127.0.0.1:35690_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35690.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38848b17
   [junit4]   2> 1336303 INFO  (jetty-launcher-7530-thread-1) [n:127.0.0.1:35690_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35690.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38848b17
   [junit4]   2> 1336305 INFO  (jetty-launcher-7530-thread-1) [n:127.0.0.1:35690_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_F40A30A045FABFDF-001/tempDir-001/node1/.
   [junit4]   2> 1336306 INFO  (jetty-launcher-7530-thread-4) [n:127.0.0.1:36757_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36757.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38848b17
   [junit4]   2> 1336307 INFO  (jetty-launcher-7530-thread-3) [n:127.0.0.1:32900_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32900.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38848b17
   [junit4]   2> 1336307 INFO  (jetty-launcher-7530-thread-3) [n:127.0.0.1:32900_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32900.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38848b17
   [junit4]   2> 1336309 INFO  (jetty-launcher-7530-thread-3) [n:127.0.0.1:32900_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_F40A30A045FABFDF-001/tempDir-001/node3/.
   [junit4]   2> 1336361 INFO  (jetty-launcher-7530-thread-4) [n:127.0.0.1:36757_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36757.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38848b17
   [junit4]   2> 1336383 INFO  (jetty-launcher-7530-thread-4) [n:127.0.0.1:36757_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36757.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38848b17
   [junit4]   2> 1336385 INFO  (jetty-launcher-7530-thread-4) [n:127.0.0.1:36757_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_F40A30A045FABFDF-001/tempDir-001/node4/.
   [junit4]   2> 1336660 INFO  (zkConnectionManagerCallback-7607-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1336662 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[F40A30A045FABFDF]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 1336663 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[F40A30A045FABFDF]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40405/solr ready
   [junit4]   2> 1338378 INFO  (qtp183273238-19516) [n:127.0.0.1:32900_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&name=test_col&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 1338392 INFO  (OverseerThreadFactory-5133-thread-1-processing-n:127.0.0.1:40720_solr) [n:127.0.0.1:40720_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection test_col
   [junit4]   2> 1338536 INFO  (OverseerStateUpdate-72875006548574216-127.0.0.1:40720_solr-n_0000000000) [n:127.0.0.1:40720_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_col_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:32900/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1338539 INFO  (OverseerStateUpdate-72875006548574216-127.0.0.1:40720_solr-n_0000000000) [n:127.0.0.1:40720_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_col_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:40720/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1338543 INFO  (OverseerStateUpdate-72875006548574216-127.0.0.1:40720_solr-n_0000000000) [n:127.0.0.1:40720_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_col_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:35690/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1338546 INFO  (OverseerStateUpdate-72875006548574216-127.0.0.1:40720_solr-n_0000000000) [n:127.0.0.1:40720_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_col",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_col_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:36757/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1338779 INFO  (qtp183273238-19518) [n:127.0.0.1:32900_solr    x:test_col_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node3&name=test_col_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 1338780 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr    x:test_col_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node7&name=test_col_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 1339230 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr    x:test_col_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node5&name=test_col_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin
   [junit4]   2> 1339230 INFO  (qtp1473067346-19507) [n:127.0.0.1:36757_solr    x:test_col_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node8&name=test_col_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin
   [junit4]   2> 1339231 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr    x:test_col_shard1_replica_n2] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 1340284 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1340292 INFO  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1340293 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1340300 INFO  (qtp1473067346-19507) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 1340321 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.s.IndexSchema [test_col_shard2_replica_n4] Schema name=minimal-atomic-stress
   [junit4]   2> 1340344 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.s.IndexSchema [test_col_shard1_replica_n2] Schema name=minimal-atomic-stress
   [junit4]   2> 1340347 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 1340347 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica_n2' using configuration from collection test_col, trusted=true
   [junit4]   2> 1340347 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40720.solr.core.test_col.shard1.replica_n2' (registry 'solr.core.test_col.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38848b17
   [junit4]   2> 1340348 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrCore [[test_col_shard1_replica_n2] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_F40A30A045FABFDF-001/tempDir-001/node2/test_col_shard1_replica_n2], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_F40A30A045FABFDF-001/tempDir-001/node2/./test_col_shard1_replica_n2/data/]
   [junit4]   2> 1340354 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 1340354 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard2_replica_n4' using configuration from collection test_col, trusted=true
   [junit4]   2> 1340355 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_35690.solr.core.test_col.shard2.replica_n4' (registry 'solr.core.test_col.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38848b17
   [junit4]   2> 1340355 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SolrCore [[test_col_shard2_replica_n4] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_F40A30A045FABFDF-001/tempDir-001/node1/test_col_shard2_replica_n4], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_F40A30A045FABFDF-001/tempDir-001/node1/./test_col_shard2_replica_n4/data/]
   [junit4]   2> 1340361 INFO  (qtp1473067346-19507) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.s.IndexSchema [test_col_shard2_replica_n6] Schema name=minimal-atomic-stress
   [junit4]   2> 1340361 INFO  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.s.IndexSchema [test_col_shard1_replica_n1] Schema name=minimal-atomic-stress
   [junit4]   2> 1340364 INFO  (qtp1473067346-19507) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 1340364 INFO  (qtp1473067346-19507) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard2_replica_n6' using configuration from collection test_col, trusted=true
   [junit4]   2> 1340364 INFO  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal-atomic-stress/1.6 with uniqueid field id
   [junit4]   2> 1340364 INFO  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'test_col_shard1_replica_n1' using configuration from collection test_col, trusted=true
   [junit4]   2> 1340364 INFO  (qtp1473067346-19507) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_36757.solr.core.test_col.shard2.replica_n6' (registry 'solr.core.test_col.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38848b17
   [junit4]   2> 1340364 INFO  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_32900.solr.core.test_col.shard1.replica_n1' (registry 'solr.core.test_col.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@38848b17
   [junit4]   2> 1340364 INFO  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrCore [[test_col_shard1_replica_n1] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_F40A30A045FABFDF-001/tempDir-001/node3/test_col_shard1_replica_n1], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_F40A30A045FABFDF-001/tempDir-001/node3/./test_col_shard1_replica_n1/data/]
   [junit4]   2> 1340364 INFO  (qtp1473067346-19507) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.SolrCore [[test_col_shard2_replica_n6] ] Opening new SolrCore at [/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_F40A30A045FABFDF-001/tempDir-001/node4/test_col_shard2_replica_n6], dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.cloud.TestStressCloudBlindAtomicUpdates_F40A30A045FABFDF-001/tempDir-001/node4/./test_col_shard2_replica_n6/data/]
   [junit4]   2> 1340368 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=12.197265625, floorSegmentMB=0.6201171875, forceMergeDeletesPctAllowed=15.79312535202069, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=32.60726739999663
   [junit4]   2> 1340369 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=12.197265625, floorSegmentMB=0.6201171875, forceMergeDeletesPctAllowed=15.79312535202069, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=32.60726739999663
   [junit4]   2> 1340371 INFO  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=12.197265625, floorSegmentMB=0.6201171875, forceMergeDeletesPctAllowed=15.79312535202069, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=32.60726739999663
   [junit4]   2> 1340373 WARN  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1340387 WARN  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1340394 WARN  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1340418 INFO  (qtp1473067346-19507) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=16, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=12.197265625, floorSegmentMB=0.6201171875, forceMergeDeletesPctAllowed=15.79312535202069, segmentsPerTier=18.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0, deletesPctAllowed=32.60726739999663
   [junit4]   2> 1340439 WARN  (qtp1473067346-19507) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = requestHandler,name = /dump,class = DumpRequestHandler,attributes = {initParams=a, name=/dump, class=DumpRequestHandler},args = {defaults={a=A,b=B}}}
   [junit4]   2> 1340650 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1340650 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1340653 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1340653 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1340656 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1340656 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1340659 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1340659 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1340661 INFO  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1340662 INFO  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1340665 INFO  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1340665 INFO  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1340665 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=92.0283203125, floorSegmentMB=1.4365234375, forceMergeDeletesPctAllowed=25.724489357425572, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17894420502498562, deletesPctAllowed=30.74211526681464
   [junit4]   2> 1340666 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@39a0238c[test_col_shard2_replica_n4] main]
   [junit4]   2> 1340666 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=92.0283203125, floorSegmentMB=1.4365234375, forceMergeDeletesPctAllowed=25.724489357425572, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17894420502498562, deletesPctAllowed=30.74211526681464
   [junit4]   2> 1340666 INFO  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=92.0283203125, floorSegmentMB=1.4365234375, forceMergeDeletesPctAllowed=25.724489357425572, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17894420502498562, deletesPctAllowed=30.74211526681464
   [junit4]   2> 1340667 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@6fce54eb[test_col_shard1_replica_n2] main]
   [junit4]   2> 1340668 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 1340668 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 1340669 INFO  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4a92a875[test_col_shard1_replica_n1] main]
   [junit4]   2> 1340669 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 1340669 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 1340670 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1340670 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1340670 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1626695766025175040
   [junit4]   2> 1340670 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1626695766025175040
   [junit4]   2> 1340674 INFO  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 1340674 INFO  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 1340675 INFO  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1340675 INFO  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1626695766030417920
   [junit4]   2> 1340678 INFO  (qtp1473067346-19507) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1340678 INFO  (qtp1473067346-19507) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1340681 INFO  (qtp1473067346-19507) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 1340681 INFO  (qtp1473067346-19507) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 1340684 INFO  (searcherExecutor-5157-thread-1-processing-n:127.0.0.1:35690_solr x:test_col_shard2_replica_n4 c:test_col s:shard2 r:core_node7) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SolrCore [test_col_shard2_replica_n4] Registered new searcher Searcher@39a0238c[test_col_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1340685 INFO  (searcherExecutor-5156-thread-1-processing-n:127.0.0.1:40720_solr x:test_col_shard1_replica_n2 c:test_col s:shard1 r:core_node5) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SolrCore [test_col_shard1_replica_n2] Registered new searcher Searcher@6fce54eb[test_col_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1340687 INFO  (qtp1473067346-19507) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: maxMergeAtOnce=33, maxMergeAtOnceExplicit=38, maxMergedSegmentMB=92.0283203125, floorSegmentMB=1.4365234375, forceMergeDeletesPctAllowed=25.724489357425572, segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.17894420502498562, deletesPctAllowed=30.74211526681464
   [junit4]   2> 1340687 INFO  (searcherExecutor-5159-thread-1-processing-n:127.0.0.1:32900_solr x:test_col_shard1_replica_n1 c:test_col s:shard1 r:core_node3) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.SolrCore [test_col_shard1_replica_n1] Registered new searcher Searcher@4a92a875[test_col_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1340689 INFO  (qtp1473067346-19507) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@14bdabbe[test_col_shard2_replica_n6] main]
   [junit4]   2> 1340690 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_col/terms/shard2 to Terms{values={core_node7=0}, version=0}
   [junit4]   2> 1340690 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/test_col/leaders/shard2
   [junit4]   2> 1340691 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_col/terms/shard1 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 1340691 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/test_col/leaders/shard1
   [junit4]   2> 1340696 INFO  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_col/terms/shard1 to Terms{values={core_node3=0, core_node5=0}, version=1}
   [junit4]   2> 1340696 INFO  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/test_col/leaders/shard1
   [junit4]   2> 1340698 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 1340699 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1340699 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1340699 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:40720/solr/test_col_shard1_replica_n2/
   [junit4]   2> 1340700 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=test_col_shard1_replica_n2 url=http://127.0.0.1:40720/solr START replicas=[http://127.0.0.1:32900/solr/test_col_shard1_replica_n1/] nUpdates=100
   [junit4]   2> 1340701 INFO  (qtp1473067346-19507) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 1340702 INFO  (qtp1473067346-19507) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set
   [junit4]   2> 1340702 INFO  (qtp1473067346-19507) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 1340704 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: core=test_col_shard1_replica_n2 url=http://127.0.0.1:40720/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1340705 INFO  (qtp1473067346-19507) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1626695766061875200
   [junit4]   2> 1340708 INFO  (qtp183273238-19515) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.c.S.Request [test_col_shard1_replica_n1]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=2
   [junit4]   2> 1340709 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1340709 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1340709 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/test_col/leaders/shard1/leader after winning as /collections/test_col/leader_elect/shard1/election/72875006548574216-core_node5-n_0000000000
   [junit4]   2> 1340711 INFO  (searcherExecutor-5158-thread-1-processing-n:127.0.0.1:36757_solr x:test_col_shard2_replica_n6 c:test_col s:shard2 r:core_node8) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.SolrCore [test_col_shard2_replica_n6] Registered new searcher Searcher@14bdabbe[test_col_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1340713 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:40720/solr/test_col_shard1_replica_n2/ shard1
   [junit4]   2> 1340719 INFO  (qtp1473067346-19507) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_col/terms/shard2 to Terms{values={core_node7=0, core_node8=0}, version=1}
   [junit4]   2> 1340720 INFO  (qtp1473067346-19507) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/test_col/leaders/shard2
   [junit4]   2> 1340815 INFO  (zkCallback-7545-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1340815 INFO  (zkCallback-7545-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1340818 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1340822 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node5&name=test_col_shard1_replica_n2&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=1592
   [junit4]   2> 1340922 INFO  (zkCallback-7545-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1340922 INFO  (zkCallback-7545-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1340925 INFO  (zkCallback-7545-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1341218 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1341218 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1341218 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:35690/solr/test_col_shard2_replica_n4/
   [junit4]   2> 1341219 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=test_col_shard2_replica_n4 url=http://127.0.0.1:35690/solr START replicas=[http://127.0.0.1:36757/solr/test_col_shard2_replica_n6/] nUpdates=100
   [junit4]   2> 1341225 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: core=test_col_shard2_replica_n4 url=http://127.0.0.1:35690/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1341228 INFO  (qtp1473067346-19509) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.S.Request [test_col_shard2_replica_n6]  webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 1341229 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1341229 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] 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> 1341229 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/test_col/leaders/shard2/leader after winning as /collections/test_col/leader_elect/shard2/election/72875006548574220-core_node7-n_0000000000
   [junit4]   2> 1341232 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:35690/solr/test_col_shard2_replica_n4/ shard2
   [junit4]   2> 1341334 INFO  (zkCallback-7568-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1341334 INFO  (zkCallback-7545-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1341334 INFO  (zkCallback-7545-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1341334 INFO  (zkCallback-7545-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1341335 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 1341338 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node7&name=test_col_shard2_replica_n4&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=2558
   [junit4]   2> 1341440 INFO  (zkCallback-7568-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1341440 INFO  (zkCallback-7568-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1341441 INFO  (zkCallback-7545-thread-4) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1341441 INFO  (zkCallback-7545-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1341441 INFO  (zkCallback-7545-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1341706 INFO  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node3&name=test_col_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin} status=0 QTime=2927
   [junit4]   2> 1341731 INFO  (qtp1473067346-19507) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&newCollection=true&collection=test_col&version=2&replicaType=NRT&property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&coreNodeName=core_node8&name=test_col_shard2_replica_n6&action=CREATE&numShards=2&shard=shard2&wt=javabin} status=0 QTime=2500
   [junit4]   2> 1341735 INFO  (qtp183273238-19516) [n:127.0.0.1:32900_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> 1341835 INFO  (zkCallback-7579-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1341835 INFO  (zkCallback-7568-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1341836 INFO  (zkCallback-7568-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1341836 INFO  (zkCallback-7575-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1341836 INFO  (zkCallback-7545-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1341836 INFO  (zkCallback-7545-thread-4) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1341836 INFO  (zkCallback-7545-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1341837 INFO  (qtp183273238-19516) [n:127.0.0.1:32900_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={property.config=solrconfig-tlog.xml&property.schema=schema-minimal-atomic-stress.xml&collection.configName=org.apache.solr.cloud.TestStressCloudBlindAtomicUpdates_config-set&name=test_col&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=3459
   [junit4]   2> 1341838 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[F40A30A045FABFDF]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection: test_col failOnTimeout:true timeout (sec):330
   [junit4]   2> 1341849 INFO  (zkCallback-7575-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   1> replica:core_node3 rstate:active live:true
   [junit4]   1> replica:core_node5 rstate:active live:true
   [junit4]   1> replica:core_node7 rstate:active live:true
   [junit4]   1> replica:core_node8 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 1341850 INFO  (SUITE-TestStressCloudBlindAtomicUpdates-seed#[F40A30A045FABFDF]-worker) [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: test_col
   [junit4]   2> 1341873 INFO  (zkCallback-7579-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_col/state.json] for collection [test_col] has occurred - updating... (live nodes size: [4])
   [junit4]   2> 1341916 INFO  (qtp1473067346-19506) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.c.S.Request [test_col_shard2_replica_n6]  webapp=/solr path=/schema/fieldtypes/long params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 1342099 INFO  (TEST-TestStressCloudBlindAtomicUpdates.test_stored_idx-seed#[F40A30A045FABFDF]) [    ] o.a.s.SolrTestCaseJ4 ###Starting test_stored_idx
   [junit4]   2> 1342217 INFO  (qtp183273238-19515) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&_version_=-1626695767588601856&distrib.from=http://127.0.0.1:40720/solr/test_col_shard1_replica_n2/&wt=javabin&version=2}{deleteByQuery=*:* (-1626695767588601856)} 0 6
   [junit4]   2> 1342220 INFO  (qtp1785946894-19528) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_col/terms/shard1 to Terms{values={core_node3=1, core_node5=1}, version=2}
   [junit4]   2> 1342220 INFO  (qtp1785946894-19528) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2]  webapp=/solr path=/update params={update.distrib=TOLEADER&distrib.from=http://127.0.0.1:35690/solr/test_col_shard2_replica_n4/&wt=javabin&version=2}{deleteByQuery=*:* (-1626695767588601856)} 0 59
   [junit4]   2> 1342272 INFO  (qtp1473067346-19507) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n6]  webapp=/solr path=/update params={update.distrib=FROMLEADER&_version_=-1626695767534075904&distrib.from=http://127.0.0.1:35690/solr/test_col_shard2_replica_n4/&wt=javabin&version=2}{deleteByQuery=*:* (-1626695767534075904)} 0 1
   [junit4]   2> 1342287 INFO  (qtp1322292257-19500) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_col/terms/shard2 to Terms{values={core_node7=1, core_node8=1}, version=2}
   [junit4]   2> 1342287 INFO  (qtp1322292257-19500) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4]  webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:* (-1626695767534075904)} 0 185
   [junit4]   2> 1342313 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1626695767747985408,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1342313 WARN  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 1342313 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1342314 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1342316 INFO  (qtp1473067346-19510) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1626695767751131136,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1342317 WARN  (qtp1473067346-19510) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 1342318 INFO  (qtp1473067346-19510) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1342319 INFO  (qtp1473067346-19510) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1342319 INFO  (qtp1473067346-19510) [n:127.0.0.1:36757_solr c:test_col s:shard2 r:core_node8 x:test_col_shard2_replica_n6] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n6]  webapp=/solr path=/update params={update.distrib=FROMLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:35690/solr/test_col_shard2_replica_n4/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{optimize=} 0 3
   [junit4]   2> 1342320 INFO  (qtp1322292257-19498) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica_n4] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard2_replica_n4]  webapp=/solr path=/update params={update.distrib=TOLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:40720/solr/test_col_shard1_replica_n2/&commit_end_point=leaders&wt=javabin&version=2&expungeDeletes=false}{optimize=} 0 7
   [junit4]   2> 1342321 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1626695767756374016,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1342321 WARN  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 1342321 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1342321 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1342322 INFO  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 start commit{_version_=1626695767757422592,optimize=true,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 1342322 WARN  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 Starting optimize... Reading and rewriting the entire index! Use with care.
   [junit4]   2> 1342322 INFO  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
   [junit4]   2> 1342323 INFO  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.DirectUpdateHandler2 end_commit_flush
   [junit4]   2> 1342323 INFO  (qtp183273238-19518) [n:127.0.0.1:32900_solr c:test_col s:shard1 r:core_node3 x:test_col_shard1_replica_n1] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n1]  webapp=/solr path=/update params={update.distrib=FROMLEADER&optimize=true&maxSegments=1&waitSearcher=true&openSearcher=true&distrib.from=http://127.0.0.1:40720/solr/test_col_shard1_replica_n2/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{optimize=} 0 0
   [junit4]   2> 1342323 INFO  (qtp1785946894-19525) [n:127.0.0.1:40720_solr c:test_col s:shard1 r:core_node5 x:test_col_shard1_replica_n2] o.a.s.u.p.LogUpdateProcessorFactory [test_col_shard1_replica_n2]  webapp=/solr path=/update params={_stateVer_=test_col:7&optimize=true&maxSegments=1&waitSearcher=true&wt=javabin&version=2}{optimize=} 0 34
   [junit4]   2> 1342328 INFO  (qtp1322292257-19499) [n:127.0.0.1:35690_solr c:test_col s:shard2 r:core_node7 x:test_col_shard2_replica

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

vy.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-Tests-8.0/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-Tests-8.0/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-Tests-8.0/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-Tests-8.0/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-Tests-8.0/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-Tests-8.0/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-Tests-8.0/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-Tests-8.0/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-Tests-8.0/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-Tests-8.0/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-Tests-8.0/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-Tests-8.0/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-Tests-8.0/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-Tests-8.0/lucene/top-level-ivy-settings.xml

resolve:

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

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 31ms :: artifacts dl 2ms
	---------------------------------------------------------------------
	|                  |            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: 110 minutes 31 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)

[JENKINS] Lucene-Solr-Tests-8.0 - Build # 9 - Still Unstable

Posted by Apache Jenkins Server <je...@builds.apache.org>.
Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.0/9/

3 tests failed.
FAILED:  junit.framework.TestSuite.org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest

Error Message:
1 thread leaked from SUITE scope at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest:     1) Thread[id=5058, name=zkConnectionManagerCallback-1410-thread-1, state=WAITING, group=TGRP-AutoscalingHistoryHandlerTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE scope at org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest: 
   1) Thread[id=5058, name=zkConnectionManagerCallback-1410-thread-1, state=WAITING, group=TGRP-AutoscalingHistoryHandlerTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([A869FA34208D9827]:0)


FAILED:  junit.framework.TestSuite.org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest

Error Message:
There are still zombie threads that couldn't be terminated:    1) Thread[id=5058, name=zkConnectionManagerCallback-1410-thread-1, state=WAITING, group=TGRP-AutoscalingHistoryHandlerTest]         at sun.misc.Unsafe.park(Native Method)         at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)         at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)         at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie threads that couldn't be terminated:
   1) Thread[id=5058, name=zkConnectionManagerCallback-1410-thread-1, state=WAITING, group=TGRP-AutoscalingHistoryHandlerTest]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
	at __randomizedtesting.SeedInfo.seed([A869FA34208D9827]:0)


FAILED:  org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClientTest.testConcurrentUpdate

Error Message:
Expected CUSS to send 500 but got 336

Stack Trace:
java.lang.AssertionError: Expected CUSS to send 500 but got 336
	at __randomizedtesting.SeedInfo.seed([FB72A4AD4B68CCFA:374FD569F50A9B1]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.client.solrj.impl.ConcurrentUpdateHttp2SolrClientTest.testConcurrentUpdate(ConcurrentUpdateHttp2SolrClientTest.java:102)
	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)




Build Log:
[...truncated 13046 lines...]
   [junit4] Suite: org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A869FA34208D9827-001/init-core-data-001
   [junit4]   2> 610728 WARN  (SUITE-AutoscalingHistoryHandlerTest-seed#[A869FA34208D9827]-worker) [    ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
   [junit4]   2> 610729 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A869FA34208D9827]-worker) [    ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 610731 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A869FA34208D9827]-worker) [    ] o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 610731 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A869FA34208D9827]-worker) [    ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 610732 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A869FA34208D9827]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A869FA34208D9827-001/tempDir-001
   [junit4]   2> 610732 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A869FA34208D9827]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 610752 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 610752 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 610849 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A869FA34208D9827]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:37298
   [junit4]   2> 610849 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A869FA34208D9827]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:37298
   [junit4]   2> 610849 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A869FA34208D9827]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 37298
   [junit4]   2> 610883 INFO  (zkConnectionManagerCallback-1280-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 610931 INFO  (zkConnectionManagerCallback-1282-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 610961 INFO  (zkConnectionManagerCallback-1284-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 610976 WARN  (jetty-launcher-1285-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 610977 INFO  (jetty-launcher-1285-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 610977 INFO  (jetty-launcher-1285-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 610977 INFO  (jetty-launcher-1285-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> 611009 WARN  (jetty-launcher-1285-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 611012 INFO  (jetty-launcher-1285-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 611012 INFO  (jetty-launcher-1285-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 611012 INFO  (jetty-launcher-1285-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> 611052 INFO  (jetty-launcher-1285-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 611052 INFO  (jetty-launcher-1285-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 611052 INFO  (jetty-launcher-1285-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 611052 INFO  (jetty-launcher-1285-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@329d5b45{/solr,null,AVAILABLE}
   [junit4]   2> 611054 WARN  (jetty-launcher-1285-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@427c2aa1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 611054 INFO  (jetty-launcher-1285-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@7bd59818{SSL,[ssl, http/1.1]}{127.0.0.1:33566}
   [junit4]   2> 611054 INFO  (jetty-launcher-1285-thread-1) [    ] o.e.j.s.Server Started @611103ms
   [junit4]   2> 611054 INFO  (jetty-launcher-1285-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=33566}
   [junit4]   2> 611055 ERROR (jetty-launcher-1285-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 611055 INFO  (jetty-launcher-1285-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 611055 INFO  (jetty-launcher-1285-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 611055 INFO  (jetty-launcher-1285-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 611055 INFO  (jetty-launcher-1285-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 611055 INFO  (jetty-launcher-1285-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-26T06:41:10.714Z
   [junit4]   2> 611110 INFO  (jetty-launcher-1285-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 611110 INFO  (jetty-launcher-1285-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 611110 INFO  (jetty-launcher-1285-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 611111 INFO  (jetty-launcher-1285-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@17fb2be9{/solr,null,AVAILABLE}
   [junit4]   2> 611111 WARN  (jetty-launcher-1285-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@52d636f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 611124 INFO  (jetty-launcher-1285-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@6282269d{SSL,[ssl, http/1.1]}{127.0.0.1:46015}
   [junit4]   2> 611124 INFO  (jetty-launcher-1285-thread-2) [    ] o.e.j.s.Server Started @611173ms
   [junit4]   2> 611124 INFO  (jetty-launcher-1285-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46015}
   [junit4]   2> 611124 ERROR (jetty-launcher-1285-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 611124 INFO  (jetty-launcher-1285-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 611124 INFO  (jetty-launcher-1285-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 611125 INFO  (jetty-launcher-1285-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 611125 INFO  (jetty-launcher-1285-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 611125 INFO  (jetty-launcher-1285-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-26T06:41:10.784Z
   [junit4]   2> 611127 INFO  (zkConnectionManagerCallback-1289-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 611128 INFO  (jetty-launcher-1285-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 611166 INFO  (zkConnectionManagerCallback-1287-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 611166 INFO  (jetty-launcher-1285-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 611351 INFO  (jetty-launcher-1285-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 611351 WARN  (jetty-launcher-1285-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 611360 WARN  (jetty-launcher-1285-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@2c8d80dd[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 611367 WARN  (jetty-launcher-1285-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 611367 WARN  (jetty-launcher-1285-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@3a4b02e2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 611368 INFO  (jetty-launcher-1285-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37298/solr
   [junit4]   2> 611370 INFO  (zkConnectionManagerCallback-1295-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 611392 INFO  (zkConnectionManagerCallback-1297-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 611617 INFO  (jetty-launcher-1285-thread-2) [n:127.0.0.1:46015_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:46015_solr
   [junit4]   2> 611617 INFO  (jetty-launcher-1285-thread-2) [n:127.0.0.1:46015_solr    ] o.a.s.c.Overseer Overseer (id=74253094036439046-127.0.0.1:46015_solr-n_0000000000) starting
   [junit4]   2> 611648 INFO  (zkConnectionManagerCallback-1304-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 611649 INFO  (jetty-launcher-1285-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 611650 INFO  (jetty-launcher-1285-thread-2) [n:127.0.0.1:46015_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37298/solr ready
   [junit4]   2> 611650 WARN  (jetty-launcher-1285-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 611651 INFO  (jetty-launcher-1285-thread-2) [n:127.0.0.1:46015_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46015_solr
   [junit4]   2> 611651 WARN  (jetty-launcher-1285-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4b65758e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 611652 INFO  (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:46015_solr
   [junit4]   2> 611653 DEBUG (OverseerAutoScalingTriggerThread-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and .scheduled_maintenance triggers
   [junit4]   2> 611654 DEBUG (OverseerAutoScalingTriggerThread-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version 1
   [junit4]   2> 611655 DEBUG (OverseerAutoScalingTriggerThread-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 0
   [junit4]   2> 611655 DEBUG (OverseerAutoScalingTriggerThread-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
   [junit4]   2> 611656 WARN  (jetty-launcher-1285-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 611657 WARN  (jetty-launcher-1285-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@440c23e9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 611657 INFO  (jetty-launcher-1285-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:37298/solr
   [junit4]   2> 611660 INFO  (zkConnectionManagerCallback-1310-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 611704 INFO  (zkConnectionManagerCallback-1312-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 611704 INFO  (zkCallback-1303-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 611704 INFO  (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 611707 DEBUG (OverseerAutoScalingTriggerThread-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial livenodes: [127.0.0.1:46015_solr]
   [junit4]   2> 611709 INFO  (jetty-launcher-1285-thread-1) [n:127.0.0.1:33566_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 611711 DEBUG (OverseerAutoScalingTriggerThread-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread -- cleaning old nodeLost / nodeAdded markers
   [junit4]   2> 611711 DEBUG (OverseerAutoScalingTriggerThread-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, lastZnodeVersion 1
   [junit4]   2> 611712 DEBUG (ScheduledTrigger-1348-thread-2) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 611717 INFO  (jetty-launcher-1285-thread-1) [n:127.0.0.1:33566_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:33566_solr as DOWN
   [junit4]   2> 611722 INFO  (jetty-launcher-1285-thread-2) [n:127.0.0.1:46015_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 611729 INFO  (jetty-launcher-1285-thread-1) [n:127.0.0.1:33566_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 611729 INFO  (jetty-launcher-1285-thread-1) [n:127.0.0.1:33566_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:33566_solr
   [junit4]   2> 611989 INFO  (zkCallback-1303-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 611990 INFO  (zkCallback-1311-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 612000 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"downnode",
   [junit4]   2>   "node_name":"127.0.0.1:33566_solr"} current state version: 0
   [junit4]   2> 612000 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.NodeMutator DownNode state invoked for node: 127.0.0.1:33566_solr
   [junit4]   2> 612000 INFO  (zkCallback-1296-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 612064 INFO  (jetty-launcher-1285-thread-2) [n:127.0.0.1:46015_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46015.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@661715d9
   [junit4]   2> 612082 INFO  (jetty-launcher-1285-thread-2) [n:127.0.0.1:46015_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46015.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@661715d9
   [junit4]   2> 612082 INFO  (jetty-launcher-1285-thread-2) [n:127.0.0.1:46015_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46015.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@661715d9
   [junit4]   2> 612083 INFO  (jetty-launcher-1285-thread-2) [n:127.0.0.1:46015_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A869FA34208D9827-001/tempDir-001/node2/.
   [junit4]   2> 612093 INFO  (zkConnectionManagerCallback-1320-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 612094 INFO  (jetty-launcher-1285-thread-1) [n:127.0.0.1:33566_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 612095 INFO  (jetty-launcher-1285-thread-1) [n:127.0.0.1:33566_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37298/solr ready
   [junit4]   2> 612103 INFO  (jetty-launcher-1285-thread-1) [n:127.0.0.1:33566_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 612116 INFO  (jetty-launcher-1285-thread-1) [n:127.0.0.1:33566_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33566.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@661715d9
   [junit4]   2> 612132 INFO  (jetty-launcher-1285-thread-1) [n:127.0.0.1:33566_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33566.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@661715d9
   [junit4]   2> 612133 INFO  (jetty-launcher-1285-thread-1) [n:127.0.0.1:33566_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_33566.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@661715d9
   [junit4]   2> 612133 INFO  (jetty-launcher-1285-thread-1) [n:127.0.0.1:33566_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A869FA34208D9827-001/tempDir-001/node1/.
   [junit4]   2> 612234 INFO  (zkConnectionManagerCallback-1326-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 612239 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A869FA34208D9827]-worker) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 612240 INFO  (SUITE-AutoscalingHistoryHandlerTest-seed#[A869FA34208D9827]-worker) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:37298/solr ready
   [junit4]   2> 612306 INFO  (qtp283690852-4737) [n:127.0.0.1:33566_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params name=.system&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:46015_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 612336 INFO  (OverseerThreadFactory-1350-thread-1-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection .system
   [junit4]   2> 612354 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":".system",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "numShards":1,
   [junit4]   2>   "createNodeSet":"127.0.0.1:46015_solr",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 612354 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: .system
   [junit4]   2> 612354 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/.system/state.json
   [junit4]   2> 612467 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46015/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 612467 INFO  (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:46015/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 612469 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 612469 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node2":{
   [junit4]   2>       "core":".system_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:46015/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 612583 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/.system/state.json version: 0
   [junit4]   2> 612766 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr    x:.system_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node2&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 612766 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr    x:.system_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 612766 DEBUG (ScheduledTrigger-1348-thread-1) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 1
   [junit4]   2> 612800 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:46015/solr",
   [junit4]   2>   "node_name":"127.0.0.1:46015_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 612800 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:46015/solr",
   [junit4]   2>   "node_name":"127.0.0.1:46015_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 612800 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{"core":".system_shard1_replica_n1","base_url":"https://127.0.0.1:46015/solr","node_name":"127.0.0.1:46015_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 612800 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(.system//collections/.system/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":".system_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:46015/solr",
   [junit4]   2>           "node_name":"127.0.0.1:46015_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 612903 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/.system/state.json version: 1
   [junit4]   2> 613772 DEBUG (ScheduledTrigger-1348-thread-4) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 613808 WARN  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.SolrConfig You should not use LATEST as luceneMatchVersion property: if you use this setting, and then Solr upgrades to a newer release of Lucene, sizable changes may happen. If precise back compatibility is important then you should instead explicitly specify an actual Lucene version.
   [junit4]   2> 613810 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 613815 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory The schema is configured as managed, but managed schema resource managed-schema not found - loading non-managed schema schema.xml instead
   [junit4]   2> 613819 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.s.IndexSchema [.system_shard1_replica_n1] Schema name=_system collection or core
   [junit4]   2> 613827 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema _system collection or core/1.1 with uniqueid field id
   [junit4]   2> 613829 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.s.ManagedIndexSchema Created and persisted managed schema znode at /configs/.system/managed-schema
   [junit4]   2> 613831 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.s.ManagedIndexSchemaFactory After upgrading to managed schema in ZooKeeper, renamed the non-managed schema /configs/.system/schema.xml to /configs/.system/schema.xml.bak
   [junit4]   2> 613831 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore '.system_shard1_replica_n1' using configuration from collection .system, trusted=true
   [junit4]   2> 613831 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46015.solr.core..system.shard1.replica_n1' (registry 'solr.core..system.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@661715d9
   [junit4]   2> 613832 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.SolrCore [[.system_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A869FA34208D9827-001/tempDir-001/node2/.system_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A869FA34208D9827-001/tempDir-001/node2/./.system_shard1_replica_n1/data/]
   [junit4]   2> 613906 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 613906 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 613908 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: if 1 uncommitted docs; 
   [junit4]   2> 613908 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 613910 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@214be439[.system_shard1_replica_n1] main]
   [junit4]   2> 613911 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/.system
   [junit4]   2> 613911 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/.system
   [junit4]   2> 613911 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Creating ZooKeeper watch for the managed schema at /configs/.system/managed-schema
   [junit4]   2> 613912 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.s.ZkIndexSchemaReader Current schema version 0 is already the latest
   [junit4]   2> 613912 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 613912 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1626512580747984896
   [junit4]   2> 613915 INFO  (searcherExecutor-1359-thread-1-processing-n:127.0.0.1:46015_solr x:.system_shard1_replica_n1 c:.system s:shard1 r:core_node2) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.SolrCore [.system_shard1_replica_n1] Registered new searcher Searcher@214be439[.system_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 613918 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/.system/terms/shard1 to Terms{values={core_node2=0}, version=0}
   [junit4]   2> 613918 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/.system/leaders/shard1
   [junit4]   2> 613921 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 613921 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 613921 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:46015/solr/.system_shard1_replica_n1/
   [junit4]   2> 613921 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 613922 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.SyncStrategy https://127.0.0.1:46015/solr/.system_shard1_replica_n1/ has no replicas
   [junit4]   2> 613922 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/.system/leaders/shard1/leader after winning as /collections/.system/leader_elect/shard1/election/74253094036439046-core_node2-n_0000000000
   [junit4]   2> 613923 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:46015/solr/.system_shard1_replica_n1/ shard1
   [junit4]   2> 613924 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"leader",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "base_url":"https://127.0.0.1:46015/solr",
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "state":"active"} current state version: 0
   [junit4]   2> 614025 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/.system/state.json version: 2
   [junit4]   2> 614025 INFO  (zkCallback-1296-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 614025 INFO  (zkCallback-1296-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 614028 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 614029 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:46015/solr",
   [junit4]   2>   "node_name":"127.0.0.1:46015_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 614029 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":".system_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node2",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:46015/solr",
   [junit4]   2>   "node_name":"127.0.0.1:46015_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":".system",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 614029 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node2:{"core":".system_shard1_replica_n1","base_url":"https://127.0.0.1:46015/solr","node_name":"127.0.0.1:46015_solr","state":"active","type":"NRT","force_set_state":"false","leader":"true"}
   [junit4]   2> 614029 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(.system//collections/.system/state.json/3)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"1",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"1",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"1",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{"core_node2":{
   [junit4]   2>           "core":".system_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:46015/solr",
   [junit4]   2>           "node_name":"127.0.0.1:46015_solr",
   [junit4]   2>           "state":"active",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false",
   [junit4]   2>           "leader":"true"}}}}}
   [junit4]   2> 614030 INFO  (qtp811310066-4748) [n:127.0.0.1:46015_solr c:.system s:shard1 r:core_node2 x:.system_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=.system&newCollection=true&name=.system_shard1_replica_n1&action=CREATE&numShards=1&collection=.system&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1265
   [junit4]   2> 614041 INFO  (qtp283690852-4737) [n:127.0.0.1:33566_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> 614130 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/.system/state.json version: 3
   [junit4]   2> 614131 INFO  (zkCallback-1311-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 614131 INFO  (zkCallback-1296-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 614131 INFO  (zkCallback-1296-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 614131 INFO  (zkCallback-1296-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/.system/state.json] for collection [.system] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 614131 INFO  (qtp283690852-4737) [n:127.0.0.1:33566_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={name=.system&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:46015_solr&wt=javabin&version=2} status=0 QTime=1825
   [junit4]   2> 614134 INFO  (qtp283690852-4738) [n:127.0.0.1:33566_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params maxShardsPerNode=3&name=AutoscalingHistoryHandlerTest_collection&nrtReplicas=3&action=CREATE&numShards=1&createNodeSet=127.0.0.1:33566_solr&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 614137 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 614137 INFO  (OverseerCollectionConfigSetProcessor-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 614138 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/protwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/protwords.txt
   [junit4]   2> 614140 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/managed-schema to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/managed-schema
   [junit4]   2> 614142 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/solrconfig.xml to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/solrconfig.xml
   [junit4]   2> 614143 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/synonyms.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/synonyms.txt
   [junit4]   2> 614144 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/stopwords.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/stopwords.txt
   [junit4]   2> 614145 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/params.json to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/params.json
   [junit4]   2> 614147 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_it.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_it.txt
   [junit4]   2> 614148 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_no.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_no.txt
   [junit4]   2> 614150 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hy.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hy.txt
   [junit4]   2> 614151 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stemdict_nl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stemdict_nl.txt
   [junit4]   2> 614152 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ca.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ca.txt
   [junit4]   2> 614154 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_id.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_id.txt
   [junit4]   2> 614155 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ga.txt
   [junit4]   2> 614156 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_da.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_da.txt
   [junit4]   2> 614158 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hi.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hi.txt
   [junit4]   2> 614159 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ja.txt
   [junit4]   2> 614160 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_pt.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_pt.txt
   [junit4]   2> 614162 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_hu.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_hu.txt
   [junit4]   2> 614163 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_el.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_el.txt
   [junit4]   2> 614165 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ru.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ru.txt
   [junit4]   2> 614166 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_tr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_tr.txt
   [junit4]   2> 614168 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ar.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ar.txt
   [junit4]   2> 614169 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/userdict_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/userdict_ja.txt
   [junit4]   2> 614170 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_it.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_it.txt
   [junit4]   2> 614172 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_eu.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_eu.txt
   [junit4]   2> 614173 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_cz.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_cz.txt
   [junit4]   2> 614174 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stoptags_ja.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stoptags_ja.txt
   [junit4]   2> 614176 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_fr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_fr.txt
   [junit4]   2> 614177 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fa.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fa.txt
   [junit4]   2> 614179 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_de.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_de.txt
   [junit4]   2> 614180 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/contractions_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/contractions_ga.txt
   [junit4]   2> 614181 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ca.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ca.txt
   [junit4]   2> 614183 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_nl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_nl.txt
   [junit4]   2> 614185 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_bg.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_bg.txt
   [junit4]   2> 614186 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_es.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_es.txt
   [junit4]   2> 614188 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_en.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_en.txt
   [junit4]   2> 614190 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_lv.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_lv.txt
   [junit4]   2> 614191 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_th.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_th.txt
   [junit4]   2> 614192 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_ro.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_ro.txt
   [junit4]   2> 614194 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fr.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fr.txt
   [junit4]   2> 614195 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_sv.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_sv.txt
   [junit4]   2> 614197 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_fi.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_fi.txt
   [junit4]   2> 614198 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/hyphenations_ga.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/hyphenations_ga.txt
   [junit4]   2> 614200 INFO  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.c.ZkConfigManager Copying zk node /configs/_default/lang/stopwords_gl.txt to /configs/AutoscalingHistoryHandlerTest_collection.AUTOCREATED/lang/stopwords_gl.txt
   [junit4]   2> 614204 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "name":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "fromApi":"true",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "maxShardsPerNode":"3",
   [junit4]   2>   "createNodeSet":"127.0.0.1:33566_solr",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "stateFormat":"2",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "operation":"create"} current state version: 0
   [junit4]   2> 614204 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.ClusterStateMutator building a new cName: AutoscalingHistoryHandlerTest_collection
   [junit4]   2> 614305 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.ZkStateWriter going to create_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json
   [junit4]   2> 614406 WARN  (OverseerThreadFactory-1350-thread-2-processing-n:127.0.0.1:46015_solr) [n:127.0.0.1:46015_solr    ] o.a.s.c.a.c.CreateCollectionCmd Specified number of replicas of 3 on collection AutoscalingHistoryHandlerTest_collection is higher than the number of Solr instances currently live or live and part of your createNodeSet(1). It's unusual to run two replica of the same slice on the same Solr-instance.
   [junit4]   2> 614468 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 614468 INFO  (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 614469 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{}}
   [junit4]   2> 614469 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 614470 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 614470 INFO  (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 614471 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{"core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 614471 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 614472 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} current state version: 0
   [junit4]   2> 614472 INFO  (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 614473 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 614473 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.SliceMutator New Slice: shard1:{
   [junit4]   2>   "range":"80000000-7fffffff",
   [junit4]   2>   "state":"active",
   [junit4]   2>   "replicas":{
   [junit4]   2>     "core_node3":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>       "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node5":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>       "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"},
   [junit4]   2>     "core_node6":{
   [junit4]   2>       "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>       "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>       "state":"down",
   [junit4]   2>       "node_name":null,
   [junit4]   2>       "type":"NRT"}}}
   [junit4]   2> 614574 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 0
   [junit4]   2> 614685 INFO  (qtp283690852-4734) [n:127.0.0.1:33566_solr    x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 614688 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.Overseer processMessage: queueSize: 1, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>   "node_name":"127.0.0.1:33566_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 614688 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>   "core_node_name":"core_node3",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>   "node_name":"127.0.0.1:33566_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 614688 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node3:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1","base_url":"https://127.0.0.1:33566/solr","node_name":"127.0.0.1:33566_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 614689 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"3",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>           "node_name":"127.0.0.1:33566_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 614692 INFO  (qtp283690852-4737) [n:127.0.0.1:33566_solr    x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node6&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n4&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 614706 INFO  (qtp283690852-4735) [n:127.0.0.1:33566_solr    x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=AutoscalingHistoryHandlerTest_collection.AUTOCREATED&newCollection=true&name=AutoscalingHistoryHandlerTest_collection_shard1_replica_n2&action=CREATE&numShards=1&collection=AutoscalingHistoryHandlerTest_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 614726 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.Overseer processMessage: queueSize: 2, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>   "node_name":"127.0.0.1:33566_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 614726 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>   "core_node_name":"core_node5",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>   "node_name":"127.0.0.1:33566_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 614726 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node5:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2","base_url":"https://127.0.0.1:33566/solr","node_name":"127.0.0.1:33566_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 614726 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"3",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>           "node_name":"127.0.0.1:33566_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>           "node_name":"127.0.0.1:33566_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "node_name":null,
   [junit4]   2>           "type":"NRT"}}}}}
   [junit4]   2> 614730 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.Overseer processMessage: queueSize: 3, message = {
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>   "node_name":"127.0.0.1:33566_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"} current state version: 0
   [junit4]   2> 614730 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.ReplicaMutator Update state numShards=1 message={
   [junit4]   2>   "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>   "core_node_name":"core_node6",
   [junit4]   2>   "roles":null,
   [junit4]   2>   "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>   "node_name":"127.0.0.1:33566_solr",
   [junit4]   2>   "numShards":"1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "collection":"AutoscalingHistoryHandlerTest_collection",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "force_set_state":"false",
   [junit4]   2>   "operation":"state"}
   [junit4]   2> 614730 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.ReplicaMutator Will update state for replica: core_node6:{"core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4","base_url":"https://127.0.0.1:33566/solr","node_name":"127.0.0.1:33566_solr","state":"down","type":"NRT","force_set_state":"false"}
   [junit4]   2> 614730 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.ReplicaMutator Collection is now: DocCollection(AutoscalingHistoryHandlerTest_collection//collections/AutoscalingHistoryHandlerTest_collection/state.json/1)={
   [junit4]   2>   "pullReplicas":"0",
   [junit4]   2>   "replicationFactor":"3",
   [junit4]   2>   "router":{"name":"compositeId"},
   [junit4]   2>   "maxShardsPerNode":"3",
   [junit4]   2>   "autoAddReplicas":"false",
   [junit4]   2>   "nrtReplicas":"3",
   [junit4]   2>   "tlogReplicas":"0",
   [junit4]   2>   "shards":{"shard1":{
   [junit4]   2>       "range":"80000000-7fffffff",
   [junit4]   2>       "state":"active",
   [junit4]   2>       "replicas":{
   [junit4]   2>         "core_node3":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n1",
   [junit4]   2>           "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>           "node_name":"127.0.0.1:33566_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node5":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n2",
   [junit4]   2>           "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>           "node_name":"127.0.0.1:33566_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"},
   [junit4]   2>         "core_node6":{
   [junit4]   2>           "core":"AutoscalingHistoryHandlerTest_collection_shard1_replica_n4",
   [junit4]   2>           "base_url":"https://127.0.0.1:33566/solr",
   [junit4]   2>           "node_name":"127.0.0.1:33566_solr",
   [junit4]   2>           "state":"down",
   [junit4]   2>           "type":"NRT",
   [junit4]   2>           "force_set_state":"false"}}}}}
   [junit4]   2> 614774 DEBUG (ScheduledTrigger-1348-thread-3) [    ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with currently live nodes: 2 and last live nodes: 2
   [junit4]   2> 614839 DEBUG (OverseerStateUpdate-74253094036439046-127.0.0.1:46015_solr-n_0000000000) [n:127.0.0.1:46015_solr    ] o.a.s.c.o.ZkStateWriter going to update_collection /collections/AutoscalingHistoryHandlerTest_collection/state.json version: 1
   [junit4]   2> 615750 INFO  (qtp283690852-4737) [n:127.0.0.1:33566_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 615750 INFO  (qtp283690852-4735) [n:127.0.0.1:33566_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node5 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n2] o.a.s.c.RequestParams conf resource params.json loaded . version : 0 
   [junit4]   2> 615751 INFO  (qtp283690852-4737) [n:127.0.0.1:33566_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.RequestParams request params refreshed to version 0
   [junit4]   2> 615753 WARN  (qtp283690852-4737) [n:127.0.0.1:33566_solr c:AutoscalingHistoryHandlerTest_collection s:shard1 r:core_node6 x:AutoscalingHistoryHandlerTest_collection_shard1_replica_n4] o.a.s.c.SolrConfig Couldn't add files from /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A869FA34208D9827-001/tempDir-001/node1/AutoscalingHistoryHandlerTest_collection_shard1_replica_n4/../../../../contrib/extraction/lib filtered by .*\.jar to classpath: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J2/temp/solr.handler.admin.AutoscalingHistoryHandlerTest_A869FA34208D9827-001/tempDir-001/node1/AutoscalingHistoryHandlerTest

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



-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/null745911348
     [copy] Copying 236 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/null745911348
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/null745911348

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 92ms :: 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: 183 minutes 21 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 lucene2
		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)

[JENKINS] Lucene-Solr-Tests-8.0 - Build # 8 - Still Unstable

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

2 tests failed.
FAILED:  org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest.testDefaultPlugins

Error Message:
Timeout occured while waiting response from server at: https://127.0.0.1:37746/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting response from server at: https://127.0.0.1:37746/solr
	at __randomizedtesting.SeedInfo.seed([8F9255932039FAE5:C71207437C79D9C8]:0)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:661)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:256)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
	at org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
	at org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
	at org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:213)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1110)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
	at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
	at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
	at org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest.testDefaultPlugins(SolrCloudReportersTest.java:173)
	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)
Caused by: java.net.SocketTimeoutException: Read timed out
	at java.net.SocketInputStream.socketRead0(Native Method)
	at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
	at java.net.SocketInputStream.read(SocketInputStream.java:171)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
	at sun.security.ssl.InputRecord.read(InputRecord.java:503)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
	at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:933)
	at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
	at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:549)
	... 50 more


FAILED:  org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure

Error Message:
Did not see a fully active cluster after 30 seconds

Stack Trace:
java.lang.AssertionError: Did not see a fully active cluster after 30 seconds
	at __randomizedtesting.SeedInfo.seed([543AA7C300530669:DC0C0590D8FCEE7B]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.junit.Assert.assertTrue(Assert.java:41)
	at org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure(TestCollectionStateWatchers.java:261)
	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)




Build Log:
[...truncated 15207 lines...]
   [junit4] Suite: org.apache.solr.metrics.reporters.solr.SolrCloudReportersTest
   [junit4]   2> Creating dataDir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_8F9255932039FAE5-001/init-core-data-001
   [junit4]   2> 4147338 INFO  (SUITE-SolrCloudReportersTest-seed#[8F9255932039FAE5]-worker) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 0 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_8F9255932039FAE5-001/tempDir-001
   [junit4]   2> 4147338 INFO  (SUITE-SolrCloudReportersTest-seed#[8F9255932039FAE5]-worker) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4147355 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4147355 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4147464 INFO  (SUITE-SolrCloudReportersTest-seed#[8F9255932039FAE5]-worker) [    ] o.a.s.c.ZkTestServer start zk server on port:40487
   [junit4]   2> 4147465 INFO  (SUITE-SolrCloudReportersTest-seed#[8F9255932039FAE5]-worker) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40487
   [junit4]   2> 4147465 INFO  (SUITE-SolrCloudReportersTest-seed#[8F9255932039FAE5]-worker) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40487
   [junit4]   2> 4147490 INFO  (zkConnectionManagerCallback-14050-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4147518 INFO  (zkConnectionManagerCallback-14052-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4147519 INFO  (zkConnectionManagerCallback-14054-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4147553 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[8F9255932039FAE5]) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 4147568 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[8F9255932039FAE5]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40487
   [junit4]   2> 4147568 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[8F9255932039FAE5]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 40487
   [junit4]   2> 4147569 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[8F9255932039FAE5]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_8F9255932039FAE5-001/tempDir-002
   [junit4]   2> 4147570 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[8F9255932039FAE5]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4147570 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4147570 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4147670 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[8F9255932039FAE5]) [    ] o.a.s.c.ZkTestServer start zk server on port:43074
   [junit4]   2> 4147670 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[8F9255932039FAE5]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43074
   [junit4]   2> 4147670 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[8F9255932039FAE5]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43074
   [junit4]   2> 4147686 INFO  (zkConnectionManagerCallback-14059-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4147696 INFO  (zkConnectionManagerCallback-14061-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4147697 INFO  (zkConnectionManagerCallback-14063-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4147700 WARN  (jetty-launcher-14064-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4147700 WARN  (jetty-launcher-14064-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4147701 INFO  (jetty-launcher-14064-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 4147701 INFO  (jetty-launcher-14064-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 4147701 INFO  (jetty-launcher-14064-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4147701 INFO  (jetty-launcher-14064-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4147701 INFO  (jetty-launcher-14064-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> 4147701 INFO  (jetty-launcher-14064-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> 4147702 INFO  (jetty-launcher-14064-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4147702 INFO  (jetty-launcher-14064-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4147702 INFO  (jetty-launcher-14064-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4147702 INFO  (jetty-launcher-14064-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4147702 INFO  (jetty-launcher-14064-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4147702 INFO  (jetty-launcher-14064-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4147703 INFO  (jetty-launcher-14064-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@400a3a71{/solr,null,AVAILABLE}
   [junit4]   2> 4147703 INFO  (jetty-launcher-14064-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@72b42685{/solr,null,AVAILABLE}
   [junit4]   2> 4147703 WARN  (jetty-launcher-14064-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@55ef68f8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4147703 WARN  (jetty-launcher-14064-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@c0a3508[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4147724 INFO  (jetty-launcher-14064-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@555ded96{SSL,[ssl, http/1.1]}{127.0.0.1:35992}
   [junit4]   2> 4147724 INFO  (jetty-launcher-14064-thread-2) [    ] o.e.j.s.Server Started @4147796ms
   [junit4]   2> 4147724 INFO  (jetty-launcher-14064-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=35992}
   [junit4]   2> 4147724 ERROR (jetty-launcher-14064-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4147724 INFO  (jetty-launcher-14064-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4147724 INFO  (jetty-launcher-14064-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 4147724 INFO  (jetty-launcher-14064-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4147724 INFO  (jetty-launcher-14064-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4147724 INFO  (jetty-launcher-14064-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-25T03:45:03.843Z
   [junit4]   2> 4147725 INFO  (jetty-launcher-14064-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@4edc1a1b{SSL,[ssl, http/1.1]}{127.0.0.1:44746}
   [junit4]   2> 4147725 INFO  (jetty-launcher-14064-thread-1) [    ] o.e.j.s.Server Started @4147797ms
   [junit4]   2> 4147725 INFO  (jetty-launcher-14064-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44746}
   [junit4]   2> 4147726 ERROR (jetty-launcher-14064-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4147726 INFO  (jetty-launcher-14064-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4147726 INFO  (zkConnectionManagerCallback-14066-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4147726 INFO  (jetty-launcher-14064-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 4147726 INFO  (jetty-launcher-14064-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4147726 INFO  (jetty-launcher-14064-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4147726 INFO  (jetty-launcher-14064-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-25T03:45:03.845Z
   [junit4]   2> 4147726 INFO  (jetty-launcher-14064-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4147745 INFO  (zkConnectionManagerCallback-14068-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4147745 INFO  (jetty-launcher-14064-thread-1) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4147748 INFO  (jetty-launcher-14064-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 4147748 INFO  (jetty-launcher-14064-thread-1) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4147761 INFO  (jetty-launcher-14064-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 4147761 INFO  (jetty-launcher-14064-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4148250 INFO  (jetty-launcher-14064-thread-1) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4148267 WARN  (jetty-launcher-14064-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4148304 WARN  (jetty-launcher-14064-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@1c26d6a3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4148320 WARN  (jetty-launcher-14064-thread-1) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4148324 WARN  (jetty-launcher-14064-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@43cd16cc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4148325 INFO  (jetty-launcher-14064-thread-1) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43074/solr
   [junit4]   2> 4148364 INFO  (zkConnectionManagerCallback-14074-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4148437 INFO  (zkConnectionManagerCallback-14076-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4149016 INFO  (jetty-launcher-14064-thread-1) [n:127.0.0.1:44746_solr    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44746_solr
   [junit4]   2> 4149017 INFO  (jetty-launcher-14064-thread-1) [n:127.0.0.1:44746_solr    ] o.a.s.c.Overseer Overseer (id=74246739225739270-127.0.0.1:44746_solr-n_0000000000) starting
   [junit4]   2> 4149032 INFO  (zkConnectionManagerCallback-14083-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4149034 INFO  (jetty-launcher-14064-thread-1) [n:127.0.0.1:44746_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43074/solr ready
   [junit4]   2> 4149035 INFO  (OverseerStateUpdate-74246739225739270-127.0.0.1:44746_solr-n_0000000000) [n:127.0.0.1:44746_solr    ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:44746_solr
   [junit4]   2> 4149036 INFO  (jetty-launcher-14064-thread-1) [n:127.0.0.1:44746_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44746_solr
   [junit4]   2> 4149051 INFO  (zkCallback-14082-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4149053 INFO  (zkCallback-14075-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4149061 INFO  (jetty-launcher-14064-thread-1) [n:127.0.0.1:44746_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4149076 INFO  (jetty-launcher-14064-thread-1) [n:127.0.0.1:44746_solr    ] o.a.s.m.SolrMetricReporter Reporter disabled for registry solr.node
   [junit4]   2> 4149076 INFO  (jetty-launcher-14064-thread-1) [n:127.0.0.1:44746_solr    ] o.a.s.m.SolrMetricReporter Reporter disabled for registry solr.jvm
   [junit4]   2> 4149076 INFO  (jetty-launcher-14064-thread-1) [n:127.0.0.1:44746_solr    ] o.a.s.m.SolrMetricReporter Reporter disabled for registry solr.jetty
   [junit4]   2> 4149095 INFO  (jetty-launcher-14064-thread-2) [    ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 4149096 WARN  (jetty-launcher-14064-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4149096 WARN  (jetty-launcher-14064-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@6e5a7cda[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4149107 WARN  (jetty-launcher-14064-thread-2) [    ] o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 4149120 WARN  (jetty-launcher-14064-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@61dc658e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4149121 INFO  (jetty-launcher-14064-thread-2) [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43074/solr
   [junit4]   2> 4149132 INFO  (jetty-launcher-14064-thread-1) [n:127.0.0.1:44746_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_8F9255932039FAE5-001/tempDir-002/node1
   [junit4]   2> 4149134 INFO  (zkConnectionManagerCallback-14090-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4149142 INFO  (zkConnectionManagerCallback-14092-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4149145 INFO  (jetty-launcher-14064-thread-2) [n:127.0.0.1:35992_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 4149148 INFO  (jetty-launcher-14064-thread-2) [n:127.0.0.1:35992_solr    ] o.a.s.c.ZkController Publish node=127.0.0.1:35992_solr as DOWN
   [junit4]   2> 4149149 INFO  (jetty-launcher-14064-thread-2) [n:127.0.0.1:35992_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4149149 INFO  (jetty-launcher-14064-thread-2) [n:127.0.0.1:35992_solr    ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:35992_solr
   [junit4]   2> 4149150 INFO  (zkCallback-14082-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4149150 INFO  (zkCallback-14075-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4149150 INFO  (zkCallback-14091-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 4149165 INFO  (zkConnectionManagerCallback-14099-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4149166 INFO  (jetty-launcher-14064-thread-2) [n:127.0.0.1:35992_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4149167 INFO  (jetty-launcher-14064-thread-2) [n:127.0.0.1:35992_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43074/solr ready
   [junit4]   2> 4149168 INFO  (jetty-launcher-14064-thread-2) [n:127.0.0.1:35992_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 4149173 INFO  (jetty-launcher-14064-thread-2) [n:127.0.0.1:35992_solr    ] o.a.s.m.SolrMetricReporter Reporter disabled for registry solr.node
   [junit4]   2> 4149173 INFO  (jetty-launcher-14064-thread-2) [n:127.0.0.1:35992_solr    ] o.a.s.m.SolrMetricReporter Reporter disabled for registry solr.jvm
   [junit4]   2> 4149173 INFO  (jetty-launcher-14064-thread-2) [n:127.0.0.1:35992_solr    ] o.a.s.m.SolrMetricReporter Reporter disabled for registry solr.jetty
   [junit4]   2> 4149174 INFO  (jetty-launcher-14064-thread-2) [n:127.0.0.1:35992_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_8F9255932039FAE5-001/tempDir-002/node2
   [junit4]   2> 4149189 INFO  (zkConnectionManagerCallback-14105-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4149190 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[8F9255932039FAE5]) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 4149191 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[8F9255932039FAE5]) [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43074/solr ready
   [junit4]   2> 4149195 INFO  (zkConnectionManagerCallback-14107-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4149207 INFO  (qtp1438291113-39273) [n:127.0.0.1:44746_solr    ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params collection.configName=test&maxShardsPerNode=4&name=test_collection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 4149210 INFO  (OverseerThreadFactory-10114-thread-1-processing-n:127.0.0.1:44746_solr) [n:127.0.0.1:44746_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection test_collection
   [junit4]   2> 4149316 INFO  (OverseerStateUpdate-74246739225739270-127.0.0.1:44746_solr-n_0000000000) [n:127.0.0.1:44746_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44746/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4149318 INFO  (OverseerStateUpdate-74246739225739270-127.0.0.1:44746_solr-n_0000000000) [n:127.0.0.1:44746_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"test_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35992/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4149320 INFO  (OverseerStateUpdate-74246739225739270-127.0.0.1:44746_solr-n_0000000000) [n:127.0.0.1:44746_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_collection_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:44746/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4149322 INFO  (OverseerStateUpdate-74246739225739270-127.0.0.1:44746_solr-n_0000000000) [n:127.0.0.1:44746_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"test_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"test_collection_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35992/solr",
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 4149534 INFO  (qtp1438291113-39270) [n:127.0.0.1:44746_solr    x:test_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=test&newCollection=true&name=test_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=test_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4149534 INFO  (qtp1438291113-39270) [n:127.0.0.1:44746_solr    x:test_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 4149536 INFO  (qtp1438291113-39276) [n:127.0.0.1:44746_solr    x:test_collection_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=test&newCollection=true&name=test_collection_shard2_replica_n4&action=CREATE&numShards=2&collection=test_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4149547 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr    x:test_collection_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=test&newCollection=true&name=test_collection_shard1_replica_n2&action=CREATE&numShards=2&collection=test_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4149550 INFO  (qtp832632923-39267) [n:127.0.0.1:35992_solr    x:test_collection_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=test&newCollection=true&name=test_collection_shard2_replica_n6&action=CREATE&numShards=2&collection=test_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 4150557 INFO  (qtp1438291113-39270) [n:127.0.0.1:44746_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 4150557 INFO  (qtp1438291113-39276) [n:127.0.0.1:44746_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 4150564 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 4150570 INFO  (qtp1438291113-39270) [n:127.0.0.1:44746_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1] o.a.s.s.IndexSchema [test_collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 4150570 INFO  (qtp832632923-39267) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 4150571 WARN  (qtp1438291113-39270) [n:127.0.0.1:44746_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 4150571 INFO  (qtp1438291113-39270) [n:127.0.0.1:44746_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field null
   [junit4]   2> 4150571 INFO  (qtp1438291113-39270) [n:127.0.0.1:44746_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 'test_collection_shard1_replica_n1' using configuration from collection test_collection, trusted=true
   [junit4]   2> 4150572 INFO  (qtp1438291113-39270) [n:127.0.0.1:44746_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1] o.a.s.m.SolrMetricReporter Reporter disabled for registry solr.core.test_collection.shard1.replica_n1
   [junit4]   2> 4150576 INFO  (qtp1438291113-39276) [n:127.0.0.1:44746_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4] o.a.s.s.IndexSchema [test_collection_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 4150576 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.s.IndexSchema [test_collection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 4150577 WARN  (qtp1438291113-39276) [n:127.0.0.1:44746_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 4150577 WARN  (qtp832632923-39266) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 4150578 INFO  (qtp1438291113-39276) [n:127.0.0.1:44746_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field null
   [junit4]   2> 4150578 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field null
   [junit4]   2> 4150578 INFO  (qtp1438291113-39276) [n:127.0.0.1:44746_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4] o.a.s.c.CoreContainer Creating SolrCore 'test_collection_shard2_replica_n4' using configuration from collection test_collection, trusted=true
   [junit4]   2> 4150578 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 'test_collection_shard1_replica_n2' using configuration from collection test_collection, trusted=true
   [junit4]   2> 4150578 INFO  (qtp1438291113-39276) [n:127.0.0.1:44746_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4] o.a.s.m.SolrMetricReporter Reporter disabled for registry solr.core.test_collection.shard2.replica_n4
   [junit4]   2> 4150578 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.m.SolrMetricReporter Reporter disabled for registry solr.core.test_collection.shard1.replica_n2
   [junit4]   2> 4150579 INFO  (qtp832632923-39267) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.s.IndexSchema [test_collection_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 4150581 WARN  (qtp832632923-39267) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.s.IndexSchema no uniqueKey specified in schema.
   [junit4]   2> 4150582 INFO  (qtp832632923-39267) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field null
   [junit4]   2> 4150582 INFO  (qtp832632923-39267) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.c.CoreContainer Creating SolrCore 'test_collection_shard2_replica_n6' using configuration from collection test_collection, trusted=true
   [junit4]   2> 4150582 INFO  (qtp832632923-39267) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.m.SolrMetricReporter Reporter disabled for registry solr.core.test_collection.shard2.replica_n6
   [junit4]   2> 4150594 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.c.SolrCore [[test_collection_shard1_replica_n2] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_8F9255932039FAE5-001/tempDir-002/node2/test_collection_shard1_replica_n2], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_8F9255932039FAE5-001/tempDir-002/node2/test_collection_shard1_replica_n2/data/]
   [junit4]   2> 4150594 INFO  (qtp1438291113-39276) [n:127.0.0.1:44746_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4] o.a.s.c.SolrCore [[test_collection_shard2_replica_n4] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_8F9255932039FAE5-001/tempDir-002/node1/test_collection_shard2_replica_n4], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_8F9255932039FAE5-001/tempDir-002/node1/test_collection_shard2_replica_n4/data/]
   [junit4]   2> 4150594 INFO  (qtp1438291113-39270) [n:127.0.0.1:44746_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1] o.a.s.c.SolrCore [[test_collection_shard1_replica_n1] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_8F9255932039FAE5-001/tempDir-002/node1/test_collection_shard1_replica_n1], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_8F9255932039FAE5-001/tempDir-002/node1/test_collection_shard1_replica_n1/data/]
   [junit4]   2> 4150595 INFO  (qtp832632923-39267) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.c.SolrCore [[test_collection_shard2_replica_n6] ] Opening new SolrCore at [/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_8F9255932039FAE5-001/tempDir-002/node2/test_collection_shard2_replica_n6], dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_8F9255932039FAE5-001/tempDir-002/node2/test_collection_shard2_replica_n6/data/]
   [junit4]   2> 4150660 INFO  (qtp832632923-39267) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4150660 INFO  (qtp832632923-39267) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4150660 INFO  (qtp832632923-39267) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.s.SolrIndexSearcher Opening [Searcher@12c693c1[test_collection_shard2_replica_n6] main]
   [junit4]   2> 4150661 INFO  (qtp832632923-39267) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/test
   [junit4]   2> 4150662 INFO  (qtp832632923-39267) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/test
   [junit4]   2> 4150662 INFO  (qtp832632923-39267) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4150662 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4150662 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4150663 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.s.SolrIndexSearcher Opening [Searcher@74478965[test_collection_shard1_replica_n2] main]
   [junit4]   2> 4150672 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/test
   [junit4]   2> 4150672 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/test
   [junit4]   2> 4150672 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4150679 INFO  (searcherExecutor-10129-thread-1-processing-n:127.0.0.1:35992_solr x:test_collection_shard2_replica_n6 c:test_collection s:shard2 r:core_node8) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.c.SolrCore [test_collection_shard2_replica_n6] Registered new searcher Searcher@12c693c1[test_collection_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4150680 INFO  (searcherExecutor-10128-thread-1-processing-n:127.0.0.1:35992_solr x:test_collection_shard1_replica_n2 c:test_collection s:shard1 r:core_node5) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.c.SolrCore [test_collection_shard1_replica_n2] Registered new searcher Searcher@74478965[test_collection_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4150681 INFO  (qtp1438291113-39270) [n:127.0.0.1:44746_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4150681 INFO  (qtp1438291113-39270) [n:127.0.0.1:44746_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4150681 INFO  (qtp1438291113-39270) [n:127.0.0.1:44746_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening [Searcher@4224d0eb[test_collection_shard1_replica_n1] main]
   [junit4]   2> 4150682 INFO  (qtp832632923-39267) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_collection/terms/shard2 to Terms{values={core_node8=0}, version=0}
   [junit4]   2> 4150682 INFO  (qtp832632923-39267) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/test_collection/leaders/shard2
   [junit4]   2> 4150683 INFO  (qtp1438291113-39270) [n:127.0.0.1:44746_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/test
   [junit4]   2> 4150683 INFO  (qtp1438291113-39270) [n:127.0.0.1:44746_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/test
   [junit4]   2> 4150683 INFO  (qtp1438291113-39270) [n:127.0.0.1:44746_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4150684 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_collection/terms/shard1 to Terms{values={core_node5=0}, version=0}
   [junit4]   2> 4150685 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/test_collection/leaders/shard1
   [junit4]   2> 4150686 INFO  (searcherExecutor-10126-thread-1-processing-n:127.0.0.1:44746_solr x:test_collection_shard1_replica_n1 c:test_collection s:shard1 r:core_node3) [n:127.0.0.1:44746_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1] o.a.s.c.SolrCore [test_collection_shard1_replica_n1] Registered new searcher Searcher@4224d0eb[test_collection_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4150687 INFO  (qtp1438291113-39276) [n:127.0.0.1:44746_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4] o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 4150687 INFO  (qtp1438291113-39276) [n:127.0.0.1:44746_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4] o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 4150687 INFO  (qtp832632923-39267) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 4150687 INFO  (qtp1438291113-39276) [n:127.0.0.1:44746_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4] o.a.s.s.SolrIndexSearcher Opening [Searcher@1f1ac918[test_collection_shard2_replica_n4] main]
   [junit4]   2> 4150688 INFO  (qtp1438291113-39276) [n:127.0.0.1:44746_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/test
   [junit4]   2> 4150688 INFO  (qtp1438291113-39276) [n:127.0.0.1:44746_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/test
   [junit4]   2> 4150688 INFO  (qtp1438291113-39276) [n:127.0.0.1:44746_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 4150689 INFO  (searcherExecutor-10127-thread-1-processing-n:127.0.0.1:44746_solr x:test_collection_shard2_replica_n4 c:test_collection s:shard2 r:core_node7) [n:127.0.0.1:44746_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4] o.a.s.c.SolrCore [test_collection_shard2_replica_n4] Registered new searcher Searcher@1f1ac918[test_collection_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 4150690 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard1: total=2 found=1 timeoutin=9999ms
   [junit4]   2> 4150690 INFO  (qtp1438291113-39270) [n:127.0.0.1:44746_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_collection/terms/shard1 to Terms{values={core_node3=0, core_node5=0}, version=1}
   [junit4]   2> 4150691 INFO  (qtp1438291113-39270) [n:127.0.0.1:44746_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/test_collection/leaders/shard1
   [junit4]   2> 4150692 INFO  (qtp1438291113-39276) [n:127.0.0.1:44746_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4] o.a.s.c.ZkShardTerms Successful update of terms at /collections/test_collection/terms/shard2 to Terms{values={core_node7=0, core_node8=0}, version=1}
   [junit4]   2> 4150693 INFO  (qtp1438291113-39276) [n:127.0.0.1:44746_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4] o.a.s.c.ShardLeaderElectionContextBase make sure parent is created /collections/test_collection/leaders/shard2
   [junit4]   2> 4151188 INFO  (qtp832632923-39267) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4151188 INFO  (qtp832632923-39267) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4151188 INFO  (qtp832632923-39267) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:35992/solr/test_collection_shard2_replica_n6/
   [junit4]   2> 4151188 ERROR (qtp832632923-39267) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.c.SyncStrategy No UpdateLog found - cannot sync
   [junit4]   2> 4151188 INFO  (qtp832632923-39267) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 4151188 INFO  (qtp832632923-39267) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/test_collection/leaders/shard2/leader after winning as /collections/test_collection/leader_elect/shard2/election/74246739225739273-core_node8-n_0000000000
   [junit4]   2> 4151190 INFO  (qtp832632923-39267) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:35992/solr/test_collection_shard2_replica_n6/ shard2
   [junit4]   2> 4151191 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 4151191 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 4151191 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.c.SyncStrategy Sync replicas to https://127.0.0.1:35992/solr/test_collection_shard1_replica_n2/
   [junit4]   2> 4151191 ERROR (qtp832632923-39266) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.c.SyncStrategy No UpdateLog found - cannot sync
   [junit4]   2> 4151191 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 4151191 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node /collections/test_collection/leaders/shard1/leader after winning as /collections/test_collection/leader_elect/shard1/election/74246739225739273-core_node5-n_0000000000
   [junit4]   2> 4151192 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new leader: https://127.0.0.1:35992/solr/test_collection_shard1_replica_n2/ shard1
   [junit4]   2> 4151293 INFO  (zkCallback-14091-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4151294 INFO  (qtp832632923-39267) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4151294 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 4151296 INFO  (qtp832632923-39267) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=test&newCollection=true&name=test_collection_shard2_replica_n6&action=CREATE&numShards=2&collection=test_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1745
   [junit4]   2> 4151298 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=test&newCollection=true&name=test_collection_shard1_replica_n2&action=CREATE&numShards=2&collection=test_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1751
   [junit4]   2> 4151397 INFO  (zkCallback-14091-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4151397 INFO  (zkCallback-14091-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4151702 INFO  (qtp1438291113-39276) [n:127.0.0.1:44746_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=test&newCollection=true&name=test_collection_shard2_replica_n4&action=CREATE&numShards=2&collection=test_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2166
   [junit4]   2> 4151702 INFO  (qtp1438291113-39270) [n:127.0.0.1:44746_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=test&newCollection=true&name=test_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=test_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2168
   [junit4]   2> 4151705 INFO  (qtp1438291113-39273) [n:127.0.0.1:44746_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> 4151804 INFO  (zkCallback-14091-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4151804 INFO  (zkCallback-14091-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4151804 INFO  (zkCallback-14075-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4151804 INFO  (zkCallback-14075-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4151805 INFO  (zkCallback-14075-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4151805 INFO  (qtp1438291113-39273) [n:127.0.0.1:44746_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={collection.configName=test&maxShardsPerNode=4&name=test_collection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2} status=0 QTime=2598
   [junit4]   2> 4151806 INFO  (TEST-SolrCloudReportersTest.testExplicitConfiguration-seed#[8F9255932039FAE5]) [    ] o.a.s.c.SolrCloudTestCase active replica count: 4 expected replica count: 4
   [junit4]   2> 4151806 INFO  (watches-14102-thread-1) [    ] o.a.s.c.SolrCloudTestCase active replica count: 4 expected replica count: 4
   [junit4]   2> 4153211 INFO  (OverseerCollectionConfigSetProcessor-74246739225739270-127.0.0.1:44746_solr-n_0000000000) [n:127.0.0.1:44746_solr    ] o.a.s.c.OverseerTaskQueue Response ZK path: /overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may have disconnected from ZooKeeper
   [junit4]   2> 4154151 INFO  (qtp1438291113-39272) [n:127.0.0.1:44746_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=127.0.0.1:44746_solr} status=0 QTime=3
   [junit4]   2> 4154178 INFO  (qtp1438291113-39270) [n:127.0.0.1:44746_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=127.0.0.1:35992_solr} status=0 QTime=0
   [junit4]   2> 4155599 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=core_node5} status=0 QTime=0
   [junit4]   2> 4155601 INFO  (qtp832632923-39274) [n:127.0.0.1:35992_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=core_node7} status=0 QTime=0
   [junit4]   2> 4155603 INFO  (qtp832632923-39271) [n:127.0.0.1:35992_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=core_node8} status=0 QTime=0
   [junit4]   2> 4155608 INFO  (qtp832632923-39269) [n:127.0.0.1:35992_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=core_node3} status=0 QTime=0
   [junit4]   2> 4159128 INFO  (qtp1438291113-39273) [n:127.0.0.1:44746_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=127.0.0.1:44746_solr} status=0 QTime=0
   [junit4]   2> 4159184 INFO  (qtp1438291113-39272) [n:127.0.0.1:44746_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=127.0.0.1:35992_solr} status=0 QTime=0
   [junit4]   2> 4160596 INFO  (qtp832632923-39267) [n:127.0.0.1:35992_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=core_node3} status=0 QTime=0
   [junit4]   2> 4160597 INFO  (qtp832632923-39266) [n:127.0.0.1:35992_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=core_node5} status=0 QTime=0
   [junit4]   2> 4160600 INFO  (qtp832632923-39274) [n:127.0.0.1:35992_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=core_node7} status=0 QTime=0
   [junit4]   2> 4160600 INFO  (qtp832632923-39271) [n:127.0.0.1:35992_solr    ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics/collector params={wt=javabin&version=2&_reporter_=core_node8} status=0 QTime=0
   [junit4]   2> 4161864 INFO  (jetty-closer-14112-thread-1) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1620179801
   [junit4]   2> 4161864 INFO  (jetty-closer-14112-thread-1) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44746_solr
   [junit4]   2> 4161864 INFO  (jetty-closer-14112-thread-1) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 4161864 INFO  (jetty-closer-14112-thread-1) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:44746_solr as DOWN
   [junit4]   2> 4161881 INFO  (zkCallback-14091-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4161881 INFO  (zkCallback-14091-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4161881 INFO  (zkCallback-14075-thread-3) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4161881 INFO  (zkCallback-14075-thread-1) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4161882 INFO  (zkCallback-14075-thread-2) [    ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/test_collection/state.json] for collection [test_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 4161883 INFO  (jetty-closer-14112-thread-2) [    ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=615732397
   [junit4]   2> 4161883 INFO  (jetty-closer-14112-thread-2) [    ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:35992_solr
   [junit4]   2> 4161883 INFO  (jetty-closer-14112-thread-2) [    ] o.a.s.c.CoreContainer Publish this node as DOWN...
   [junit4]   2> 4161883 INFO  (jetty-closer-14112-thread-2) [    ] o.a.s.c.ZkController Publish node=127.0.0.1:35992_solr as DOWN
   [junit4]   2> 4161888 INFO  (coreCloseExecutor-10142-thread-1) [n:127.0.0.1:44746_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1] o.a.s.c.SolrCore [test_collection_shard1_replica_n1]  CLOSING SolrCore org.apache.solr.core.SolrCore@4a3ac3e5
   [junit4]   2> 4161888 INFO  (coreCloseExecutor-10142-thread-1) [n:127.0.0.1:44746_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.test_collection.shard1.replica_n1, tag=4a3ac3e5
   [junit4]   2> 4161896 INFO  (coreCloseExecutor-10142-thread-2) [n:127.0.0.1:44746_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4] o.a.s.c.SolrCore [test_collection_shard2_replica_n4]  CLOSING SolrCore org.apache.solr.core.SolrCore@1d4d639b
   [junit4]   2> 4161900 INFO  (coreCloseExecutor-10143-thread-1) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.c.SolrCore [test_collection_shard2_replica_n6]  CLOSING SolrCore org.apache.solr.core.SolrCore@1ec86efd
   [junit4]   2> 4161900 INFO  (coreCloseExecutor-10143-thread-1) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.test_collection.shard2.replica_n6, tag=1ec86efd
   [junit4]   2> 4161905 INFO  (coreCloseExecutor-10142-thread-1) [n:127.0.0.1:44746_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3b0c4c1d: rootName = null, domain = solr.core.test_collection.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.test_collection.shard1.replica_n1 / null
   [junit4]   2> 4161905 INFO  (coreCloseExecutor-10142-thread-1) [n:127.0.0.1:44746_solr c:test_collection s:shard1 r:core_node3 x:test_collection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.test_collection.shard1.leader, tag=4a3ac3e5
   [junit4]   2> 4161905 INFO  (coreCloseExecutor-10143-thread-1) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7de62f84: rootName = null, domain = solr.core.test_collection.shard2.replica_n6, service url = null, agent id = null] for registry solr.core.test_collection.shard2.replica_n6 / null
   [junit4]   2> 4161905 INFO  (coreCloseExecutor-10142-thread-2) [n:127.0.0.1:44746_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.test_collection.shard2.replica_n4, tag=1d4d639b
   [junit4]   2> 4161905 INFO  (coreCloseExecutor-10143-thread-1) [n:127.0.0.1:35992_solr c:test_collection s:shard2 r:core_node8 x:test_collection_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.test_collection.shard2.leader, tag=1ec86efd
   [junit4]   2> 4161916 INFO  (coreCloseExecutor-10142-thread-2) [n:127.0.0.1:44746_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3494f8b5: rootName = null, domain = solr.core.test_collection.shard2.replica_n4, service url = null, agent id = null] for registry solr.core.test_collection.shard2.replica_n4 / null
   [junit4]   2> 4161916 INFO  (coreCloseExecutor-10142-thread-2) [n:127.0.0.1:44746_solr c:test_collection s:shard2 r:core_node7 x:test_collection_shard2_replica_n4] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.test_collection.shard2.leader, tag=1d4d639b
   [junit4]   2> 4161920 INFO  (coreCloseExecutor-10143-thread-2) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.c.SolrCore [test_collection_shard1_replica_n2]  CLOSING SolrCore org.apache.solr.core.SolrCore@267d731
   [junit4]   2> 4161920 INFO  (coreCloseExecutor-10143-thread-2) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.test_collection.shard1.replica_n2, tag=267d731
   [junit4]   2> 4161920 INFO  (coreCloseExecutor-10143-thread-2) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2f35daa2: rootName = null, domain = solr.core.test_collection.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.test_collection.shard1.replica_n2 / null
   [junit4]   2> 4161932 INFO  (coreCloseExecutor-10143-thread-2) [n:127.0.0.1:35992_solr c:test_collection s:shard1 r:core_node5 x:test_collection_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.test_collection.shard1.leader, tag=267d731
   [junit4]   2> 4161952 INFO  (jetty-closer-14112-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 4161952 INFO  (jetty-closer-14112-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 4161953 INFO  (jetty-closer-14112-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2445ec2d: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / null
   [junit4]   2> 4161953 INFO  (jetty-closer-14112-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 4161953 INFO  (jetty-closer-14112-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@584fe299: rootName = null, domain = solr.node, service url = null, agent id = null] for registry solr.node / null
   [junit4]   2> 4161953 INFO  (jetty-closer-14112-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@664af980: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / null
   [junit4]   2> 4161953 INFO  (jetty-closer-14112-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 4161953 INFO  (jetty-closer-14112-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 4161953 INFO  (jetty-closer-14112-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@31122746: rootName = null, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / null
   [junit4]   2> 4161953 INFO  (jetty-closer-14112-thread-2) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5c32c5d7: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / null
   [junit4]   2> 4161953 INFO  (jetty-closer-14112-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 4161953 INFO  (jetty-closer-14112-thread-1) [    ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@20ef9b6a: rootName = null, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / null
   [junit4]   2> 4161953 INFO  (jetty-closer-14112-thread-2) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 4161953 INFO  (jetty-closer-14112-thread-1) [    ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 4161954 INFO  (closeThreadPool-14117-thread-2) [    ] o.a.s.c.Overseer Overseer (id=74246739225739270-127.0.0.1:44746_solr-n_0000000000) closing
   [junit4]   2> 4161955 INFO  (OverseerStateUpdate-74246739225739270-127.0.0.1:44746_solr-n_0000000000) [n:127.0.0.1:44746_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:44746_solr
   [junit4]   1> Done close org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@6345746c[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2]
   [junit4]   2> 4161969 INFO  (OverseerAutoScalingTriggerThread-74246739225739270-127.0.0.1:44746_solr-n_0000000000) [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 4161969 INFO  (zkCallback-14091-thread-2) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   1> Done close org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@4fafa090[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2]
   [junit4]   2> 4161969 INFO  (zkCallback-14091-thread-1) [    ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:35992_solr
   [junit4]   1> Done close org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@414995c7[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2]
   [junit4]   2> 4161993 INFO  (zkCallback-14098-thread-1) [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
   [junit4]   2> 4162002 INFO  (jetty-closer-14112-thread-1) [    ] o.a.s.c.Overseer Overseer (id=74246739225739270-127.0.0.1:44746_solr-n_0000000000) closing
   [junit4]   1> Done close org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor@8ea1caf[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 2]
   [junit4]   2> 4162002 INFO  (closeThreadPool-14117-thread-1) [    ] o.a.s.c.Overseer Overseer (id=74246739225739270-127.0.0.1:44746_solr-n_0000000000) closing
   [junit4]   2> 4162003 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x107c7041548000a, likely client has closed socket
   [junit4]   2> 4162004 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 0x107c70415480009, likely client has closed socket
   [junit4]   2> 4162005 INFO  (jetty-closer-14112-thread-2) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@555ded96{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 4162020 INFO  (jetty-closer-14112-thread-2) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@400a3a71{/solr,null,UNAVAILABLE}
   [junit4]   2> 4162026 INFO  (jetty-closer-14112-thread-2) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 4162026 INFO  (jetty-closer-14112-thread-1) [    ] o.e.j.s.AbstractConnector Stopped ServerConnector@4edc1a1b{SSL,[ssl, http/1.1]}{127.0.0.1:0}
   [junit4]   2> 4162026 INFO  (jetty-closer-14112-thread-1) [    ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@72b42685{/solr,null,UNAVAILABLE}
   [junit4]   2> 4162027 INFO  (jetty-closer-14112-thread-1) [    ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 4162028 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[8F9255932039FAE5]) [    ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 4162033 WARN  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/collections/test_collection/terms/shard2
   [junit4]   2> 	5	/solr/aliases.json
   [junit4]   2> 	5	/solr/collections/test_collection/terms/shard1
   [junit4]   2> 	2	/solr/configs/test
   [junit4]   2> 	2	/solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2> 	16	/solr/collections/test_collection/state.json
   [junit4]   2> 	5	/solr/clusterstate.json
   [junit4]   2> 	5	/solr/clusterprops.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2> 	5	/solr/live_nodes
   [junit4]   2> 	5	/solr/collections
   [junit4]   2> 
   [junit4]   2> 4162048 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[8F9255932039FAE5]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:43074
   [junit4]   2> 4162048 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[8F9255932039FAE5]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 43074
   [junit4]   2> 4162049 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[8F9255932039FAE5]) [    ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/build/solr-core/test/J1/temp/solr.metrics.reporters.solr.SolrCloudReportersTest_8F9255932039FAE5-001/tempDir-003
   [junit4]   2> 4162049 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[8F9255932039FAE5]) [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 4162052 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 4162052 INFO  (ZkTestServer Run Thread) [    ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 4162152 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[8F9255932039FAE5]) [    ] o.a.s.c.ZkTestServer start zk server on port:41934
   [junit4]   2> 4162152 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[8F9255932039FAE5]) [    ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:41934
   [junit4]   2> 4162152 INFO  (TEST-SolrCloudReportersTest.testDefaultPlugins-seed#[8F9255932039FAE5]) [    ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 41934
   [junit4]   2> 4162186 INFO  (zkConnectionManagerCallback-14120-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4162200 INFO  (zkConnectionManagerCallback-14122-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4162208 INFO  (zkConnectionManagerCallback-14124-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4162211 WARN  (jetty-launcher-14125-thread-2) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4162211 INFO  (jetty-launcher-14125-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 4162211 INFO  (jetty-launcher-14125-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4162211 INFO  (jetty-launcher-14125-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> 4162212 INFO  (jetty-launcher-14125-thread-2) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4162212 INFO  (jetty-launcher-14125-thread-2) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4162212 INFO  (jetty-launcher-14125-thread-2) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4162212 INFO  (jetty-launcher-14125-thread-2) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3a30b15e{/solr,null,AVAILABLE}
   [junit4]   2> 4162213 WARN  (jetty-launcher-14125-thread-2) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4d5cfd65[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4162213 INFO  (jetty-launcher-14125-thread-2) [    ] o.e.j.s.AbstractConnector Started ServerConnector@1733f104{SSL,[ssl, http/1.1]}{127.0.0.1:42511}
   [junit4]   2> 4162213 INFO  (jetty-launcher-14125-thread-2) [    ] o.e.j.s.Server Started @4162285ms
   [junit4]   2> 4162213 INFO  (jetty-launcher-14125-thread-2) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=42511}
   [junit4]   2> 4162213 ERROR (jetty-launcher-14125-thread-2) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4162213 INFO  (jetty-launcher-14125-thread-2) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4162213 INFO  (jetty-launcher-14125-thread-2) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 4162213 INFO  (jetty-launcher-14125-thread-2) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4162213 INFO  (jetty-launcher-14125-thread-2) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4162213 INFO  (jetty-launcher-14125-thread-2) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-25T03:45:18.332Z
   [junit4]   2> 4162220 WARN  (jetty-launcher-14125-thread-1) [    ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 4162221 INFO  (jetty-launcher-14125-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 4162221 INFO  (jetty-launcher-14125-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 4162221 INFO  (jetty-launcher-14125-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> 4162232 INFO  (jetty-launcher-14125-thread-1) [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 4162232 INFO  (jetty-launcher-14125-thread-1) [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 4162232 INFO  (jetty-launcher-14125-thread-1) [    ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 4162232 INFO  (jetty-launcher-14125-thread-1) [    ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@ac4630d{/solr,null,AVAILABLE}
   [junit4]   2> 4162233 WARN  (jetty-launcher-14125-thread-1) [    ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for SslContextFactory@4ad81a59[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 4162236 INFO  (jetty-launcher-14125-thread-1) [    ] o.e.j.s.AbstractConnector Started ServerConnector@38f12cef{SSL,[ssl, http/1.1]}{127.0.0.1:37746}
   [junit4]   2> 4162236 INFO  (jetty-launcher-14125-thread-1) [    ] o.e.j.s.Server Started @4162308ms
   [junit4]   2> 4162236 INFO  (jetty-launcher-14125-thread-1) [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=37746}
   [junit4]   2> 4162236 ERROR (jetty-launcher-14125-thread-1) [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 4162236 INFO  (jetty-launcher-14125-thread-1) [    ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 4162236 INFO  (jetty-launcher-14125-thread-1) [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 8.0.0
   [junit4]   2> 4162236 INFO  (jetty-launcher-14125-thread-1) [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 4162236 INFO  (jetty-launcher-14125-thread-1) [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 4162236 INFO  (jetty-launcher-14125-thread-1) [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-02-25T03:45:18.355Z
   [junit4]   2> 4162237 INFO  (zkConnectionManagerCallback-14127-thread-1) [    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 4162237 INFO  (jetty-launcher-14125-thread-2) [    ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 4162241 INFO  (jetty-launcher-14125-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 4162241 INFO  (jetty-launcher-14125-thread-2) [    ] o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 4162242 INFO  (jetty-launcher-14125-thread-2) [    ] o.a.s.c.SolrXmlConfig MBean server found: com.sun.jmx.mbeanserver.JmxMBeanServer@6e2acc00, but no JMX reporters were configured - adding default JMX reporter.
   [junit4]   2> 4162264 INFO  (zkConnectionManagerCallback-14129-thre

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

vy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/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 = /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/null1151575301
     [copy] Copying 236 files to /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/null1151575301
   [delete] Deleting directory /home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.0/solr/null1151575301

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 112ms :: 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: 219 minutes 14 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 lucene2
		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)