Build: https://builds.apache.org/job/Lucene-Solr-Tests-8.x/859/

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

Error Message:
Timeout occurred while waiting response from server at: 
https://127.0.0.1:34759/solr

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occurred while 
waiting response from server at: https://127.0.0.1:34759/solr
        at 
__randomizedtesting.SeedInfo.seed([5FC988FB122CE275:AD3D9F995689EF46]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:676)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:265)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:248)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.doRequest(LBSolrClient.java:368)
        at 
org.apache.solr.client.solrj.impl.LBSolrClient.request(LBSolrClient.java:296)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.sendRequest(BaseCloudSolrClient.java:1143)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.requestWithRetryOnStaleState(BaseCloudSolrClient.java:906)
        at 
org.apache.solr.client.solrj.impl.BaseCloudSolrClient.request(BaseCloudSolrClient.java:838)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:228)
        at 
org.apache.solr.cloud.LeaderVoteWaitTimeoutTest.basicTest(LeaderVoteWaitTimeoutTest.java:157)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
        at sun.security.ssl.InputRecord.read(InputRecord.java:503)
        at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:975)
        at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:933)
        at sun.security.ssl.AppInputStream.read(AppInputStream.java:105)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:280)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:564)
        ... 49 more




Build Log:
[...truncated 14106 lines...]
   [junit4] Suite: org.apache.solr.cloud.LeaderVoteWaitTimeoutTest
   [junit4]   2> 694049 INFO  
(SUITE-LeaderVoteWaitTimeoutTest-seed#[5FC988FB122CE275]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Created dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_5FC988FB122CE275-001/data-dir-109-001
   [junit4]   2> 694049 WARN  
(SUITE-LeaderVoteWaitTimeoutTest-seed#[5FC988FB122CE275]-worker) [     ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=2 numCloses=2
   [junit4]   2> 694049 INFO  
(SUITE-LeaderVoteWaitTimeoutTest-seed#[5FC988FB122CE275]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 694050 INFO  
(SUITE-LeaderVoteWaitTimeoutTest-seed#[5FC988FB122CE275]-worker) [     ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 694050 INFO  
(SUITE-LeaderVoteWaitTimeoutTest-seed#[5FC988FB122CE275]-worker) [     ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 694053 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.SolrTestCaseJ4 ###Starting basicTest
   [junit4]   2> 694053 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_5FC988FB122CE275-001/tempDir-001
   [junit4]   2> 694054 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 694054 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 694054 INFO  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 694154 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.ZkTestServer start zk server on port:39219
   [junit4]   2> 694154 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.ZkTestServer waitForServerUp: 127.0.0.1:39219
   [junit4]   2> 694154 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:39219
   [junit4]   2> 694154 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 39219
   [junit4]   2> 694156 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 694160 INFO  (zkConnectionManagerCallback-2543-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 694160 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 694165 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 694166 INFO  (zkConnectionManagerCallback-2545-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 694166 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 694167 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 694167 INFO  (zkConnectionManagerCallback-2547-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 694167 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 694275 WARN  (jetty-launcher-2548-thread-2) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 694275 INFO  (jetty-launcher-2548-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 694275 INFO  (jetty-launcher-2548-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 694275 INFO  (jetty-launcher-2548-thread-2) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 694276 WARN  (jetty-launcher-2548-thread-4) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 694276 INFO  (jetty-launcher-2548-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 694276 INFO  (jetty-launcher-2548-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 694276 INFO  (jetty-launcher-2548-thread-4) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 694276 WARN  (jetty-launcher-2548-thread-3) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 694276 WARN  (jetty-launcher-2548-thread-1) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 694276 INFO  (jetty-launcher-2548-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 694276 INFO  (jetty-launcher-2548-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 694276 INFO  (jetty-launcher-2548-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 694276 INFO  (jetty-launcher-2548-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 694276 INFO  (jetty-launcher-2548-thread-3) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 694276 INFO  (jetty-launcher-2548-thread-1) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 694281 INFO  (jetty-launcher-2548-thread-3) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 694281 INFO  (jetty-launcher-2548-thread-3) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 694281 INFO  (jetty-launcher-2548-thread-3) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 694282 INFO  (jetty-launcher-2548-thread-2) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 694282 INFO  (jetty-launcher-2548-thread-2) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 694282 INFO  (jetty-launcher-2548-thread-2) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 694282 INFO  (jetty-launcher-2548-thread-4) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 694282 INFO  (jetty-launcher-2548-thread-4) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 694282 INFO  (jetty-launcher-2548-thread-3) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@1fb74a0f{/solr,null,AVAILABLE}
   [junit4]   2> 694282 INFO  (jetty-launcher-2548-thread-4) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 694282 INFO  (jetty-launcher-2548-thread-2) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@70d6a89b{/solr,null,AVAILABLE}
   [junit4]   2> 694283 INFO  (jetty-launcher-2548-thread-1) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 694283 INFO  (jetty-launcher-2548-thread-1) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 694283 INFO  (jetty-launcher-2548-thread-1) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 694283 INFO  (jetty-launcher-2548-thread-1) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4cb06ee4{/solr,null,AVAILABLE}
   [junit4]   2> 694284 INFO  (jetty-launcher-2548-thread-1) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@65ce1165{SSL,[ssl, 
http/1.1]}{127.0.0.1:44231}
   [junit4]   2> 694284 INFO  (jetty-launcher-2548-thread-1) [     ] 
o.e.j.s.Server Started @694312ms
   [junit4]   2> 694284 INFO  (jetty-launcher-2548-thread-1) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44231}
   [junit4]   2> 694284 ERROR (jetty-launcher-2548-thread-1) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 694284 INFO  (jetty-launcher-2548-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 694284 INFO  (jetty-launcher-2548-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.5.0
   [junit4]   2> 694284 INFO  (jetty-launcher-2548-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 694284 INFO  (jetty-launcher-2548-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 694284 INFO  (jetty-launcher-2548-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-01-09T20:54:01.119Z
   [junit4]   2> 694285 INFO  (jetty-launcher-2548-thread-2) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@2ad3cad5{SSL,[ssl, 
http/1.1]}{127.0.0.1:34105}
   [junit4]   2> 694285 INFO  (jetty-launcher-2548-thread-2) [     ] 
o.e.j.s.Server Started @694313ms
   [junit4]   2> 694285 INFO  (jetty-launcher-2548-thread-2) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34105}
   [junit4]   2> 694285 INFO  (jetty-launcher-2548-thread-4) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@49521399{/solr,null,AVAILABLE}
   [junit4]   2> 694285 ERROR (jetty-launcher-2548-thread-2) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 694285 INFO  (jetty-launcher-2548-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 694286 INFO  (jetty-launcher-2548-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.5.0
   [junit4]   2> 694286 INFO  (jetty-launcher-2548-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 694286 INFO  (jetty-launcher-2548-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 694286 INFO  (jetty-launcher-2548-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-01-09T20:54:01.121Z
   [junit4]   2> 694289 INFO  (jetty-launcher-2548-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 694289 INFO  (jetty-launcher-2548-thread-3) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@90d9131{SSL,[ssl, 
http/1.1]}{127.0.0.1:39727}
   [junit4]   2> 694289 INFO  (jetty-launcher-2548-thread-3) [     ] 
o.e.j.s.Server Started @694318ms
   [junit4]   2> 694289 INFO  (jetty-launcher-2548-thread-3) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39727}
   [junit4]   2> 694290 ERROR (jetty-launcher-2548-thread-3) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 694290 INFO  (jetty-launcher-2548-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 694290 INFO  (jetty-launcher-2548-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.5.0
   [junit4]   2> 694290 INFO  (jetty-launcher-2548-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 694290 INFO  (jetty-launcher-2548-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 694290 INFO  (jetty-launcher-2548-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-01-09T20:54:01.125Z
   [junit4]   2> 694290 INFO  (jetty-launcher-2548-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 694290 INFO  (jetty-launcher-2548-thread-4) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@625b5fc2{SSL,[ssl, 
http/1.1]}{127.0.0.1:45317}
   [junit4]   2> 694290 INFO  (jetty-launcher-2548-thread-4) [     ] 
o.e.j.s.Server Started @694319ms
   [junit4]   2> 694290 INFO  (jetty-launcher-2548-thread-4) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45317}
   [junit4]   2> 694291 ERROR (jetty-launcher-2548-thread-4) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 694291 INFO  (jetty-launcher-2548-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 694291 INFO  (jetty-launcher-2548-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.5.0
   [junit4]   2> 694291 INFO  (jetty-launcher-2548-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 694292 INFO  (jetty-launcher-2548-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 694292 INFO  (jetty-launcher-2548-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-01-09T20:54:01.127Z
   [junit4]   2> 694292 INFO  (jetty-launcher-2548-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 694292 INFO  (zkConnectionManagerCallback-2550-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 694293 INFO  (jetty-launcher-2548-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 694293 INFO  (zkConnectionManagerCallback-2552-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 694293 INFO  (zkConnectionManagerCallback-2556-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 694293 INFO  (jetty-launcher-2548-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 694293 INFO  (jetty-launcher-2548-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 694294 INFO  (zkConnectionManagerCallback-2554-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 694294 INFO  (jetty-launcher-2548-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 694294 INFO  (jetty-launcher-2548-thread-2) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 694294 INFO  (jetty-launcher-2548-thread-4) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 694294 INFO  (jetty-launcher-2548-thread-3) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 694295 INFO  (jetty-launcher-2548-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 694302 INFO  (jetty-launcher-2548-thread-1) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 694500 INFO  (jetty-launcher-2548-thread-3) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 694500 WARN  (jetty-launcher-2548-thread-3) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 694501 WARN  (jetty-launcher-2548-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@129db080[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 694501 WARN  (jetty-launcher-2548-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@129db080[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 694504 WARN  (jetty-launcher-2548-thread-3) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 694508 WARN  (jetty-launcher-2548-thread-3) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4e5b6597[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 694508 WARN  (jetty-launcher-2548-thread-3) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4e5b6597[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 694509 INFO  (jetty-launcher-2548-thread-3) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39219/solr
   [junit4]   2> 694510 INFO  (jetty-launcher-2548-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 694512 INFO  (zkConnectionManagerCallback-2565-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 694512 INFO  (jetty-launcher-2548-thread-3) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 694606 INFO  (jetty-launcher-2548-thread-4) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 694606 WARN  (jetty-launcher-2548-thread-4) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 694608 WARN  (jetty-launcher-2548-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@733e7c1b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 694608 WARN  (jetty-launcher-2548-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@733e7c1b[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 694613 WARN  (jetty-launcher-2548-thread-4) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 694620 WARN  (jetty-launcher-2548-thread-4) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@30937501[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 694620 WARN  (jetty-launcher-2548-thread-4) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@30937501[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 694622 INFO  (jetty-launcher-2548-thread-4) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39219/solr
   [junit4]   2> 694623 INFO  (jetty-launcher-2548-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 694624 INFO  (zkConnectionManagerCallback-2572-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 694624 INFO  (jetty-launcher-2548-thread-4) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 694658 INFO  (jetty-launcher-2548-thread-2) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 694659 WARN  (jetty-launcher-2548-thread-2) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 694660 WARN  (jetty-launcher-2548-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@59b55a06[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 694660 WARN  (jetty-launcher-2548-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@59b55a06[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 694661 WARN  (jetty-launcher-2548-thread-2) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 694662 WARN  (jetty-launcher-2548-thread-2) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@42cbd273[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 694662 WARN  (jetty-launcher-2548-thread-2) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@42cbd273[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 694663 INFO  (jetty-launcher-2548-thread-2) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39219/solr
   [junit4]   2> 694666 INFO  (jetty-launcher-2548-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 694666 INFO  (zkConnectionManagerCallback-2578-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 694666 INFO  (jetty-launcher-2548-thread-2) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 694684 INFO  (jetty-launcher-2548-thread-1) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 694685 WARN  (jetty-launcher-2548-thread-1) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 694686 WARN  (jetty-launcher-2548-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@53134bc9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 694686 WARN  (jetty-launcher-2548-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@53134bc9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 694688 WARN  (jetty-launcher-2548-thread-1) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 694688 WARN  (jetty-launcher-2548-thread-1) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@2354f8a8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 694688 WARN  (jetty-launcher-2548-thread-1) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@2354f8a8[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 694689 INFO  (jetty-launcher-2548-thread-1) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39219/solr
   [junit4]   2> 694692 INFO  (jetty-launcher-2548-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 694696 INFO  (zkConnectionManagerCallback-2584-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 694696 INFO  (jetty-launcher-2548-thread-1) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 694704 INFO  (jetty-launcher-2548-thread-3) 
[n:127.0.0.1:39727_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 694705 INFO  (zkConnectionManagerCallback-2586-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 694705 INFO  (jetty-launcher-2548-thread-3) 
[n:127.0.0.1:39727_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 694726 INFO  (jetty-launcher-2548-thread-4) 
[n:127.0.0.1:45317_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 694727 INFO  (zkConnectionManagerCallback-2588-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 694727 INFO  (jetty-launcher-2548-thread-4) 
[n:127.0.0.1:45317_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 694790 INFO  (jetty-launcher-2548-thread-3) 
[n:127.0.0.1:39727_solr     ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:39727_solr
   [junit4]   2> 694790 INFO  (jetty-launcher-2548-thread-3) 
[n:127.0.0.1:39727_solr     ] o.a.s.c.Overseer Overseer 
(id=73042261567799307-127.0.0.1:39727_solr-n_0000000000) starting
   [junit4]   2> 694795 INFO  
(OverseerStateUpdate-73042261567799307-127.0.0.1:39727_solr-n_0000000000) 
[n:127.0.0.1:39727_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:39727_solr
   [junit4]   2> 694795 INFO  (jetty-launcher-2548-thread-3) 
[n:127.0.0.1:39727_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39727_solr
   [junit4]   2> 694798 WARN  (jetty-launcher-2548-thread-3) 
[n:127.0.0.1:39727_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 694800 INFO  (zkCallback-2585-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 694810 INFO  (jetty-launcher-2548-thread-3) 
[n:127.0.0.1:39727_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 694819 INFO  (jetty-launcher-2548-thread-4) 
[n:127.0.0.1:45317_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 694822 INFO  (jetty-launcher-2548-thread-4) 
[n:127.0.0.1:45317_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:45317_solr as DOWN
   [junit4]   2> 694822 INFO  (jetty-launcher-2548-thread-4) 
[n:127.0.0.1:45317_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 694822 INFO  (jetty-launcher-2548-thread-4) 
[n:127.0.0.1:45317_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45317_solr
   [junit4]   2> 694823 INFO  (zkCallback-2585-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 694824 WARN  (jetty-launcher-2548-thread-4) 
[n:127.0.0.1:45317_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 694826 INFO  (zkCallback-2587-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 694832 INFO  (jetty-launcher-2548-thread-2) 
[n:127.0.0.1:34105_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 694832 INFO  (zkConnectionManagerCallback-2597-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 694832 INFO  (jetty-launcher-2548-thread-2) 
[n:127.0.0.1:34105_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 694832 INFO  (jetty-launcher-2548-thread-3) 
[n:127.0.0.1:39727_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39727.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2eacca
   [junit4]   2> 694835 INFO  (jetty-launcher-2548-thread-2) 
[n:127.0.0.1:34105_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 694838 INFO  (jetty-launcher-2548-thread-2) 
[n:127.0.0.1:34105_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:34105_solr as DOWN
   [junit4]   2> 694838 INFO  (jetty-launcher-2548-thread-3) 
[n:127.0.0.1:39727_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39727.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2eacca
   [junit4]   2> 694838 INFO  (jetty-launcher-2548-thread-3) 
[n:127.0.0.1:39727_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39727.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2eacca
   [junit4]   2> 694839 INFO  (jetty-launcher-2548-thread-2) 
[n:127.0.0.1:34105_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 694839 INFO  (jetty-launcher-2548-thread-2) 
[n:127.0.0.1:34105_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34105_solr
   [junit4]   2> 694839 INFO  (jetty-launcher-2548-thread-3) 
[n:127.0.0.1:39727_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 694840 INFO  (jetty-launcher-2548-thread-3) 
[n:127.0.0.1:39727_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_5FC988FB122CE275-001/tempDir-001/node3/.
   [junit4]   2> 694840 INFO  (jetty-launcher-2548-thread-4) 
[n:127.0.0.1:45317_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 694844 INFO  (zkCallback-2585-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 694844 INFO  (zkCallback-2587-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 694846 WARN  (jetty-launcher-2548-thread-2) 
[n:127.0.0.1:34105_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 694871 INFO  (jetty-launcher-2548-thread-4) 
[n:127.0.0.1:45317_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45317.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2eacca
   [junit4]   2> 694872 INFO  (jetty-launcher-2548-thread-2) 
[n:127.0.0.1:34105_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 694874 INFO  (zkCallback-2596-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 694878 INFO  (jetty-launcher-2548-thread-4) 
[n:127.0.0.1:45317_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45317.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2eacca
   [junit4]   2> 694878 INFO  (jetty-launcher-2548-thread-4) 
[n:127.0.0.1:45317_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45317.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2eacca
   [junit4]   2> 694879 INFO  (jetty-launcher-2548-thread-4) 
[n:127.0.0.1:45317_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 694881 INFO  (jetty-launcher-2548-thread-4) 
[n:127.0.0.1:45317_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_5FC988FB122CE275-001/tempDir-001/node4/.
   [junit4]   2> 694887 INFO  (jetty-launcher-2548-thread-2) 
[n:127.0.0.1:34105_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34105.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2eacca
   [junit4]   2> 694893 INFO  (jetty-launcher-2548-thread-2) 
[n:127.0.0.1:34105_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34105.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2eacca
   [junit4]   2> 694893 INFO  (jetty-launcher-2548-thread-2) 
[n:127.0.0.1:34105_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34105.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2eacca
   [junit4]   2> 694895 INFO  (jetty-launcher-2548-thread-2) 
[n:127.0.0.1:34105_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 694895 INFO  (jetty-launcher-2548-thread-2) 
[n:127.0.0.1:34105_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_5FC988FB122CE275-001/tempDir-001/node2/.
   [junit4]   2> 694927 INFO  (jetty-launcher-2548-thread-1) 
[n:127.0.0.1:44231_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 694928 INFO  (zkConnectionManagerCallback-2604-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 694928 INFO  (jetty-launcher-2548-thread-1) 
[n:127.0.0.1:44231_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 694931 INFO  (jetty-launcher-2548-thread-1) 
[n:127.0.0.1:44231_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 694934 INFO  (jetty-launcher-2548-thread-1) 
[n:127.0.0.1:44231_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:44231_solr as DOWN
   [junit4]   2> 694935 INFO  (jetty-launcher-2548-thread-1) 
[n:127.0.0.1:44231_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 694935 INFO  (jetty-launcher-2548-thread-1) 
[n:127.0.0.1:44231_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44231_solr
   [junit4]   2> 694935 INFO  (zkCallback-2587-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 694935 INFO  (zkCallback-2596-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 694935 INFO  (zkCallback-2585-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 694936 INFO  (zkCallback-2603-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 694936 WARN  (jetty-launcher-2548-thread-1) 
[n:127.0.0.1:44231_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 694947 INFO  (jetty-launcher-2548-thread-1) 
[n:127.0.0.1:44231_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 694960 INFO  (jetty-launcher-2548-thread-1) 
[n:127.0.0.1:44231_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44231.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2eacca
   [junit4]   2> 694966 INFO  (jetty-launcher-2548-thread-1) 
[n:127.0.0.1:44231_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44231.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2eacca
   [junit4]   2> 694967 INFO  (jetty-launcher-2548-thread-1) 
[n:127.0.0.1:44231_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44231.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2eacca
   [junit4]   2> 694968 INFO  (jetty-launcher-2548-thread-1) 
[n:127.0.0.1:44231_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 694968 INFO  (jetty-launcher-2548-thread-1) 
[n:127.0.0.1:44231_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_5FC988FB122CE275-001/tempDir-001/node1/.
   [junit4]   2> 695002 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.MiniSolrCloudCluster waitForAllNodes: numServers=4
   [junit4]   2> 695003 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 695004 INFO  (zkConnectionManagerCallback-2613-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 695004 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 695005 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 695005 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39219/solr ready
   [junit4]   2> 695009 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=45673398
   [junit4]   2> 695009 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39727_solr
   [junit4]   2> 695009 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 695009 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:39727_solr as DOWN
   [junit4]   2> 695011 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 695011 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 695011 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@667e7616: rootName = 
solr_39727, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@5843d5cb
   [junit4]   2> 695017 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 695017 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3f9cfaf1: rootName = 
solr_39727, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@10aeb3b5
   [junit4]   2> 695019 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 695019 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@7d68192f: rootName = 
solr_39727, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@29a1f852
   [junit4]   2> 695020 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 695023 INFO  (closeThreadPool-2617-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=73042261567799307-127.0.0.1:39727_solr-n_0000000000) closing
   [junit4]   2> 695025 INFO  
(OverseerAutoScalingTriggerThread-73042261567799307-127.0.0.1:39727_solr-n_0000000000)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 695025 INFO  
(OverseerStateUpdate-73042261567799307-127.0.0.1:39727_solr-n_0000000000) 
[n:127.0.0.1:39727_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:39727_solr
   [junit4]   2> 695037 INFO  (closeThreadPool-2617-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=73042261567799307-127.0.0.1:39727_solr-n_0000000000) closing
   [junit4]   2> 695037 INFO  (zkCallback-2587-thread-1) [     ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:45317_solr
   [junit4]   2> 695137 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.Overseer Overseer 
(id=73042261567799307-127.0.0.1:39727_solr-n_0000000000) closing
   [junit4]   2> 695137 INFO  (zkCallback-2603-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 695138 INFO  (zkCallback-2587-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 695138 INFO  (zkCallback-2612-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 695138 INFO  (zkCallback-2596-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 695139 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@90d9131{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 695140 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1fb74a0f{/solr,null,UNAVAILABLE}
   [junit4]   2> 695140 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 695140 INFO  (zkCallback-2587-thread-1) 
[n:127.0.0.1:45317_solr     ] o.a.s.c.Overseer Overseer 
(id=73042261567799308-127.0.0.1:45317_solr-n_0000000001) starting
   [junit4]   2> 695140 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 695142 WARN  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 695142 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 695142 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 695144 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 695144 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 695144 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 695144 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2198d0c9{/solr,null,AVAILABLE}
   [junit4]   2> 695145 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@672d5859{SSL,[ssl, 
http/1.1]}{127.0.0.1:44975}
   [junit4]   2> 695145 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.Server Started @695173ms
   [junit4]   2> 695145 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=34759}
   [junit4]   2> 695145 ERROR 
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 695145 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 695145 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.5.0
   [junit4]   2> 695145 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 695145 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 695146 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-01-09T20:54:01.981Z
   [junit4]   2> 695146 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 695148 INFO  (zkConnectionManagerCallback-2619-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 695148 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 695148 INFO  
(OverseerStateUpdate-73042261567799308-127.0.0.1:45317_solr-n_0000000001) 
[n:127.0.0.1:45317_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:45317_solr
   [junit4]   2> 695149 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 695346 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 695346 WARN  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 695347 WARN  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@47ce8909[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 695347 WARN  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@47ce8909[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 695350 WARN  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 695351 WARN  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@7f3fe0d3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 695351 WARN  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@7f3fe0d3[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 695352 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39219/solr
   [junit4]   2> 695355 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 695355 INFO  (zkConnectionManagerCallback-2626-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 695356 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 695464 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) 
[n:127.0.0.1:34759_solr     ] o.a.s.c.c.ConnectionManager Waiting for client to 
connect to ZooKeeper
   [junit4]   2> 695466 INFO  (zkConnectionManagerCallback-2628-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 695466 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) 
[n:127.0.0.1:34759_solr     ] o.a.s.c.c.ConnectionManager Client is connected 
to ZooKeeper
   [junit4]   2> 695472 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) 
[n:127.0.0.1:34759_solr     ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 695474 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) 
[n:127.0.0.1:34759_solr     ] o.a.s.c.ZkController Publish 
node=127.0.0.1:34759_solr as DOWN
   [junit4]   2> 695475 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) 
[n:127.0.0.1:34759_solr     ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 695475 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) 
[n:127.0.0.1:34759_solr     ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34759_solr
   [junit4]   2> 695478 INFO  (zkCallback-2596-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 695478 INFO  (zkCallback-2603-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 695478 INFO  (zkCallback-2612-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 695478 INFO  (zkCallback-2587-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 695478 INFO  (zkCallback-2627-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 695479 WARN  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) 
[n:127.0.0.1:34759_solr     ] o.a.s.c.CoreContainer Not all security plugins 
configured!  authentication=disabled authorization=disabled.  Solr is only as 
secure as you make it. Consider configuring authentication/authorization before 
exposing Solr to users internal or external.  See 
https://s.apache.org/solrsecurity for more info
   [junit4]   2> 695492 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) 
[n:127.0.0.1:34759_solr     ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 695507 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) 
[n:127.0.0.1:34759_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34759.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2eacca
   [junit4]   2> 695514 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) 
[n:127.0.0.1:34759_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34759.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2eacca
   [junit4]   2> 695515 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) 
[n:127.0.0.1:34759_solr     ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_34759.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2eacca
   [junit4]   2> 695516 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) 
[n:127.0.0.1:34759_solr     ] o.a.s.p.PackageLoader /packages.json updated to 
version -1
   [junit4]   2> 695517 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) 
[n:127.0.0.1:34759_solr     ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_5FC988FB122CE275-001/tempDir-001/node3/.
   [junit4]   2> 695557 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.LeaderVoteWaitTimeoutTest Adding proxy for URL: 
https://127.0.0.1:44975/solr. Proxy: https://127.0.0.1:34759/solr
   [junit4]   2> 695557 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1718744100
   [junit4]   2> 695557 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45317_solr
   [junit4]   2> 695558 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 695558 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:45317_solr as DOWN
   [junit4]   2> 695560 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 695560 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4caefc75: rootName = 
solr_45317, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@704d3025
   [junit4]   2> 695566 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 695566 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@31d92df1: rootName = 
solr_45317, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@10aeb3b5
   [junit4]   2> 695568 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 695568 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@4aa630ea: rootName = 
solr_45317, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@29a1f852
   [junit4]   2> 695568 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 695569 INFO  (closeThreadPool-2636-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=73042261567799308-127.0.0.1:45317_solr-n_0000000001) closing
   [junit4]   2> 695569 INFO  
(OverseerStateUpdate-73042261567799308-127.0.0.1:45317_solr-n_0000000001) 
[n:127.0.0.1:45317_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:45317_solr
   [junit4]   2> 695580 INFO  
(OverseerAutoScalingTriggerThread-73042261567799308-127.0.0.1:45317_solr-n_0000000001)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 695582 INFO  (closeThreadPool-2636-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=73042261567799308-127.0.0.1:45317_solr-n_0000000001) closing
   [junit4]   2> 695583 INFO  (zkCallback-2612-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 695583 INFO  (zkCallback-2627-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 695583 INFO  (zkCallback-2603-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 695584 INFO  (zkCallback-2596-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 695584 INFO  (zkCallback-2596-thread-2) [     ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:34105_solr
   [junit4]   2> 695585 INFO  (zkCallback-2596-thread-2) 
[n:127.0.0.1:34105_solr     ] o.a.s.c.Overseer Overseer 
(id=73042261567799309-127.0.0.1:34105_solr-n_0000000002) starting
   [junit4]   2> 695588 INFO  
(OverseerStateUpdate-73042261567799309-127.0.0.1:34105_solr-n_0000000002) 
[n:127.0.0.1:34105_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:34105_solr
   [junit4]   2> 695684 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.Overseer Overseer 
(id=73042261567799308-127.0.0.1:45317_solr-n_0000000001) closing
   [junit4]   2> 695686 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@625b5fc2{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 695686 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@49521399{/solr,null,UNAVAILABLE}
   [junit4]   2> 695687 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 695687 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 695688 WARN  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 695688 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 695688 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 695691 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 695691 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 695691 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 695691 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4b444f6a{/solr,null,AVAILABLE}
   [junit4]   2> 695692 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@42e6a893{SSL,[ssl, 
http/1.1]}{127.0.0.1:35071}
   [junit4]   2> 695692 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.Server Started @695721ms
   [junit4]   2> 695692 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=41443}
   [junit4]   2> 695693 ERROR 
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 695693 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 695693 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.5.0
   [junit4]   2> 695693 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 695693 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 695693 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-01-09T20:54:02.528Z
   [junit4]   2> 695694 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 695700 INFO  (zkConnectionManagerCallback-2638-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 695700 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 695701 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 695868 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 695868 WARN  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 695872 WARN  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@cdf24ae[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 695872 WARN  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@cdf24ae[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 695875 WARN  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 695876 WARN  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@6f702488[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 695876 WARN  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@6f702488[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 695877 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39219/solr
   [junit4]   2> 695878 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 695880 INFO  (zkConnectionManagerCallback-2645-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 695880 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 695983 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 695985 INFO  (zkConnectionManagerCallback-2647-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 695985 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 695997 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 696002 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:41443_solr as DOWN
   [junit4]   2> 696003 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 696003 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41443_solr
   [junit4]   2> 696005 INFO  (zkCallback-2612-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 696005 INFO  (zkCallback-2603-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 696005 INFO  (zkCallback-2627-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 696005 INFO  (zkCallback-2596-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 696006 WARN  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.CoreContainer Not all security plugins configured!  
authentication=disabled authorization=disabled.  Solr is only as secure as you 
make it. Consider configuring authentication/authorization before exposing Solr 
to users internal or external.  See https://s.apache.org/solrsecurity for more 
info
   [junit4]   2> 696012 INFO  (zkCallback-2646-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 696021 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 696036 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41443.solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2eacca
   [junit4]   2> 696043 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41443.solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2eacca
   [junit4]   2> 696043 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_41443.solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@2eacca
   [junit4]   2> 696049 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.p.PackageLoader /packages.json updated to version -1
   [junit4]   2> 696052 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_5FC988FB122CE275-001/tempDir-001/node4/.
   [junit4]   2> 696094 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.LeaderVoteWaitTimeoutTest Adding proxy for URL: 
https://127.0.0.1:35071/solr. Proxy: https://127.0.0.1:41443/solr
   [junit4]   2> 696094 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.CoreContainer Shutting down CoreContainer instance=659426578
   [junit4]   2> 696095 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:34105_solr
   [junit4]   2> 696095 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.ZkController Publish this node as DOWN...
   [junit4]   2> 696095 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:34105_solr as DOWN
   [junit4]   2> 696099 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 696099 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@42647a54: rootName = 
solr_34105, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@69dfd50c
   [junit4]   2> 696104 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 696104 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@772ac545: rootName = 
solr_34105, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@10aeb3b5
   [junit4]   2> 696107 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 696107 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@3dc9f2a3: rootName = 
solr_34105, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@29a1f852
   [junit4]   2> 696107 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 696107 INFO  (closeThreadPool-2655-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=73042261567799309-127.0.0.1:34105_solr-n_0000000002) closing
   [junit4]   2> 696109 INFO  
(OverseerStateUpdate-73042261567799309-127.0.0.1:34105_solr-n_0000000002) 
[n:127.0.0.1:34105_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:34105_solr
   [junit4]   2> 696109 INFO  
(OverseerAutoScalingTriggerThread-73042261567799309-127.0.0.1:34105_solr-n_0000000002)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 696111 INFO  (zkCallback-2646-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 696111 INFO  (zkCallback-2612-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 696111 INFO  (zkCallback-2627-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 696112 INFO  (zkCallback-2603-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (3)
   [junit4]   2> 696112 INFO  (zkCallback-2603-thread-2) [     ] 
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:44231_solr
   [junit4]   2> 696112 INFO  (closeThreadPool-2655-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=73042261567799309-127.0.0.1:34105_solr-n_0000000002) closing
   [junit4]   2> 696112 INFO  (zkCallback-2603-thread-2) 
[n:127.0.0.1:44231_solr     ] o.a.s.c.Overseer Overseer 
(id=73042261567799310-127.0.0.1:44231_solr-n_0000000003) starting
   [junit4]   2> 696115 INFO  
(OverseerStateUpdate-73042261567799310-127.0.0.1:44231_solr-n_0000000003) 
[n:127.0.0.1:44231_solr     ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:44231_solr
   [junit4]   2> 696211 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.Overseer Overseer 
(id=73042261567799309-127.0.0.1:34105_solr-n_0000000002) closing
   [junit4]   2> 696214 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@2ad3cad5{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 696214 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@70d6a89b{/solr,null,UNAVAILABLE}
   [junit4]   2> 696216 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 696216 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (configured port=0, binding port=0)
   [junit4]   2> 696217 WARN  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.h.g.GzipHandler minGzipSize of 0 is inefficient for short content, 
break even is size 23
   [junit4]   2> 696217 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 696217 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.Server jetty-9.4.24.v20191120; built: 2019-11-20T21:37:49.771Z; git: 
363d5f2df3a8a28de40604320230664b9c793c16; jvm 1.8.0_191-b12
   [junit4]   2> 696222 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 696222 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 696222 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 696222 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@14e13fa3{/solr,null,AVAILABLE}
   [junit4]   2> 696223 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.AbstractConnector Started ServerConnector@67d4ab16{SSL,[ssl, 
http/1.1]}{127.0.0.1:44969}
   [junit4]   2> 696223 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.s.Server Started @696251ms
   [junit4]   2> 696223 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=37777}
   [junit4]   2> 696223 ERROR 
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 696223 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 696223 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
8.5.0
   [junit4]   2> 696223 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 696223 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 696223 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2020-01-09T20:54:03.058Z
   [junit4]   2> 696224 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 696225 INFO  (zkConnectionManagerCallback-2657-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 696225 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 696225 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 696548 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized: 
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
   [junit4]   2> 696549 WARN  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 696549 WARN  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@4e00e84f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 696549 WARN  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@4e00e84f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 696552 WARN  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.s.i.Http2SolrClient Create Http2SolrClient with HTTP/1.1 transport 
since Java 8 or lower versions does not support SSL + HTTP/2
   [junit4]   2> 696552 WARN  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.u.s.S.config Trusting all certificates configured for 
Client@50f1135[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 696552 WARN  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
Client@50f1135[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 696553 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39219/solr
   [junit4]   2> 696554 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 696555 INFO  (zkConnectionManagerCallback-2664-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 696555 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 696657 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ConnectionManager Waiting for client to connect to ZooKeeper
   [junit4]   2> 696659 INFO  (zkConnectionManagerCallback-2666-thread-1) [     
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 696659 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ConnectionManager Client is connected to ZooKeeper
   [junit4]   2> 696663 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 696666 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.ZkController Publish node=127.0.0.1:37777_solr as DOWN
   [junit4]   2> 696666 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 696666 INFO  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37777_solr
   [junit4]   2> 696668 INFO  (zkCallback-2612-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 696668 INFO  (zkCallback-2603-thread-2) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 696668 INFO  (zkCallback-2646-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 696668 INFO  (zkCallback-2627-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 696668 INFO  (zkCallback-2665-thread-1) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 696669 WARN  
(TEST-LeaderVoteWaitTimeoutTest.basicTest-seed#[5FC988FB122CE275]) [     ] 
o.a.s.c.CoreContainer Not all security plugins configured!  
authentication=disable

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

-2) [     ] o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.cluster, tag=null
   [junit4]   2> 815183 INFO  (jetty-closer-2905-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node, 
tag=null
   [junit4]   2> 815183 INFO  (jetty-closer-2905-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5e63e659: rootName = 
solr_42293, domain = solr.node, service url = null, agent id = null] for 
registry solr.node / com.codahale.metrics.MetricRegistry@4b54b717
   [junit4]   2> 815213 INFO  (closeThreadPool-2920-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=73042268237332501-127.0.0.1:35237_solr-n_0000000005) closing
   [junit4]   2> 815213 INFO  
(OverseerStateUpdate-73042268237332501-127.0.0.1:35237_solr-n_0000000005) 
[n:127.0.0.1:35237_solr     ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:35237_solr
   [junit4]   2> 815217 INFO  
(OverseerAutoScalingTriggerThread-73042268237332501-127.0.0.1:35237_solr-n_0000000005)
 [     ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 815220 INFO  (jetty-closer-2905-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm, 
tag=null
   [junit4]   2> 815220 INFO  (jetty-closer-2905-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@5b25c4de: rootName = 
solr_42293, domain = solr.jvm, service url = null, agent id = null] for 
registry solr.jvm / com.codahale.metrics.MetricRegistry@10aeb3b5
   [junit4]   2> 815222 INFO  (jetty-closer-2905-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty, 
tag=null
   [junit4]   2> 815222 INFO  (jetty-closer-2905-thread-1) [     ] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@33ab6df3: rootName = 
solr_42293, domain = solr.jetty, service url = null, agent id = null] for 
registry solr.jetty / com.codahale.metrics.MetricRegistry@29a1f852
   [junit4]   2> 815222 INFO  (jetty-closer-2905-thread-1) [     ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 815231 INFO  (closeThreadPool-2920-thread-1) [     ] 
o.a.s.c.Overseer Overseer 
(id=73042268237332501-127.0.0.1:35237_solr-n_0000000005) closing
   [junit4]   2> 815233 INFO  (zkCallback-2896-thread-3) [     ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (1)
   [junit4]   2> 815320 INFO  (jetty-closer-2905-thread-4) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@67ca54ce{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 815321 INFO  (jetty-closer-2905-thread-4) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@644c1318{/solr,null,UNAVAILABLE}
   [junit4]   2> 815321 INFO  (jetty-closer-2905-thread-4) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 815419 INFO  (jetty-closer-2905-thread-2) [     ] 
o.a.s.c.Overseer Overseer 
(id=73042268237332501-127.0.0.1:35237_solr-n_0000000005) closing
   [junit4]   2> 815421 INFO  (jetty-closer-2905-thread-1) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@17bada59{SSL,[ssl, 
http/1.1]}{127.0.0.1:42581}
   [junit4]   2> 815422 INFO  (jetty-closer-2905-thread-1) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@6a54b2ba{/solr,null,UNAVAILABLE}
   [junit4]   2> 815422 INFO  (jetty-closer-2905-thread-1) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 815520 INFO  (jetty-closer-2905-thread-3) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@5ac55593{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 815520 INFO  (jetty-closer-2905-thread-3) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@45f49c3f{/solr,null,UNAVAILABLE}
   [junit4]   2> 815520 INFO  (jetty-closer-2905-thread-3) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 821341 ERROR 
(recoveryExecutor-2831-thread-1-processing-n:127.0.0.1:35237_solr 
x:collection1_shard1_replica_n3 c:collection1 s:shard1 r:core_node4) 
[n:127.0.0.1:35237_solr c:collection1 s:shard1 r:core_node4 
x:collection1_shard1_replica_n3 ] o.a.s.c.RecoveryStrategy SolrCore not found - 
cannot recover:collection1_shard1_replica_n3
   [junit4]   2> 821343 INFO  (jetty-closer-2905-thread-2) [     ] 
o.e.j.s.AbstractConnector Stopped ServerConnector@4c23e576{SSL,[ssl, 
http/1.1]}{127.0.0.1:0}
   [junit4]   2> 821344 INFO  (jetty-closer-2905-thread-2) [     ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@769bad86{/solr,null,UNAVAILABLE}
   [junit4]   2> 821344 INFO  (jetty-closer-2905-thread-2) [     ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 821345 INFO  
(TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[5FC988FB122CE275])
 [     ] o.a.s.c.ZkTestServer Shutting down ZkTestServer.
   [junit4]   2> 821548 WARN  (ZkTestServer Run Thread) [     ] 
o.a.s.c.ZkTestServer Watch limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        34      /solr/collections/collection1/terms/shard1
   [junit4]   2>        10      /solr/aliases.json
   [junit4]   2>        9       /solr/packages.json
   [junit4]   2>        9       /solr/security.json
   [junit4]   2>        4       
/solr/configs/collection1.AUTOCREATED/managed-schema
   [junit4]   2>        4       
/solr/collections/collection1/collectionprops.json
   [junit4]   2>        4       /solr/configs/collection1.AUTOCREATED
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        154     /solr/collections/collection1/state.json
   [junit4]   2>        10      /solr/clusterprops.json
   [junit4]   2>        10      /solr/clusterstate.json
   [junit4]   2>        6       /solr/autoscaling.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        73      /solr/overseer/queue
   [junit4]   2>        66      /solr/live_nodes
   [junit4]   2>        21      /solr/overseer/collection-queue-work
   [junit4]   2>        20      /solr/collections
   [junit4]   2>        6       /solr/autoscaling/events/.scheduled_maintenance
   [junit4]   2>        6       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        6       /solr/overseer/queue-work
   [junit4]   2> 
   [junit4]   2> 821551 INFO  
(TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[5FC988FB122CE275])
 [     ] o.a.s.c.ZkTestServer waitForServerDown: 127.0.0.1:44099
   [junit4]   2> 821551 INFO  
(TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[5FC988FB122CE275])
 [     ] o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44099
   [junit4]   2> 821551 INFO  
(TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[5FC988FB122CE275])
 [     ] o.a.s.c.ZkTestServer connecting to 127.0.0.1 44099
   [junit4]   2> 821551 INFO  
(TEST-LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection-seed#[5FC988FB122CE275])
 [     ] o.a.s.SolrTestCaseJ4 ###Ending testMostInSyncReplicasCanWinElection
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-8.x/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderVoteWaitTimeoutTest_5FC988FB122CE275-001
   [junit4]   2> Jan 09, 2020 8:56:08 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: 
codec=FastCompressingStoredFields(storedFieldsFormat=CompressingStoredFieldsFormat(compressionMode=FAST,
 chunkSize=4, maxDocsPerChunk=7, blockSize=316), 
termVectorsFormat=CompressingTermVectorsFormat(compressionMode=FAST, 
chunkSize=4, blockSize=316)), 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@27cc325f),
 locale=en-IE, timezone=SystemV/PST8PDT
   [junit4]   2> NOTE: Linux 4.15.0-54-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=328158392,total=524812288
   [junit4]   2> NOTE: All tests run in this JVM: [TestDistributedSearch, 
TestGraphTermsQParserPlugin, SolrLogPostToolTest, DateRangeFieldTest, 
TransactionLogTest, ChaosMonkeySafeLeaderWithPullReplicasTest, 
TestUnInvertedFieldException, DirectSolrSpellCheckerTest, 
TestLMJelinekMercerSimilarityFactory, TestRTimerTree, SolrCloudReportersTest, 
RequestHandlersTest, TestPartialUpdateDeduplication, 
TestBlendedInfixSuggestions, V2StandaloneTest, TestNumericTerms64, 
TestStandardQParsers, TestReRankQParserPlugin, CircularListTest, 
TestCloudRecovery, LeaderElectionContextKeyTest, TestCollationFieldDocValues, 
ZkCLITest, TestPointFields, TestScoreJoinQPNoScore, TestExactSharedStatsCache, 
DocumentAnalysisRequestHandlerTest, MoreLikeThisHandlerTest, TestXmlQParser, 
AssignTest, TestDynamicLoading, TestSimUtils, DistributedVersionInfoTest, 
TestCorePropertiesReload, ZkStateReaderTest, HttpTriggerListenerTest, 
OrderedExecutorTest, DisMaxRequestHandlerTest, TestImplicitCoreProperties, 
TestMissingGroups, NodeMutatorTest, BadIndexSchemaTest, 
CdcrWithNodesRestartsTest, BasicFunctionalityTest, 
AtomicUpdateRemovalJavabinTest, RuleEngineTest, SolrInfoBeanTest, 
TermVectorComponentDistributedTest, NestedAtomicUpdateTest, 
DeleteLastCustomShardedReplicaTest, HdfsTlogReplayBufferedWhileIndexingTest, 
HdfsRestartWhileUpdatingTest, CoreMergeIndexesAdminHandlerTest, 
ReindexCollectionTest, QueryParsingTest, 
DistribDocExpirationUpdateProcessorTest, PathHierarchyTokenizerFactoryTest, 
StatsReloadRaceTest, TestLegacyNumericRangeQueryBuilder, 
TestSerializedLuceneMatchVersion, TestRandomFaceting, TestRandomFlRTGCloud, 
BigEndianAscendingWordSerializerTest, PeerSyncReplicationTest, TestConfigSets, 
HdfsNNFailoverTest, TestBM25SimilarityFactory, AnalyticsQueryTest, 
TestSortByMinMaxFunction, XmlInterpolationTest, TestStressThreadBackup, 
LeaderVoteWaitTimeoutTest]
   [junit4] Completed [268/894 (1!)] on J1 in 128.02s, 2 tests, 1 error <<< 
FAILURES!

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

Reply via email to