Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1719/

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

Error Message:
Timeout occured while waiting response from server at: 
http://127.0.0.1:33360/oa/jw/control_collection

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:33360/oa/jw/control_collection
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:504)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:479)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.commit(AbstractFullDistribZkTestBase.java:1701)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.testIndexingBatchPerRequestWithHttpSolrClient(FullSolrCloudDistribCmdsTest.java:657)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest.test(FullSolrCloudDistribCmdsTest.java:153)
        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:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1063)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1035)
        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:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        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 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
        ... 49 more




Build Log:
[...truncated 14615 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/init-core-data-001
   [junit4]   2> 8074145 WARN  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[9D4DDDF08F62DEB1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=37 numCloses=37
   [junit4]   2> 8074145 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[9D4DDDF08F62DEB1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 8074164 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[9D4DDDF08F62DEB1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
   [junit4]   2> 8074164 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[9D4DDDF08F62DEB1]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 8074164 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[9D4DDDF08F62DEB1]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /oa/jw
   [junit4]   2> 8074173 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 8074187 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 8074188 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 8074287 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:40472
   [junit4]   2> 8074288 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.ZkTestServer parse host and port list: localhost:40472
   [junit4]   2> 8074288 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.ZkTestServer connecting to localhost 40472
   [junit4]   2> 8074355 INFO  (zkConnectionManagerCallback-10652-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8074411 INFO  (zkConnectionManagerCallback-10654-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8074417 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 8074418 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 8074419 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 8074421 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 8074422 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 8074423 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 8074424 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 8074425 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 8074426 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 8074427 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 8074428 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 8074429 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 8075388 WARN  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 8075391 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 8075391 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 8075392 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 8075500 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 8075500 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 8075500 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 8075523 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@915c246{/oa/jw,null,AVAILABLE}
   [junit4]   2> 8075524 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@31d59d5d{HTTP/1.1,[http/1.1]}{127.0.0.1:33360}
   [junit4]   2> 8075524 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.e.j.s.Server Started @8075675ms
   [junit4]   2> 8075524 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/oa/jw, hostPort=33360, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/control-001/cores}
   [junit4]   2> 8075531 ERROR 
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 8075532 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 8075532 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 8075532 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 8075532 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 8075532 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-10T13:54:10.734Z
   [junit4]   2> 8075571 INFO  (zkConnectionManagerCallback-10656-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8075573 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 8075573 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/control-001/solr.xml
   [junit4]   2> 8075578 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 8075578 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 8075580 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 8076368 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=localhost:40472/solr
   [junit4]   2> 8076391 INFO  (zkConnectionManagerCallback-10660-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8076411 INFO  (zkConnectionManagerCallback-10662-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8076600 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) 
[n:127.0.0.1:33360_oa%2Fjw    ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:33360_oa%2Fjw
   [junit4]   2> 8076601 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) 
[n:127.0.0.1:33360_oa%2Fjw    ] o.a.s.c.Overseer Overseer 
(id=72423601328619524-127.0.0.1:33360_oa%2Fjw-n_0000000000) starting
   [junit4]   2> 8076659 INFO  (zkConnectionManagerCallback-10669-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8076662 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) 
[n:127.0.0.1:33360_oa%2Fjw    ] o.a.s.c.s.i.ZkClientClusterStateProvider 
Cluster at localhost:40472/solr ready
   [junit4]   2> 8076680 INFO  
(OverseerStateUpdate-72423601328619524-127.0.0.1:33360_oa%2Fjw-n_0000000000) 
[n:127.0.0.1:33360_oa%2Fjw    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:33360_oa%2Fjw
   [junit4]   2> 8076698 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) 
[n:127.0.0.1:33360_oa%2Fjw    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33360_oa%2Fjw
   [junit4]   2> 8076715 INFO  (zkCallback-10668-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 8076727 INFO  (zkCallback-10661-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 8076737 INFO  
(OverseerAutoScalingTriggerThread-72423601328619524-127.0.0.1:33360_oa%2Fjw-n_0000000000)
 [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:33360_oa%2Fjw]
   [junit4]   2> 8076744 INFO  (ScheduledTrigger-10048-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 8076871 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) 
[n:127.0.0.1:33360_oa%2Fjw    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 8076952 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) 
[n:127.0.0.1:33360_oa%2Fjw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6
   [junit4]   2> 8076997 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) 
[n:127.0.0.1:33360_oa%2Fjw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6
   [junit4]   2> 8076997 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) 
[n:127.0.0.1:33360_oa%2Fjw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6
   [junit4]   2> 8077016 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) 
[n:127.0.0.1:33360_oa%2Fjw    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/control-001/cores
   [junit4]   2> 8077283 INFO  (zkConnectionManagerCallback-10675-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8077285 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 8077286 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at localhost:40472/solr ready
   [junit4]   2> 8077296 INFO  (qtp2989051-105288) [n:127.0.0.1:33360_oa%2Fjw   
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:33360_oa%252Fjw&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 8077315 INFO  
(OverseerThreadFactory-10050-thread-1-processing-n:127.0.0.1:33360_oa%2Fjw) 
[n:127.0.0.1:33360_oa%2Fjw    ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection control_collection
   [junit4]   2> 8077431 INFO  (qtp2989051-105290) [n:127.0.0.1:33360_oa%2Fjw   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 8077432 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 8077433 INFO  (qtp2989051-105287) [n:127.0.0.1:33360_oa%2Fjw   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 8077434 INFO  (qtp2989051-105289) [n:127.0.0.1:33360_oa%2Fjw   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 8077435 INFO  (qtp2989051-105290) [n:127.0.0.1:33360_oa%2Fjw   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics 
params={prefix=CONTAINER.fs.usableSpace,CONTAINER.fs.totalSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
 status=0 QTime=0
   [junit4]   2> 8077528 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw   
 x:control_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core 
create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 8077529 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw   
 x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 8077890 INFO  (ScheduledTrigger-10048-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 8078550 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 8078635 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 8078908 INFO  (ScheduledTrigger-10048-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 8079095 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 8079364 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 8079364 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6
   [junit4]   2> 8079364 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 8079380 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=41, maxMergeAtOnceExplicit=18, maxMergedSegmentMB=0.8076171875, 
floorSegmentMB=1.87109375, forceMergeDeletesPctAllowed=18.75371683918211, 
segmentsPerTier=35.0, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.3701810841307478, deletesPctAllowed=33.7583622026929
   [junit4]   2> 8079386 WARN  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 8079584 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 8079584 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 8079588 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 8079588 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 8079590 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@10e5e3ae
   [junit4]   2> 8079612 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@53d5fcaf[control_collection_shard1_replica_n1] main]
   [junit4]   2> 8079614 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 8079614 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 8079615 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 8079615 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1619473260679790592
   [junit4]   2> 8079619 INFO  
(searcherExecutor-10055-thread-1-processing-n:127.0.0.1:33360_oa%2Fjw 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:33360_oa%2Fjw c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@53d5fcaf[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 8079643 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/control_collection/terms/shard1 to Terms{values={core_node2=0}, 
version=0}
   [junit4]   2> 8079643 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created 
/collections/control_collection/leaders/shard1
   [junit4]   2> 8079647 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 8079647 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 8079647 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:33360/oa/jw/control_collection_shard1_replica_n1/
   [junit4]   2> 8079647 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 8079648 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:33360/oa/jw/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 8079648 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node 
/collections/control_collection/leaders/shard1/leader after winning as 
/collections/control_collection/leader_elect/shard1/election/72423601328619524-core_node2-n_0000000000
   [junit4]   2> 8079650 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:33360/oa/jw/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 8079651 INFO  (zkCallback-10661-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 8079659 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 8079681 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2153
   [junit4]   2> 8079684 INFO  (qtp2989051-105288) [n:127.0.0.1:33360_oa%2Fjw   
 ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 45 seconds. Check all shard replicas
   [junit4]   2> 8079781 INFO  (zkCallback-10661-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 8079781 INFO  (zkCallback-10661-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 8079782 INFO  (qtp2989051-105288) [n:127.0.0.1:33360_oa%2Fjw   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:33360_oa%252Fjw&wt=javabin&version=2}
 status=0 QTime=2486
   [junit4]   2> 8079783 INFO  (zkCallback-10661-thread-3) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 8079788 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1014ce1b68c0006, likely client has closed socket
   [junit4]   2> 8079843 INFO  (zkConnectionManagerCallback-10680-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8079845 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 8079846 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at localhost:40472/solr ready
   [junit4]   2> 8079846 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 8079847 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw   
 ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 8079867 INFO  
(OverseerThreadFactory-10050-thread-2-processing-n:127.0.0.1:33360_oa%2Fjw) 
[n:127.0.0.1:33360_oa%2Fjw    ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection collection1
   [junit4]   2> 8079868 INFO  
(OverseerCollectionConfigSetProcessor-72423601328619524-127.0.0.1:33360_oa%2Fjw-n_0000000000)
 [n:127.0.0.1:33360_oa%2Fjw    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 8079909 INFO  (ScheduledTrigger-10048-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 8080080 WARN  
(OverseerThreadFactory-10050-thread-2-processing-n:127.0.0.1:33360_oa%2Fjw) 
[n:127.0.0.1:33360_oa%2Fjw    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual 
to create a collection (collection1) without cores.
   [junit4]   2> 8080083 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw   
 ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 45 seconds. Check all shard replicas
   [junit4]   2> 8080084 INFO  (qtp2989051-105291) [n:127.0.0.1:33360_oa%2Fjw   
 ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=3&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=236
   [junit4]   2> 8080103 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances 
pullReplicaCount=0 numOtherReplicas=6
   [junit4]   2> 8080909 INFO  (ScheduledTrigger-10048-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 8081320 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/shard-1-001
 of type NRT
   [junit4]   2> 8081360 WARN  (closeThreadPool-10681-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 8081360 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 8081360 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 8081361 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 8081431 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 8081432 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 8081432 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 8081448 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@44267e11{/oa/jw,null,AVAILABLE}
   [junit4]   2> 8081448 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@70f99b3{HTTP/1.1,[http/1.1]}{127.0.0.1:42697}
   [junit4]   2> 8081448 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.e.j.s.Server Started @8081599ms
   [junit4]   2> 8081448 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/oa/jw, 
hostPort=42697, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/shard-1-001/cores}
   [junit4]   2> 8081449 ERROR (closeThreadPool-10681-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 8081449 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 8081449 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 8081449 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 8081449 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 8081449 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-10T13:54:16.651Z
   [junit4]   2> 8081483 INFO  (zkConnectionManagerCallback-10683-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8081488 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 8081488 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/shard-1-001/solr.xml
   [junit4]   2> 8081493 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 8081493 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 8081495 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 8081892 INFO  
(OverseerCollectionConfigSetProcessor-72423601328619524-127.0.0.1:33360_oa%2Fjw-n_0000000000)
 [n:127.0.0.1:33360_oa%2Fjw    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 8081909 INFO  (ScheduledTrigger-10048-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 8082655 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/shard-2-001
 of type NRT
   [junit4]   2> 8082704 WARN  (closeThreadPool-10681-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 8082704 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 8082704 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 8082705 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 8082753 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=localhost:40472/solr
   [junit4]   2> 8082827 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 8082827 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 8082828 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 8082836 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@309a3f4c{/oa/jw,null,AVAILABLE}
   [junit4]   2> 8082864 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@75ff5330{HTTP/1.1,[http/1.1]}{127.0.0.1:45474}
   [junit4]   2> 8082864 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.e.j.s.Server Started @8083014ms
   [junit4]   2> 8082864 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/oa/jw, 
hostPort=45474, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/shard-2-001/cores}
   [junit4]   2> 8082864 ERROR (closeThreadPool-10681-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 8082864 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 8082864 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 8082864 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 8082864 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 8082864 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-10T13:54:18.066Z
   [junit4]   2> 8082871 INFO  (zkConnectionManagerCallback-10687-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8082909 INFO  (ScheduledTrigger-10048-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1 and last live nodes: 1
   [junit4]   2> 8082973 INFO  (zkConnectionManagerCallback-10689-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8082991 INFO  (zkConnectionManagerCallback-10691-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8082992 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 8082992 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/shard-2-001/solr.xml
   [junit4]   2> 8082997 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 8082997 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 8082997 INFO  (closeThreadPool-10681-thread-1) 
[n:127.0.0.1:42697_oa%2Fjw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 8082999 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 8083001 INFO  (closeThreadPool-10681-thread-1) 
[n:127.0.0.1:42697_oa%2Fjw    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:42697_oa%2Fjw as DOWN
   [junit4]   2> 8083002 INFO  (closeThreadPool-10681-thread-1) 
[n:127.0.0.1:42697_oa%2Fjw    ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 8083003 INFO  (closeThreadPool-10681-thread-1) 
[n:127.0.0.1:42697_oa%2Fjw    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:42697_oa%2Fjw
   [junit4]   2> 8083004 INFO  (zkCallback-10679-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 8083004 INFO  (zkCallback-10661-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 8083004 INFO  (zkCallback-10668-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 8083024 INFO  (zkCallback-10690-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 8083163 INFO  (zkConnectionManagerCallback-10698-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8083165 INFO  (closeThreadPool-10681-thread-1) 
[n:127.0.0.1:42697_oa%2Fjw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 8083166 INFO  (closeThreadPool-10681-thread-1) 
[n:127.0.0.1:42697_oa%2Fjw    ] o.a.s.c.s.i.ZkClientClusterStateProvider 
Cluster at localhost:40472/solr ready
   [junit4]   2> 8083187 INFO  (closeThreadPool-10681-thread-1) 
[n:127.0.0.1:42697_oa%2Fjw    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 8083325 INFO  (closeThreadPool-10681-thread-1) 
[n:127.0.0.1:42697_oa%2Fjw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6
   [junit4]   2> 8083413 INFO  (closeThreadPool-10681-thread-1) 
[n:127.0.0.1:42697_oa%2Fjw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6
   [junit4]   2> 8083414 INFO  (closeThreadPool-10681-thread-1) 
[n:127.0.0.1:42697_oa%2Fjw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6
   [junit4]   2> 8083436 INFO  (closeThreadPool-10681-thread-1) 
[n:127.0.0.1:42697_oa%2Fjw    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/shard-1-001/cores
   [junit4]   2> 8083736 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=localhost:40472/solr
   [junit4]   2> 8083787 INFO  (zkConnectionManagerCallback-10703-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8083839 INFO  (zkConnectionManagerCallback-10705-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8083845 INFO  (closeThreadPool-10681-thread-2) 
[n:127.0.0.1:45474_oa%2Fjw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 8083864 INFO  (closeThreadPool-10681-thread-2) 
[n:127.0.0.1:45474_oa%2Fjw    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:45474_oa%2Fjw as DOWN
   [junit4]   2> 8083865 INFO  (closeThreadPool-10681-thread-2) 
[n:127.0.0.1:45474_oa%2Fjw    ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 8083865 INFO  (closeThreadPool-10681-thread-2) 
[n:127.0.0.1:45474_oa%2Fjw    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45474_oa%2Fjw
   [junit4]   2> 8083867 INFO  (zkCallback-10679-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 8083867 INFO  (zkCallback-10668-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 8083867 INFO  (zkCallback-10690-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 8083867 INFO  (zkCallback-10661-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 8083883 INFO  (zkCallback-10697-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 8083891 INFO  (zkCallback-10704-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 8083910 INFO  (ScheduledTrigger-10048-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 3 and last live nodes: 1
   [junit4]   2> 8084055 INFO  (zkConnectionManagerCallback-10712-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8084057 INFO  (closeThreadPool-10681-thread-2) 
[n:127.0.0.1:45474_oa%2Fjw    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 8084058 INFO  (closeThreadPool-10681-thread-2) 
[n:127.0.0.1:45474_oa%2Fjw    ] o.a.s.c.s.i.ZkClientClusterStateProvider 
Cluster at localhost:40472/solr ready
   [junit4]   2> 8084064 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/shard-3-001
 of type NRT
   [junit4]   2> 8084068 WARN  (closeThreadPool-10681-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 8084068 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 8084068 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 8084068 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 8084075 INFO  (closeThreadPool-10681-thread-2) 
[n:127.0.0.1:45474_oa%2Fjw    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 8084163 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 8084163 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 8084164 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 8084176 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@67881b27{/oa/jw,null,AVAILABLE}
   [junit4]   2> 8084176 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1aa838d4{HTTP/1.1,[http/1.1]}{127.0.0.1:35011}
   [junit4]   2> 8084176 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.e.j.s.Server Started @8084327ms
   [junit4]   2> 8084176 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/tempDir-001/jetty3,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/oa/jw, 
hostPort=35011, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/shard-3-001/cores}
   [junit4]   2> 8084177 ERROR (closeThreadPool-10681-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 8084177 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 8084177 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 8084177 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 8084177 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 8084177 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-10T13:54:19.379Z
   [junit4]   2> 8084235 INFO  (zkConnectionManagerCallback-10715-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8084237 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 8084237 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/shard-3-001/solr.xml
   [junit4]   2> 8084242 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 8084242 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 8084245 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 8084312 INFO  (closeThreadPool-10681-thread-2) 
[n:127.0.0.1:45474_oa%2Fjw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6
   [junit4]   2> 8084425 INFO  (closeThreadPool-10681-thread-2) 
[n:127.0.0.1:45474_oa%2Fjw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6
   [junit4]   2> 8084425 INFO  (closeThreadPool-10681-thread-2) 
[n:127.0.0.1:45474_oa%2Fjw    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6
   [junit4]   2> 8084427 INFO  (closeThreadPool-10681-thread-2) 
[n:127.0.0.1:45474_oa%2Fjw    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/shard-2-001/cores
   [junit4]   2> 8084911 INFO  (ScheduledTrigger-10048-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 3 and last live nodes: 3
   [junit4]   2> 8085299 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/shard-4-001
 of type NRT
   [junit4]   2> 8085316 WARN  (closeThreadPool-10681-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 8085316 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 8085316 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 8085316 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 8085316 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=localhost:40472/solr
   [junit4]   2> 8085407 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 8085407 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 8085407 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 8085420 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6aeebde0{/oa/jw,null,AVAILABLE}
   [junit4]   2> 8085443 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@242f1dac{HTTP/1.1,[http/1.1]}{127.0.0.1:33208}
   [junit4]   2> 8085444 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.e.j.s.Server Started @8085594ms
   [junit4]   2> 8085444 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/tempDir-001/jetty4,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/oa/jw, 
hostPort=33208, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/shard-4-001/cores}
   [junit4]   2> 8085444 ERROR (closeThreadPool-10681-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 8085444 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 8085444 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 8085444 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 8085444 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 8085444 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-10T13:54:20.646Z
   [junit4]   2> 8085455 INFO  (zkConnectionManagerCallback-10719-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8085493 INFO  (zkConnectionManagerCallback-10721-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8085619 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 8085620 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/shard-4-001/solr.xml
   [junit4]   2> 8085625 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 8085625 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 8085627 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 8085627 INFO  (zkConnectionManagerCallback-10723-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8085632 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 8085636 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:35011_oa%2Fjw as DOWN
   [junit4]   2> 8085637 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 8085637 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35011_oa%2Fjw
   [junit4]   2> 8085639 INFO  (zkCallback-10668-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 8085640 INFO  (zkCallback-10704-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 8085640 INFO  (zkCallback-10690-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 8085640 INFO  (zkCallback-10679-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 8085640 INFO  (zkCallback-10697-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 8085640 INFO  (zkCallback-10661-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 8085672 INFO  (zkCallback-10711-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 8085676 INFO  (zkCallback-10722-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 8085807 INFO  (zkConnectionManagerCallback-10730-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8085809 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 8085810 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at localhost:40472/solr ready
   [junit4]   2> 8085831 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 8085923 INFO  (ScheduledTrigger-10048-thread-3) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 4 and last live nodes: 3
   [junit4]   2> 8085970 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6
   [junit4]   2> 8086453 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6
   [junit4]   2> 8086453 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6
   [junit4]   2> 8086455 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/shard-3-001/cores
   [junit4]   2> 8086900 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=localhost:40472/solr
   [junit4]   2> 8086924 INFO  (ScheduledTrigger-10048-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 4 and last live nodes: 4
   [junit4]   2> 8086935 INFO  (zkConnectionManagerCallback-10735-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8086971 INFO  (zkConnectionManagerCallback-10737-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8086976 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 8086980 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:33208_oa%2Fjw as DOWN
   [junit4]   2> 8086981 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 8086981 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33208_oa%2Fjw
   [junit4]   2> 8086988 INFO  (zkCallback-10697-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 8086989 INFO  (zkCallback-10668-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 8086989 INFO  (zkCallback-10722-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 8086989 INFO  (zkCallback-10690-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 8086989 INFO  (zkCallback-10711-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 8086989 INFO  (zkCallback-10661-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 8086989 INFO  (zkCallback-10704-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 8086989 INFO  (zkCallback-10679-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 8087008 INFO  (zkCallback-10729-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 8087035 INFO  (zkCallback-10736-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 8087152 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/shard-5-001
 of type NRT
   [junit4]   2> 8087153 WARN  (closeThreadPool-10681-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 8087154 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 8087154 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 8087154 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 8087925 INFO  (ScheduledTrigger-10048-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 5 and last live nodes: 4
   [junit4]   2> 8088283 INFO  (zkConnectionManagerCallback-10744-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8088285 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 8088286 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at localhost:40472/solr ready
   [junit4]   2> 8088323 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 8088339 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 8088339 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 8088340 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 8088348 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@69b168d{/oa/jw,null,AVAILABLE}
   [junit4]   2> 8088348 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@27a3084{HTTP/1.1,[http/1.1]}{127.0.0.1:46277}
   [junit4]   2> 8088349 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.e.j.s.Server Started @8088499ms
   [junit4]   2> 8088349 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/tempDir-001/jetty5,
 solrconfig=solrconfig.xml, hostContext=/oa/jw, hostPort=46277, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/shard-5-001/cores}
   [junit4]   2> 8088349 ERROR (closeThreadPool-10681-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 8088349 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 8088349 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 8088349 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 8088349 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 8088349 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-10T13:54:23.551Z
   [junit4]   2> 8088384 INFO  (zkConnectionManagerCallback-10747-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8088386 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 8088386 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/shard-5-001/solr.xml
   [junit4]   2> 8088392 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 8088392 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 8088394 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 8088492 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6
   [junit4]   2> 8088817 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6
   [junit4]   2> 8088817 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6
   [junit4]   2> 8088820 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/shard-4-001/cores
   [junit4]   2> 8088925 INFO  (ScheduledTrigger-10048-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 5 and last live nodes: 5
   [junit4]   2> 8089621 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[9D4DDDF08F62DEB1]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 6 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/shard-6-001
 of type NRT
   [junit4]   2> 8089621 WARN  (closeThreadPool-10681-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 8089629 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 8089629 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 8089629 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 8089840 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 8089840 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 8089840 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 8089848 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7f3afc4b{/oa/jw,null,AVAILABLE}
   [junit4]   2> 8089848 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@45615219{HTTP/1.1,[http/1.1]}{127.0.0.1:41814}
   [junit4]   2> 8089849 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.e.j.s.Server Started @8089999ms
   [junit4]   2> 8089849 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/tempDir-001/jetty6,
 solrconfig=solrconfig.xml, hostContext=/oa/jw, hostPort=41814, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/shard-6-001/cores}
   [junit4]   2> 8089849 ERROR (closeThreadPool-10681-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 8089849 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 8089849 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 8089849 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 8089849 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 8089849 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-12-10T13:54:25.051Z
   [junit4]   2> 8089887 INFO  (zkConnectionManagerCallback-10749-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8089892 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 8089892 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/shard-6-001/solr.xml
   [junit4]   2> 8089897 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 8089897 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 8089899 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 8089926 INFO  (ScheduledTrigger-10048-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 5 and last live nodes: 5
   [junit4]   2> 8090926 INFO  (ScheduledTrigger-10048-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 5 and last live nodes: 5
   [junit4]   2> 8091385 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=localhost:40472/solr
   [junit4]   2> 8091451 INFO  (zkConnectionManagerCallback-10753-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8091495 INFO  (zkConnectionManagerCallback-10755-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8091500 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (5)
   [junit4]   2> 8091504 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:41814_oa%2Fjw as DOWN
   [junit4]   2> 8091505 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 8091505 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41814_oa%2Fjw
   [junit4]   2> 8091509 INFO  (zkCallback-10722-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 8091509 INFO  (zkCallback-10679-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 8091509 INFO  (zkCallback-10697-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 8091509 INFO  (zkCallback-10668-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 8091509 INFO  (zkCallback-10711-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 8091510 INFO  (zkCallback-10704-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 8091510 INFO  (zkCallback-10690-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 8091510 INFO  (zkCallback-10661-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 8091540 INFO  (zkCallback-10736-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 8091540 INFO  (zkCallback-10729-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 8091547 INFO  (zkCallback-10754-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 8091556 INFO  (zkCallback-10743-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (5) -> (6)
   [junit4]   2> 8091769 INFO  (zkConnectionManagerCallback-10762-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8091771 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 8091772 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at localhost:40472/solr ready
   [junit4]   2> 8091819 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 8091926 INFO  (ScheduledTrigger-10048-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 6 and last live nodes: 5
   [junit4]   2> 8091985 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6
   [junit4]   2> 8092066 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6
   [junit4]   2> 8092066 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@7c6b30b6
   [junit4]   2> 8092085 INFO  (closeThreadPool-10681-thread-2) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_9D4DDDF08F62DEB1-001/shard-6-001/cores
   [junit4]   2> 8092276 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=localhost:40472/solr
   [junit4]   2> 8092307 INFO  (zkConnectionManagerCallback-10767-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8092363 INFO  (zkConnectionManagerCallback-10769-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 8092369 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 8092376 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:46277_oa%2Fjw as DOWN
   [junit4]   2> 8092378 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 8092378 INFO  (closeThreadPool-10681-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:46277_oa%2Fjw
   [junit4]   2> 8092380 INFO  (zkCallback-10697-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 8092380 INFO  (zkCallback-10711-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 8092380 INFO  (zkCallback-10722-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (6) -> (7)
   [junit4]   2> 8092380 INFO  (zkCall

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

apacheds-interceptors-authn-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-authz-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-changelog-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-collective-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-event-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-exception-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/bcprov-jdk15on-1.60.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/byte-buddy-1.9.3.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/hadoop-common-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/hadoop-hdfs-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/hadoop-minikdc-2.7.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jetty-sslengine-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/mockito-core-2.23.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/objenesis-2.6.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-8.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/backward-codecs/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/contrib/analysis-extras/lib/icu4j-62.1.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.4.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/usr/local/asfpackages/java/jdk1.8.0_191/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.6.4.jar
 com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J2-20181210_113934_9657404800664908130113.events
 
@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J2-20181210_113934_9658449255607597338709.suites
 -stdin
   [junit4] ERROR: JVM J2 ended with an exception: Quit event not received from 
the forked process? This may indicate JVM crash or runner bugs.
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1563)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:123)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:997)
   [junit4]     at 
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:994)
   [junit4]     at java.util.concurrent.FutureTask.run(FutureTask.java:266)
   [junit4]     at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
   [junit4]     at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
   [junit4]     at java.lang.Thread.run(Thread.java:748)

BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:651:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:577:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:59:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build.xml:267:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/common-build.xml:558:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/common-build.xml:1572:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/common-build.xml:1099:
 At least one slave process threw an exception, first: Quit event not received 
from the forked process? This may indicate JVM crash or runner bugs.

Total time: 1325 minutes 35 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] No artifacts from Lucene-Solr-NightlyTests-master #1708 to 
compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to