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

8 tests failed.
FAILED:  org.apache.lucene.index.TestDuelingCodecsAtNight.testBigEquals

Error Message:
Java heap space

Stack Trace:
java.lang.OutOfMemoryError: Java heap space
        at 
__randomizedtesting.SeedInfo.seed([8C6FB86E1DDA5339:6F6BE3EBB6C1977E]:0)
        at org.apache.lucene.util.fst.BytesStore.skipBytes(BytesStore.java:307)
        at org.apache.lucene.util.fst.FST.addNode(FST.java:701)
        at org.apache.lucene.util.fst.NodeHash.add(NodeHash.java:126)
        at org.apache.lucene.util.fst.Builder.compileNode(Builder.java:200)
        at org.apache.lucene.util.fst.Builder.freezeTail(Builder.java:296)
        at org.apache.lucene.util.fst.Builder.add(Builder.java:400)
        at 
org.apache.lucene.codecs.memory.MemoryPostingsFormat$TermsWriter.finishTerm(MemoryPostingsFormat.java:245)
        at 
org.apache.lucene.codecs.memory.MemoryPostingsFormat$TermsWriter.access$300(MemoryPostingsFormat.java:104)
        at 
org.apache.lucene.codecs.memory.MemoryPostingsFormat$MemoryFieldsConsumer.write(MemoryPostingsFormat.java:386)
        at 
org.apache.lucene.codecs.FieldsConsumer.merge(FieldsConsumer.java:105)
        at 
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter.merge(PerFieldPostingsFormat.java:164)
        at 
org.apache.lucene.index.SegmentMerger.mergeTerms(SegmentMerger.java:231)
        at org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:116)
        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4446)
        at org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4068)
        at 
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
        at org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2170)
        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5103)
        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1612)
        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1228)
        at 
org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:189)
        at 
org.apache.lucene.index.TestDuelingCodecs.createRandomIndex(TestDuelingCodecs.java:139)
        at 
org.apache.lucene.index.TestDuelingCodecsAtNight.testBigEquals(TestDuelingCodecsAtNight.java:34)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)


FAILED:  org.apache.solr.cloud.LIROnShardRestartTest.testAllReplicasInLIR

Error Message:
No live SolrServers available to handle this request

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request
        at 
__randomizedtesting.SeedInfo.seed([9216266A93445FCD:C88E1CACEDC4382A]:0)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:460)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107)
        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.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.LIROnShardRestartTest.testAllReplicasInLIR(LIROnShardRestartTest.java:175)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.LIROnShardRestartTest.testSeveralReplicasInLIR

Error Message:
No live SolrServers available to handle this request

Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available 
to handle this request
        at 
__randomizedtesting.SeedInfo.seed([9216266A93445FCD:144CB15EB31E1294]:0)
        at 
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:460)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1107)
        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.SolrRequest.process(SolrRequest.java:211)
        at 
org.apache.solr.cloud.LIROnShardRestartTest.testSeveralReplicasInLIR(LIROnShardRestartTest.java:190)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  junit.framework.TestSuite.org.apache.solr.cloud.LIROnShardRestartTest

Error Message:
Suite timeout exceeded (>= 7200000 msec).

Stack Trace:
java.lang.Exception: Suite timeout exceeded (>= 7200000 msec).
        at __randomizedtesting.SeedInfo.seed([9216266A93445FCD]:0)


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

Error Message:
Unable to restart (#4): CloudJettyRunner 
[url=https://127.0.0.1:33564/edbs/mc/collection1_shard2_replica_n53]

Stack Trace:
java.lang.AssertionError: Unable to restart (#4): CloudJettyRunner 
[url=https://127.0.0.1:33564/edbs/mc/collection1_shard2_replica_n53]
        at 
__randomizedtesting.SeedInfo.seed([9216266A93445FCD:1A4219B03DB83235]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.RollingRestartTest.restartWithRolesTest(RollingRestartTest.java:104)
        at 
org.apache.solr.cloud.RollingRestartTest.test(RollingRestartTest.java:53)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1008)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
junit.framework.TestSuite.org.apache.solr.rest.TestManagedResourceStorage

Error Message:
SolrCore.getOpenCount()==2

Stack Trace:
java.lang.RuntimeException: SolrCore.getOpenCount()==2
        at __randomizedtesting.SeedInfo.seed([9216266A93445FCD]:0)
        at org.apache.solr.util.TestHarness.close(TestHarness.java:380)
        at org.apache.solr.SolrTestCaseJ4.deleteCore(SolrTestCaseJ4.java:802)
        at 
org.apache.solr.cloud.AbstractZkTestCase.azt_afterClass(AbstractZkTestCase.java:147)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:898)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
junit.framework.TestSuite.org.apache.solr.rest.TestManagedResourceStorage

Error Message:
4 threads leaked from SUITE scope at 
org.apache.solr.rest.TestManagedResourceStorage:     1) Thread[id=52853, 
name=ProcessThread(sid:0 cport:44342):, state=WAITING, 
group=TGRP-TestManagedResourceStorage]         at sun.misc.Unsafe.park(Native 
Method)         at 
java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)         at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
         at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)     
    at 
org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:123)
    2) Thread[id=52851, name=SessionTracker, state=TIMED_WAITING, 
group=TGRP-TestManagedResourceStorage]         at java.lang.Object.wait(Native 
Method)         at 
org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:147) 
   3) Thread[id=52849, name=Thread-13740, state=WAITING, 
group=TGRP-TestManagedResourceStorage]         at java.lang.Object.wait(Native 
Method)         at java.lang.Thread.join(Thread.java:1252)         at 
java.lang.Thread.join(Thread.java:1326)         at 
org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:313)
         at 
org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:313)
         at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:496)    
4) Thread[id=52850, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, 
state=RUNNABLE, group=TGRP-TestManagedResourceStorage]         at 
sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at 
sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)         at 
sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)         at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:196)
         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 4 threads leaked from SUITE 
scope at org.apache.solr.rest.TestManagedResourceStorage: 
   1) Thread[id=52853, name=ProcessThread(sid:0 cport:44342):, state=WAITING, 
group=TGRP-TestManagedResourceStorage]
        at sun.misc.Unsafe.park(Native Method)
        at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
        at 
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
        at 
java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
        at 
org.apache.zookeeper.server.PrepRequestProcessor.run(PrepRequestProcessor.java:123)
   2) Thread[id=52851, name=SessionTracker, state=TIMED_WAITING, 
group=TGRP-TestManagedResourceStorage]
        at java.lang.Object.wait(Native Method)
        at 
org.apache.zookeeper.server.SessionTrackerImpl.run(SessionTrackerImpl.java:147)
   3) Thread[id=52849, name=Thread-13740, state=WAITING, 
group=TGRP-TestManagedResourceStorage]
        at java.lang.Object.wait(Native Method)
        at java.lang.Thread.join(Thread.java:1252)
        at java.lang.Thread.join(Thread.java:1326)
        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.join(NIOServerCnxnFactory.java:313)
        at 
org.apache.solr.cloud.ZkTestServer$ZKServerMain.runFromConfig(ZkTestServer.java:313)
        at org.apache.solr.cloud.ZkTestServer$2.run(ZkTestServer.java:496)
   4) Thread[id=52850, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, 
state=RUNNABLE, group=TGRP-TestManagedResourceStorage]
        at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:196)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([9216266A93445FCD]:0)


FAILED:  
junit.framework.TestSuite.org.apache.solr.rest.TestManagedResourceStorage

Error Message:
There are still zombie threads that couldn't be terminated:    1) 
Thread[id=52850, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, state=RUNNABLE, 
group=TGRP-TestManagedResourceStorage]         at 
sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)         at 
sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)         at 
sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)         at 
sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)         at 
sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)         at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:196)
         at java.lang.Thread.run(Thread.java:748)

Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie 
threads that couldn't be terminated:
   1) Thread[id=52850, name=NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0, 
state=RUNNABLE, group=TGRP-TestManagedResourceStorage]
        at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
        at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
        at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
        at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
        at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:196)
        at java.lang.Thread.run(Thread.java:748)
        at __randomizedtesting.SeedInfo.seed([9216266A93445FCD]:0)




Build Log:
[...truncated 1505 lines...]
   [junit4] Suite: org.apache.lucene.index.TestDuelingCodecsAtNight
   [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=TestDuelingCodecsAtNight -Dtests.method=testBigEquals 
-Dtests.seed=8C6FB86E1DDA5339 -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-AE -Dtests.timezone=Asia/Damascus -Dtests.asserts=true 
-Dtests.file.encoding=ISO-8859-1
   [junit4] ERROR   1552s J2 | TestDuelingCodecsAtNight.testBigEquals <<<
   [junit4]    > Throwable #1: java.lang.OutOfMemoryError: Java heap space
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([8C6FB86E1DDA5339:6F6BE3EBB6C1977E]:0)
   [junit4]    >        at 
org.apache.lucene.util.fst.BytesStore.skipBytes(BytesStore.java:307)
   [junit4]    >        at org.apache.lucene.util.fst.FST.addNode(FST.java:701)
   [junit4]    >        at 
org.apache.lucene.util.fst.NodeHash.add(NodeHash.java:126)
   [junit4]    >        at 
org.apache.lucene.util.fst.Builder.compileNode(Builder.java:200)
   [junit4]    >        at 
org.apache.lucene.util.fst.Builder.freezeTail(Builder.java:296)
   [junit4]    >        at 
org.apache.lucene.util.fst.Builder.add(Builder.java:400)
   [junit4]    >        at 
org.apache.lucene.codecs.memory.MemoryPostingsFormat$TermsWriter.finishTerm(MemoryPostingsFormat.java:245)
   [junit4]    >        at 
org.apache.lucene.codecs.memory.MemoryPostingsFormat$TermsWriter.access$300(MemoryPostingsFormat.java:104)
   [junit4]    >        at 
org.apache.lucene.codecs.memory.MemoryPostingsFormat$MemoryFieldsConsumer.write(MemoryPostingsFormat.java:386)
   [junit4]    >        at 
org.apache.lucene.codecs.FieldsConsumer.merge(FieldsConsumer.java:105)
   [junit4]    >        at 
org.apache.lucene.codecs.perfield.PerFieldPostingsFormat$FieldsWriter.merge(PerFieldPostingsFormat.java:164)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.mergeTerms(SegmentMerger.java:231)
   [junit4]    >        at 
org.apache.lucene.index.SegmentMerger.merge(SegmentMerger.java:116)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.mergeMiddle(IndexWriter.java:4446)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.merge(IndexWriter.java:4068)
   [junit4]    >        at 
org.apache.lucene.index.SerialMergeScheduler.merge(SerialMergeScheduler.java:40)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.maybeMerge(IndexWriter.java:2170)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.processEvents(IndexWriter.java:5103)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.updateDocument(IndexWriter.java:1612)
   [junit4]    >        at 
org.apache.lucene.index.IndexWriter.addDocument(IndexWriter.java:1228)
   [junit4]    >        at 
org.apache.lucene.index.RandomIndexWriter.addDocument(RandomIndexWriter.java:189)
   [junit4]    >        at 
org.apache.lucene.index.TestDuelingCodecs.createRandomIndex(TestDuelingCodecs.java:139)
   [junit4]    >        at 
org.apache.lucene.index.TestDuelingCodecsAtNight.testBigEquals(TestDuelingCodecsAtNight.java:34)
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/core/test/J2/temp/lucene.index.TestDuelingCodecsAtNight_8C6FB86E1DDA5339-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=1805, maxMBSortInHeap=5.817006486554353, 
sim=RandomSimilarity(queryNorm=true): {titleTokenized=DFR I(F)2, body=DFR 
I(n)LZ(0.3)}, locale=ar-AE, timezone=Asia/Damascus
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_172 (64-bit)/cpus=4,threads=1,free=335738712,total=533200896
   [junit4]   2> NOTE: All tests run in this JVM: [TestFieldMaskingSpanQuery, 
TestLucene50TermVectorsFormat, TestUTF32ToUTF8, 
TestApproximationSearchEquivalence, TestIndexWriterMergePolicy, 
TestDocumentsWriterDeleteQueue, TestDocValues, TestQueryBuilder, 
TestOneMergeWrappingMergePolicy, TestSimpleExplanations, TestOmitNorms, 
TestAllFilesCheckIndexHeader, TestQueryRescorer, TestTerms, 
TestTermVectorsReader, TestNamedSPILoader, TestMatchesIterator, 
TestMSBRadixSorter, TestLucene50LiveDocsFormat, TestNewestSegment, 
TestStressNRT, TestCharArraySet, TestSearchWithThreads, TestNGramPhraseQuery, 
TestSleepingLockWrapper, TestDocValuesQueries, TestFilterLeafReader, 
TestPointValues, TestLongValuesSource, TestBlockPostingsFormat3, TestWildcard, 
TestFuzzyQuery, TestSetOnce, TestLatLonPointQueries, 
TestMultiTermQueryRewrites, TestCodecUtil, TestThreadedForceMerge, 
TestFlushByRamOrCountsPolicy, TestParallelLeafReader, TestHugeRamFile, 
TestSpanOrQuery, TestSpanMultiTermQueryWrapper, TestTopDocsCollector, 
TestMultiMMap, TestIndexTooManyDocs, TestSearchForDuplicates, 
TestDoubleRangeFieldQueries, TestBagOfPostings, FuzzyTermOnShortTermsTest, 
TestSizeBoundedForceMerge, TestCrash, TestReaderWrapperDVTypeCheck, 
TestPointQueries, TestFieldsReader, TestTermRangeQuery, TestShardSearching, 
TestField, TestNoMergeScheduler, TestIndexManyDocuments, TestByteSlices, 
TestPackedTokenAttributeImpl, TestPackedInts, TestNRTReaderWithThreads, 
Test2BTerms, TestBytesRef, TestIntRange, TestCollectionUtil, 
TestEarlyTermination, TestIndexWriterOnDiskFull, TestSortedNumericSortField, 
TestBlendedTermQuery, TestLucene70SegmentInfoFormat, TestSubScorerFreqs, 
TestSimpleSearchEquivalence, TestUnicodeUtil, TestBooleanMinShouldMatch, 
TestSameTokenSamePosition, TestStopFilter, TestIndexedDISI, TestSpanBoostQuery, 
TestSegmentReader, TestAssertions, TestDemo, TestExternalCodecs, 
TestCharFilter, TestCharacterUtils, TestDelegatingAnalyzerWrapper, TestToken, 
TestWordlistLoader, TestStandardAnalyzer, TestHighCompressionMode, 
TestPerFieldPostingsFormat, TestPerFieldPostingsFormat2, TestBinaryDocument, 
TestDateTools, TestDocument, TestLatLonDocValuesField, TestLatLonPoint, 
TestLatLonPointDistanceSort, TestLongRange, TestGeoEncodingUtils, TestGeoUtils, 
TestPolygon, TestPolygon2D, Test2BBinaryDocValues, Test2BDocs, 
Test2BNumericDocValues, Test2BPoints, Test2BPositions, Test2BPostings, 
TestDuelingCodecsAtNight]
   [junit4] Completed [315/486 (1!)] on J2 in 1606.69s, 3 tests, 1 error <<< 
FAILURES!

[...truncated 598 lines...]
   [junit4] JVM J2: stdout was not empty, see: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/lucene/build/core/test/temp/junit4-J2-20180928_005510_4988752268916317971926.sysout
   [junit4] >>> JVM J2 emitted unexpected output (verbatim) ----
   [junit4] java.lang.OutOfMemoryError: Java heap space
   [junit4] Dumping heap to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/heapdumps/java_pid26341.hprof
 ...
   [junit4] Heap dump file created [423433783 bytes in 2.092 secs]
   [junit4] <<< JVM J2: EOF ----

[...truncated 12060 lines...]
   [junit4] Suite: org.apache.solr.cloud.RollingRestartTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_9216266A93445FCD-001/init-core-data-001
   [junit4]   2> 2445219 WARN  
(SUITE-RollingRestartTest-seed#[9216266A93445FCD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=57 numCloses=57
   [junit4]   2> 2445219 INFO  
(SUITE-RollingRestartTest-seed#[9216266A93445FCD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2445221 INFO  
(SUITE-RollingRestartTest-seed#[9216266A93445FCD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2445221 INFO  
(SUITE-RollingRestartTest-seed#[9216266A93445FCD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2445222 INFO  
(SUITE-RollingRestartTest-seed#[9216266A93445FCD]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: 
/edbs/mc
   [junit4]   2> 2445223 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2445228 INFO  (Thread-1149) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2445228 INFO  (Thread-1149) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2445290 ERROR (Thread-1149) [    ] o.a.z.s.ZooKeeperServer 
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action 
on ERROR or SHUTDOWN server state changes
   [junit4]   2> 2445328 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:39868
   [junit4]   2> 2445378 INFO  (zkConnectionManagerCallback-2575-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2445420 INFO  (zkConnectionManagerCallback-2577-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2445424 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/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> 2445425 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/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> 2445426 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/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> 2445427 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/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> 2445428 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/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> 2445429 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/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> 2445429 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/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> 2445430 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/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> 2445450 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/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> 2445451 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/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> 2445452 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/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> 2445518 INFO  (zkConnectionManagerCallback-2581-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2445519 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 2445921 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] o.e.j.s.Server 
jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2446015 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 2446015 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] o.e.j.s.session 
No SessionScavenger set, using defaults
   [junit4]   2> 2446015 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] o.e.j.s.session 
node0 Scavenging every 660000ms
   [junit4]   2> 2446023 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@72d16648{/edbs/mc,null,AVAILABLE}
   [junit4]   2> 2446024 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2ee4c1bf{SSL,[ssl, 
http/1.1]}{127.0.0.1:37205}
   [junit4]   2> 2446024 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] o.e.j.s.Server 
Started @2446100ms
   [junit4]   2> 2446024 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_9216266A93445FCD-001/tempDir-001/control/data,
 hostContext=/edbs/mc, hostPort=37205, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_9216266A93445FCD-001/control-001/cores}
   [junit4]   2> 2446025 ERROR 
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2446025 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2446025 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 2446025 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2446025 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2446025 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-09-28T07:31:04.946Z
   [junit4]   2> 2446050 INFO  (zkConnectionManagerCallback-2583-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2446051 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2446051 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_9216266A93445FCD-001/control-001/solr.xml
   [junit4]   2> 2446054 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2446054 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2446055 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@42ddb99c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2446386 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39868/solr
   [junit4]   2> 2446396 INFO  (zkConnectionManagerCallback-2587-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2446433 INFO  (zkConnectionManagerCallback-2589-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2446679 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) 
[n:127.0.0.1:37205_edbs%2Fmc    ] o.a.s.c.OverseerElectionContext I am going to 
be the leader 127.0.0.1:37205_edbs%2Fmc
   [junit4]   2> 2446680 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) 
[n:127.0.0.1:37205_edbs%2Fmc    ] o.a.s.c.Overseer Overseer 
(id=73398281364701189-127.0.0.1:37205_edbs%2Fmc-n_0000000000) starting
   [junit4]   2> 2446729 INFO  (zkConnectionManagerCallback-2596-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2446739 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) 
[n:127.0.0.1:37205_edbs%2Fmc    ] o.a.s.c.s.i.ZkClientClusterStateProvider 
Cluster at 127.0.0.1:39868/solr ready
   [junit4]   2> 2446750 INFO  
(OverseerStateUpdate-73398281364701189-127.0.0.1:37205_edbs%2Fmc-n_0000000000) 
[n:127.0.0.1:37205_edbs%2Fmc    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:37205_edbs%2Fmc
   [junit4]   2> 2446771 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) 
[n:127.0.0.1:37205_edbs%2Fmc    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:37205_edbs%2Fmc
   [junit4]   2> 2446799 INFO  (zkCallback-2595-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2446817 INFO  (zkCallback-2588-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2446822 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) 
[n:127.0.0.1:37205_edbs%2Fmc    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 2446837 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) 
[n:127.0.0.1:37205_edbs%2Fmc    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@42ddb99c
   [junit4]   2> 2446862 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) 
[n:127.0.0.1:37205_edbs%2Fmc    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@42ddb99c
   [junit4]   2> 2446862 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) 
[n:127.0.0.1:37205_edbs%2Fmc    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@42ddb99c
   [junit4]   2> 2446864 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) 
[n:127.0.0.1:37205_edbs%2Fmc    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_9216266A93445FCD-001/control-001/cores
   [junit4]   2> 2446954 INFO  (zkConnectionManagerCallback-2602-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2446957 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2446958 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39868/solr ready
   [junit4]   2> 2447019 INFO  (qtp883932150-8176) [n:127.0.0.1:37205_edbs%2Fmc 
   ] 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:37205_edbs%252Fmc&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2447048 INFO  
(OverseerThreadFactory-3377-thread-1-processing-n:127.0.0.1:37205_edbs%2Fmc) 
[n:127.0.0.1:37205_edbs%2Fmc    ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection control_collection
   [junit4]   2> 2447196 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
   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> 2447197 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
   x:control_collection_shard1_replica_n1] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2448337 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.6.0
   [junit4]   2> 2448357 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
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> 2448595 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
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> 2448664 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
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> 2448664 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
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@42ddb99c
   [junit4]   2> 2448664 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
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 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_9216266A93445FCD-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_9216266A93445FCD-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 2448668 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@17ea693f
   [junit4]   2> 2448693 WARN  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
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> 2448783 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
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> 2448783 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
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> 2448784 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2448784 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2448785 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
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=1972237654, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 2448794 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@36238dc3[control_collection_shard1_replica_n1] main]
   [junit4]   2> 2448796 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2448796 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
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> 2448797 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2448797 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
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 1612835578412269568
   [junit4]   2> 2448799 INFO  
(searcherExecutor-3382-thread-1-processing-n:127.0.0.1:37205_edbs%2Fmc 
x:control_collection_shard1_replica_n1 c:control_collection s:shard1) 
[n:127.0.0.1:37205_edbs%2Fmc 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@36238dc3[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2448816 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
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> 2448818 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2448818 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
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> 2448818 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:37205/edbs/mc/control_collection_shard1_replica_n1/
   [junit4]   2> 2448819 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
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> 2448819 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
https://127.0.0.1:37205/edbs/mc/control_collection_shard1_replica_n1/ has no 
replicas
   [junit4]   2> 2448819 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
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> 2448822 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:37205/edbs/mc/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 2448974 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
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> 2448976 INFO  (qtp883932150-8175) [n:127.0.0.1:37205_edbs%2Fmc 
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=1780
   [junit4]   2> 2448991 INFO  (qtp883932150-8176) [n:127.0.0.1:37205_edbs%2Fmc 
   ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 30 seconds. Check all shard replicas
   [junit4]   2> 2449054 INFO  
(OverseerCollectionConfigSetProcessor-73398281364701189-127.0.0.1:37205_edbs%2Fmc-n_0000000000)
 [n:127.0.0.1:37205_edbs%2Fmc    ] 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> 2449076 INFO  (zkCallback-2588-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> 2449991 INFO  (qtp883932150-8176) [n:127.0.0.1:37205_edbs%2Fmc 
   ] 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:37205_edbs%252Fmc&wt=javabin&version=2}
 status=0 QTime=2972
   [junit4]   2> 2450038 INFO  (zkConnectionManagerCallback-2607-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2450040 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2450041 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39868/solr ready
   [junit4]   2> 2450041 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 2450046 INFO  (qtp883932150-8179) [n:127.0.0.1:37205_edbs%2Fmc 
   ] 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> 2450089 INFO  
(OverseerThreadFactory-3377-thread-2-processing-n:127.0.0.1:37205_edbs%2Fmc) 
[n:127.0.0.1:37205_edbs%2Fmc    ] o.a.s.c.a.c.CreateCollectionCmd Create 
collection collection1
   [junit4]   2> 2450311 WARN  
(OverseerThreadFactory-3377-thread-2-processing-n:127.0.0.1:37205_edbs%2Fmc) 
[n:127.0.0.1:37205_edbs%2Fmc    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual 
to create a collection (collection1) without cores.
   [junit4]   2> 2450325 INFO  (qtp883932150-8179) [n:127.0.0.1:37205_edbs%2Fmc 
   ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at 
most 30 seconds. Check all shard replicas
   [junit4]   2> 2450326 INFO  (qtp883932150-8179) [n:127.0.0.1:37205_edbs%2Fmc 
   ] 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=279
   [junit4]   2> 2450598 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_9216266A93445FCD-001/shard-1-001
 of type NRT
   [junit4]   2> 2450600 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] o.e.j.s.Server 
jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2450616 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 2450616 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] o.e.j.s.session 
No SessionScavenger set, using defaults
   [junit4]   2> 2450617 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] o.e.j.s.session 
node0 Scavenging every 600000ms
   [junit4]   2> 2450617 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2c3df5e5{/edbs/mc,null,AVAILABLE}
   [junit4]   2> 2450617 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@2e984363{SSL,[ssl, 
http/1.1]}{127.0.0.1:33787}
   [junit4]   2> 2450618 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] o.e.j.s.Server 
Started @2450693ms
   [junit4]   2> 2450618 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_9216266A93445FCD-001/tempDir-001/jetty1,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/edbs/mc, 
hostPort=33787, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_9216266A93445FCD-001/shard-1-001/cores}
   [junit4]   2> 2450618 ERROR 
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2450618 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2450618 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 2450618 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2450618 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2450618 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-09-28T07:31:09.539Z
   [junit4]   2> 2450638 INFO  (zkConnectionManagerCallback-2609-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2450639 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2450639 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_9216266A93445FCD-001/shard-1-001/solr.xml
   [junit4]   2> 2450643 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2450643 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2450644 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@42ddb99c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2450849 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39868/solr
   [junit4]   2> 2450851 INFO  (zkConnectionManagerCallback-2613-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2450861 INFO  (zkConnectionManagerCallback-2615-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2450878 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2450881 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2450881 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33787_edbs%2Fmc
   [junit4]   2> 2450896 INFO  (zkCallback-2595-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2450896 INFO  (zkCallback-2588-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2450908 INFO  (zkCallback-2606-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2450924 INFO  (zkCallback-2614-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2450943 INFO  (zkConnectionManagerCallback-2622-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2450944 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2450945 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39868/solr ready
   [junit4]   2> 2450945 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 2450987 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42ddb99c
   [junit4]   2> 2451005 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42ddb99c
   [junit4]   2> 2451005 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42ddb99c
   [junit4]   2> 2451015 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_9216266A93445FCD-001/shard-1-001/cores
   [junit4]   2> 2451159 INFO  (qtp1952031156-8235) 
[n:127.0.0.1:33787_edbs%2Fmc    ] o.a.s.h.a.CollectionsHandler Invoked 
Collection Action :addreplica with params 
node=127.0.0.1:33787_edbs%252Fmc&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2451168 INFO  
(OverseerCollectionConfigSetProcessor-73398281364701189-127.0.0.1:37205_edbs%2Fmc-n_0000000000)
 [n:127.0.0.1:37205_edbs%2Fmc    ] 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> 2451170 INFO  
(OverseerThreadFactory-3377-thread-3-processing-n:127.0.0.1:37205_edbs%2Fmc) 
[n:127.0.0.1:37205_edbs%2Fmc c:collection1 s:shard2  ] 
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:33787_edbs%2Fmc for 
creating new replica of shard shard2
   [junit4]   2> 2451204 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc    x:collection1_shard2_replica_n41] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2452263 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
7.6.0
   [junit4]   2> 2452283 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema 
[collection1_shard2_replica_n41] Schema name=test
   [junit4]   2> 2452522 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema Loaded schema test/1.0 
with uniqueid field id
   [junit4]   2> 2452563 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer Creating SolrCore 
'collection1_shard2_replica_n41' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 2452563 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard2.replica_n41' (registry 
'solr.core.collection1.shard2.replica_n41') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@42ddb99c
   [junit4]   2> 2452563 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[[collection1_shard2_replica_n41] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_9216266A93445FCD-001/shard-1-001/cores/collection1_shard2_replica_n41],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_9216266A93445FCD-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
   [junit4]   2> 2452591 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy 
wrapping class org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@42034ac2
   [junit4]   2> 2452686 WARN  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] 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> 2452827 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler Using UpdateLog 
implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 2452828 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Initializing UpdateLog: 
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 
numVersionBuckets=65536
   [junit4]   2> 2452829 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Hard AutoCommit: 
disabled
   [junit4]   2> 2452829 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker Soft AutoCommit: 
disabled
   [junit4]   2> 2452830 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.u.RandomMergePolicy RandomMergePolicy 
wrapping class org.apache.lucene.index.AlcoholicMergePolicy: 
[AlcoholicMergePolicy: minMergeSize=0, mergeFactor=10, maxMergeSize=1972237654, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 2452835 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.s.SolrIndexSearcher Opening 
[Searcher@7f67acc2[collection1_shard2_replica_n41] main]
   [junit4]   2> 2452844 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Configured 
ZooKeeperStorageIO with znodeBase: /configs/conf1
   [junit4]   2> 2452845 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.r.ManagedResourceStorage Loaded null at 
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2452845 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.h.ReplicationHandler Commits will be 
reserved for 10000ms.
   [junit4]   2> 2452846 INFO  
(searcherExecutor-3396-thread-1-processing-n:127.0.0.1:33787_edbs%2Fmc 
x:collection1_shard2_replica_n41 c:collection1 s:shard2) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.SolrCore 
[collection1_shard2_replica_n41] Registered new searcher 
Searcher@7f67acc2[collection1_shard2_replica_n41] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2452846 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog Could not find max version 
in index or recent updates, using new clock 1612835582657953792
   [junit4]   2> 2452866 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/collection1/terms/shard2 to Terms{values={core_node42=0}, 
version=0}
   [junit4]   2> 2452878 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Enough 
replicas found to continue.
   [junit4]   2> 2452878 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I may be 
the new leader - try and sync
   [junit4]   2> 2452878 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:33787/edbs/mc/collection1_shard2_replica_n41/
   [junit4]   2> 2452878 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy Sync Success - now sync 
replicas to me
   [junit4]   2> 2452878 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy 
https://127.0.0.1:33787/edbs/mc/collection1_shard2_replica_n41/ has no replicas
   [junit4]   2> 2452878 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext Found all 
replicas participating in election, clear LIR
   [junit4]   2> 2452881 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.ShardLeaderElectionContext I am the 
new leader: https://127.0.0.1:33787/edbs/mc/collection1_shard2_replica_n41/ 
shard2
   [junit4]   2> 2453035 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.c.ZkController I am the leader, no 
recovery necessary
   [junit4]   2> 2453037 INFO  (qtp1952031156-8234) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1 s:shard2  
x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1833
   [junit4]   2> 2453072 INFO  (qtp1952031156-8235) 
[n:127.0.0.1:33787_edbs%2Fmc c:collection1   ] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/collections 
params={node=127.0.0.1:33787_edbs%252Fmc&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
 status=0 QTime=1913
   [junit4]   2> 2453073 INFO  
(OverseerCollectionConfigSetProcessor-73398281364701189-127.0.0.1:37205_edbs%2Fmc-n_0000000000)
 [n:127.0.0.1:37205_edbs%2Fmc    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2453141 INFO  (zkCallback-2614-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [2])
   [junit4]   2> 2453619 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_9216266A93445FCD-001/shard-2-001
 of type NRT
   [junit4]   2> 2453633 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] o.e.j.s.Server 
jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 2453744 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] o.e.j.s.session 
DefaultSessionIdManager workerName=node0
   [junit4]   2> 2453744 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] o.e.j.s.session 
No SessionScavenger set, using defaults
   [junit4]   2> 2453744 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] o.e.j.s.session 
node0 Scavenging every 600000ms
   [junit4]   2> 2453745 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@55692dfd{/edbs/mc,null,AVAILABLE}
   [junit4]   2> 2453745 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@158c9d27{SSL,[ssl, 
http/1.1]}{127.0.0.1:41491}
   [junit4]   2> 2453745 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] o.e.j.s.Server 
Started @2453821ms
   [junit4]   2> 2453745 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_9216266A93445FCD-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/edbs/mc, 
hostPort=41491, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_9216266A93445FCD-001/shard-2-001/cores}
   [junit4]   2> 2453799 ERROR 
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2453800 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2453800 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
7.6.0
   [junit4]   2> 2453800 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2453800 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2453800 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-09-28T07:31:12.721Z
   [junit4]   2> 2453868 INFO  (zkConnectionManagerCallback-2625-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2453872 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2453872 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_9216266A93445FCD-001/shard-2-001/solr.xml
   [junit4]   2> 2453888 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 2453888 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2453889 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@42ddb99c, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2454644 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39868/solr
   [junit4]   2> 2454664 INFO  (zkConnectionManagerCallback-2629-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2454680 INFO  (zkConnectionManagerCallback-2631-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2454701 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2454704 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 2454704 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41491_edbs%2Fmc
   [junit4]   2> 2454726 INFO  (zkCallback-2595-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2454726 INFO  (zkCallback-2614-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2454726 INFO  (zkCallback-2588-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2454761 INFO  (zkCallback-2630-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2454798 INFO  (zkCallback-2621-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2454847 INFO  (zkCallback-2606-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 2454981 INFO  (zkConnectionManagerCallback-2638-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2455033 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
   [junit4]   2> 2455034 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39868/solr ready
   [junit4]   2> 2455071 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics history 
in memory.
   [junit4]   2> 2455235 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 'solr.node') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42ddb99c
   [junit4]   2> 2455344 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 'solr.jvm') 
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42ddb99c
   [junit4]   2> 2455344 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@42ddb99c
   [junit4]   2> 2455362 INFO  
(TEST-RollingRestartTest.test-seed#[9216266A93445FCD]) [    ] 
o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_9216266A93445FCD-001/shard-2-001/cores
   [junit4]   2> 2455563 INFO  (qtp1952031156-8231) 
[n:127.0.0.1:33787_edbs%2Fmc    ] o.a.s.h.a.CollectionsHandler Invoked 
Collection Action :addreplica with params 
node=127.0.0.1:41491_edbs%252Fmc&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2455802 INFO  
(OverseerThreadFactory-3377-thread-4-processing-n:127.0.0.1:37205_edbs%2Fmc) 
[n:127.0.0.1:37205_edbs%2Fmc c:collection1 s:shard1  ] 
o.a.s.c.a.c.AddReplicaCmd Node Identified 127.0.0.1:41491_edbs%2Fmc for 
creating new replica of shard shard1
   [junit4]   2> 2456075 INFO  (qtp1458749548-8272) 
[n:127.0.0.1:41491_edbs%2Fmc    x:collection1_shard1_replica_n43] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2456123 INFO  (zkCallback-2614-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/collection1/state.json] for collection [collection1] has 
occurred - updating... (live nodes size: [3])
   [junit4]   2> 2457176 INFO  (qtp1458749548-8272) 
[n:127.0.0.1:41491_edbs%2Fmc c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig Using Lucene MatchVersion: 
7.6.0
   [junit4]   2> 2457225 INFO  (qtp1458749548-8272) 
[n:127.0.0.1:41491_edbs%2Fmc c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n43] Schema name=test
   [junit4]   2> 2457832 INFO  (qtp1458749548-8272) 
[n:127.0.0.1:41491_edbs%2Fmc c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema Loaded schema test/1.0 
with uniqueid field id
   [junit4]   2> 2457939 INFO  (qtp1458749548-8272) 
[n:127.0.0.1:41491_edbs%2Fmc c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer Creating SolrCore 
'collection1_shard1_replica_n43' using configuration from collection 
collection1, trusted=true
   [junit4]   2> 2457940 INFO  (qtp1458749548-8272) 
[n:127.0.0.1:41491_edbs%2Fmc c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n43' (registry 
'solr.core.collection1.shard1.replica_n43') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@42ddb99c
   [junit4]   2> 2457940 INFO  (qtp1458749548-8272) 
[n:127.0.0.1:41491_edbs%2Fmc c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n43] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_9216266A93445FCD-001/shard-2-001/cores/collection1_shard1_replica_n43],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.RollingRestartTest_9216266A93445FCD-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
   [junit4]   2> 2457955 INFO  (qtp1458749548-8272) 
[n:127.0.0.1:41491_edbs%2Fmc c:collection1 s:shard1  
x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy 
wrapping class org.apache.lucene.index.MockRandomMergePolicy: 
org.apache.lucene.index.MockRandomMergePolicy@1a34f97f
   [junit4]   2> 2458035 WARN  (qtp1458749548-8272) 
[n:127.0.0.1:41491_edbs%2Fmc c:collection1 s:shard1  
x:collection1_shard1_replica_n43] 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> 2458323 INFO  (qtp1458749548-8272) 
[n:127.0.0.1:41491_edbs%2Fmc c:collection

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

 [junit4]   2>  at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.6.4.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
 [randomizedtesting-runner-2.6.4.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.6.4.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.6.4.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
 [randomizedtesting-runner-2.6.4.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.6.4.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.6.4.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.6.4.jar:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
 [java/:?]
   [junit4]   2>        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
 [java/:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
 [randomizedtesting-runner-2.6.4.jar:?]
   [junit4]   2>        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
 [randomizedtesting-runner-2.6.4.jar:?]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> 12135366 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxnFactory Ignoring unexpected runtime exception
   [junit4]   2> java.nio.channels.ClosedSelectorException: null
   [junit4]   2>        at 
sun.nio.ch.SelectorImpl.selectedKeys(SelectorImpl.java:74) ~[?:1.8.0_172]
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:199)
 [zookeeper-3.4.11.jar:3.4.11-37e277162d567b55a07d1755f0b31c32e93c01a0]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.LIROnShardRestartTest_9216266A93445FCD-001
   [junit4]   2> Sep 28, 2018 10:12:34 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
   [junit4]   2> INFO: All leaked threads terminated.
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): {}, 
docValues:{}, maxPointsInLeafNode=508, maxMBSortInHeap=5.951701183193349, 
sim=RandomSimilarity(queryNorm=false): {}, locale=fr-CH, timezone=America/Cuiaba
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_172 (64-bit)/cpus=4,threads=1,free=253617568,total=526909440
   [junit4]   2> NOTE: All tests run in this JVM: [TestCloudManagedSchema, 
TestCloudJSONFacetSKG, TestReloadDeadlock, HttpSolrCallGetCoreTest, 
MBeansHandlerTest, TestIndexingPerformance, InfixSuggestersTest, 
TriLevelCompositeIdRoutingTest, TestZkAclsWithHadoopAuth, CollectionPropsTest, 
TestIntervalFaceting, SolrSlf4jReporterTest, TestLazyCores, 
TestUnInvertedFieldException, TestXmlQParser, TestDFRSimilarityFactory, 
TestStandardQParsers, EmbeddedSolrNoSerializeTest, 
TestDelegationWithHadoopAuth, TestFileDictionaryLookup, 
FastVectorHighlighterTest, MoveReplicaTest, PropertiesRequestHandlerTest, 
TriggerSetPropertiesIntegrationTest, TestMacros, TaggerTest, SparseHLLTest, 
SynonymTokenizerTest, TestComponentsName, ReplicationFactorTest, 
HdfsLockFactoryTest, SolrRequestParserTest, MergeStrategyTest, 
TestClusterProperties, DistributedVersionInfoTest, TestMissingGroups, 
PeerSyncWithLeaderTest, OverseerStatusTest, ResponseBuilderTest, 
TestLegacyFieldCache, DistributedQueryComponentOptimizationTest, 
SpellCheckCollatorWithCollapseTest, TestSimGenericDistributedQueue, 
TestBM25SimilarityFactory, TestExactStatsCache, SSLMigrationTest, 
DistributedFacetPivotWhiteBoxTest, BooleanFieldTest, 
TestTolerantUpdateProcessorCloud, TestApiFramework, TestFieldCache, 
SolrCLIZkUtilsTest, TestNumericTokenStream, HdfsThreadLeakTest, 
TestStressInPlaceUpdates, ScheduledTriggerIntegrationTest, 
TestSolrCoreProperties, TestManagedSchemaAPI, TestChildDocTransformer, 
TestUninvertingReader, TestPseudoReturnFields, TestCloudPseudoReturnFields, 
CheckHdfsIndexTest, CustomHighlightComponentTest, 
ShufflingReplicaListTransformerTest, SolrPluginUtilsTest, 
TestManagedSynonymGraphFilterFactory, 
TestPerFieldSimilarityWithDefaultOverride, TestFieldCollectionResource, 
TestLegacyFieldReuse, TestCorePropertiesReload, SortByFunctionTest, 
CoreAdminOperationTest, TestJsonFacets, TestLuceneMatchVersion, 
AtomicUpdatesTest, TestObjectReleaseTracker, TemplateUpdateProcessorTest, 
TestSolrJ, TestExclusionRuleCollectionAccess, ConnectionReuseTest, 
NotRequiredUniqueKeyTest, CustomCollectionTest, 
HdfsAutoAddReplicasIntegrationTest, SyncSliceTest, 
LeaderFailureAfterFreshStartTest, TestWithCollection, BasicDistributedZk2Test, 
TestDistribDocBasedVersion, TestCopyFieldCollectionResource, 
MetricTriggerIntegrationTest, DistributedUpdateProcessorTest, 
OverseerCollectionConfigSetProcessorTest, CreateCollectionCleanupTest, 
TestSSLRandomization, TestRandomRequestDistribution, SolrRrdBackendFactoryTest, 
TestSuggestSpellingConverter, TestExpandComponent, TestSolrCLIRunExample, 
TestCollationFieldDocValues, FileBasedSpellCheckerTest, HdfsRecoveryZkTest, 
TestSolrCoreSnapshots, TestConfigOverlay, HdfsChaosMonkeySafeLeaderTest, 
SuggestComponentContextFilterQueryTest, TestSubQueryTransformerCrossCore, 
TestElisionMultitermQuery, EnumFieldTest, ExitableDirectoryReaderTest, 
TestBinaryResponseWriter, DistributedSuggestComponentTest, TestRTGBase, 
CursorPagingTest, TestInfoStreamLogging, ShardRoutingTest, 
SolrCoreCheckLockOnStartupTest, AssignTest, HdfsBasicDistributedZk2Test, 
TestFieldTypeResource, TestFieldCacheSortRandom, IndexSchemaTest, 
DeleteShardTest, EchoParamsTest, TestStressReorder, 
IgnoreCommitOptimizeUpdateProcessorFactoryTest, 
DistributedFacetPivotLongTailTest, TestSortableTextField, 
TestOverriddenPrefixQueryForCustomFieldType, PluginInfoTest, TestBadConfig, 
PolyFieldTest, TestSQLHandlerNonCloud, CdcrUpdateLogTest, 
TestPKIAuthenticationPlugin, MetricsConfigTest, RankQueryTest, 
AnalysisAfterCoreReloadTest, BasicFunctionalityTest, ConvertedLegacyTest, 
DistributedIntervalFacetingTest, OutputWriterTest, SampleTest, 
SolrInfoBeanTest, SolrTestCaseJ4Test, TestCrossCoreJoin, 
TestCursorMarkWithoutUniqueKey, TestDistributedMissingSort, 
TestDistributedSearch, TestDocumentBuilder, TestGroupingSearch, 
TestHighlightDedupGrouping, TestRandomDVFaceting, TestRandomFaceting, 
PathHierarchyTokenizerFactoryTest, ProtectedTermFilterFactoryTest, 
TestCharFilters, TestWordDelimiterFilterFactory, TokenizerChainTest, 
TestLuceneIndexBackCompat, TestEmbeddedSolrServerAdminHandler, 
TestEmbeddedSolrServerConstructors, TestEmbeddedSolrServerSchemaAPI, 
AliasIntegrationTest, AssignBackwardCompatibilityTest, BasicZkTest, 
ChaosMonkeyNothingIsSafeTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
ChaosMonkeySafeLeaderTest, ChaosMonkeySafeLeaderWithPullReplicasTest, 
CloudExitableDirectoryReaderTest, ClusterStateTest, CollectionsAPISolrJTest, 
ConcurrentCreateRoutedAliasTest, ConfigSetsAPITest, DeleteInactiveReplicaTest, 
DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DistribCursorPagingTest, 
DistribDocExpirationUpdateProcessorTest, DistribJoinFromCollectionTest, 
DistributedQueueTest, FullSolrCloudDistribCmdsTest, HttpPartitionOnCommitTest, 
HttpPartitionTest, LIROnShardRestartTest]
   [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=LIROnShardRestartTest -Dtests.seed=9216266A93445FCD 
-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=fr-CH -Dtests.timezone=America/Cuiaba -Dtests.asserts=true 
-Dtests.file.encoding=US-ASCII
   [junit4] ERROR   0.00s J0 | LIROnShardRestartTest (suite) <<<
   [junit4]    > Throwable #1: java.lang.Exception: Suite timeout exceeded (>= 
7200000 msec).
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([9216266A93445FCD]:0)
   [junit4] Completed [833/833 (3!)] on J0 in 7282.08s, 2 tests, 3 errors <<< 
FAILURES!

[...truncated 8970 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/build.xml:651:
 The following error occurred while executing this line:
/home/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_pid26341.hprof

Total time: 582 minutes 50 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to