You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by Policeman Jenkins Server <je...@thetaphi.de> on 2019/07/05 21:11:05 UTC

[JENKINS] Lucene-Solr-8.x-Solaris (64bit/jdk1.8.0) - Build # 219 - Still Unstable!

Build: https://jenkins.thetaphi.de/job/Lucene-Solr-8.x-Solaris/219/
Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseSerialGC

1 tests failed.
FAILED:  org.apache.solr.cloud.LeaderVoteWaitTimeoutTest.basicTest

Error Message:
Timeout waiting for replica win the election Timeout waiting to see state for collection=basicTest :DocCollection(basicTest//collections/basicTest/state.json/8)={   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node2":{           "core":"basicTest_shard1_replica_n1",           "base_url":"http://127.0.0.1:50809/solr",           "node_name":"127.0.0.1:50809_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"},         "core_node4":{           "core":"basicTest_shard1_replica_n3",           "base_url":"http://127.0.0.1:46957/solr",           "node_name":"127.0.0.1:46957_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0"} Live Nodes: [127.0.0.1:46957_solr, 127.0.0.1:50809_solr, 127.0.0.1:53345_solr] Last available state: DocCollection(basicTest//collections/basicTest/state.json/8)={   "pullReplicas":"0",   "replicationFactor":"1",   "shards":{"shard1":{       "range":"80000000-7fffffff",       "state":"active",       "replicas":{         "core_node2":{           "core":"basicTest_shard1_replica_n1",           "base_url":"http://127.0.0.1:50809/solr",           "node_name":"127.0.0.1:50809_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false",           "leader":"true"},         "core_node4":{           "core":"basicTest_shard1_replica_n3",           "base_url":"http://127.0.0.1:46957/solr",           "node_name":"127.0.0.1:46957_solr",           "state":"active",           "type":"NRT",           "force_set_state":"false"}}}},   "router":{"name":"compositeId"},   "maxShardsPerNode":"1",   "autoAddReplicas":"false",   "nrtReplicas":"1",   "tlogReplicas":"0"}

Stack Trace:
java.lang.AssertionError: Timeout waiting for replica win the election
Timeout waiting to see state for collection=basicTest :DocCollection(basicTest//collections/basicTest/state.json/8)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "core":"basicTest_shard1_replica_n1",
          "base_url":"http://127.0.0.1:50809/solr",
          "node_name":"127.0.0.1:50809_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node4":{
          "core":"basicTest_shard1_replica_n3",
          "base_url":"http://127.0.0.1:46957/solr",
          "node_name":"127.0.0.1:46957_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
Live Nodes: [127.0.0.1:46957_solr, 127.0.0.1:50809_solr, 127.0.0.1:53345_solr]
Last available state: DocCollection(basicTest//collections/basicTest/state.json/8)={
  "pullReplicas":"0",
  "replicationFactor":"1",
  "shards":{"shard1":{
      "range":"80000000-7fffffff",
      "state":"active",
      "replicas":{
        "core_node2":{
          "core":"basicTest_shard1_replica_n1",
          "base_url":"http://127.0.0.1:50809/solr",
          "node_name":"127.0.0.1:50809_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false",
          "leader":"true"},
        "core_node4":{
          "core":"basicTest_shard1_replica_n3",
          "base_url":"http://127.0.0.1:46957/solr",
          "node_name":"127.0.0.1:46957_solr",
          "state":"active",
          "type":"NRT",
          "force_set_state":"false"}}}},
  "router":{"name":"compositeId"},
  "maxShardsPerNode":"1",
  "autoAddReplicas":"false",
  "nrtReplicas":"1",
  "tlogReplicas":"0"}
	at __randomizedtesting.SeedInfo.seed([21240472C62F9E44:D3D01310828A9377]:0)
	at org.junit.Assert.fail(Assert.java:88)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:310)
	at org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:288)
	at org.apache.solr.cloud.LeaderVoteWaitTimeoutTest.basicTest(LeaderVoteWaitTimeoutTest.java:140)
	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 14804 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderVoteWaitTimeoutTest
   [junit4]   2> Creating dataDir: /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_21240472C62F9E44-001/init-core-data-001
   [junit4]   2> 2515622 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_21240472C62F9E44-001/tempDir-001
   [junit4]   2> 2515622 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2515623 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2515623 INFO  (ZkTestServer Run Thread) [     ] o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2515723 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.ZkTestServer start zk server on port:35225
   [junit4]   2> 2515723 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:35225
   [junit4]   2> 2515723 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 35225
   [junit4]   2> 2515726 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2515729 INFO  (zkConnectionManagerCallback-15039-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2515730 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2515733 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2515734 INFO  (zkConnectionManagerCallback-15041-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2515734 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2515735 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2515737 INFO  (zkConnectionManagerCallback-15043-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2515737 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2515843 WARN  (jetty-launcher-15044-thread-1) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2515843 WARN  (jetty-launcher-15044-thread-3) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2515844 WARN  (jetty-launcher-15044-thread-2) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2515844 INFO  (jetty-launcher-15044-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2515844 INFO  (jetty-launcher-15044-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2515844 WARN  (jetty-launcher-15044-thread-4) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2515844 INFO  (jetty-launcher-15044-thread-3) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
   [junit4]   2> 2515844 INFO  (jetty-launcher-15044-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2515844 INFO  (jetty-launcher-15044-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2515844 INFO  (jetty-launcher-15044-thread-2) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
   [junit4]   2> 2515844 INFO  (jetty-launcher-15044-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2515844 INFO  (jetty-launcher-15044-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2515844 INFO  (jetty-launcher-15044-thread-4) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
   [junit4]   2> 2515844 INFO  (jetty-launcher-15044-thread-4) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2515844 INFO  (jetty-launcher-15044-thread-4) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2515844 INFO  (jetty-launcher-15044-thread-4) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2515845 INFO  (jetty-launcher-15044-thread-4) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@4173fa39{/solr,null,AVAILABLE}
   [junit4]   2> 2515845 INFO  (jetty-launcher-15044-thread-4) [     ] o.e.j.s.AbstractConnector Started ServerConnector@c4e9749{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:44715}
   [junit4]   2> 2515845 INFO  (jetty-launcher-15044-thread-4) [     ] o.e.j.s.Server Started @2517917ms
   [junit4]   2> 2515845 INFO  (jetty-launcher-15044-thread-4) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=44715}
   [junit4]   2> 2515845 ERROR (jetty-launcher-15044-thread-4) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2515845 INFO  (jetty-launcher-15044-thread-4) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2515845 INFO  (jetty-launcher-15044-thread-4) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.2.0
   [junit4]   2> 2515845 INFO  (jetty-launcher-15044-thread-4) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2515845 INFO  (jetty-launcher-15044-thread-4) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2515845 INFO  (jetty-launcher-15044-thread-4) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-05T20:12:39.453Z
   [junit4]   2> 2515846 INFO  (jetty-launcher-15044-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2515846 INFO  (jetty-launcher-15044-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2515846 INFO  (jetty-launcher-15044-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2515846 INFO  (jetty-launcher-15044-thread-1) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
   [junit4]   2> 2515847 INFO  (jetty-launcher-15044-thread-1) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2515847 INFO  (jetty-launcher-15044-thread-1) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2515847 INFO  (jetty-launcher-15044-thread-1) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2515847 INFO  (jetty-launcher-15044-thread-1) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@68d5b29f{/solr,null,AVAILABLE}
   [junit4]   2> 2515848 INFO  (jetty-launcher-15044-thread-1) [     ] o.e.j.s.AbstractConnector Started ServerConnector@396e1273{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:40483}
   [junit4]   2> 2515848 INFO  (jetty-launcher-15044-thread-1) [     ] o.e.j.s.Server Started @2517919ms
   [junit4]   2> 2515848 INFO  (jetty-launcher-15044-thread-1) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=40483}
   [junit4]   2> 2515848 ERROR (jetty-launcher-15044-thread-1) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2515848 INFO  (jetty-launcher-15044-thread-1) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2515848 INFO  (jetty-launcher-15044-thread-1) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.2.0
   [junit4]   2> 2515848 INFO  (jetty-launcher-15044-thread-1) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2515848 INFO  (jetty-launcher-15044-thread-1) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2515848 INFO  (jetty-launcher-15044-thread-1) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-05T20:12:39.456Z
   [junit4]   2> 2515848 INFO  (jetty-launcher-15044-thread-3) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2515848 INFO  (jetty-launcher-15044-thread-3) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2515848 INFO  (jetty-launcher-15044-thread-3) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2515848 INFO  (jetty-launcher-15044-thread-3) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@75e5a29f{/solr,null,AVAILABLE}
   [junit4]   2> 2515849 INFO  (jetty-launcher-15044-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2515850 INFO  (jetty-launcher-15044-thread-2) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2515850 INFO  (jetty-launcher-15044-thread-2) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2515850 INFO  (jetty-launcher-15044-thread-2) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2515850 INFO  (jetty-launcher-15044-thread-2) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@797508f7{/solr,null,AVAILABLE}
   [junit4]   2> 2515851 INFO  (jetty-launcher-15044-thread-3) [     ] o.e.j.s.AbstractConnector Started ServerConnector@1d335952{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:64635}
   [junit4]   2> 2515851 INFO  (jetty-launcher-15044-thread-3) [     ] o.e.j.s.Server Started @2517922ms
   [junit4]   2> 2515851 INFO  (jetty-launcher-15044-thread-3) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=64635}
   [junit4]   2> 2515851 ERROR (jetty-launcher-15044-thread-3) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2515851 INFO  (jetty-launcher-15044-thread-3) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2515851 INFO  (jetty-launcher-15044-thread-3) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.2.0
   [junit4]   2> 2515851 INFO  (jetty-launcher-15044-thread-3) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2515851 INFO  (jetty-launcher-15044-thread-3) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2515851 INFO  (jetty-launcher-15044-thread-3) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-05T20:12:39.459Z
   [junit4]   2> 2515852 INFO  (jetty-launcher-15044-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2515852 INFO  (jetty-launcher-15044-thread-2) [     ] o.e.j.s.AbstractConnector Started ServerConnector@626806a0{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:38177}
   [junit4]   2> 2515852 INFO  (jetty-launcher-15044-thread-2) [     ] o.e.j.s.Server Started @2517923ms
   [junit4]   2> 2515852 INFO  (jetty-launcher-15044-thread-2) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=38177}
   [junit4]   2> 2515852 ERROR (jetty-launcher-15044-thread-2) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2515852 INFO  (jetty-launcher-15044-thread-2) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2515852 INFO  (jetty-launcher-15044-thread-2) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.2.0
   [junit4]   2> 2515852 INFO  (jetty-launcher-15044-thread-2) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2515852 INFO  (jetty-launcher-15044-thread-2) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2515852 INFO  (jetty-launcher-15044-thread-2) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-05T20:12:39.460Z
   [junit4]   2> 2515852 INFO  (jetty-launcher-15044-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2515855 INFO  (zkConnectionManagerCallback-15052-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2515855 INFO  (jetty-launcher-15044-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2515856 INFO  (jetty-launcher-15044-thread-2) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2515859 INFO  (zkConnectionManagerCallback-15046-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2515859 INFO  (zkConnectionManagerCallback-15048-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2515859 INFO  (jetty-launcher-15044-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2515860 INFO  (jetty-launcher-15044-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2515860 INFO  (zkConnectionManagerCallback-15050-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2515860 INFO  (jetty-launcher-15044-thread-4) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2515860 INFO  (jetty-launcher-15044-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2515861 INFO  (jetty-launcher-15044-thread-1) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2515962 INFO  (jetty-launcher-15044-thread-3) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2516215 INFO  (jetty-launcher-15044-thread-2) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2516215 WARN  (jetty-launcher-15044-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@25abfa04[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2516215 WARN  (jetty-launcher-15044-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@25abfa04[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2516217 WARN  (jetty-launcher-15044-thread-2) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@513c8fb4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2516217 WARN  (jetty-launcher-15044-thread-2) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@513c8fb4[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2516218 INFO  (jetty-launcher-15044-thread-2) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35225/solr
   [junit4]   2> 2516218 INFO  (jetty-launcher-15044-thread-2) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2516219 INFO  (zkConnectionManagerCallback-15061-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2516219 INFO  (jetty-launcher-15044-thread-2) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2516316 INFO  (jetty-launcher-15044-thread-4) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2516318 WARN  (jetty-launcher-15044-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@45cb1461[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2516318 WARN  (jetty-launcher-15044-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@45cb1461[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2516319 WARN  (jetty-launcher-15044-thread-4) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@4f94bb22[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2516319 WARN  (jetty-launcher-15044-thread-4) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@4f94bb22[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2516320 INFO  (jetty-launcher-15044-thread-4) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35225/solr
   [junit4]   2> 2516321 INFO  (jetty-launcher-15044-thread-4) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2516322 INFO  (zkConnectionManagerCallback-15068-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2516322 INFO  (jetty-launcher-15044-thread-4) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2516418 INFO  (jetty-launcher-15044-thread-2) [n:127.0.0.1:38177_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2516422 INFO  (zkConnectionManagerCallback-15070-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2516422 INFO  (jetty-launcher-15044-thread-2) [n:127.0.0.1:38177_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2516507 INFO  (jetty-launcher-15044-thread-2) [n:127.0.0.1:38177_solr     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:38177_solr
   [junit4]   2> 2516508 INFO  (jetty-launcher-15044-thread-2) [n:127.0.0.1:38177_solr     ] o.a.s.c.Overseer Overseer (id=72114736668737545-127.0.0.1:38177_solr-n_0000000000) starting
   [junit4]   2> 2516512 INFO  (jetty-launcher-15044-thread-2) [n:127.0.0.1:38177_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2516513 INFO  (zkConnectionManagerCallback-15077-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2516513 INFO  (jetty-launcher-15044-thread-2) [n:127.0.0.1:38177_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2516519 INFO  (jetty-launcher-15044-thread-4) [n:127.0.0.1:44715_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2516520 INFO  (jetty-launcher-15044-thread-2) [n:127.0.0.1:38177_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35225/solr ready
   [junit4]   2> 2516521 INFO  (OverseerStateUpdate-72114736668737545-127.0.0.1:38177_solr-n_0000000000) [n:127.0.0.1:38177_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:38177_solr
   [junit4]   2> 2516521 INFO  (jetty-launcher-15044-thread-2) [n:127.0.0.1:38177_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:38177_solr
   [junit4]   2> 2516537 INFO  (jetty-launcher-15044-thread-2) [n:127.0.0.1:38177_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2516542 INFO  (zkCallback-15076-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2516544 INFO  (zkConnectionManagerCallback-15079-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2516545 INFO  (jetty-launcher-15044-thread-4) [n:127.0.0.1:44715_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2516546 INFO  (OverseerStateUpdate-72114736668737545-127.0.0.1:38177_solr-n_0000000000) [n:127.0.0.1:38177_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2516555 INFO  (jetty-launcher-15044-thread-4) [n:127.0.0.1:44715_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2516558 INFO  (jetty-launcher-15044-thread-4) [n:127.0.0.1:44715_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:44715_solr as DOWN
   [junit4]   2> 2516559 INFO  (jetty-launcher-15044-thread-4) [n:127.0.0.1:44715_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2516559 INFO  (jetty-launcher-15044-thread-4) [n:127.0.0.1:44715_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:44715_solr
   [junit4]   2> 2516561 INFO  (zkCallback-15076-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2516561 INFO  (zkCallback-15069-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2516562 INFO  (zkCallback-15078-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2516563 INFO  (jetty-launcher-15044-thread-4) [n:127.0.0.1:44715_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2516564 INFO  (zkConnectionManagerCallback-15087-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2516564 INFO  (jetty-launcher-15044-thread-4) [n:127.0.0.1:44715_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2516565 INFO  (jetty-launcher-15044-thread-4) [n:127.0.0.1:44715_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2516567 INFO  (jetty-launcher-15044-thread-4) [n:127.0.0.1:44715_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35225/solr ready
   [junit4]   2> 2516581 INFO  (jetty-launcher-15044-thread-4) [n:127.0.0.1:44715_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2516601 INFO  (jetty-launcher-15044-thread-4) [n:127.0.0.1:44715_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44715.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28df8719
   [junit4]   2> 2516606 INFO  (jetty-launcher-15044-thread-4) [n:127.0.0.1:44715_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44715.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28df8719
   [junit4]   2> 2516606 INFO  (jetty-launcher-15044-thread-4) [n:127.0.0.1:44715_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_44715.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28df8719
   [junit4]   2> 2516607 INFO  (jetty-launcher-15044-thread-4) [n:127.0.0.1:44715_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_21240472C62F9E44-001/tempDir-001/node4/.
   [junit4]   2> 2516621 INFO  (jetty-launcher-15044-thread-2) [n:127.0.0.1:38177_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38177.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28df8719
   [junit4]   2> 2516627 INFO  (jetty-launcher-15044-thread-2) [n:127.0.0.1:38177_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38177.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28df8719
   [junit4]   2> 2516627 INFO  (jetty-launcher-15044-thread-2) [n:127.0.0.1:38177_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_38177.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28df8719
   [junit4]   2> 2516628 INFO  (jetty-launcher-15044-thread-2) [n:127.0.0.1:38177_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_21240472C62F9E44-001/tempDir-001/node2/.
   [junit4]   2> 2516794 INFO  (jetty-launcher-15044-thread-3) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2516795 WARN  (jetty-launcher-15044-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@47387ec3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2516795 WARN  (jetty-launcher-15044-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@47387ec3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2516798 WARN  (jetty-launcher-15044-thread-3) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@1493604[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2516798 WARN  (jetty-launcher-15044-thread-3) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@1493604[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2516799 INFO  (jetty-launcher-15044-thread-3) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35225/solr
   [junit4]   2> 2516800 INFO  (jetty-launcher-15044-thread-3) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2516801 INFO  (zkConnectionManagerCallback-15094-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2516801 INFO  (jetty-launcher-15044-thread-3) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2516808 INFO  (jetty-launcher-15044-thread-1) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2516809 WARN  (jetty-launcher-15044-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5762f2f6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2516809 WARN  (jetty-launcher-15044-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5762f2f6[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2516810 WARN  (jetty-launcher-15044-thread-1) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@3b1193b2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2516810 WARN  (jetty-launcher-15044-thread-1) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@3b1193b2[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2516811 INFO  (jetty-launcher-15044-thread-1) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35225/solr
   [junit4]   2> 2516812 INFO  (jetty-launcher-15044-thread-1) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2516813 INFO  (zkConnectionManagerCallback-15100-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2516813 INFO  (jetty-launcher-15044-thread-1) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2516904 INFO  (jetty-launcher-15044-thread-3) [n:127.0.0.1:64635_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2516905 INFO  (zkConnectionManagerCallback-15102-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2516906 INFO  (jetty-launcher-15044-thread-3) [n:127.0.0.1:64635_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2516916 INFO  (jetty-launcher-15044-thread-1) [n:127.0.0.1:40483_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2516918 INFO  (zkConnectionManagerCallback-15104-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2516918 INFO  (jetty-launcher-15044-thread-1) [n:127.0.0.1:40483_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2516926 INFO  (jetty-launcher-15044-thread-3) [n:127.0.0.1:64635_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2516929 INFO  (jetty-launcher-15044-thread-1) [n:127.0.0.1:40483_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2516940 INFO  (jetty-launcher-15044-thread-3) [n:127.0.0.1:64635_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:64635_solr as DOWN
   [junit4]   2> 2516941 INFO  (jetty-launcher-15044-thread-1) [n:127.0.0.1:40483_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:40483_solr as DOWN
   [junit4]   2> 2516942 INFO  (jetty-launcher-15044-thread-3) [n:127.0.0.1:64635_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2516942 INFO  (jetty-launcher-15044-thread-3) [n:127.0.0.1:64635_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:64635_solr
   [junit4]   2> 2516944 INFO  (jetty-launcher-15044-thread-1) [n:127.0.0.1:40483_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2516944 INFO  (jetty-launcher-15044-thread-1) [n:127.0.0.1:40483_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:40483_solr
   [junit4]   2> 2516945 INFO  (zkCallback-15069-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2516945 INFO  (zkCallback-15086-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2516946 INFO  (zkCallback-15076-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2516946 INFO  (zkCallback-15078-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2516947 INFO  (zkCallback-15101-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2516947 INFO  (zkCallback-15103-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (4)
   [junit4]   2> 2516948 INFO  (zkCallback-15086-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2516948 INFO  (zkCallback-15076-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2516949 INFO  (zkCallback-15069-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2516949 INFO  (zkCallback-15078-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2516949 INFO  (zkCallback-15101-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2516950 INFO  (jetty-launcher-15044-thread-3) [n:127.0.0.1:64635_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2516952 INFO  (jetty-launcher-15044-thread-1) [n:127.0.0.1:40483_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2516952 INFO  (zkConnectionManagerCallback-15113-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2516952 INFO  (jetty-launcher-15044-thread-3) [n:127.0.0.1:64635_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2516953 INFO  (zkConnectionManagerCallback-15118-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2516953 INFO  (jetty-launcher-15044-thread-1) [n:127.0.0.1:40483_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2516955 INFO  (jetty-launcher-15044-thread-3) [n:127.0.0.1:64635_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2516956 INFO  (jetty-launcher-15044-thread-1) [n:127.0.0.1:40483_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2516958 INFO  (jetty-launcher-15044-thread-3) [n:127.0.0.1:64635_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35225/solr ready
   [junit4]   2> 2516958 INFO  (jetty-launcher-15044-thread-1) [n:127.0.0.1:40483_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35225/solr ready
   [junit4]   2> 2516982 INFO  (jetty-launcher-15044-thread-1) [n:127.0.0.1:40483_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2516984 INFO  (jetty-launcher-15044-thread-3) [n:127.0.0.1:64635_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2516999 INFO  (jetty-launcher-15044-thread-1) [n:127.0.0.1:40483_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40483.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28df8719
   [junit4]   2> 2517000 INFO  (jetty-launcher-15044-thread-3) [n:127.0.0.1:64635_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64635.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28df8719
   [junit4]   2> 2517006 INFO  (jetty-launcher-15044-thread-1) [n:127.0.0.1:40483_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40483.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28df8719
   [junit4]   2> 2517007 INFO  (jetty-launcher-15044-thread-1) [n:127.0.0.1:40483_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_40483.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28df8719
   [junit4]   2> 2517007 INFO  (jetty-launcher-15044-thread-3) [n:127.0.0.1:64635_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64635.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28df8719
   [junit4]   2> 2517007 INFO  (jetty-launcher-15044-thread-3) [n:127.0.0.1:64635_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_64635.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28df8719
   [junit4]   2> 2517007 INFO  (jetty-launcher-15044-thread-1) [n:127.0.0.1:40483_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_21240472C62F9E44-001/tempDir-001/node1/.
   [junit4]   2> 2517008 INFO  (jetty-launcher-15044-thread-3) [n:127.0.0.1:64635_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_21240472C62F9E44-001/tempDir-001/node3/.
   [junit4]   2> 2517084 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2517086 INFO  (zkConnectionManagerCallback-15125-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2517086 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2517089 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2517092 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35225/solr ready
   [junit4]   2> 2517095 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1350910816
   [junit4]   2> 2517096 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:44715_solr
   [junit4]   2> 2517096 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2517096 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:44715_solr as DOWN
   [junit4]   2> 2517100 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2517100 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@8b6a6c5: rootName = solr_44715, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@4eeacd6a
   [junit4]   2> 2517104 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2517104 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4783f4a3: rootName = solr_44715, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@33ced67d
   [junit4]   2> 2517107 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2517107 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3debf0a7: rootName = solr_44715, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@4d2d246b
   [junit4]   2> 2517107 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2517215 INFO  (zkCallback-15117-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2517215 INFO  (zkCallback-15101-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2517216 INFO  (zkCallback-15112-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2517217 INFO  (zkCallback-15124-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2517217 INFO  (zkCallback-15069-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2517217 INFO  (zkCallback-15086-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2517217 INFO  (zkCallback-15076-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2517219 INFO  (zkCallback-15103-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2517320 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@c4e9749{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 2517321 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4173fa39{/solr,null,UNAVAILABLE}
   [junit4]   2> 2517322 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2517323 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2517323 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2517323 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2517323 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
   [junit4]   2> 2517324 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2517324 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2517324 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2517324 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@9ba28fb{/solr,null,AVAILABLE}
   [junit4]   2> 2517325 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@6b4110c4{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:47324}
   [junit4]   2> 2517325 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.Server Started @2519397ms
   [junit4]   2> 2517325 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=54337}
   [junit4]   2> 2517325 ERROR (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2517325 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2517325 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.2.0
   [junit4]   2> 2517325 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2517325 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2517325 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-05T20:12:40.933Z
   [junit4]   2> 2517326 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2517328 INFO  (zkConnectionManagerCallback-15131-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2517328 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2517329 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2518246 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2518247 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@145fdbf0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2518247 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@145fdbf0[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2518249 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2a543249[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2518249 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2a543249[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2518250 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35225/solr
   [junit4]   2> 2518250 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2518252 INFO  (zkConnectionManagerCallback-15138-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2518252 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2518355 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [n:127.0.0.1:54337_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2518357 INFO  (zkConnectionManagerCallback-15140-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2518357 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [n:127.0.0.1:54337_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2518369 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [n:127.0.0.1:54337_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2518377 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [n:127.0.0.1:54337_solr     ] o.a.s.c.ZkController Publish node=127.0.0.1:54337_solr as DOWN
   [junit4]   2> 2518379 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [n:127.0.0.1:54337_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2518379 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [n:127.0.0.1:54337_solr     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:54337_solr
   [junit4]   2> 2518381 INFO  (zkCallback-15076-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2518381 INFO  (zkCallback-15117-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2518381 INFO  (zkCallback-15124-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2518382 INFO  (zkCallback-15103-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2518382 INFO  (zkCallback-15069-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2518382 INFO  (zkCallback-15112-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2518382 INFO  (zkCallback-15101-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2518383 INFO  (zkCallback-15139-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2518384 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [n:127.0.0.1:54337_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2518386 INFO  (zkConnectionManagerCallback-15147-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2518386 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [n:127.0.0.1:54337_solr     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2518388 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [n:127.0.0.1:54337_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2518390 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [n:127.0.0.1:54337_solr     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35225/solr ready
   [junit4]   2> 2518408 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [n:127.0.0.1:54337_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2518432 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [n:127.0.0.1:54337_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54337.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28df8719
   [junit4]   2> 2518440 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [n:127.0.0.1:54337_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54337.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28df8719
   [junit4]   2> 2518440 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [n:127.0.0.1:54337_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_54337.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28df8719
   [junit4]   2> 2518441 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [n:127.0.0.1:54337_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_21240472C62F9E44-001/tempDir-001/node4/.
   [junit4]   2> 2518501 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.LeaderVoteWaitTimeoutTest Adding proxy for URL: http://127.0.0.1:47324/solr. Proxy: http://127.0.0.1:54337/solr
   [junit4]   2> 2518502 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1416154663
   [junit4]   2> 2518502 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:38177_solr
   [junit4]   2> 2518502 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2518502 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:38177_solr as DOWN
   [junit4]   2> 2518506 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2518506 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2518506 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@65565c16: rootName = solr_38177, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@10b10ab1
   [junit4]   2> 2518512 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2518512 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3e117360: rootName = solr_38177, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@33ced67d
   [junit4]   2> 2518514 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2518514 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@28502df3: rootName = solr_38177, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@4d2d246b
   [junit4]   2> 2518514 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2518517 INFO  (closeThreadPool-15152-thread-1) [     ] o.a.s.c.Overseer Overseer (id=72114736668737545-127.0.0.1:38177_solr-n_0000000000) closing
   [junit4]   2> 2518518 INFO  (zkCallback-15124-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2518518 INFO  (OverseerStateUpdate-72114736668737545-127.0.0.1:38177_solr-n_0000000000) [n:127.0.0.1:38177_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:38177_solr
   [junit4]   2> 2518519 INFO  (OverseerAutoScalingTriggerThread-72114736668737545-127.0.0.1:38177_solr-n_0000000000) [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting.
   [junit4]   2> 2518521 INFO  (closeThreadPool-15152-thread-2) [     ] o.a.s.c.Overseer Overseer (id=72114736668737545-127.0.0.1:38177_solr-n_0000000000) closing
   [junit4]   2> 2518618 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.Overseer Overseer (id=72114736668737545-127.0.0.1:38177_solr-n_0000000000) closing
   [junit4]   2> 2518618 INFO  (zkCallback-15101-thread-2) [     ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:64635_solr
   [junit4]   2> 2518619 INFO  (zkCallback-15117-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2518619 INFO  (zkCallback-15103-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2518619 INFO  (zkCallback-15076-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2518619 INFO  (zkCallback-15101-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2518619 INFO  (zkCallback-15112-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2518619 INFO  (zkCallback-15139-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2518621 INFO  (zkCallback-15146-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2518621 INFO  (zkCallback-15101-thread-2) [n:127.0.0.1:64635_solr     ] o.a.s.c.Overseer Overseer (id=72114736668737551-127.0.0.1:64635_solr-n_0000000002) starting
   [junit4]   2> 2518725 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@626806a0{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 2518726 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@797508f7{/solr,null,UNAVAILABLE}
   [junit4]   2> 2518727 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2518729 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2518729 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2518729 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2518729 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
   [junit4]   2> 2518730 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2518730 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2518730 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2518730 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@76d43362{/solr,null,AVAILABLE}
   [junit4]   2> 2518731 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@5e3d61f0{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:54680}
   [junit4]   2> 2518731 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.Server Started @2520803ms
   [junit4]   2> 2518731 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=46957}
   [junit4]   2> 2518731 ERROR (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2518731 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2518731 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.2.0
   [junit4]   2> 2518731 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2518731 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2518731 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-05T20:12:42.339Z
   [junit4]   2> 2518732 INFO  (OverseerStateUpdate-72114736668737551-127.0.0.1:64635_solr-n_0000000002) [n:127.0.0.1:64635_solr     ] o.a.s.c.Overseer Starting to work on the main queue : 127.0.0.1:64635_solr
   [junit4]   2> 2518732 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2518734 INFO  (zkConnectionManagerCallback-15154-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2518735 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2518736 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2519079 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2519080 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@403cb428[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2519080 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@403cb428[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2519083 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@42df84bc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2519083 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@42df84bc[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2519083 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35225/solr
   [junit4]   2> 2519084 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2519086 INFO  (zkConnectionManagerCallback-15161-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2519086 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2519190 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2519191 INFO  (zkConnectionManagerCallback-15163-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2519192 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2519202 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2519211 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:46957_solr as DOWN
   [junit4]   2> 2519213 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2519213 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:46957_solr
   [junit4]   2> 2519215 INFO  (zkCallback-15112-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2519215 INFO  (zkCallback-15124-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2519215 INFO  (zkCallback-15117-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2519215 INFO  (zkCallback-15103-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2519215 INFO  (zkCallback-15101-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2519215 INFO  (zkCallback-15146-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2519216 INFO  (zkCallback-15139-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2519217 INFO  (zkCallback-15162-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2519219 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2519220 INFO  (zkConnectionManagerCallback-15170-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2519220 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2519223 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2519225 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35225/solr ready
   [junit4]   2> 2519242 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2519257 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46957.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28df8719
   [junit4]   2> 2519264 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46957.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28df8719
   [junit4]   2> 2519264 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46957.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@28df8719
   [junit4]   2> 2519265 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderVoteWaitTimeoutTest_21240472C62F9E44-001/tempDir-001/node2/.
   [junit4]   2> 2519324 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.LeaderVoteWaitTimeoutTest Adding proxy for URL: http://127.0.0.1:54680/solr. Proxy: http://127.0.0.1:46957/solr
   [junit4]   2> 2519325 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1902840766
   [junit4]   2> 2519325 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.ZkController Remove node as live in ZooKeeper:/live_nodes/127.0.0.1:40483_solr
   [junit4]   2> 2519325 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 2519325 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:40483_solr as DOWN
   [junit4]   2> 2519331 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, tag=null
   [junit4]   2> 2519331 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@cb45a5a: rootName = solr_40483, domain = solr.node, service url = null, agent id = null] for registry solr.node / com.codahale.metrics.MetricRegistry@6154ab4f
   [junit4]   2> 2519335 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, tag=null
   [junit4]   2> 2519335 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@3aec9d67: rootName = solr_40483, domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm / com.codahale.metrics.MetricRegistry@33ced67d
   [junit4]   2> 2519343 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, tag=null
   [junit4]   2> 2519343 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6fefcf43: rootName = solr_40483, domain = solr.jetty, service url = null, agent id = null] for registry solr.jetty / com.codahale.metrics.MetricRegistry@4d2d246b
   [junit4]   2> 2519343 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, tag=null
   [junit4]   2> 2519449 INFO  (zkCallback-15146-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2519449 INFO  (zkCallback-15139-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2519449 INFO  (zkCallback-15124-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2519449 INFO  (zkCallback-15101-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2519449 INFO  (zkCallback-15112-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2519450 INFO  (zkCallback-15162-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2519450 INFO  (zkCallback-15169-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 2519453 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.AbstractConnector Stopped ServerConnector@396e1273{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:0}
   [junit4]   2> 2519454 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@68d5b29f{/solr,null,UNAVAILABLE}
   [junit4]   2> 2519454 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 2519455 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2519455 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2519456 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2519456 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.Server jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 1.8.0_201-b09
   [junit4]   2> 2519457 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2519457 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2519457 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2519457 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@2ad5a29c{/solr,null,AVAILABLE}
   [junit4]   2> 2519458 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.AbstractConnector Started ServerConnector@4ea2d3ab{HTTP/1.1,[http/1.1, h2c]}{127.0.0.1:53756}
   [junit4]   2> 2519458 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.s.Server Started @2521531ms
   [junit4]   2> 2519458 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=53345}
   [junit4]   2> 2519458 ERROR (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete.
   [junit4]   2> 2519458 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.s.SolrDispatchFilter Using logger factory org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2519458 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 8.2.0
   [junit4]   2> 2519458 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2519458 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2519458 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 2019-07-05T20:12:43.066Z
   [junit4]   2> 2519459 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2519461 INFO  (zkConnectionManagerCallback-15177-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2519461 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2519461 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2520914 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 2520914 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@5fe410d1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2520914 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@5fe410d1[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2520917 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.u.s.S.config Trusting all certificates configured for Client@2a88d13e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2520917 WARN  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for Client@2a88d13e[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 2520917 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35225/solr
   [junit4]   2> 2520918 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2520919 INFO  (zkConnectionManagerCallback-15184-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2520919 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2521025 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2521026 INFO  (zkConnectionManagerCallback-15186-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2521026 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2521038 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2521045 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.ZkController Publish node=127.0.0.1:53345_solr as DOWN
   [junit4]   2> 2521047 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores
   [junit4]   2> 2521047 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:53345_solr
   [junit4]   2> 2521049 INFO  (zkCallback-15101-thread-2) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2521049 INFO  (zkCallback-15124-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2521049 INFO  (zkCallback-15162-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2521050 INFO  (zkCallback-15139-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2521050 INFO  (zkCallback-15146-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2521050 INFO  (zkCallback-15169-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2521050 INFO  (zkCallback-15112-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2521051 INFO  (zkCallback-15185-thread-1) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2521052 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 2521054 INFO  (zkConnectionManagerCallback-15193-thread-1) [     ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2521054 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 2521056 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2521058 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35225/solr ready
   [junit4]   2> 2521074 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history in memory.
   [junit4]   2> 2521091 INFO  (TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[21240472C62F9E44]) [     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_53345.solr.node' (registry 'solr.n

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

tal time: 55 seconds
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5 -Dtests.class="*.LeaderVoteWaitTimeoutTest" -Dtests.showOutput=onerror "-Dargs=-XX:+UseCompressedOops -XX:+UseSerialGC" -Dtests.seed=21240472C62F9E44 -Dtests.slow=true -Dtests.locale=mk-MK -Dtests.timezone=America/Santiago -Dtests.asserts=true -Dtests.file.encoding=UTF-8
Buildfile: /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/core/build.xml

-clover.disable:

ivy-configure:
[ivy:configure] :: Apache Ivy 2.4.0 - 20141213170938 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/lucene/top-level-ivy-settings.xml

install-junit4-taskdef:

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

-ivy-fail-disallowed-ivy-version:

ivy-fail:

resolve-groovy:
[ivy:cachepath] :: resolving dependencies :: org.codehaus.groovy#groovy-all-caller;working
[ivy:cachepath] 	confs: [default]
[ivy:cachepath] 	found org.codehaus.groovy#groovy-all;2.4.16 in public
[ivy:cachepath] :: resolution report :: resolve 14ms :: artifacts dl 1ms
	---------------------------------------------------------------------
	|                  |            modules            ||   artifacts   |
	|       conf       | number| search|dwnlded|evicted|| number|dwnlded|
	---------------------------------------------------------------------
	|      default     |   1   |   0   |   0   |   0   ||   1   |   0   |
	---------------------------------------------------------------------

-init-totals:

-test:
    [mkdir] Created dir: /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test
[junit4:pickseed] Seed property 'tests.seed' already defined: 21240472C62F9E44
    [mkdir] Created dir: /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/temp
   [junit4] <JUnit4> says ciao! Master seed: 21240472C62F9E44
   [junit4] Executing 5 suites with 2 JVMs.
   [junit4] 
   [junit4] Started J1 PID(26067@serv1-vm3).
   [junit4] Started J0 PID(26066@serv1-vm3).
   [junit4] Suite: org.apache.solr.cloud.LeaderVoteWaitTimeoutTest
   [junit4] OK      24.4s J1 | LeaderVoteWaitTimeoutTest.basicTest
   [junit4] OK      31.5s J1 | LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection
   [junit4] Completed [1/5] on J1 in 58.36s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.LeaderVoteWaitTimeoutTest
   [junit4] OK      27.8s J0 | LeaderVoteWaitTimeoutTest.basicTest
   [junit4] OK      28.2s J0 | LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection
   [junit4] Completed [2/5] on J0 in 58.53s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.LeaderVoteWaitTimeoutTest
   [junit4] OK      16.6s J1 | LeaderVoteWaitTimeoutTest.basicTest
   [junit4] OK      21.0s J1 | LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection
   [junit4] Completed [3/5] on J1 in 37.69s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.LeaderVoteWaitTimeoutTest
   [junit4] OK      19.5s J0 | LeaderVoteWaitTimeoutTest.basicTest
   [junit4] OK      29.5s J0 | LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection
   [junit4] Completed [4/5] on J0 in 49.79s, 2 tests
   [junit4] 
   [junit4] Suite: org.apache.solr.cloud.LeaderVoteWaitTimeoutTest
   [junit4] OK      16.5s J1 | LeaderVoteWaitTimeoutTest.basicTest
   [junit4] OK      20.7s J1 | LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection
   [junit4] Completed [5/5] on J1 in 37.25s, 2 tests
   [junit4] 
   [junit4] JVM J0:     0.71 ..   109.61 =   108.91s
   [junit4] JVM J1:     0.70 ..   135.28 =   134.57s
   [junit4] Execution time total: 2 minutes 15 seconds
   [junit4] Tests summary: 5 suites, 10 tests
   [junit4] Could not remove temporary path: /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J1/temp])
   [junit4] Could not remove temporary path: /export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0 (java.nio.file.DirectoryNotEmptyException: Remaining files: [/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris/solr/build/solr-core/test/J0/temp])
     [echo] 5 slowest tests:
[junit4:tophints] 270.74s | org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
[junit4:tophints] 221.74s | org.apache.solr.cloud.api.collections.ShardSplitTest
[junit4:tophints] 161.29s | org.apache.solr.search.facet.TestJsonFacets
[junit4:tophints] 135.88s | org.apache.solr.cloud.CollectionsAPISolrJTest
[junit4:tophints] 127.54s | org.apache.solr.cloud.ReindexCollectionTest

-check-totals:

test-nocompile:

BUILD SUCCESSFUL
Total time: 2 minutes 17 seconds
[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.LeaderVoteWaitTimeoutTest
[repro] Exiting with code 0
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
java.lang.InterruptedException: no matches found within 10000
	at hudson.FilePath$ValidateAntFileMask.hasMatch(FilePath.java:2805)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2684)
	at hudson.FilePath$ValidateAntFileMask.invoke(FilePath.java:2665)
	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:3052)
Also:   hudson.remoting.Channel$CallSiteStackTrace: Remote call to Solaris VBOX
		at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1743)
		at hudson.remoting.UserRequest$ExceptionResponse.retrieve(UserRequest.java:357)
		at hudson.remoting.Channel.call(Channel.java:957)
		at hudson.FilePath.act(FilePath.java:1072)
		at hudson.FilePath.act(FilePath.java:1061)
		at hudson.FilePath.validateAntFileMask(FilePath.java:2663)
		at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:248)
		at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79)
		at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
		at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
		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:1843)
		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:3054)
	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:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	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:2663)
	at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:248)
	at hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:79)
	at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
	at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
	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:1843)
	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/**,**/*_pid*.log". Configuration error?
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
No credentials specified
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all warnings.
<Git Blamer> GIT_COMMIT=5d3a84fcd0f3d4bded24e6db0c78bbdcba6f3b2a, workspace=/export/home/jenkins/workspace/Lucene-Solr-8.x-Solaris
[WARNINGS] Computing warning deltas based on reference build #218
Recording test results
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
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)
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting ANT_1_8_2_HOME=/export/home/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2