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

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

Error Message:
Captured an uncaught exception in thread: Thread[id=7696, name=Thread-2047, 
state=RUNNABLE, group=TGRP-FullSolrCloudDistribCmdsTest]

Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught 
exception in thread: Thread[id=7696, name=Thread-2047, state=RUNNABLE, 
group=TGRP-FullSolrCloudDistribCmdsTest]
        at 
__randomizedtesting.SeedInfo.seed([CE7B6F721C0D523A:462F50A8B2F13FC2]:0)
Caused by: java.lang.RuntimeException: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: http://127.0.0.1:35806//control_collection
        at __randomizedtesting.SeedInfo.seed([CE7B6F721C0D523A]:0)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest$1IndexThread.run(FullSolrCloudDistribCmdsTest.java:638)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured 
while waiting response from server at: 
http://127.0.0.1:35806//control_collection
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:661)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:256)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:245)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:207)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:224)
        at 
org.apache.solr.cloud.FullSolrCloudDistribCmdsTest$1IndexThread.run(FullSolrCloudDistribCmdsTest.java:636)
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:549)
        ... 5 more


FAILED:  org.apache.solr.cloud.RestartWhileUpdatingTest.test

Error Message:
There are still nodes recoverying - waited for 320 seconds

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 320 
seconds
        at 
__randomizedtesting.SeedInfo.seed([CE7B6F721C0D523A:462F50A8B2F13FC2]:0)
        at org.junit.Assert.fail(Assert.java:88)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:195)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:1038)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForThingsToLevelOut(AbstractFullDistribZkTestBase.java:1595)
        at 
org.apache.solr.cloud.RestartWhileUpdatingTest.test(RestartWhileUpdatingTest.java:144)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1070)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1042)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.update.RootFieldTest

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space


FAILED:  
org.apache.solr.uninverting.TestDocTermOrdsUninvertLimit.testTriggerUnInvertLimit

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
        at 
org.apache.lucene.util.ByteBlockPool$DirectTrackingAllocator.getByteBlock(ByteBlockPool.java:103)
        at 
org.apache.lucene.util.ByteBlockPool.nextBuffer(ByteBlockPool.java:203)
        at 
org.apache.lucene.util.ByteBlockPool.allocSlice(ByteBlockPool.java:258)
        at 
org.apache.lucene.index.TermsHashPerField.writeByte(TermsHashPerField.java:203)
        at 
org.apache.lucene.index.TermsHashPerField.writeBytes(TermsHashPerField.java:215)
        at 
org.apache.lucene.index.FreqProxTermsWriterPerField.writeProx(FreqProxTermsWriterPerField.java:86)
        at 
org.apache.lucene.index.FreqProxTermsWriterPerField.addTerm(FreqProxTermsWriterPerField.java:171)
        at 
org.apache.lucene.index.TermsHashPerField.add(TermsHashPerField.java:185)
        at 
org.apache.lucene.index.DefaultIndexingChain$PerField.invert(DefaultIndexingChain.java:861)
        at 
org.apache.lucene.index.DefaultIndexingChain.processField(DefaultIndexingChain.java:441)
        at 
org.apache.lucene.index.DefaultIndexingChain.processDocument(DefaultIndexingChain.java:405)
        at 
org.apache.lucene.index.DocumentsWriterPerThread.updateDocument(DocumentsWriterPerThread.java:251)
        at 
org.apache.lucene.index.DocumentsWriter.updateDocument(DocumentsWriter.java:494)
        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1594)
        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1213)
        at 
org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:189)
        at 
org.apache.solr.uninverting.TestDocTermOrdsUninvertLimit.testTriggerUnInvertLimit(TestDocTermOrdsUninvertLimit.java:65)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
        at 
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)




Build Log:
[...truncated 14060 lines...]
   [junit4] Suite: org.apache.solr.cloud.FullSolrCloudDistribCmdsTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/init-core-data-001
   [junit4]   2> 625112 WARN  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[CE7B6F721C0D523A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=24 numCloses=24
   [junit4]   2> 625112 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[CE7B6F721C0D523A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 625114 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[CE7B6F721C0D523A]-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> 625114 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[CE7B6F721C0D523A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 625114 INFO  
(SUITE-FullSolrCloudDistribCmdsTest-seed#[CE7B6F721C0D523A]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 625122 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 625122 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 625122 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 625222 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:40320
   [junit4]   2> 625222 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:40320
   [junit4]   2> 625222 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 40320
   [junit4]   2> 625235 INFO  (zkConnectionManagerCallback-1593-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 625242 INFO  (zkConnectionManagerCallback-1595-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 625244 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 625245 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 625247 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 625248 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 625249 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 625250 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 625252 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 625253 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 625254 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 625255 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 625257 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 625258 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 625431 WARN  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 625431 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 625431 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 625431 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
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> 625432 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 625432 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 625432 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 625433 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@385e0fcb{/,null,AVAILABLE}
   [junit4]   2> 625439 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@50e9b1ec{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:35806}
   [junit4]   2> 625439 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.e.j.s.Server Started @625523ms
   [junit4]   2> 625439 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/tempDir-001/control/data,
 hostContext=/, hostPort=35806, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/control-001/cores}
   [junit4]   2> 625440 ERROR 
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 625440 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 625440 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 625440 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 625440 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 625440 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-01-11T19:22:43.284Z
   [junit4]   2> 625448 INFO  (zkConnectionManagerCallback-1597-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 625449 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 625450 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/control-001/solr.xml
   [junit4]   2> 625455 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 625455 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 625457 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@241c69c6, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 625793 WARN  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@4060a13f[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 625801 WARN  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@327d6b05[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 625802 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40320/solr
   [junit4]   2> 625804 INFO  (zkConnectionManagerCallback-1603-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 625807 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 
0x101f2d9edb10003, likely client has closed socket
   [junit4]   2> 625808 INFO  (zkConnectionManagerCallback-1605-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 625914 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) 
[n:127.0.0.1:35806_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:35806_
   [junit4]   2> 625917 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) 
[n:127.0.0.1:35806_    ] o.a.s.c.Overseer Overseer 
(id=72606086824263684-127.0.0.1:35806_-n_0000000000) starting
   [junit4]   2> 625932 INFO  (zkConnectionManagerCallback-1612-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 625936 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) 
[n:127.0.0.1:35806_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40320/solr ready
   [junit4]   2> 625937 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) 
[n:127.0.0.1:35806_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35806_
   [junit4]   2> 625937 INFO  
(OverseerStateUpdate-72606086824263684-127.0.0.1:35806_-n_0000000000) 
[n:127.0.0.1:35806_    ] o.a.s.c.Overseer Starting to work on the main queue : 
127.0.0.1:35806_
   [junit4]   2> 625950 INFO  (zkCallback-1611-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 625958 INFO  
(OverseerStateUpdate-72606086824263684-127.0.0.1:35806_-n_0000000000) 
[n:127.0.0.1:35806_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 625977 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) 
[n:127.0.0.1:35806_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 626003 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) 
[n:127.0.0.1:35806_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@241c69c6
   [junit4]   2> 626018 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) 
[n:127.0.0.1:35806_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@241c69c6
   [junit4]   2> 626019 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) 
[n:127.0.0.1:35806_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@241c69c6
   [junit4]   2> 626020 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) 
[n:127.0.0.1:35806_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/control-001/cores
   [junit4]   2> 626062 INFO  (zkConnectionManagerCallback-1618-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 626063 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 626068 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40320/solr ready
   [junit4]   2> 626070 INFO  (qtp1668363493-6991) [n:127.0.0.1:35806_    ] 
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:35806_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 626077 INFO  
(OverseerThreadFactory-1562-thread-1-processing-n:127.0.0.1:35806_) 
[n:127.0.0.1:35806_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 626187 INFO  (qtp1668363493-6993) [n:127.0.0.1:35806_    ] 
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> 626188 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_    ] 
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> 626189 INFO  (qtp1668363493-6990) [n:127.0.0.1:35806_    ] 
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> 626190 INFO  (qtp1668363493-6992) [n:127.0.0.1:35806_    ] 
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> 626191 INFO  (qtp1668363493-6993) [n:127.0.0.1:35806_    ] 
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> 626196 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_    
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> 626196 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_    
x:control_collection_shard1_replica_n1] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 627225 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 627242 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
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> 627356 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
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> 627376 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
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> 627376 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
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@241c69c6
   [junit4]   2> 627377 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
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-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 627380 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
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=22, maxMergeAtOnceExplicit=26, maxMergedSegmentMB=67.19921875, 
floorSegmentMB=0.96484375, forceMergeDeletesPctAllowed=19.808106997165734, 
segmentsPerTier=14.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
deletesPctAllowed=46.33019046355927
   [junit4]   2> 627389 WARN  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
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> 627498 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
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> 627498 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
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> 627501 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 627501 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 627503 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
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@67c193a0
   [junit4]   2> 627503 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3afd012c[control_collection_shard1_replica_n1] main]
   [junit4]   2> 627505 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 627508 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
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> 627508 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 627509 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
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 1622393031599587328
   [junit4]   2> 627527 INFO  
(searcherExecutor-1567-thread-1-processing-n:127.0.0.1:35806_ 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:35806_ 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@3afd012c[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 627542 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
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> 627542 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
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> 627546 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 627546 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
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> 627546 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:35806/control_collection_shard1_replica_n1/
   [junit4]   2> 627546 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
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> 627547 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:35806/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 627547 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
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/72606086824263684-core_node2-n_0000000000
   [junit4]   2> 627549 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
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:35806/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 627651 INFO  (zkCallback-1604-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> 627652 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
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> 627665 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_ 
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=1469
   [junit4]   2> 627669 INFO  (zkCallback-1604-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> 627676 INFO  (qtp1668363493-6991) [n:127.0.0.1:35806_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 627774 INFO  (zkCallback-1604-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> 627774 INFO  (zkCallback-1604-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> 627775 INFO  (qtp1668363493-6991) [n:127.0.0.1:35806_    ] 
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:35806_&wt=javabin&version=2}
 status=0 QTime=1704
   [junit4]   2> 627779 INFO  (zkCallback-1604-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> 627811 INFO  (zkConnectionManagerCallback-1623-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 627812 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 627814 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40320/solr ready
   [junit4]   2> 627814 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 627815 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_    ] 
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> 627822 INFO  
(OverseerCollectionConfigSetProcessor-72606086824263684-127.0.0.1:35806_-n_0000000000)
 [n:127.0.0.1:35806_    ] 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> 627827 INFO  
(OverseerThreadFactory-1562-thread-2-processing-n:127.0.0.1:35806_) 
[n:127.0.0.1:35806_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 628036 WARN  
(OverseerThreadFactory-1562-thread-2-processing-n:127.0.0.1:35806_) 
[n:127.0.0.1:35806_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 628052 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
45 seconds. Check all shard replicas
   [junit4]   2> 628054 INFO  (qtp1668363493-6994) [n:127.0.0.1:35806_    ] 
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=238
   [junit4]   2> 628058 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances 
pullReplicaCount=0 numOtherReplicas=6
   [junit4]   2> 628321 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/shard-1-001
 of type NRT
   [junit4]   2> 628336 WARN  (closeThreadPool-1624-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 628336 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 628336 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 628336 INFO  (closeThreadPool-1624-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> 628366 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 628366 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 628366 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 628366 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3ffa6dc7{/,null,AVAILABLE}
   [junit4]   2> 628367 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@a319207{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:43692}
   [junit4]   2> 628367 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.e.j.s.Server Started @628451ms
   [junit4]   2> 628367 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=43692, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/shard-1-001/cores}
   [junit4]   2> 628367 ERROR (closeThreadPool-1624-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 628367 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 628368 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 628368 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 628368 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 628368 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-01-11T19:22:46.212Z
   [junit4]   2> 628391 INFO  (zkConnectionManagerCallback-1626-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 628392 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 628392 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/shard-1-001/solr.xml
   [junit4]   2> 628398 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 628399 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 628400 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@241c69c6, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 628617 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/shard-2-001
 of type NRT
   [junit4]   2> 628626 WARN  (closeThreadPool-1624-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 628626 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 628626 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 628626 INFO  (closeThreadPool-1624-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> 628667 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 628667 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 628667 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 628675 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@3a7ff71d{/,null,AVAILABLE}
   [junit4]   2> 628676 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@448b5cdc{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:40212}
   [junit4]   2> 628676 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.e.j.s.Server Started @628760ms
   [junit4]   2> 628676 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=40212, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/shard-2-001/cores}
   [junit4]   2> 628677 ERROR (closeThreadPool-1624-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 628677 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 628677 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 628677 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 628677 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 628677 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-01-11T19:22:46.521Z
   [junit4]   2> 628695 INFO  (zkConnectionManagerCallback-1628-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 628696 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 628696 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/shard-2-001/solr.xml
   [junit4]   2> 628703 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 628703 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 628705 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@241c69c6, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 628822 WARN  (closeThreadPool-1624-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@612c06ee[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 628828 WARN  (closeThreadPool-1624-thread-2) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@12d56eae[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 628829 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40320/solr
   [junit4]   2> 628831 INFO  (zkConnectionManagerCallback-1634-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 628834 INFO  (zkConnectionManagerCallback-1636-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 628840 INFO  (closeThreadPool-1624-thread-2) 
[n:127.0.0.1:40212_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 628844 WARN  (closeThreadPool-1624-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@311b52d[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 628845 INFO  (closeThreadPool-1624-thread-2) 
[n:127.0.0.1:40212_    ] o.a.s.c.ZkController Publish node=127.0.0.1:40212_ as 
DOWN
   [junit4]   2> 628846 INFO  (closeThreadPool-1624-thread-2) 
[n:127.0.0.1:40212_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 628846 INFO  (closeThreadPool-1624-thread-2) 
[n:127.0.0.1:40212_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40212_
   [junit4]   2> 628849 INFO  (zkCallback-1604-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 628849 WARN  (closeThreadPool-1624-thread-1) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@3d843b79[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 628849 INFO  (zkCallback-1611-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 628850 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40320/solr
   [junit4]   2> 628851 INFO  (zkCallback-1622-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 628853 INFO  (zkConnectionManagerCallback-1644-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 628856 INFO  (zkConnectionManagerCallback-1646-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 628861 INFO  (zkCallback-1635-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 628862 INFO  (closeThreadPool-1624-thread-1) 
[n:127.0.0.1:43692_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 628867 INFO  (closeThreadPool-1624-thread-1) 
[n:127.0.0.1:43692_    ] o.a.s.c.ZkController Publish node=127.0.0.1:43692_ as 
DOWN
   [junit4]   2> 628868 INFO  (closeThreadPool-1624-thread-1) 
[n:127.0.0.1:43692_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 628868 INFO  (closeThreadPool-1624-thread-1) 
[n:127.0.0.1:43692_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43692_
   [junit4]   2> 628870 INFO  (zkCallback-1622-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 628870 INFO  (zkCallback-1611-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 628870 INFO  (zkCallback-1635-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 628870 INFO  (zkCallback-1604-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 628887 INFO  (zkCallback-1645-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 628900 INFO  (zkConnectionManagerCallback-1653-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 628903 INFO  (closeThreadPool-1624-thread-1) 
[n:127.0.0.1:43692_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 628905 INFO  (closeThreadPool-1624-thread-1) 
[n:127.0.0.1:43692_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40320/solr ready
   [junit4]   2> 628911 INFO  (closeThreadPool-1624-thread-1) 
[n:127.0.0.1:43692_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 628916 INFO  (zkConnectionManagerCallback-1659-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 628918 INFO  (closeThreadPool-1624-thread-2) 
[n:127.0.0.1:40212_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 628923 INFO  (closeThreadPool-1624-thread-2) 
[n:127.0.0.1:40212_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40320/solr ready
   [junit4]   2> 628927 INFO  (closeThreadPool-1624-thread-2) 
[n:127.0.0.1:40212_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 628990 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/shard-3-001
 of type NRT
   [junit4]   2> 628999 WARN  (closeThreadPool-1624-thread-3) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 629000 INFO  (closeThreadPool-1624-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 629000 INFO  (closeThreadPool-1624-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 629000 INFO  (closeThreadPool-1624-thread-3) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 629043 WARN  (closeThreadPool-1624-thread-2) 
[n:127.0.0.1:40212_    ] o.a.s.m.r.j.JmxMetricsReporter Unable to register timer
   [junit4]   2> javax.management.InstanceNotFoundException: 
solr:dom1=node,category=ADMIN,scope=/admin/configs,name=requestTimes
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.getMBean(DefaultMBeanServerInterceptor.java:1095)
 ~[?:1.8.0_191]
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.exclusiveUnregisterMBean(DefaultMBeanServerInterceptor.java:427)
 ~[?:1.8.0_191]
   [junit4]   2>        at 
com.sun.jmx.interceptor.DefaultMBeanServerInterceptor.unregisterMBean(DefaultMBeanServerInterceptor.java:415)
 ~[?:1.8.0_191]
   [junit4]   2>        at 
com.sun.jmx.mbeanserver.JmxMBeanServer.unregisterMBean(JmxMBeanServer.java:546) 
~[?:1.8.0_191]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.registerMBean(JmxMetricsReporter.java:531)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter$JmxListener.onTimerAdded(JmxMetricsReporter.java:674)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.lambda$start$0(JmxMetricsReporter.java:740)
 ~[java/:?]
   [junit4]   2>        at java.util.HashMap.forEach(HashMap.java:1289) 
~[?:1.8.0_191]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.jmx.JmxMetricsReporter.start(JmxMetricsReporter.java:732)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.reporters.SolrJmxReporter.doInit(SolrJmxReporter.java:110)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.SolrMetricReporter.init(SolrMetricReporter.java:70) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.SolrMetricManager.loadReporter(SolrMetricManager.java:916)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.metrics.SolrMetricManager.loadReporters(SolrMetricManager.java:843)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.core.CoreContainer.load(CoreContainer.java:600) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.createCoreContainer(SolrDispatchFilter.java:252)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.servlet.SolrDispatchFilter.init(SolrDispatchFilter.java:172) 
~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.FilterHolder.initialize(FilterHolder.java:136) 
~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.lambda$initialize$0(ServletHandler.java:750)
 ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2>        at 
java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948) 
~[?:1.8.0_191]
   [junit4]   2>        at 
java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:742) 
~[?:1.8.0_191]
   [junit4]   2>        at 
java.util.stream.Streams$ConcatSpliterator.forEachRemaining(Streams.java:742) 
~[?:1.8.0_191]
   [junit4]   2>        at 
java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580) 
~[?:1.8.0_191]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.initialize(ServletHandler.java:744) 
~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.updateMappings(ServletHandler.java:1449)
 ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.setFilterMappings(ServletHandler.java:1513)
 ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.addFilterMapping(ServletHandler.java:1158)
 ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletHandler.addFilterWithMapping(ServletHandler.java:995)
 ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2>        at 
org.eclipse.jetty.servlet.ServletContextHandler.addFilter(ServletContextHandler.java:467)
 ~[jetty-servlet-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner$1.lifeCycleStarted(JettySolrRunner.java:381)
 ~[java/:?]
   [junit4]   2>        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.setStarted(AbstractLifeCycle.java:179)
 ~[jetty-util-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2>        at 
org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:69)
 ~[jetty-util-9.4.14.v20181114.jar:9.4.14.v20181114]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.retryOnPortBindFailure(JettySolrRunner.java:544)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:483)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.client.solrj.embedded.JettySolrRunner.start(JettySolrRunner.java:451)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.lambda$createJettys$2(AbstractFullDistribZkTestBase.java:464)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
~[?:1.8.0_191]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_191]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:209)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_191]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_191]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_191]
   [junit4]   2> 629071 INFO  (closeThreadPool-1624-thread-3) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 629071 INFO  (closeThreadPool-1624-thread-3) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 629071 INFO  (closeThreadPool-1624-thread-3) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 629075 INFO  (closeThreadPool-1624-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@50ce7393{/,null,AVAILABLE}
   [junit4]   2> 629078 INFO  (closeThreadPool-1624-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2c5f53cc{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:39382}
   [junit4]   2> 629078 INFO  (closeThreadPool-1624-thread-3) [    ] 
o.e.j.s.Server Started @629162ms
   [junit4]   2> 629078 INFO  (closeThreadPool-1624-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=39382, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/shard-3-001/cores}
   [junit4]   2> 629079 ERROR (closeThreadPool-1624-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 629079 INFO  (closeThreadPool-1624-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 629079 INFO  (closeThreadPool-1624-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 629079 INFO  (closeThreadPool-1624-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 629079 INFO  (closeThreadPool-1624-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 629079 INFO  (closeThreadPool-1624-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-01-11T19:22:46.923Z
   [junit4]   2> 629080 INFO  (closeThreadPool-1624-thread-2) 
[n:127.0.0.1:40212_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@241c69c6
   [junit4]   2> 629096 INFO  (closeThreadPool-1624-thread-1) 
[n:127.0.0.1:43692_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@241c69c6
   [junit4]   2> 629126 INFO  (closeThreadPool-1624-thread-2) 
[n:127.0.0.1:40212_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@241c69c6
   [junit4]   2> 629126 INFO  (closeThreadPool-1624-thread-2) 
[n:127.0.0.1:40212_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@241c69c6
   [junit4]   2> 629161 INFO  (closeThreadPool-1624-thread-2) 
[n:127.0.0.1:40212_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/shard-2-001/cores
   [junit4]   2> 629172 INFO  (zkConnectionManagerCallback-1662-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629183 INFO  (closeThreadPool-1624-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 629183 INFO  (closeThreadPool-1624-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/shard-3-001/solr.xml
   [junit4]   2> 629191 INFO  (closeThreadPool-1624-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 629191 INFO  (closeThreadPool-1624-thread-3) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 629193 INFO  (closeThreadPool-1624-thread-3) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@241c69c6, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 629209 INFO  (closeThreadPool-1624-thread-1) 
[n:127.0.0.1:43692_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@241c69c6
   [junit4]   2> 629210 INFO  (closeThreadPool-1624-thread-1) 
[n:127.0.0.1:43692_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@241c69c6
   [junit4]   2> 629212 INFO  (closeThreadPool-1624-thread-1) 
[n:127.0.0.1:43692_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/shard-1-001/cores
   [junit4]   2> 629335 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 4 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/shard-4-001
 of type NRT
   [junit4]   2> 629360 WARN  (closeThreadPool-1624-thread-4) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 629361 INFO  (closeThreadPool-1624-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 629361 INFO  (closeThreadPool-1624-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 629361 INFO  (closeThreadPool-1624-thread-4) [    ] 
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: 
c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_191-b12
   [junit4]   2> 629409 INFO  (closeThreadPool-1624-thread-4) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 629409 INFO  (closeThreadPool-1624-thread-4) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 629409 INFO  (closeThreadPool-1624-thread-4) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 629410 INFO  (closeThreadPool-1624-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@18854f42{/,null,AVAILABLE}
   [junit4]   2> 629411 INFO  (closeThreadPool-1624-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@1f3db0f3{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:43816}
   [junit4]   2> 629411 INFO  (closeThreadPool-1624-thread-4) [    ] 
o.e.j.s.Server Started @629494ms
   [junit4]   2> 629411 INFO  (closeThreadPool-1624-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/tempDir-001/jetty4,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=43816, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/shard-4-001/cores}
   [junit4]   2> 629411 ERROR (closeThreadPool-1624-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 629411 INFO  (closeThreadPool-1624-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 629411 INFO  (closeThreadPool-1624-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 629411 INFO  (closeThreadPool-1624-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 629411 INFO  (closeThreadPool-1624-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 629411 INFO  (closeThreadPool-1624-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-01-11T19:22:47.255Z
   [junit4]   2> 629455 INFO  (zkConnectionManagerCallback-1664-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629456 INFO  (closeThreadPool-1624-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 629456 INFO  (closeThreadPool-1624-thread-4) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/shard-4-001/solr.xml
   [junit4]   2> 629461 INFO  (closeThreadPool-1624-thread-4) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 629461 INFO  (closeThreadPool-1624-thread-4) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 629470 INFO  (closeThreadPool-1624-thread-4) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@241c69c6, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 629652 WARN  (closeThreadPool-1624-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@370141b5[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 629660 WARN  (closeThreadPool-1624-thread-3) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@719c45ba[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 629661 INFO  (closeThreadPool-1624-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40320/solr
   [junit4]   2> 629687 INFO  (zkConnectionManagerCallback-1670-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629691 INFO  (zkConnectionManagerCallback-1672-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629692 WARN  (closeThreadPool-1624-thread-4) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@54d949b9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 629700 WARN  (closeThreadPool-1624-thread-4) [    ] 
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for 
SslContextFactory@12574fc9[provider=null,keyStore=null,trustStore=null]
   [junit4]   2> 629701 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 5 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/shard-5-001
 of type NRT
   [junit4]   2> 629701 INFO  (closeThreadPool-1624-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40320/solr
   [junit4]   2> 629701 WARN  (closeThreadPool-1624-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 629702 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 629702 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 629702 INFO  (closeThreadPool-1624-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> 629706 INFO  (closeThreadPool-1624-thread-3) 
[n:127.0.0.1:39382_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (3)
   [junit4]   2> 629711 INFO  (closeThreadPool-1624-thread-3) 
[n:127.0.0.1:39382_    ] o.a.s.c.ZkController Publish node=127.0.0.1:39382_ as 
DOWN
   [junit4]   2> 629712 INFO  (closeThreadPool-1624-thread-3) 
[n:127.0.0.1:39382_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 629712 INFO  (closeThreadPool-1624-thread-3) 
[n:127.0.0.1:39382_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39382_
   [junit4]   2> 629714 INFO  (zkCallback-1635-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 629714 INFO  (zkCallback-1611-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 629714 INFO  (zkCallback-1622-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 629714 INFO  (zkCallback-1604-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 629723 INFO  (zkCallback-1645-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 629724 INFO  (zkCallback-1652-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 629729 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 629729 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 629730 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 629730 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@58540ff7{/,null,AVAILABLE}
   [junit4]   2> 629736 INFO  (zkConnectionManagerCallback-1678-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629749 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@5a309bc5{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:41684}
   [junit4]   2> 629750 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.e.j.s.Server Started @629833ms
   [junit4]   2> 629750 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/tempDir-001/jetty5,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=41684, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/shard-5-001/cores}
   [junit4]   2> 629785 ERROR (closeThreadPool-1624-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 629785 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 629785 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
9.0.0
   [junit4]   2> 629785 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 629785 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 629785 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-01-11T19:22:47.629Z
   [junit4]   2> 629787 INFO  (zkCallback-1658-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 629787 INFO  (zkCallback-1671-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 629806 INFO  (zkConnectionManagerCallback-1687-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629806 INFO  (zkConnectionManagerCallback-1685-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629806 INFO  (zkConnectionManagerCallback-1689-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629809 INFO  (closeThreadPool-1624-thread-3) 
[n:127.0.0.1:39382_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 629812 INFO  (closeThreadPool-1624-thread-3) 
[n:127.0.0.1:39382_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40320/solr ready
   [junit4]   2> 629815 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 
0x101f2d9edb10017, likely client has closed socket
   [junit4]   2> 629823 INFO  (closeThreadPool-1624-thread-3) 
[n:127.0.0.1:39382_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 629836 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 629836 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/shard-5-001/solr.xml
   [junit4]   2> 629846 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 629846 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 629856 INFO  (closeThreadPool-1624-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@241c69c6, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 629866 INFO  (closeThreadPool-1624-thread-4) 
[n:127.0.0.1:43816_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (4)
   [junit4]   2> 629867 INFO  
(OverseerCollectionConfigSetProcessor-72606086824263684-127.0.0.1:35806_-n_0000000000)
 [n:127.0.0.1:35806_    ] 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> 629873 INFO  (closeThreadPool-1624-thread-4) 
[n:127.0.0.1:43816_    ] o.a.s.c.ZkController Publish node=127.0.0.1:43816_ as 
DOWN
   [junit4]   2> 629874 INFO  (closeThreadPool-1624-thread-4) 
[n:127.0.0.1:43816_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 629874 INFO  (closeThreadPool-1624-thread-4) 
[n:127.0.0.1:43816_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:43816_
   [junit4]   2> 629877 INFO  (zkCallback-1671-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 629877 INFO  (zkCallback-1611-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 629877 INFO  (zkCallback-1622-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 629877 INFO  (zkCallback-1635-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 629877 INFO  (zkCallback-1652-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 629878 INFO  (zkCallback-1604-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 629878 INFO  (zkCallback-1645-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 629899 INFO  (zkCallback-1658-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 629899 INFO  (zkCallback-1684-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 629905 INFO  (zkCallback-1688-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (4) -> (5)
   [junit4]   2> 629912 INFO  (closeThreadPool-1624-thread-3) 
[n:127.0.0.1:39382_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@241c69c6
   [junit4]   2> 629953 INFO  (closeThreadPool-1624-thread-3) 
[n:127.0.0.1:39382_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@241c69c6
   [junit4]   2> 629953 INFO  (closeThreadPool-1624-thread-3) 
[n:127.0.0.1:39382_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@241c69c6
   [junit4]   2> 629955 INFO  (zkConnectionManagerCallback-1697-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 629955 INFO  (closeThreadPool-1624-thread-3) 
[n:127.0.0.1:39382_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/shard-3-001/cores
   [junit4]   2> 629974 INFO  (closeThreadPool-1624-thread-4) 
[n:127.0.0.1:43816_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 629976 INFO  (closeThreadPool-1624-thread-4) 
[n:127.0.0.1:43816_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:40320/solr ready
   [junit4]   2> 630001 INFO  (closeThreadPool-1624-thread-4) 
[n:127.0.0.1:43816_    ] o.a.s.h.a.MetricsHistoryHandler No .system collection, 
keeping metrics history in memory.
   [junit4]   2> 630062 INFO  (closeThreadPool-1624-thread-4) 
[n:127.0.0.1:43816_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@241c69c6
   [junit4]   2> 630075 INFO  
(TEST-FullSolrCloudDistribCmdsTest.test-seed#[CE7B6F721C0D523A]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 6 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/shard-6-001
 of type NRT
   [junit4]   2> 630098 INFO  (closeThreadPool-1624-thread-4) 
[n:127.0.0.1:43816_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@241c69c6
   [junit4]   2> 630099 INFO  (closeThreadPool-1624-thread-4) 
[n:127.0.0.1:43816_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@241c69c6
   [junit4]   2> 630101 INFO  (closeThreadPool-1624-thread-4) 
[n:127.0.0.1:43816_    ] o.a.s.c.CorePropertiesLocator Found 0 core definitions 
underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.cloud.FullSolrCloudDistribCmdsTest_CE7B6F721C0D523A-001/shard-4-001/cores
   [junit4]   2> 630128 WARN  (closeThreadPool-1624-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 630139 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 630139 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 630139 INFO  (closeThreadPool-1624-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> 630148 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 630148 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 630148 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 630149 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@bbf824a{/,null,AVAILABLE}
   [junit4]   2> 630154 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@4663f5b9{HTTP/1.1,[http/1.1, 
h2c]}{127.0.0.1:39084}
   [junit4]   2> 630154 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.e.j.s.Server Started @630238ms
   [junit4]   2> 630154 INFO  (closeThreadPool-1624-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {solr.data.dir=/x1

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

nalyzedSuggestions, TestPhraseSuggestions, BlockDirectoryTest, 
HdfsLockFactoryTest, TestDocTermOrds, TestDocTermOrdsUninvertLimit]
   [junit4] Completed [800/837 (3!)] on J1 in 39.32s, 1 test, 1 error <<< 
FAILURES!

[...truncated 64 lines...]
   [junit4] Suite: org.apache.solr.update.RootFieldTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/J1/temp/solr.update.RootFieldTest_CE7B6F721C0D523A-001/init-core-data-001
   [junit4]   2> 5530021 INFO  
(SUITE-RootFieldTest-seed#[CE7B6F721C0D523A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 5530024 INFO  
(SUITE-RootFieldTest-seed#[CE7B6F721C0D523A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 5530025 INFO  
(SUITE-RootFieldTest-seed#[CE7B6F721C0D523A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 5530026 INFO  
(SUITE-RootFieldTest-seed#[CE7B6F721C0D523A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ####initCore
   [junit4]   2> 5530335 INFO  
(SUITE-RootFieldTest-seed#[CE7B6F721C0D523A]-worker) [    ] 
o.a.s.c.SolrResourceLoader [null] Added 2 libs to classloader, from paths: 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib,
 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/lib/classes]
   [junit4]   2> 5538280 INFO  
(SUITE-RootFieldTest-seed#[CE7B6F721C0D523A]-worker) [    ] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 9.0.0
   [junit4]   2> 5578124 INFO  
(SUITE-RootFieldTest-seed#[CE7B6F721C0D523A]-worker) [    ] 
o.a.s.SolrTestCaseJ4 ------------------------------------------------------- 
Done waiting for tracked resources to be released
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2c4f5976),
 locale=ko, timezone=Africa/Dakar
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=54804616,total=472907776
   [junit4]   2> NOTE: All tests run in this JVM: [TestBinaryResponseWriter, 
SignatureUpdateProcessorFactoryTest, TestMissingGroups, 
ShufflingReplicaListTransformerTest, TestStressCloudBlindAtomicUpdates, 
TestChildDocTransformer, LeaderElectionTest, TestSlowCompositeReaderWrapper, 
TestBadConfig, XmlUpdateRequestHandlerTest, ReplaceNodeNoTargetTest, 
TestExtendedDismaxParser, SolrIndexConfigTest, AliasIntegrationTest, 
ConfigureRecoveryStrategyTest, TestTrackingShardHandlerFactory, 
PeerSyncWithIndexFingerprintCachingTest, TestSubQueryTransformerCrossCore, 
CoreAdminOperationTest, SyncSliceTest, TestLMDirichletSimilarityFactory, 
TestMinMaxOnMultiValuedField, EmbeddedSolrNoSerializeTest, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, OrderedExecutorTest, 
CurrencyFieldTypeTest, ReplicaListTransformerTest, TestHdfsUpdateLog, 
TestCloudPivotFacet, MetricsConfigTest, TestRTGBase, TestSmileRequest, 
AutoscalingHistoryHandlerTest, VMParamsZkACLAndCredentialsProvidersTest, 
TestLRUStatsCache, TestMacros, ZkStateWriterTest, TestUtils, 
TestSQLHandlerNonCloud, TestShardHandlerFactory, SaslZkACLProviderTest, 
DistributedFacetPivotLongTailTest, TestRawTransformer, 
TestCorePropertiesReload, TestCustomSort, TestSimPolicyCloud, ZkFailoverTest, 
AddBlockUpdateTest, FullSolrCloudDistribCmdsTest, SolrMetricReporterTest, 
TestCloudNestedDocsSort, TestManagedSchemaThreadSafety, 
TestSolrCloudWithDelegationTokens, CircularListTest, 
SharedFSAutoReplicaFailoverTest, CdcrWithNodesRestartsTest, 
TestUseDocValuesAsStored, TestFieldCacheVsDocValues, NumericFieldsTest, 
TestJsonFacetRefinement, TestCryptoKeys, TestSimComputePlanAction, 
TestRandomFaceting, ConcurrentCreateRoutedAliasTest, DisMaxRequestHandlerTest, 
TransactionLogTest, CheckHdfsIndexTest, 
DistributedQueryComponentOptimizationTest, TestDistribIDF, NodeLostTriggerTest, 
TestImpersonationWithHadoopAuth, WordBreakSolrSpellCheckerTest, 
PreAnalyzedFieldManagedSchemaCloudTest, ShowFileRequestHandlerTest, 
VersionInfoTest, HttpPartitionTest, TestCloudRecovery2, TestBinaryField, 
TestHdfsBackupRestoreCore, TestLazyCores, TestCursorMarkWithoutUniqueKey, 
TestComplexPhraseLeadingWildcard, DistributedSuggestComponentTest, 
TestStressUserVersions, TestFieldCacheReopen, RequestHandlersTest, 
TestAnalyzedSuggestions, LeaderTragicEventTest, TestReqParamsAPI, TestSolrXml, 
TestDistributedSearch, CollectionTooManyReplicasTest, BooleanFieldTest, 
BlockJoinFacetRandomTest, DocValuesMissingTest, 
TimeRoutedAliasUpdateProcessorTest, DataDrivenBlockJoinTest, 
CdcrReplicationHandlerTest, MBeansHandlerTest, TestNumericTerms32, 
ExecutePlanActionTest, IndexSizeTriggerTest, TemplateUpdateProcessorTest, 
TestAtomicUpdateErrorCases, TestIndexingPerformance, TestSolrQueryParser, 
ShardSplitTest, DistanceUnitsTest, NoCacheHeaderTest, 
TestUnInvertedFieldException, RecoveryAfterSoftCommitTest, SpatialFilterTest, 
TestCollectionsAPIViaSolrCloudCluster, TestReplicaProperties, 
PropertiesRequestHandlerTest, TestHalfAndHalfDocValues, AtomicUpdatesTest, 
TestTlogReplica, TestUtilizeNode, InfixSuggestersTest, MoreLikeThisHandlerTest, 
TestFieldTypeResource, SolrCoreCheckLockOnStartupTest, SolrSlf4jReporterTest, 
TestSimLargeCluster, MoveReplicaHDFSFailoverTest, TestShortCircuitedRequests, 
TestLuceneMatchVersion, FullHLLTest, HdfsBasicDistributedZkTest, 
TestMultiValuedNumericRangeQuery, SubstringBytesRefFilterTest, 
SolrInfoBeanTest, DeleteLastCustomShardedReplicaTest, TestConfigSets, 
TestIntervalFaceting, DistributedMLTComponentTest, 
TermVectorComponentDistributedTest, TaggerTest, XmlInterpolationTest, 
HighlighterConfigTest, HighlighterTest, TestNumericRangeQuery64, 
SolrShardReporterTest, TestCopyFieldCollectionResource, 
TestDynamicFieldCollectionResource, TestDynamicFieldResource, 
TestFieldCollectionResource, TestFieldResource, TestSchemaResource, 
TestSchemaSimilarityResource, TestSchemaVersionResource, 
TestManagedStopFilterFactory, TestManagedSynonymGraphFilterFactory, 
EnumFieldTest, ExternalFileFieldSortTest, IndexSchemaRuntimeFieldTest, 
IndexSchemaTest, ManagedSchemaRoundRobinCloudTest, PrimitiveFieldTypeTest, 
RequiredFieldsTest, SchemaApiFailureTest, TestCloudSchemaless, 
AnalyticsQueryTest, CursorMarkTest, LargeFieldTest, MergeStrategyTest, 
TestFiltering, TestOverriddenPrefixQueryForCustomFieldType, 
TestPayloadScoreQParserPlugin, TestQueryTypes, TestReRankQParserPlugin, 
TestRealTimeGet, TestRecovery, TestRecoveryHdfs, TestSearchPerf, 
TestSearcherReuse, TestSolr4Spatial2, TestSolrCoreParser, 
TestSolrFieldCacheBean, TestStandardQParsers, TestStressLucene, 
TestStressRecovery, TestSurroundQueryParser, TestTrieFacet, 
TestValueSourceCache, TestXmlQParser, TestXmlQParserPlugin, 
DistributedFacetSimpleRefinementLongTailTest, RangeFacetCloudTest, 
TestCloudJSONFacetJoinDomain, TestJsonRequest, SimpleMLTQParserTest, 
TestBM25SimilarityFactory, TestClassicSimilarityFactory, 
TestDFISimilarityFactory, TestDFRSimilarityFactory, 
TestLegacyBM25SimilarityFactory, TestNonDefinedSimilarityFactory, 
TestPerFieldSimilarity, TestPerFieldSimilarityWithDefaultOverride, 
TestSweetSpotSimilarityFactory, BasicAuthStandaloneTest, 
PKIAuthenticationIntegrationTest, TestAuthorizationFramework, 
TestPKIAuthenticationPlugin, TestRuleBasedAuthorizationPlugin, 
TestSha256AuthenticationProvider, TestZkAclsWithHadoopAuth, CacheHeaderTest, 
SolrRequestParserTest, FileBasedSpellCheckerTest, SpellCheckCollatorTest, 
SpellingQueryConverterTest, SuggesterTest, TestFileDictionaryLookup, 
TestFuzzyAnalyzedSuggestions, TestPhraseSuggestions, BlockDirectoryTest, 
HdfsLockFactoryTest, TestDocTermOrds, TestDocTermOrdsUninvertLimit, 
RootFieldTest]
   [junit4]   2> NOTE: download the large Jenkins line-docs file by running 
'ant get-jenkins-line-docs' in the lucene directory.
   [junit4]   2> NOTE: reproduce with: ant test  -Dtestcase=RootFieldTest 
-Dtests.seed=CE7B6F721C0D523A -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true -Dtests.badapples=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/test-data/enwiki.random.lines.txt
 -Dtests.locale=ko -Dtests.timezone=Africa/Dakar -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR   0.00s J1 | RootFieldTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4] Completed [822/837 (4!)] on J1 in 59.33s, 0 tests, 1 error <<< 
FAILURES!

[...truncated 43 lines...]
   [junit4] JVM J1: stdout was not empty, see: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J1-20190111_191217_63385766783445832503.sysout
   [junit4] >>> JVM J1 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/heapdumps/java_pid9012.hprof
 ...
   [junit4] Heap dump file created [457414437 bytes in 1.048 secs]
   [junit4] <<< JVM J1: EOF ----

[...truncated 8915 lines...]
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/build.xml:661:
 The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-BadApples-NightlyTests-master/checkout/build.xml:585:
 Some of the tests produced a heap dump, but did not fail. Maybe a suppressed 
OutOfMemoryError? Dumps created:
* java_pid9012.hprof

Total time: 331 minutes 46 seconds
Build step 'Invoke Ant' marked build as failure
Archiving 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