Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/425/

2 tests failed.
FAILED:  org.apache.lucene.document.TestLatLonLineShapeQueries.testRandomBig

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
        at 
__randomizedtesting.SeedInfo.seed([B61B9140D7CA01CB:314CECCF46937D4B]:0)
        at java.util.Arrays.copyOf(Arrays.java:3332)
        at 
java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
        at 
java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:448)
        at java.lang.StringBuilder.append(StringBuilder.java:136)
        at 
org.apache.lucene.index.CorruptIndexException.<init>(CorruptIndexException.java:62)
        at 
org.apache.lucene.index.CorruptIndexException.<init>(CorruptIndexException.java:47)
        at org.apache.lucene.codecs.CodecUtil.checkFooter(CodecUtil.java:471)
        at 
org.apache.lucene.util.bkd.BKDWriter.verifyChecksum(BKDWriter.java:1429)
        at org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1884)
        at org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:1024)
        at 
org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:142)
        at 
org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
        at org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
        at 
org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:145)
        at 
org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:142)
        at 
org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:188)
        at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:137)
        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4482)
        at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4077)
        at 
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
        at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2177)
        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5139)
        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1619)
        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1235)
        at 
org.apache.lucene.document.BaseLatLonShapeTestCase.indexRandomShapes(BaseLatLonShapeTestCase.java:248)
        at 
org.apache.lucene.document.BaseLatLonShapeTestCase.verify(BaseLatLonShapeTestCase.java:224)
        at 
org.apache.lucene.document.BaseLatLonShapeTestCase.doTestRandom(BaseLatLonShapeTestCase.java:205)
        at 
org.apache.lucene.document.BaseLatLonShapeTestCase.testRandomBig(BaseLatLonShapeTestCase.java:181)
        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)


FAILED:  org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader

Error Message:
Timeout occured while waiting response from server at: 
http://127.0.0.1:37517/xh_na/ct/forceleader_test_collection

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: 
http://127.0.0.1:37517/xh_na/ct/forceleader_test_collection
        at 
__randomizedtesting.SeedInfo.seed([82FC50136F61DD87:646B64D356E324E6]:0)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:484)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:414)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1110)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:504)
        at org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:479)
        at 
org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:294)
        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:1063)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1035)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:947)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.net.SocketTimeoutException: Read timed out
        at java.net.SocketInputStream.socketRead0(Native Method)
        at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
        at java.net.SocketInputStream.read(SocketInputStream.java:171)
        at java.net.SocketInputStream.read(SocketInputStream.java:141)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
        at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
        ... 52 more




Build Log:
[...truncated 10360 lines...]
   [junit4] Suite: org.apache.lucene.document.TestLatLonLineShapeQueries
   [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=TestLatLonLineShapeQueries -Dtests.method=testRandomBig 
-Dtests.seed=B61B9140D7CA01CB -Dtests.multiplier=2 -Dtests.nightly=true 
-Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=ar-MA -Dtests.timezone=Asia/Damascus -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR    154s J2 | TestLatLonLineShapeQueries.testRandomBig <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([B61B9140D7CA01CB:314CECCF46937D4B]:0)
   [junit4]    >        at java.util.Arrays.copyOf(Arrays.java:3332)
   [junit4]    >        at 
java.lang.AbstractStringBuilder.ensureCapacityInternal(AbstractStringBuilder.java:124)
   [junit4]    >        at 
java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:448)
   [junit4]    >        at 
java.lang.StringBuilder.append(StringBuilder.java:136)
   [junit4]    >        at 
org.apache.lucene.index.CorruptIndexException.<init>(CorruptIndexException.java:62)
   [junit4]    >        at 
org.apache.lucene.index.CorruptIndexException.<init>(CorruptIndexException.java:47)
   [junit4]    >        at 
org.apache.lucene.codecs.CodecUtil.checkFooter(CodecUtil.java:471)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDWriter.verifyChecksum(BKDWriter.java:1429)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDWriter.build(BKDWriter.java:1884)
   [junit4]    >        at 
org.apache.lucene.util.bkd.BKDWriter.finish(BKDWriter.java:1024)
   [junit4]    >        at 
org.apache.lucene.index.RandomCodec$1$1.writeField(RandomCodec.java:142)
   [junit4]    >        at 
org.apache.lucene.codecs.PointsWriter.mergeOneField(PointsWriter.java:62)
   [junit4]    >        at 
org.apache.lucene.codecs.PointsWriter.merge(PointsWriter.java:191)
   [junit4]    >        at 
org.apache.lucene.codecs.lucene60.Lucene60PointsWriter.merge(Lucene60PointsWriter.java:145)
   [junit4]    >        at 
org.apache.lucene.codecs.asserting.AssertingPointsFormat$AssertingPointsWriter.merge(AssertingPointsFormat.java:142)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.mergePoints(SegmentMerger.java:188)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:137)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4482)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4077)
   [junit4]    >        at 
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2177)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5139)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1619)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1235)
   [junit4]    >        at 
org.apache.lucene.document.BaseLatLonShapeTestCase.indexRandomShapes(BaseLatLonShapeTestCase.java:248)
   [junit4]    >        at 
org.apache.lucene.document.BaseLatLonShapeTestCase.verify(BaseLatLonShapeTestCase.java:224)
   [junit4]    >        at 
org.apache.lucene.document.BaseLatLonShapeTestCase.doTestRandom(BaseLatLonShapeTestCase.java:205)
   [junit4]    >        at 
org.apache.lucene.document.BaseLatLonShapeTestCase.testRandomBig(BaseLatLonShapeTestCase.java:181)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/sandbox/test/J2/temp/lucene.document.TestLatLonLineShapeQueries_B61B9140D7CA01CB-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{id=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
 docValues:{shape=DocValuesFormat(name=Direct), 
id=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1344, 
maxMBSortInHeap=6.6523539447183815, sim=RandomSimilarity(queryNorm=false): {}, 
locale=ar-MA, timezone=Asia/Damascus
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=359530632,total=371720192
   [junit4]   2> NOTE: All tests run in this JVM: [TestLatLonShape, 
TestLatLonLineShapeQueries]
   [junit4] Completed [17/23 (1!)] on J2 in 688.17s, 4 tests, 1 error <<< 
FAILURES!

[...truncated 11 lines...]
   [junit4] JVM J2: stdout was not empty, see: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/sandbox/test/temp/junit4-J2-20190107_032426_2158196766380210708550.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/heapdumps/java_pid24753.hprof
 ...
   [junit4] Heap dump file created [430894630 bytes in 0.764 secs]
   [junit4] <<< JVM J2: EOF ----

[...truncated 4127 lines...]
   [junit4] Suite: org.apache.solr.cloud.ForceLeaderTest
   [junit4]   2> Creating dataDir: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/init-core-data-001
   [junit4]   2> 2378084 WARN  
(SUITE-ForceLeaderTest-seed#[82FC50136F61DD87]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
   [junit4]   2> 2378085 INFO  
(SUITE-ForceLeaderTest-seed#[82FC50136F61DD87]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 2378087 INFO  
(SUITE-ForceLeaderTest-seed#[82FC50136F61DD87]-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> 2378087 INFO  
(SUITE-ForceLeaderTest-seed#[82FC50136F61DD87]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2378087 INFO  
(SUITE-ForceLeaderTest-seed#[82FC50136F61DD87]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: 
/xh_na/ct
   [junit4]   2> 2378091 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2378091 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2378091 INFO  (ZkTestServer Run Thread) [    ] 
o.a.s.c.ZkTestServer Starting server
   [junit4]   2> 2378191 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:44374
   [junit4]   2> 2378191 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:44374
   [junit4]   2> 2378191 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1 44374
   [junit4]   2> 2378206 INFO  (zkConnectionManagerCallback-10847-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2378219 INFO  (zkConnectionManagerCallback-10849-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2378221 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2378223 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2378228 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2378229 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2378230 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2378231 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2378233 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2378234 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2378235 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2378236 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2378238 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.ZkTestServer put 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2378239 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 2378417 WARN  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2378417 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2378417 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2378417 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
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> 2378423 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2378423 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2378423 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2378426 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@436f6a44{/xh_na/ct,null,AVAILABLE}
   [junit4]   2> 2378427 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@155fd3ea{HTTP/1.1,[http/1.1]}{127.0.0.1:44391}
   [junit4]   2> 2378427 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.e.j.s.Server Started @2378538ms
   [junit4]   2> 2378427 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/tempDir-001/control/data,
 replicaType=NRT, hostContext=/xh_na/ct, hostPort=42207, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/control-001/cores}
   [junit4]   2> 2378428 ERROR 
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2378428 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2378428 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.7.0
   [junit4]   2> 2378428 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2378428 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2378428 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-01-07T05:09:28.004Z
   [junit4]   2> 2378435 INFO  (zkConnectionManagerCallback-10851-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2378437 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2378437 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/control-001/solr.xml
   [junit4]   2> 2378522 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2378522 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2378524 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@185c2a66, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2379147 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44374/solr
   [junit4]   2> 2379150 INFO  (zkConnectionManagerCallback-10855-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2379153 INFO  (zkConnectionManagerCallback-10857-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2379247 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) 
[n:127.0.0.1:42207_xh_na%2Fct    ] o.a.s.c.OverseerElectionContext I am going 
to be the leader 127.0.0.1:42207_xh_na%2Fct
   [junit4]   2> 2379247 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) 
[n:127.0.0.1:42207_xh_na%2Fct    ] o.a.s.c.Overseer Overseer 
(id=72580082575409156-127.0.0.1:42207_xh_na%2Fct-n_0000000000) starting
   [junit4]   2> 2379254 INFO  (zkConnectionManagerCallback-10864-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2379256 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) 
[n:127.0.0.1:42207_xh_na%2Fct    ] o.a.s.c.s.i.ZkClientClusterStateProvider 
Cluster at 127.0.0.1:44374/solr ready
   [junit4]   2> 2379257 INFO  
(OverseerStateUpdate-72580082575409156-127.0.0.1:42207_xh_na%2Fct-n_0000000000) 
[n:127.0.0.1:42207_xh_na%2Fct    ] o.a.s.c.Overseer Starting to work on the 
main queue : 127.0.0.1:42207_xh_na%2Fct
   [junit4]   2> 2379257 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) 
[n:127.0.0.1:42207_xh_na%2Fct    ] o.a.s.c.ZkController Register node as live 
in ZooKeeper:/live_nodes/127.0.0.1:42207_xh_na%2Fct
   [junit4]   2> 2379259 INFO  (zkCallback-10856-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2379259 INFO  (zkCallback-10863-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2379289 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) 
[n:127.0.0.1:42207_xh_na%2Fct    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2379319 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) 
[n:127.0.0.1:42207_xh_na%2Fct    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@185c2a66
   [junit4]   2> 2379334 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) 
[n:127.0.0.1:42207_xh_na%2Fct    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@185c2a66
   [junit4]   2> 2379335 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) 
[n:127.0.0.1:42207_xh_na%2Fct    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@185c2a66
   [junit4]   2> 2379337 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) 
[n:127.0.0.1:42207_xh_na%2Fct    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/control-001/cores
   [junit4]   2> 2379367 INFO  (zkConnectionManagerCallback-10870-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2379369 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2379370 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44374/solr ready
   [junit4]   2> 2379370 INFO  (SocketProxy-Acceptor-42207) [    ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=58916,localport=42207], receiveBufferSize:531000
   [junit4]   2> 2379371 INFO  (SocketProxy-Acceptor-42207) [    ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=44391,localport=56778], receiveBufferSize=530904
   [junit4]   2> 2379372 INFO  (qtp72007760-48979) 
[n:127.0.0.1:42207_xh_na%2Fct    ] 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:42207_xh_na%252Fct&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2379380 INFO  
(OverseerThreadFactory-11696-thread-1-processing-n:127.0.0.1:42207_xh_na%2Fct) 
[n:127.0.0.1:42207_xh_na%2Fct    ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection control_collection
   [junit4]   2> 2379486 INFO  (SocketProxy-Acceptor-42207) [    ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=58920,localport=42207], receiveBufferSize:531000
   [junit4]   2> 2379486 INFO  (SocketProxy-Acceptor-42207) [    ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=44391,localport=56782], receiveBufferSize=530904
   [junit4]   2> 2379487 INFO  (qtp72007760-48981) 
[n:127.0.0.1:42207_xh_na%2Fct    ] 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> 2379488 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct    ] 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> 2379489 INFO  (qtp72007760-48978) 
[n:127.0.0.1:42207_xh_na%2Fct    ] 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> 2379489 INFO  (qtp72007760-48980) 
[n:127.0.0.1:42207_xh_na%2Fct    ] 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> 2379490 INFO  (qtp72007760-48981) 
[n:127.0.0.1:42207_xh_na%2Fct    ] 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> 2379494 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct    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> 2379494 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct    x:control_collection_shard1_replica_n1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2380514 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.7.0
   [junit4]   2> 2380530 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct 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> 2380726 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
test/1.0 with uniqueid field id
   [junit4]   2> 2380751 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct 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> 2380752 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct 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@185c2a66
   [junit4]   2> 2380752 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[[control_collection_shard1_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2380756 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy 
RandomMergePolicy wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1568650642, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 2380759 WARN  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct 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> 2380826 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct 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> 2380826 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct 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> 2380829 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 2380829 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 2380831 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct 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=45, maxMergeAtOnceExplicit=25, 
maxMergedSegmentMB=74.5546875, floorSegmentMB=0.8095703125, 
forceMergeDeletesPctAllowed=18.076127756227713, segmentsPerTier=4.0, 
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0, 
deletesPctAllowed=40.319717673350375
   [junit4]   2> 2380832 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3e29cf85[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2380833 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2380833 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct 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> 2380834 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will 
be reserved for 10000ms.
   [junit4]   2> 2380834 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct 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 1621976961945436160
   [junit4]   2> 2380838 INFO  
(searcherExecutor-11701-thread-1-processing-n:127.0.0.1:42207_xh_na%2Fct 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:42207_xh_na%2Fct 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@3e29cf85[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2380841 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct 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> 2380841 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct 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> 2380846 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Enough replicas found to continue.
   [junit4]   2> 2380846 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct 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> 2380846 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:42207/xh_na/ct/control_collection_shard1_replica_n1/
   [junit4]   2> 2380846 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct 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> 2380847 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy 
http://127.0.0.1:42207/xh_na/ct/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 2380847 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext 
Found all replicas participating in election, clear LIR
   [junit4]   2> 2380847 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct 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/72580082575409156-core_node2-n_0000000000
   [junit4]   2> 2380850 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct 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:42207/xh_na/ct/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2380951 INFO  (zkCallback-10856-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> 2380952 INFO  (zkCallback-10856-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> 2380952 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct 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> 2380955 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct 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=1461
   [junit4]   2> 2380958 INFO  (qtp72007760-48979) 
[n:127.0.0.1:42207_xh_na%2Fct    ] o.a.s.h.a.CollectionsHandler Wait for new 
collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2381060 INFO  (zkCallback-10856-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> 2381060 INFO  (zkCallback-10856-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> 2381060 INFO  (zkCallback-10856-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> 2381061 INFO  (qtp72007760-48979) 
[n:127.0.0.1:42207_xh_na%2Fct    ] 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:42207_xh_na%252Fct&wt=javabin&version=2}
 status=0 QTime=1689
   [junit4]   2> 2381081 INFO  (zkConnectionManagerCallback-10875-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2381083 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2381084 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44374/solr ready
   [junit4]   2> 2381084 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 2381085 INFO  (SocketProxy-Acceptor-42207) [    ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=58930,localport=42207], receiveBufferSize:531000
   [junit4]   2> 2381086 INFO  (SocketProxy-Acceptor-42207) [    ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=44391,localport=56792], receiveBufferSize=530904
   [junit4]   2> 2381086 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct    ] o.a.s.h.a.CollectionsHandler Invoked 
Collection Action :create with params 
collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2381090 INFO  
(OverseerThreadFactory-11696-thread-2-processing-n:127.0.0.1:42207_xh_na%2Fct) 
[n:127.0.0.1:42207_xh_na%2Fct    ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection collection1
   [junit4]   2> 2381090 INFO  
(OverseerCollectionConfigSetProcessor-72580082575409156-127.0.0.1:42207_xh_na%2Fct-n_0000000000)
 [n:127.0.0.1:42207_xh_na%2Fct    ] 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> 2381300 WARN  
(OverseerThreadFactory-11696-thread-2-processing-n:127.0.0.1:42207_xh_na%2Fct) 
[n:127.0.0.1:42207_xh_na%2Fct    ] o.a.s.c.a.c.CreateCollectionCmd It is 
unusual to create a collection (collection1) without cores.
   [junit4]   2> 2381303 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct    ] o.a.s.h.a.CollectionsHandler Wait for new 
collection to be active for at most 45 seconds. Check all shard replicas
   [junit4]   2> 2381303 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct    ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
 status=0 QTime=217
   [junit4]   2> 2381304 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Creating jetty instances 
pullReplicaCount=0 numOtherReplicas=3
   [junit4]   2> 2381478 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/shard-1-001
 of type NRT
   [junit4]   2> 2381478 WARN  (closeThreadPool-10876-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2381479 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2381479 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2381479 INFO  (closeThreadPool-10876-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> 2381480 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2381480 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2381480 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2381480 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@6331ba0a{/xh_na/ct,null,AVAILABLE}
   [junit4]   2> 2381481 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@2127f5de{HTTP/1.1,[http/1.1]}{127.0.0.1:40424}
   [junit4]   2> 2381481 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.e.j.s.Server Started @2381591ms
   [junit4]   2> 2381481 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/xh_na/ct, hostPort=36331, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/shard-1-001/cores}
   [junit4]   2> 2381481 ERROR (closeThreadPool-10876-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2381481 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2381481 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.7.0
   [junit4]   2> 2381481 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2381481 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2381481 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-01-07T05:09:31.057Z
   [junit4]   2> 2381483 INFO  (zkConnectionManagerCallback-10878-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2381484 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2381484 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/shard-1-001/solr.xml
   [junit4]   2> 2381490 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2381490 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2381492 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@185c2a66, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2381564 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44374/solr
   [junit4]   2> 2381565 INFO  (zkConnectionManagerCallback-10882-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2381568 INFO  (zkConnectionManagerCallback-10884-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2381573 INFO  (closeThreadPool-10876-thread-1) 
[n:127.0.0.1:36331_xh_na%2Fct    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (1)
   [junit4]   2> 2381578 INFO  (closeThreadPool-10876-thread-1) 
[n:127.0.0.1:36331_xh_na%2Fct    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:36331_xh_na%2Fct as DOWN
   [junit4]   2> 2381579 INFO  (closeThreadPool-10876-thread-1) 
[n:127.0.0.1:36331_xh_na%2Fct    ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 2381579 INFO  (closeThreadPool-10876-thread-1) 
[n:127.0.0.1:36331_xh_na%2Fct    ] o.a.s.c.ZkController Register node as live 
in ZooKeeper:/live_nodes/127.0.0.1:36331_xh_na%2Fct
   [junit4]   2> 2381580 INFO  (zkCallback-10863-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2381580 INFO  (zkCallback-10856-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2381581 INFO  (zkCallback-10883-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2381586 INFO  (zkCallback-10874-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2381613 INFO  (zkConnectionManagerCallback-10891-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2381617 INFO  (closeThreadPool-10876-thread-1) 
[n:127.0.0.1:36331_xh_na%2Fct    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (2)
   [junit4]   2> 2381619 INFO  (closeThreadPool-10876-thread-1) 
[n:127.0.0.1:36331_xh_na%2Fct    ] o.a.s.c.s.i.ZkClientClusterStateProvider 
Cluster at 127.0.0.1:44374/solr ready
   [junit4]   2> 2381619 INFO  (closeThreadPool-10876-thread-1) 
[n:127.0.0.1:36331_xh_na%2Fct    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2381687 INFO  (closeThreadPool-10876-thread-1) 
[n:127.0.0.1:36331_xh_na%2Fct    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@185c2a66
   [junit4]   2> 2381705 INFO  (closeThreadPool-10876-thread-1) 
[n:127.0.0.1:36331_xh_na%2Fct    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@185c2a66
   [junit4]   2> 2381705 INFO  (closeThreadPool-10876-thread-1) 
[n:127.0.0.1:36331_xh_na%2Fct    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@185c2a66
   [junit4]   2> 2381707 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/shard-2-001
 of type NRT
   [junit4]   2> 2381707 INFO  (closeThreadPool-10876-thread-1) 
[n:127.0.0.1:36331_xh_na%2Fct    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/shard-1-001/cores
   [junit4]   2> 2381708 WARN  (closeThreadPool-10876-thread-2) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2381708 INFO  (closeThreadPool-10876-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2381708 INFO  (closeThreadPool-10876-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2381708 INFO  (closeThreadPool-10876-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> 2381709 INFO  (closeThreadPool-10876-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2381709 INFO  (closeThreadPool-10876-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2381709 INFO  (closeThreadPool-10876-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 600000ms
   [junit4]   2> 2381710 INFO  (closeThreadPool-10876-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@55b76a6b{/xh_na/ct,null,AVAILABLE}
   [junit4]   2> 2381710 INFO  (closeThreadPool-10876-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@68709752{HTTP/1.1,[http/1.1]}{127.0.0.1:40183}
   [junit4]   2> 2381710 INFO  (closeThreadPool-10876-thread-2) [    ] 
o.e.j.s.Server Started @2381821ms
   [junit4]   2> 2381711 INFO  (closeThreadPool-10876-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/tempDir-001/jetty2,
 solrconfig=solrconfig.xml, hostContext=/xh_na/ct, hostPort=39603, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/shard-2-001/cores}
   [junit4]   2> 2381711 ERROR (closeThreadPool-10876-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2381711 INFO  (closeThreadPool-10876-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2381711 INFO  (closeThreadPool-10876-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.7.0
   [junit4]   2> 2381711 INFO  (closeThreadPool-10876-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2381711 INFO  (closeThreadPool-10876-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2381711 INFO  (closeThreadPool-10876-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-01-07T05:09:31.287Z
   [junit4]   2> 2381713 INFO  (zkConnectionManagerCallback-10894-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2381714 INFO  (closeThreadPool-10876-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2381714 INFO  (closeThreadPool-10876-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/shard-2-001/solr.xml
   [junit4]   2> 2381719 INFO  (closeThreadPool-10876-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2381719 INFO  (closeThreadPool-10876-thread-2) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2381721 INFO  (closeThreadPool-10876-thread-2) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@185c2a66, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2381820 INFO  (closeThreadPool-10876-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44374/solr
   [junit4]   2> 2381843 INFO  (zkConnectionManagerCallback-10898-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2381899 INFO  (zkConnectionManagerCallback-10900-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2381904 INFO  (closeThreadPool-10876-thread-2) 
[n:127.0.0.1:39603_xh_na%2Fct    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (2)
   [junit4]   2> 2381908 INFO  (closeThreadPool-10876-thread-2) 
[n:127.0.0.1:39603_xh_na%2Fct    ] o.a.s.c.ZkController Publish 
node=127.0.0.1:39603_xh_na%2Fct as DOWN
   [junit4]   2> 2381909 INFO  (closeThreadPool-10876-thread-2) 
[n:127.0.0.1:39603_xh_na%2Fct    ] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 2381909 INFO  (closeThreadPool-10876-thread-2) 
[n:127.0.0.1:39603_xh_na%2Fct    ] o.a.s.c.ZkController Register node as live 
in ZooKeeper:/live_nodes/127.0.0.1:39603_xh_na%2Fct
   [junit4]   2> 2381911 INFO  (zkCallback-10874-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2381911 INFO  (zkCallback-10863-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2381911 INFO  (zkCallback-10883-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2381911 INFO  (zkCallback-10856-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2381919 INFO  (zkCallback-10890-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2381928 INFO  (zkCallback-10899-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2381998 INFO  
(TEST-ForceLeaderTest.testReplicasInLIRNoLeader-seed#[82FC50136F61DD87]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/shard-3-001
 of type NRT
   [junit4]   2> 2381998 WARN  (closeThreadPool-10876-thread-1) [    ] 
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
   [junit4]   2> 2381999 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
   [junit4]   2> 2381999 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
   [junit4]   2> 2381999 INFO  (closeThreadPool-10876-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> 2382007 INFO  (zkConnectionManagerCallback-10907-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2382009 INFO  (closeThreadPool-10876-thread-2) 
[n:127.0.0.1:39603_xh_na%2Fct    ] o.a.s.c.c.ZkStateReader Updated live nodes 
from ZooKeeper... (0) -> (3)
   [junit4]   2> 2382010 INFO  (closeThreadPool-10876-thread-2) 
[n:127.0.0.1:39603_xh_na%2Fct    ] o.a.s.c.s.i.ZkClientClusterStateProvider 
Cluster at 127.0.0.1:44374/solr ready
   [junit4]   2> 2382071 INFO  (closeThreadPool-10876-thread-2) 
[n:127.0.0.1:39603_xh_na%2Fct    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2382098 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2382098 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2382098 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2382103 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@25677177{/xh_na/ct,null,AVAILABLE}
   [junit4]   2> 2382104 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@3b3e554d{HTTP/1.1,[http/1.1]}{127.0.0.1:33707}
   [junit4]   2> 2382104 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.e.j.s.Server Started @2382214ms
   [junit4]   2> 2382104 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/tempDir-001/jetty3,
 solrconfig=solrconfig.xml, hostContext=/xh_na/ct, hostPort=37517, 
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/shard-3-001/cores}
   [junit4]   2> 2382104 ERROR (closeThreadPool-10876-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2382104 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2382104 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.7.0
   [junit4]   2> 2382104 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2382104 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2382105 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2019-01-07T05:09:31.681Z
   [junit4]   2> 2382106 INFO  (closeThreadPool-10876-thread-2) 
[n:127.0.0.1:39603_xh_na%2Fct    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@185c2a66
   [junit4]   2> 2382107 INFO  (zkConnectionManagerCallback-10910-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2382108 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2382108 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/shard-3-001/solr.xml
   [junit4]   2> 2382112 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2382112 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2382114 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@185c2a66, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2382122 INFO  (closeThreadPool-10876-thread-2) 
[n:127.0.0.1:39603_xh_na%2Fct    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@185c2a66
   [junit4]   2> 2382122 INFO  (closeThreadPool-10876-thread-2) 
[n:127.0.0.1:39603_xh_na%2Fct    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@185c2a66
   [junit4]   2> 2382124 INFO  (closeThreadPool-10876-thread-2) 
[n:127.0.0.1:39603_xh_na%2Fct    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/shard-2-001/cores
   [junit4]   2> 2382255 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44374/solr
   [junit4]   2> 2382256 INFO  (zkConnectionManagerCallback-10914-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2382260 INFO  (zkConnectionManagerCallback-10916-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2382266 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2382271 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.c.ZkController Publish node=127.0.0.1:37517_xh_na%2Fct as DOWN
   [junit4]   2> 2382272 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2382272 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37517_xh_na%2Fct
   [junit4]   2> 2382274 INFO  (zkCallback-10874-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2382274 INFO  (zkCallback-10890-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2382274 INFO  (zkCallback-10899-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2382274 INFO  (zkCallback-10883-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2382274 INFO  (zkCallback-10856-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2382275 INFO  (zkCallback-10863-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2382275 INFO  (zkCallback-10915-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2382275 INFO  (zkCallback-10906-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
   [junit4]   2> 2382313 INFO  (zkConnectionManagerCallback-10923-thread-1) [   
 ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2382315 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
   [junit4]   2> 2382316 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44374/solr ready
   [junit4]   2> 2382321 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 2382350 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@185c2a66
   [junit4]   2> 2382368 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@185c2a66
   [junit4]   2> 2382368 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@185c2a66
   [junit4]   2> 2382371 INFO  (closeThreadPool-10876-thread-1) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/shard-3-001/cores
   [junit4]   2> 2382460 INFO  (SocketProxy-Acceptor-36331) [    ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=33148,localport=36331], receiveBufferSize:531000
   [junit4]   2> 2382471 INFO  (SocketProxy-Acceptor-36331) [    ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=40424,localport=47408], receiveBufferSize=530904
   [junit4]   2> 2382472 INFO  (SocketProxy-Acceptor-36331) [    ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=33152,localport=36331], receiveBufferSize:531000
   [junit4]   2> 2382472 INFO  (qtp2095660133-49045) 
[n:127.0.0.1:36331_xh_na%2Fct    ] o.a.s.h.a.CollectionsHandler Invoked 
Collection Action :addreplica with params 
node=127.0.0.1:36331_xh_na%252Fct&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2382473 INFO  (SocketProxy-Acceptor-36331) [    ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=40424,localport=47414], receiveBufferSize=530904
   [junit4]   2> 2382473 INFO  (SocketProxy-Acceptor-36331) [    ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=33154,localport=36331], receiveBufferSize:531000
   [junit4]   2> 2382474 INFO  (qtp2095660133-49048) 
[n:127.0.0.1:36331_xh_na%2Fct    ] o.a.s.h.a.CollectionsHandler Invoked 
Collection Action :addreplica with params 
node=127.0.0.1:39603_xh_na%252Fct&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2382474 INFO  (SocketProxy-Acceptor-36331) [    ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=40424,localport=47416], receiveBufferSize=530904
   [junit4]   2> 2382474 INFO  (qtp2095660133-49046) 
[n:127.0.0.1:36331_xh_na%2Fct    ] o.a.s.h.a.CollectionsHandler Invoked 
Collection Action :addreplica with params 
node=127.0.0.1:37517_xh_na%252Fct&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2382481 INFO  
(OverseerCollectionConfigSetProcessor-72580082575409156-127.0.0.1:42207_xh_na%2Fct-n_0000000000)
 [n:127.0.0.1:42207_xh_na%2Fct    ] 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> 2382494 INFO  (SocketProxy-Acceptor-36331) [    ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=33160,localport=36331], receiveBufferSize:531000
   [junit4]   2> 2382496 INFO  (SocketProxy-Acceptor-36331) [    ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=40424,localport=47420], receiveBufferSize=530904
   [junit4]   2> 2382497 INFO  (qtp2095660133-49049) 
[n:127.0.0.1:36331_xh_na%2Fct    ] 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> 2382498 INFO  (qtp2095660133-49047) 
[n:127.0.0.1:36331_xh_na%2Fct    ] 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> 2382501 INFO  (qtp2095660133-49049) 
[n:127.0.0.1:36331_xh_na%2Fct    ] 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> 2382502 INFO  (qtp2095660133-49047) 
[n:127.0.0.1:36331_xh_na%2Fct    ] 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> 2382503 INFO  (qtp2095660133-49049) 
[n:127.0.0.1:36331_xh_na%2Fct    ] 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> 2382503 INFO  (SocketProxy-Acceptor-37517) [    ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=49548,localport=37517], receiveBufferSize:531000
   [junit4]   2> 2382505 INFO  (SocketProxy-Acceptor-37517) [    ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=33707,localport=58872], receiveBufferSize=530904
   [junit4]   2> 2382506 INFO  (qtp1430358138-49110) 
[n:127.0.0.1:37517_xh_na%2Fct    ] 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> 2382510 INFO  (qtp1430358138-49111) 
[n:127.0.0.1:37517_xh_na%2Fct    ] 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> 2382511 INFO  (qtp1430358138-49112) 
[n:127.0.0.1:37517_xh_na%2Fct    ] 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> 2382512 INFO  (qtp1430358138-49113) 
[n:127.0.0.1:37517_xh_na%2Fct    ] 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> 2382513 INFO  (qtp1430358138-49108) 
[n:127.0.0.1:37517_xh_na%2Fct    ] 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> 2382514 INFO  (SocketProxy-Acceptor-39603) [    ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=57610,localport=39603], receiveBufferSize:531000
   [junit4]   2> 2382514 INFO  (SocketProxy-Acceptor-39603) [    ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=40183,localport=51372], receiveBufferSize=530904
   [junit4]   2> 2382515 INFO  (qtp311316050-49078) 
[n:127.0.0.1:39603_xh_na%2Fct    ] 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> 2382516 INFO  (qtp311316050-49077) 
[n:127.0.0.1:39603_xh_na%2Fct    ] 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> 2382517 INFO  (qtp311316050-49079) 
[n:127.0.0.1:39603_xh_na%2Fct    ] 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> 2382518 INFO  (qtp311316050-49080) 
[n:127.0.0.1:39603_xh_na%2Fct    ] 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> 2382519 INFO  (qtp311316050-49076) 
[n:127.0.0.1:39603_xh_na%2Fct    ] 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> 2382520 INFO  (qtp72007760-48979) 
[n:127.0.0.1:42207_xh_na%2Fct    ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 2382520 INFO  (qtp72007760-48978) 
[n:127.0.0.1:42207_xh_na%2Fct    ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 2382521 INFO  (qtp72007760-48980) 
[n:127.0.0.1:42207_xh_na%2Fct    ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/metrics 
params={wt=javabin&version=2&key=solr.core.control_collection.shard1.replica_n1:INDEX.sizeInBytes}
 status=0 QTime=0
   [junit4]   2> 2382522 INFO  (qtp72007760-48981) 
[n:127.0.0.1:42207_xh_na%2Fct    ] 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> 2382523 INFO  (qtp72007760-48982) 
[n:127.0.0.1:42207_xh_na%2Fct    ] 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> 2382524 INFO  (qtp72007760-48979) 
[n:127.0.0.1:42207_xh_na%2Fct    ] 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> 2382525 INFO  (qtp72007760-48978) 
[n:127.0.0.1:42207_xh_na%2Fct    ] 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> 2382526 INFO  (qtp72007760-48980) 
[n:127.0.0.1:42207_xh_na%2Fct    ] 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> 2382528 INFO  
(OverseerThreadFactory-11696-thread-3-processing-n:127.0.0.1:42207_xh_na%2Fct) 
[n:127.0.0.1:42207_xh_na%2Fct c:collection1 s:shard2  ] 
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:36331_xh_na%2Fct for 
creating new replica of shard shard2 for collection collection1
   [junit4]   2> 2382529 INFO  
(OverseerThreadFactory-11696-thread-4-processing-n:127.0.0.1:42207_xh_na%2Fct) 
[n:127.0.0.1:42207_xh_na%2Fct c:collection1 s:shard1  ] 
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:39603_xh_na%2Fct for 
creating new replica of shard shard1 for collection collection1
   [junit4]   2> 2382530 INFO  
(OverseerThreadFactory-11696-thread-3-processing-n:127.0.0.1:42207_xh_na%2Fct) 
[n:127.0.0.1:42207_xh_na%2Fct c:collection1 s:shard2  ] 
o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 2382531 INFO  (SocketProxy-Acceptor-36331) [    ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=33172,localport=36331], receiveBufferSize:531000
   [junit4]   2> 2382532 INFO  
(OverseerThreadFactory-11696-thread-4-processing-n:127.0.0.1:42207_xh_na%2Fct) 
[n:127.0.0.1:42207_xh_na%2Fct c:collection1 s:shard1  ] 
o.a.s.c.a.c.AddReplicaCmd Returning CreateReplica command.
   [junit4]   2> 2382540 INFO  (qtp2095660133-49049) 
[n:127.0.0.1:36331_xh_na%2Fct    x:collection1_shard2_replica_n1] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2382541 INFO  (SocketProxy-Acceptor-39603) [    ] 
o.a.s.c.s.c.SocketProxy accepted 
Socket[addr=/127.0.0.1,port=57618,localport=39603], receiveBufferSize:531000
   [junit4]   2> 2382541 INFO  (SocketProxy-Acceptor-36331) [    ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=40424,localport=47432], receiveBufferSize=530904
   [junit4]   2> 2382542 INFO  (SocketProxy-Acceptor-39603) [    ] 
o.a.s.c.s.c.SocketProxy proxy connection 
Socket[addr=/127.0.0.1,port=40183,localport=51380], receiveBufferSize=530904
   [junit4]   2> 2382543 INFO  (qtp311316050-49077) 
[n:127.0.0.1:39603_xh_na%2Fct    x:collection1_shard1_replica_n2] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n2&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2383562 INFO  (qtp2095660133-49049) 
[n:127.0.0.1:36331_xh_na%2Fct c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
7.7.0
   [junit4]   2> 2383605 INFO  (qtp311316050-49077) 
[n:127.0.0.1:39603_xh_na%2Fct c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
7.7.0
   [junit4]   2> 2383632 INFO  (qtp311316050-49077) 
[n:127.0.0.1:39603_xh_na%2Fct c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n2] Schema name=test
   [junit4]   2> 2383632 INFO  (qtp2095660133-49049) 
[n:127.0.0.1:36331_xh_na%2Fct c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n1] Schema name=test
   [junit4]   2> 2383823 INFO  (qtp2095660133-49049) 
[n:127.0.0.1:36331_xh_na%2Fct c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema Loaded schema test/1.0 
with uniqueid field id
   [junit4]   2> 2383830 INFO  (qtp311316050-49077) 
[n:127.0.0.1:39603_xh_na%2Fct c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema test/1.0 
with uniqueid field id
   [junit4]   2> 2383847 INFO  (qtp2095660133-49049) 
[n:127.0.0.1:36331_xh_na%2Fct c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.c.CoreContainer Creating SolrCore 
'collection1_shard2_replica_n1' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 2383849 INFO  (qtp2095660133-49049) 
[n:127.0.0.1:36331_xh_na%2Fct c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n1' (registry 
'solr.core.collection1.shard2.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@185c2a66
   [junit4]   2> 2383850 INFO  (qtp2095660133-49049) 
[n:127.0.0.1:36331_xh_na%2Fct c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n1] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/shard-1-001/cores/collection1_shard2_replica_n1],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/shard-1-001/cores/collection1_shard2_replica_n1/data/]
   [junit4]   2> 2383856 INFO  (qtp2095660133-49049) 
[n:127.0.0.1:36331_xh_na%2Fct c:collection1 s:shard2  
x:collection1_shard2_replica_n1] o.a.s.u.RandomMergePolicy RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1568650642, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 2383858 WARN  (qtp2095660133-49049) 
[n:127.0.0.1:36331_xh_na%2Fct c:collection1 s:shard2  
x:collection1_shard2_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> 2383870 INFO  (qtp311316050-49077) 
[n:127.0.0.1:39603_xh_na%2Fct c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.c.CoreContainer Creating SolrCore 
'collection1_shard1_replica_n2' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 2383870 INFO  (qtp311316050-49077) 
[n:127.0.0.1:39603_xh_na%2Fct c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n2' (registry 
'solr.core.collection1.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@185c2a66
   [junit4]   2> 2383871 INFO  (qtp311316050-49077) 
[n:127.0.0.1:39603_xh_na%2Fct c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n2] ] Opening new SolrCore at 
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/shard-2-001/cores/collection1_shard1_replica_n2],
 
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001/shard-2-001/cores/collection1_shard1_replica_n2/data/]
   [junit4]   2> 2383877 INFO  (qtp311316050-49077) 
[n:127.0.0.1:39603_xh_na%2Fct c:collection1 s:shard1  
x:collection1_shard1_replica_n2] o.a.s.u.RandomMergePolicy RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1568650642, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 2383879 WARN  (qtp311316050-49077) [n:127.

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

ecting to 127.0.0.1 44374
   [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=ForceLeaderTest 
-Dtests.method=testReplicasInLIRNoLeader -Dtests.seed=82FC50136F61DD87 
-Dtests.multiplier=2 -Dtests.nightly=true -Dtests.slow=true 
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt
 -Dtests.locale=ar-IQ -Dtests.timezone=Asia/Taipei -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] ERROR    153s J2 | ForceLeaderTest.testReplicasInLIRNoLeader <<<
   [junit4]    > Throwable #1: 
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting 
response from server at: 
http://127.0.0.1:37517/xh_na/ct/forceleader_test_collection
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([82FC50136F61DD87:646B64D356E324E6]:0)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:484)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:414)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1110)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:504)
   [junit4]    >        at 
org.apache.solr.client.solrj.SolrClient.commit(SolrClient.java:479)
   [junit4]    >        at 
org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:294)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1063)
   [junit4]    >        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:1035)
   [junit4]    >        at java.lang.Thread.run(Thread.java:748)
   [junit4]    > Caused by: java.net.SocketTimeoutException: Read timed out
   [junit4]    >        at java.net.SocketInputStream.socketRead0(Native Method)
   [junit4]    >        at 
java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:171)
   [junit4]    >        at 
java.net.SocketInputStream.read(SocketInputStream.java:141)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
   [junit4]    >        at 
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
   [junit4]    >        at 
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
   [junit4]    >        at 
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
   [junit4]    >        at 
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
   [junit4]    >        at 
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
   [junit4]    >        at 
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
   [junit4]    >        at 
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
   [junit4]    >        at 
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
   [junit4]    >        at 
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
   [junit4]    >        at 
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
   [junit4]    >        at 
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
   [junit4]    >        at 
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
   [junit4]    >        at 
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
   [junit4]    >        ... 52 more
   [junit4] IGNOR/A 0.00s J2 | ForceLeaderTest.testReplicasInLowerTerms
   [junit4]    > Assumption #1: 'badapple' test group is disabled 
(@BadApple(bugUrl=https://issues.apache.org/jira/browse/SOLR-12028))
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.ForceLeaderTest_82FC50136F61DD87-001
   [junit4]   2> Jan 07, 2019 5:12:00 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=CheapBastard, 
sim=RandomSimilarity(queryNorm=true): {}, locale=ar-IQ, timezone=Asia/Taipei
   [junit4]   2> NOTE: Linux 4.4.0-137-generic amd64/Oracle Corporation 
1.8.0_191 (64-bit)/cpus=4,threads=1,free=109892120,total=535298048
   [junit4]   2> NOTE: All tests run in this JVM: 
[ByteBuffersDirectoryFactoryTest, ClusterStateUpdateTest, TestHdfsUpdateLog, 
DistributedUpdateProcessorTest, TestSchemaVersionResource, DebugComponentTest, 
AtomicUpdatesTest, AsyncCallRequestStatusResponseTest, 
TestLegacyNumericRangeQueryBuilder, ConnectionManagerTest, TestCustomSort, 
TriLevelCompositeIdRoutingTest, TestDocumentBuilder, SolrCloudReportersTest, 
TestSolrConfigHandlerCloud, TestStressVersions, AutoScalingHandlerTest, 
MigrateRouteKeyTest, DeleteInactiveReplicaTest, SolrCoreTest, TestTrie, 
AddReplicaTest, HdfsDirectoryFactoryTest, TestStressInPlaceUpdates, 
PreAnalyzedUpdateProcessorTest, TestOrdValues, TestMiniSolrCloudClusterSSL, 
TestLeaderElectionZkExpiry, TestChildDocTransformerHierarchy, TestInitParams, 
TestCodecSupport, TestHighFrequencyDictionaryFactory, TestCloudInspectUtil, 
TestPayloadCheckQParserPlugin, TestSimDistribStateManager, 
TestManagedStopFilterFactory, CustomCollectionTest, 
ScheduledTriggerIntegrationTest, JSONWriterTest, 
HdfsChaosMonkeyNothingIsSafeTest, BasicZkTest, BinaryUpdateRequestHandlerTest, 
NumericFieldsTest, SolrXmlInZkTest, TestSearcherReuse, BadCopyFieldTest, 
PeerSyncWithLeaderTest, TestPKIAuthenticationPlugin, 
TemplateUpdateProcessorTest, DistributedTermsComponentTest, 
SuggestComponentTest, TestCloudSchemaless, TestTolerantUpdateProcessorCloud, 
HDFSCollectionsAPITest, TestClusterStateMutator, TestConfigSetsAPIZkFailure, 
ReplaceNodeTest, TestCharFilters, HdfsRecoverLeaseTest, 
CoreAdminRequestStatusTest, AnalyticsMergeStrategyTest, 
HdfsAutoAddReplicasIntegrationTest, StatsReloadRaceTest, CoreSorterTest, 
XsltUpdateRequestHandlerTest, TestFieldCacheSortRandom, TestLegacyFieldCache, 
FullHLLTest, MultiThreadedOCPTest, SpellCheckCollatorWithCollapseTest, 
TestPostingsSolrHighlighter, SolrRequestParserTest, RollingRestartTest, 
ResponseLogComponentTest, TestCloudPseudoReturnFields, 
SignatureUpdateProcessorFactoryTest, DistributedQueueTest, ZkCLITest, 
DistributedIntervalFacetingTest, TimeRoutedAliasUpdateProcessorTest, 
TestSolrDeletionPolicy2, TestRandomRequestDistribution, TestCollectionAPIs, 
SuggesterTSTTest, TestComplexPhraseLeadingWildcard, SearchRateTriggerTest, 
DistanceUnitsTest, TestLegacyNumericUtils, 
TestPerFieldSimilarityWithDefaultOverride, MetricTriggerIntegrationTest, 
TestDynamicFieldCollectionResource, TestEmbeddedSolrServerAdminHandler, 
NodeMarkersRegistrationTest, HdfsLockFactoryTest, 
SimpleCollectionCreateDeleteTest, TestJoin, TestHdfsCloudBackupRestore, 
HttpPartitionTest, RandomizedTaggerTest, OrderedExecutorTest, RecoveryZkTest, 
TestReload, TestRestManager, SolrIndexConfigTest, ChangedSchemaMergeTest, 
TestJsonFacets, BJQParserTest, FileBasedSpellCheckerTest, SparseHLLTest, 
TestAuthenticationFramework, DocValuesMultiTest, CdcrRequestHandlerTest, 
FieldAnalysisRequestHandlerTest, LeaderVoteWaitTimeoutTest, 
HdfsUnloadDistributedZkTest, CleanupOldIndexTest, SolrCoreMetricManagerTest, 
TestIndexingPerformance, AlternateDirectoryTest, NodeAddedTriggerTest, 
TestSimNodeAddedTrigger, VersionInfoTest, BigEndianAscendingWordSerializerTest, 
TestHttpShardHandlerFactory, TestSSLRandomization, TestMergePolicyConfig, 
TestSimTriggerIntegration, ConvertedLegacyTest, TransactionLogTest, 
SolrTestCaseJ4Test, TestSort, DistributedFacetPivotSmallAdvancedTest, 
DistribCursorPagingTest, CdcrUpdateLogTest, ManagedSchemaRoundRobinCloudTest, 
CollectionStateFormat2Test, CollectionsAPISolrJTest, DeleteShardTest, 
ForceLeaderTest]
   [junit4] Completed [404/835 (1!)] on J2 in 153.71s, 3 tests, 1 error, 2 
skipped <<< FAILURES!

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

Total time: 283 minutes 37 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to