Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/947/
Java: 64bit/jdk-9.0.1 -XX:-UseCompressedOops -XX:+UseParallelGC

4 tests failed.
FAILED:  
org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested

Error Message:
Missing backcompat test files:   6.7.0-cfs   7.2.0-cfs 

Stack Trace:
java.lang.AssertionError: Missing backcompat test files:
  6.7.0-cfs
  7.2.0-cfs

        at 
__randomizedtesting.SeedInfo.seed([AE6356BE190211E0:BEBCB9FEAD9507CC]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:627)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testOverwriteOption

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

Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 30 
seconds
        at 
__randomizedtesting.SeedInfo.seed([CEA76D0AA169DC7D:229C8CE1CF39A3AB]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:185)
        at 
org.apache.solr.client.solrj.impl.CloudSolrClientTest.testOverwriteOption(CloudSolrClientTest.java:155)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        at 
org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


FAILED:  
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testGammaDistribution

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([CEA76D0AA169DC7D:F3DD46A48211766A]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testGammaDistribution(StreamExpressionTest.java:7483)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 
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.base/java.lang.Thread.run(Thread.java:844)


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

Error Message:
Expecting no cores but found some: 
{replacenodetest_coll_shard2_replica_n21={name=replacenodetest_coll_shard2_replica_n21,instanceDir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node3/replacenodetest_coll_shard2_replica_n21,dataDir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node3/./replacenodetest_coll_shard2_replica_n21/data/,config=solrconfig.xml,schema=schema.xml,startTime=Wed
 Dec 06 04:38:34 CST 
2017,uptime=18694,lastPublished=active,configVersion=0,cloud={collection=replacenodetest_coll,shard=shard2,replica=core_node22},index={numDocs=0,maxDoc=0,deletedDocs=0,indexHeapUsageBytes=0,version=2,segmentCount=0,current=true,hasDeletions=false,directory=org.apache.lucene.store.MockDirectoryWrapper:MockDirectoryWrapper(RAMDirectory@7276bae
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@237388c4),segmentsFile=segments_1,segmentsFileSizeInBytes=69,userData={},sizeInBytes=69,size=69
 
bytes}},replacenodetest_coll_shard5_replica_n23={name=replacenodetest_coll_shard5_replica_n23,instanceDir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node3/replacenodetest_coll_shard5_replica_n23,dataDir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node3/./replacenodetest_coll_shard5_replica_n23/data/,config=solrconfig.xml,schema=schema.xml,startTime=Wed
 Dec 06 04:38:35 CST 
2017,uptime=17501,lastPublished=active,configVersion=0,cloud={collection=replacenodetest_coll,shard=shard5,replica=core_node24},index={numDocs=0,maxDoc=0,deletedDocs=0,indexHeapUsageBytes=0,version=2,segmentCount=0,current=true,hasDeletions=false,directory=org.apache.lucene.store.MockDirectoryWrapper:MockDirectoryWrapper(RAMDirectory@3e22b0f6
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7593141d),segmentsFile=segments_1,segmentsFileSizeInBytes=69,userData={},sizeInBytes=69,size=69
 bytes}}} expected:<0> but was:<2>

Stack Trace:
java.lang.AssertionError: Expecting no cores but found some: 
{replacenodetest_coll_shard2_replica_n21={name=replacenodetest_coll_shard2_replica_n21,instanceDir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node3/replacenodetest_coll_shard2_replica_n21,dataDir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node3/./replacenodetest_coll_shard2_replica_n21/data/,config=solrconfig.xml,schema=schema.xml,startTime=Wed
 Dec 06 04:38:34 CST 
2017,uptime=18694,lastPublished=active,configVersion=0,cloud={collection=replacenodetest_coll,shard=shard2,replica=core_node22},index={numDocs=0,maxDoc=0,deletedDocs=0,indexHeapUsageBytes=0,version=2,segmentCount=0,current=true,hasDeletions=false,directory=org.apache.lucene.store.MockDirectoryWrapper:MockDirectoryWrapper(RAMDirectory@7276bae
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@237388c4),segmentsFile=segments_1,segmentsFileSizeInBytes=69,userData={},sizeInBytes=69,size=69
 
bytes}},replacenodetest_coll_shard5_replica_n23={name=replacenodetest_coll_shard5_replica_n23,instanceDir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node3/replacenodetest_coll_shard5_replica_n23,dataDir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node3/./replacenodetest_coll_shard5_replica_n23/data/,config=solrconfig.xml,schema=schema.xml,startTime=Wed
 Dec 06 04:38:35 CST 
2017,uptime=17501,lastPublished=active,configVersion=0,cloud={collection=replacenodetest_coll,shard=shard5,replica=core_node24},index={numDocs=0,maxDoc=0,deletedDocs=0,indexHeapUsageBytes=0,version=2,segmentCount=0,current=true,hasDeletions=false,directory=org.apache.lucene.store.MockDirectoryWrapper:MockDirectoryWrapper(RAMDirectory@3e22b0f6
 
lockFactory=org.apache.lucene.store.SingleInstanceLockFactory@7593141d),segmentsFile=segments_1,segmentsFileSizeInBytes=69,userData={},sizeInBytes=69,size=69
 bytes}}} expected:<0> but was:<2>
        at 
__randomizedtesting.SeedInfo.seed([E8D2B04F2CC4B39F:60868F958238DE67]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at org.junit.Assert.assertEquals(Assert.java:472)
        at org.apache.solr.cloud.ReplaceNodeTest.test(ReplaceNodeTest.java:136)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:564)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
        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:943)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
        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 
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.base/java.lang.Thread.run(Thread.java:844)




Build Log:
[...truncated 4584 lines...]
   [junit4] Suite: org.apache.lucene.index.TestBackwardsCompatibility
   [junit4] IGNOR/A 0.02s J0 | TestBackwardsCompatibility.testCreateEmptyIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with 
-Dtests.bwcdir=/path/to/write/indexes
   [junit4]   2> NOTE: reproduce with: ant test  
-Dtestcase=TestBackwardsCompatibility -Dtests.method=testAllVersionsTested 
-Dtests.seed=AE6356BE190211E0 -Dtests.multiplier=3 -Dtests.slow=true 
-Dtests.locale=nb -Dtests.timezone=Europe/Amsterdam -Dtests.asserts=true 
-Dtests.file.encoding=UTF-8
   [junit4] FAILURE 0.02s J0 | TestBackwardsCompatibility.testAllVersionsTested 
<<<
   [junit4]    > Throwable #1: java.lang.AssertionError: Missing backcompat 
test files:
   [junit4]    >   6.7.0-cfs
   [junit4]    >   7.2.0-cfs
   [junit4]    >        at 
__randomizedtesting.SeedInfo.seed([AE6356BE190211E0:BEBCB9FEAD9507CC]:0)
   [junit4]    >        at 
org.apache.lucene.index.TestBackwardsCompatibility.testAllVersionsTested(TestBackwardsCompatibility.java:627)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   [junit4]    >        at 
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
   [junit4]    >        at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   [junit4]    >        at 
java.base/java.lang.reflect.Method.invoke(Method.java:564)
   [junit4]    >        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4] IGNOR/A 0.00s J0 | 
TestBackwardsCompatibility.testCreateMoreTermsIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with 
-Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateSortedIndex
   [junit4]    > Assumption #1: backcompat creation tests must be run with 
-Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.01s J0 | TestBackwardsCompatibility.testCreateCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with 
-Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | 
TestBackwardsCompatibility.testCreateIndexWithDocValuesUpdates
   [junit4]    > Assumption #1: backcompat creation tests must be run with 
-Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | TestBackwardsCompatibility.testCreateNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with 
-Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | 
TestBackwardsCompatibility.testCreateSingleSegmentNoCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with 
-Dtests.bwcdir=/path/to/write/indexes
   [junit4] IGNOR/A 0.00s J0 | 
TestBackwardsCompatibility.testCreateSingleSegmentCFS
   [junit4]    > Assumption #1: backcompat creation tests must be run with 
-Dtests.bwcdir=/path/to/write/indexes
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/lucene/build/backward-codecs/test/J0/temp/lucene.index.TestBackwardsCompatibility_AE6356BE190211E0-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70): 
{content6=FST50, content5=PostingsFormat(name=Direct), 
content4=PostingsFormat(name=Memory), trieInt=FST50, 
content3=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
 content2=FST50, fieⱷld=FST50, utf8=FST50, 
trieLong=PostingsFormat(name=Direct), id=PostingsFormat(name=Memory), 
content=FST50, autf8=PostingsFormat(name=Direct)}, 
docValues:{utf8=DocValuesFormat(name=Lucene70), 
fieⱷld=DocValuesFormat(name=Lucene70), dvShort=DocValuesFormat(name=Direct), 
dvInt=DocValuesFormat(name=Lucene70), 
longPoint2d=DocValuesFormat(name=Lucene70), 
dvBytesSortedVar=DocValuesFormat(name=Lucene70), 
dvSortedSet=DocValuesFormat(name=Asserting), 
content=DocValuesFormat(name=Lucene70), 
floatPoint1d=DocValuesFormat(name=Asserting), 
intPoint1d=DocValuesFormat(name=Lucene70), 
doublePoint2d=DocValuesFormat(name=Lucene70), 
trieLong=DocValuesFormat(name=Direct), 
dvBytesDerefVar=DocValuesFormat(name=Direct), 
id=DocValuesFormat(name=Asserting), 
binaryPoint2d=DocValuesFormat(name=Lucene70), 
dvSortedNumeric=DocValuesFormat(name=Lucene70), 
dvBytesDerefFixed=DocValuesFormat(name=Asserting), 
autf8=DocValuesFormat(name=Direct), 
dvBytesSortedFixed=DocValuesFormat(name=Direct), 
trieInt=DocValuesFormat(name=Lucene70), 
dvBytesStraightVar=DocValuesFormat(name=Lucene70), 
dvBytesStraightFixed=DocValuesFormat(name=Lucene70), 
dvLong=DocValuesFormat(name=Lucene70), 
longPoint1d=DocValuesFormat(name=Asserting), 
floatPoint2d=DocValuesFormat(name=Direct), 
dvDouble=DocValuesFormat(name=Asserting), dvFloat=DocValuesFormat(name=Direct), 
content6=DocValuesFormat(name=Lucene70), content5=DocValuesFormat(name=Direct), 
dvPacked=DocValuesFormat(name=Lucene70), 
intPoint2d=DocValuesFormat(name=Asserting), 
content4=DocValuesFormat(name=Asserting), 
content3=DocValuesFormat(name=Lucene70), 
content2=DocValuesFormat(name=Lucene70), 
doublePoint1d=DocValuesFormat(name=Lucene70), 
dvByte=DocValuesFormat(name=Lucene70), 
binaryPoint1d=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=40, 
maxMBSortInHeap=6.90955728802777, sim=RandomSimilarity(queryNorm=true): 
{content6=DFR GL3(800.0), content5=DFR I(ne)B2, content2=DFR I(n)BZ(0.3), 
utf8=DFR I(ne)L1, fieⱷld=DFR I(n)3(800.0), content=DFR GBZ(0.3), autf8=DFR 
I(n)L1}, locale=nb, timezone=Europe/Amsterdam
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 9.0.1 
(64-bit)/cpus=8,threads=1,free=426487104,total=534773760
   [junit4]   2> NOTE: All tests run in this JVM: [TestBackwardsCompatibility]
   [junit4] Completed [6/8 (1!)] on J0 in 29.07s, 30 tests, 1 failure, 8 
skipped <<< FAILURES!

[...truncated 8801 lines...]
   [junit4] Suite: org.apache.solr.cloud.ReplaceNodeTest
   [junit4]   2> 2372658 INFO  
(SUITE-ReplaceNodeTest-seed#[E8D2B04F2CC4B39F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/init-core-data-001
   [junit4]   2> 2372658 INFO  
(SUITE-ReplaceNodeTest-seed#[E8D2B04F2CC4B39F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2372659 INFO  
(SUITE-ReplaceNodeTest-seed#[E8D2B04F2CC4B39F]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0, 
clientAuth=0.0/0.0)
   [junit4]   2> 2372660 INFO  
(SUITE-ReplaceNodeTest-seed#[E8D2B04F2CC4B39F]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 6 servers in 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001
   [junit4]   2> 2372660 INFO  
(SUITE-ReplaceNodeTest-seed#[E8D2B04F2CC4B39F]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2372661 INFO  (Thread-8659) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2372661 INFO  (Thread-8659) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2372663 ERROR (Thread-8659) [    ] 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> 2372761 INFO  
(SUITE-ReplaceNodeTest-seed#[E8D2B04F2CC4B39F]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:41279
   [junit4]   2> 2372762 INFO  (zkConnectionManagerCallback-3548-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372768 INFO  (jetty-launcher-3545-thread-2) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2372768 INFO  (jetty-launcher-3545-thread-3) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2372768 INFO  (jetty-launcher-3545-thread-4) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2372768 INFO  (jetty-launcher-3545-thread-1) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2372768 INFO  (jetty-launcher-3545-thread-5) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2372770 INFO  (jetty-launcher-3545-thread-6) [    ] 
o.e.j.s.Server jetty-9.3.20.v20170531
   [junit4]   2> 2372771 INFO  (jetty-launcher-3545-thread-5) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7cb430d0{/solr,null,AVAILABLE}
   [junit4]   2> 2372771 INFO  (jetty-launcher-3545-thread-4) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@2e1cf336{/solr,null,AVAILABLE}
   [junit4]   2> 2372771 INFO  (jetty-launcher-3545-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4298f5da{/solr,null,AVAILABLE}
   [junit4]   2> 2372772 INFO  (jetty-launcher-3545-thread-3) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@15aa055c{/solr,null,AVAILABLE}
   [junit4]   2> 2372772 INFO  (jetty-launcher-3545-thread-6) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@42b2d2cb{/solr,null,AVAILABLE}
   [junit4]   2> 2372773 INFO  (jetty-launcher-3545-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@42ccd054{/solr,null,AVAILABLE}
   [junit4]   2> 2372773 INFO  (jetty-launcher-3545-thread-2) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@6131d31a{SSL,[ssl, 
http/1.1]}{127.0.0.1:45179}
   [junit4]   2> 2372773 INFO  (jetty-launcher-3545-thread-5) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@cb70acc{SSL,[ssl, 
http/1.1]}{127.0.0.1:38403}
   [junit4]   2> 2372773 INFO  (jetty-launcher-3545-thread-6) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@274c0c37{SSL,[ssl, 
http/1.1]}{127.0.0.1:40885}
   [junit4]   2> 2372773 INFO  (jetty-launcher-3545-thread-5) [    ] 
o.e.j.s.Server Started @2374247ms
   [junit4]   2> 2372774 INFO  (jetty-launcher-3545-thread-6) [    ] 
o.e.j.s.Server Started @2374247ms
   [junit4]   2> 2372774 INFO  (jetty-launcher-3545-thread-5) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=38403}
   [junit4]   2> 2372774 INFO  (jetty-launcher-3545-thread-1) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@160f8c06{SSL,[ssl, 
http/1.1]}{127.0.0.1:35613}
   [junit4]   2> 2372773 INFO  (jetty-launcher-3545-thread-3) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@129ca513{SSL,[ssl, 
http/1.1]}{127.0.0.1:44203}
   [junit4]   2> 2372774 INFO  (jetty-launcher-3545-thread-1) [    ] 
o.e.j.s.Server Started @2374247ms
   [junit4]   2> 2372774 ERROR (jetty-launcher-3545-thread-5) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2372773 INFO  (jetty-launcher-3545-thread-2) [    ] 
o.e.j.s.Server Started @2374247ms
   [junit4]   2> 2372774 INFO  (jetty-launcher-3545-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 2372774 INFO  (jetty-launcher-3545-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=45179}
   [junit4]   2> 2372773 INFO  (jetty-launcher-3545-thread-4) [    ] 
o.e.j.s.AbstractConnector Started ServerConnector@775eb44{SSL,[ssl, 
http/1.1]}{127.0.0.1:39463}
   [junit4]   2> 2372774 INFO  (jetty-launcher-3545-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2372775 INFO  (jetty-launcher-3545-thread-4) [    ] 
o.e.j.s.Server Started @2374248ms
   [junit4]   2> 2372775 INFO  (jetty-launcher-3545-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2372775 INFO  (jetty-launcher-3545-thread-4) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=39463}
   [junit4]   2> 2372775 INFO  (jetty-launcher-3545-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-06T10:38:30.394238Z
   [junit4]   2> 2372774 INFO  (jetty-launcher-3545-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=35613}
   [junit4]   2> 2372775 ERROR (jetty-launcher-3545-thread-4) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2372775 ERROR (jetty-launcher-3545-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2372775 INFO  (jetty-launcher-3545-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 2372774 INFO  (jetty-launcher-3545-thread-3) [    ] 
o.e.j.s.Server Started @2374247ms
   [junit4]   2> 2372775 INFO  (jetty-launcher-3545-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2372776 INFO  (jetty-launcher-3545-thread-3) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=44203}
   [junit4]   2> 2372776 INFO  (jetty-launcher-3545-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2372776 INFO  (jetty-launcher-3545-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-06T10:38:30.395246Z
   [junit4]   2> 2372774 INFO  (jetty-launcher-3545-thread-6) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=40885}
   [junit4]   2> 2372776 ERROR (jetty-launcher-3545-thread-3) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2372776 ERROR (jetty-launcher-3545-thread-6) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2372775 INFO  (jetty-launcher-3545-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 2372776 INFO  (jetty-launcher-3545-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 2372776 INFO  (jetty-launcher-3545-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2372776 INFO  (jetty-launcher-3545-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2372776 INFO  (jetty-launcher-3545-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2372777 INFO  (jetty-launcher-3545-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2372777 INFO  (jetty-launcher-3545-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-06T10:38:30.396131Z
   [junit4]   2> 2372777 INFO  (jetty-launcher-3545-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-06T10:38:30.396231Z
   [junit4]   2> 2372777 INFO  (zkConnectionManagerCallback-3552-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372775 ERROR (jetty-launcher-3545-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 2372777 INFO  (zkConnectionManagerCallback-3550-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372778 INFO  (jetty-launcher-3545-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 2372776 INFO  (jetty-launcher-3545-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr™ version 
7.3.0
   [junit4]   2> 2372778 INFO  (jetty-launcher-3545-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2372778 INFO  (jetty-launcher-3545-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 2372778 INFO  (jetty-launcher-3545-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2372778 INFO  (jetty-launcher-3545-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2372778 INFO  (jetty-launcher-3545-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-06T10:38:30.397452Z
   [junit4]   2> 2372778 INFO  (jetty-launcher-3545-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2017-12-06T10:38:30.397535Z
   [junit4]   2> 2372779 INFO  (zkConnectionManagerCallback-3556-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372778 INFO  (jetty-launcher-3545-thread-5) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2372778 INFO  (jetty-launcher-3545-thread-4) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2372779 INFO  (zkConnectionManagerCallback-3554-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372779 INFO  (jetty-launcher-3545-thread-6) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2372780 INFO  (jetty-launcher-3545-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2372780 INFO  (zkConnectionManagerCallback-3558-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372780 INFO  (zkConnectionManagerCallback-3560-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372780 INFO  (jetty-launcher-3545-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2372780 INFO  (jetty-launcher-3545-thread-3) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 2372799 INFO  (jetty-launcher-3545-thread-5) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41279/solr
   [junit4]   2> 2372800 INFO  (jetty-launcher-3545-thread-3) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41279/solr
   [junit4]   2> 2372800 INFO  (jetty-launcher-3545-thread-4) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41279/solr
   [junit4]   2> 2372801 INFO  (jetty-launcher-3545-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41279/solr
   [junit4]   2> 2372801 INFO  (zkConnectionManagerCallback-3571-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372802 INFO  (zkConnectionManagerCallback-3566-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372802 INFO  (zkConnectionManagerCallback-3573-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372802 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1602b67c9890008, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2372802 INFO  (zkConnectionManagerCallback-3576-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372802 INFO  (jetty-launcher-3545-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41279/solr
   [junit4]   2> 2372803 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1602b67c9890007, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2372803 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1602b67c9890009, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2372804 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn caught end of stream exception
   [junit4]   2> EndOfStreamException: Unable to read additional data from 
client sessionid 0x1602b67c989000a, likely client has closed socket
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
   [junit4]   2>        at 
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
   [junit4]   2>        at java.base/java.lang.Thread.run(Thread.java:844)
   [junit4]   2> 2372805 INFO  (jetty-launcher-3545-thread-6) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:41279/solr
   [junit4]   2> 2372806 INFO  (zkConnectionManagerCallback-3581-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372806 INFO  
(zkConnectionManagerCallback-3585-thread-1-processing-n:127.0.0.1:38403_solr) 
[n:127.0.0.1:38403_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372806 INFO  
(zkConnectionManagerCallback-3588-thread-1-processing-n:127.0.0.1:35613_solr) 
[n:127.0.0.1:35613_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372806 INFO  (zkConnectionManagerCallback-3592-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372806 INFO  
(zkConnectionManagerCallback-3590-thread-1-processing-n:127.0.0.1:39463_solr) 
[n:127.0.0.1:39463_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372807 INFO  
(zkConnectionManagerCallback-3583-thread-1-processing-n:127.0.0.1:44203_solr) 
[n:127.0.0.1:44203_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372807 INFO  
(zkConnectionManagerCallback-3594-thread-1-processing-n:127.0.0.1:45179_solr) 
[n:127.0.0.1:45179_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372808 INFO  
(zkConnectionManagerCallback-3596-thread-1-processing-n:127.0.0.1:40885_solr) 
[n:127.0.0.1:40885_solr    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2372853 INFO  (jetty-launcher-3545-thread-1) 
[n:127.0.0.1:35613_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2372853 INFO  (jetty-launcher-3545-thread-5) 
[n:127.0.0.1:38403_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2372853 INFO  (jetty-launcher-3545-thread-3) 
[n:127.0.0.1:44203_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2372854 INFO  (jetty-launcher-3545-thread-6) 
[n:127.0.0.1:40885_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2372854 INFO  (jetty-launcher-3545-thread-2) 
[n:127.0.0.1:45179_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2372854 INFO  (jetty-launcher-3545-thread-1) 
[n:127.0.0.1:35613_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:35613_solr
   [junit4]   2> 2372854 INFO  (jetty-launcher-3545-thread-5) 
[n:127.0.0.1:38403_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:38403_solr
   [junit4]   2> 2372854 INFO  (jetty-launcher-3545-thread-3) 
[n:127.0.0.1:44203_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:44203_solr
   [junit4]   2> 2372854 INFO  (jetty-launcher-3545-thread-6) 
[n:127.0.0.1:40885_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40885_solr
   [junit4]   2> 2372854 INFO  (jetty-launcher-3545-thread-2) 
[n:127.0.0.1:45179_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:45179_solr
   [junit4]   2> 2372854 INFO  (jetty-launcher-3545-thread-4) 
[n:127.0.0.1:39463_solr    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2372855 INFO  (jetty-launcher-3545-thread-4) 
[n:127.0.0.1:39463_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:39463_solr
   [junit4]   2> 2372859 INFO  (jetty-launcher-3545-thread-1) 
[n:127.0.0.1:35613_solr    ] o.a.s.c.Overseer Overseer 
(id=99126916564975630-127.0.0.1:35613_solr-n_0000000000) starting
   [junit4]   2> 2372865 INFO  
(zkCallback-3584-thread-1-processing-n:127.0.0.1:38403_solr) 
[n:127.0.0.1:38403_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 2372869 INFO  
(zkCallback-3582-thread-1-processing-n:127.0.0.1:44203_solr) 
[n:127.0.0.1:44203_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 2372869 INFO  
(zkCallback-3587-thread-1-processing-n:127.0.0.1:35613_solr) 
[n:127.0.0.1:35613_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 2372870 INFO  
(zkCallback-3593-thread-1-processing-n:127.0.0.1:45179_solr) 
[n:127.0.0.1:45179_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 2372870 INFO  
(zkCallback-3595-thread-1-processing-n:127.0.0.1:40885_solr) 
[n:127.0.0.1:40885_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 2372877 INFO  
(zkCallback-3589-thread-1-processing-n:127.0.0.1:39463_solr) 
[n:127.0.0.1:39463_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (5)
   [junit4]   2> 2372877 INFO  (jetty-launcher-3545-thread-1) 
[n:127.0.0.1:35613_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:35613_solr
   [junit4]   2> 2372878 INFO  
(zkCallback-3587-thread-1-processing-n:127.0.0.1:35613_solr) 
[n:127.0.0.1:35613_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 2372878 INFO  
(zkCallback-3582-thread-1-processing-n:127.0.0.1:44203_solr) 
[n:127.0.0.1:44203_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 2372878 INFO  
(zkCallback-3595-thread-1-processing-n:127.0.0.1:40885_solr) 
[n:127.0.0.1:40885_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 2372878 INFO  
(zkCallback-3593-thread-1-processing-n:127.0.0.1:45179_solr) 
[n:127.0.0.1:45179_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 2372878 INFO  
(zkCallback-3584-thread-1-processing-n:127.0.0.1:38403_solr) 
[n:127.0.0.1:38403_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 2372878 INFO  
(zkCallback-3589-thread-1-processing-n:127.0.0.1:39463_solr) 
[n:127.0.0.1:39463_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (5) -> (6)
   [junit4]   2> 2372897 INFO  (jetty-launcher-3545-thread-4) 
[n:127.0.0.1:39463_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39463.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372899 INFO  (jetty-launcher-3545-thread-3) 
[n:127.0.0.1:44203_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44203.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372910 INFO  (jetty-launcher-3545-thread-6) 
[n:127.0.0.1:40885_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40885.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372910 INFO  (jetty-launcher-3545-thread-4) 
[n:127.0.0.1:39463_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39463.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372910 INFO  (jetty-launcher-3545-thread-4) 
[n:127.0.0.1:39463_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_39463.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372911 INFO  (jetty-launcher-3545-thread-4) 
[n:127.0.0.1:39463_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node4/.
   [junit4]   2> 2372911 INFO  (jetty-launcher-3545-thread-5) 
[n:127.0.0.1:38403_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38403.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372913 INFO  (jetty-launcher-3545-thread-3) 
[n:127.0.0.1:44203_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44203.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372913 INFO  (jetty-launcher-3545-thread-3) 
[n:127.0.0.1:44203_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_44203.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372914 INFO  (jetty-launcher-3545-thread-3) 
[n:127.0.0.1:44203_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node3/.
   [junit4]   2> 2372916 INFO  (jetty-launcher-3545-thread-5) 
[n:127.0.0.1:38403_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38403.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372916 INFO  (jetty-launcher-3545-thread-5) 
[n:127.0.0.1:38403_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_38403.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372917 INFO  (jetty-launcher-3545-thread-6) 
[n:127.0.0.1:40885_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40885.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372917 INFO  (jetty-launcher-3545-thread-5) 
[n:127.0.0.1:38403_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node5/.
   [junit4]   2> 2372917 INFO  (jetty-launcher-3545-thread-6) 
[n:127.0.0.1:40885_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_40885.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372917 INFO  (jetty-launcher-3545-thread-6) 
[n:127.0.0.1:40885_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node6/.
   [junit4]   2> 2372918 INFO  (jetty-launcher-3545-thread-2) 
[n:127.0.0.1:45179_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45179.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372921 INFO  (jetty-launcher-3545-thread-1) 
[n:127.0.0.1:35613_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35613.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372922 INFO  (jetty-launcher-3545-thread-2) 
[n:127.0.0.1:45179_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45179.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372923 INFO  (jetty-launcher-3545-thread-2) 
[n:127.0.0.1:45179_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_45179.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372923 INFO  (jetty-launcher-3545-thread-2) 
[n:127.0.0.1:45179_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node2/.
   [junit4]   2> 2372925 INFO  (jetty-launcher-3545-thread-1) 
[n:127.0.0.1:35613_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35613.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372925 INFO  (jetty-launcher-3545-thread-1) 
[n:127.0.0.1:35613_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_35613.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2372926 INFO  (jetty-launcher-3545-thread-1) 
[n:127.0.0.1:35613_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node1/.
   [junit4]   2> 2373057 INFO  (zkConnectionManagerCallback-3605-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2373059 INFO  (zkConnectionManagerCallback-3609-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2373060 INFO  
(SUITE-ReplaceNodeTest-seed#[E8D2B04F2CC4B39F]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (6)
   [junit4]   2> 2373060 INFO  
(SUITE-ReplaceNodeTest-seed#[E8D2B04F2CC4B39F]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:41279/solr ready
   [junit4]   2> 2373075 INFO  
(TEST-ReplaceNodeTest.test-seed#[E8D2B04F2CC4B39F]) [    ] o.a.s.SolrTestCaseJ4 
###Starting test
   [junit4]   2> 2373075 INFO  (zkConnectionManagerCallback-3611-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2373076 INFO  
(TEST-ReplaceNodeTest.test-seed#[E8D2B04F2CC4B39F]) [    ] 
o.a.s.c.ReplaceNodeTest total_jettys: 6
   [junit4]   2> 2373085 INFO  (qtp443707082-24000) [n:127.0.0.1:39463_solr    
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
pullReplicas=0&replicationFactor=2&collection.configName=conf1&maxShardsPerNode=3&name=replacenodetest_coll&nrtReplicas=2&action=CREATE&numShards=5&tlogReplicas=0&createNodeSet=127.0.0.1:35613_solr,127.0.0.1:45179_solr,127.0.0.1:40885_solr,127.0.0.1:38403_solr,127.0.0.1:39463_solr&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2373087 INFO  
(OverseerThreadFactory-8962-thread-1-processing-n:127.0.0.1:35613_solr) 
[n:127.0.0.1:35613_solr    ] o.a.s.c.CreateCollectionCmd Create collection 
replacenodetest_coll
   [junit4]   2> 2373193 INFO  
(OverseerStateUpdate-99126916564975630-127.0.0.1:35613_solr-n_0000000000) 
[n:127.0.0.1:35613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"replacenodetest_coll_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39463/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2373194 INFO  
(OverseerStateUpdate-99126916564975630-127.0.0.1:35613_solr-n_0000000000) 
[n:127.0.0.1:35613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"replacenodetest_coll_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40885/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2373196 INFO  
(OverseerStateUpdate-99126916564975630-127.0.0.1:35613_solr-n_0000000000) 
[n:127.0.0.1:35613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"replacenodetest_coll_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45179/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2373198 INFO  
(OverseerStateUpdate-99126916564975630-127.0.0.1:35613_solr-n_0000000000) 
[n:127.0.0.1:35613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"replacenodetest_coll_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35613/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2373199 INFO  
(OverseerStateUpdate-99126916564975630-127.0.0.1:35613_solr-n_0000000000) 
[n:127.0.0.1:35613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"replacenodetest_coll_shard3_replica_n8",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38403/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2373200 INFO  
(OverseerStateUpdate-99126916564975630-127.0.0.1:35613_solr-n_0000000000) 
[n:127.0.0.1:35613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll",
   [junit4]   2>   "shard":"shard3",
   [junit4]   2>   "core":"replacenodetest_coll_shard3_replica_n10",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:39463/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2373202 INFO  
(OverseerStateUpdate-99126916564975630-127.0.0.1:35613_solr-n_0000000000) 
[n:127.0.0.1:35613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"replacenodetest_coll_shard4_replica_n12",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:40885/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2373203 INFO  
(OverseerStateUpdate-99126916564975630-127.0.0.1:35613_solr-n_0000000000) 
[n:127.0.0.1:35613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll",
   [junit4]   2>   "shard":"shard4",
   [junit4]   2>   "core":"replacenodetest_coll_shard4_replica_n14",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:45179/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2373204 INFO  
(OverseerStateUpdate-99126916564975630-127.0.0.1:35613_solr-n_0000000000) 
[n:127.0.0.1:35613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll",
   [junit4]   2>   "shard":"shard5",
   [junit4]   2>   "core":"replacenodetest_coll_shard5_replica_n16",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:35613/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2373205 INFO  
(OverseerStateUpdate-99126916564975630-127.0.0.1:35613_solr-n_0000000000) 
[n:127.0.0.1:35613_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"replacenodetest_coll",
   [junit4]   2>   "shard":"shard5",
   [junit4]   2>   "core":"replacenodetest_coll_shard5_replica_n18",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"https://127.0.0.1:38403/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 2373415 INFO  (qtp443707082-24025) [n:127.0.0.1:39463_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node13&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard3_replica_n10&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2373419 INFO  (qtp443707082-24025) [n:127.0.0.1:39463_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2373421 INFO  (qtp443707082-24013) [n:127.0.0.1:39463_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard1_replica_n1&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2373442 INFO  (qtp477812082-24040) [n:127.0.0.1:40885_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node15&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard4_replica_n12&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2373443 INFO  (qtp477812082-24040) [n:127.0.0.1:40885_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2373445 INFO  (qtp1950033594-24015) [n:127.0.0.1:45179_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard2_replica_n4&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2373445 INFO  (qtp1950033594-24015) [n:127.0.0.1:45179_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2373451 INFO  (qtp477812082-24020) [n:127.0.0.1:40885_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard1_replica_n2&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2373452 INFO  (qtp1950033594-23996) [n:127.0.0.1:45179_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node17&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard4_replica_n14&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard4&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2373453 INFO  (qtp1898705324-24004) [n:127.0.0.1:35613_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node19&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard5_replica_n16&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard5&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2373453 INFO  (qtp141159997-24014) [n:127.0.0.1:38403_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node11&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard3_replica_n8&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard3&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2373454 INFO  (qtp1898705324-24004) [n:127.0.0.1:35613_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2373454 INFO  (qtp141159997-24014) [n:127.0.0.1:38403_solr    
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 
2147483647 transient cores
   [junit4]   2> 2373457 INFO  (qtp141159997-24028) [n:127.0.0.1:38403_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node20&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard5_replica_n18&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard5&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2373457 INFO  (qtp1898705324-24047) [n:127.0.0.1:35613_solr    
] o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&coreNodeName=core_node9&collection.configName=conf1&newCollection=true&name=replacenodetest_coll_shard2_replica_n6&action=CREATE&numShards=5&collection=replacenodetest_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2373567 INFO  
(zkCallback-3584-thread-1-processing-n:127.0.0.1:38403_solr) 
[n:127.0.0.1:38403_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/replacenodetest_coll/state.json] for collection 
[replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2373567 INFO  
(zkCallback-3593-thread-1-processing-n:127.0.0.1:45179_solr) 
[n:127.0.0.1:45179_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/replacenodetest_coll/state.json] for collection 
[replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2373567 INFO  
(zkCallback-3593-thread-2-processing-n:127.0.0.1:45179_solr) 
[n:127.0.0.1:45179_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/replacenodetest_coll/state.json] for collection 
[replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2373567 INFO  
(zkCallback-3589-thread-2-processing-n:127.0.0.1:39463_solr) 
[n:127.0.0.1:39463_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/replacenodetest_coll/state.json] for collection 
[replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2373567 INFO  
(zkCallback-3587-thread-1-processing-n:127.0.0.1:35613_solr) 
[n:127.0.0.1:35613_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/replacenodetest_coll/state.json] for collection 
[replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2373567 INFO  
(zkCallback-3595-thread-2-processing-n:127.0.0.1:40885_solr) 
[n:127.0.0.1:40885_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/replacenodetest_coll/state.json] for collection 
[replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2373567 INFO  
(zkCallback-3595-thread-1-processing-n:127.0.0.1:40885_solr) 
[n:127.0.0.1:40885_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/replacenodetest_coll/state.json] for collection 
[replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2373567 INFO  
(zkCallback-3589-thread-1-processing-n:127.0.0.1:39463_solr) 
[n:127.0.0.1:39463_solr    ] o.a.s.c.c.ZkStateReader A cluster state change: 
[WatchedEvent state:SyncConnected type:NodeDataChanged 
path:/collections/replacenodetest_coll/state.json] for collection 
[replacenodetest_coll] has occurred - updating... (live nodes size: [6])
   [junit4]   2> 2374450 INFO  (qtp443707082-24025) [n:127.0.0.1:39463_solr 
c:replacenodetest_coll s:shard3 r:core_node13 
x:replacenodetest_coll_shard3_replica_n10] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.3.0
   [junit4]   2> 2374453 INFO  (qtp443707082-24013) [n:127.0.0.1:39463_solr 
c:replacenodetest_coll s:shard1 r:core_node3 
x:replacenodetest_coll_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.3.0
   [junit4]   2> 2374456 INFO  (qtp477812082-24020) [n:127.0.0.1:40885_solr 
c:replacenodetest_coll s:shard1 r:core_node5 
x:replacenodetest_coll_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.3.0
   [junit4]   2> 2374456 INFO  (qtp477812082-24040) [n:127.0.0.1:40885_solr 
c:replacenodetest_coll s:shard4 r:core_node15 
x:replacenodetest_coll_shard4_replica_n12] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.3.0
   [junit4]   2> 2374464 INFO  (qtp443707082-24025) [n:127.0.0.1:39463_solr 
c:replacenodetest_coll s:shard3 r:core_node13 
x:replacenodetest_coll_shard3_replica_n10] o.a.s.s.IndexSchema 
[replacenodetest_coll_shard3_replica_n10] Schema name=cloud-dynamic
   [junit4]   2> 2374465 INFO  (qtp443707082-24013) [n:127.0.0.1:39463_solr 
c:replacenodetest_coll s:shard1 r:core_node3 
x:replacenodetest_coll_shard1_replica_n1] o.a.s.s.IndexSchema 
[replacenodetest_coll_shard1_replica_n1] Schema name=cloud-dynamic
   [junit4]   2> 2374469 INFO  (qtp477812082-24040) [n:127.0.0.1:40885_solr 
c:replacenodetest_coll s:shard4 r:core_node15 
x:replacenodetest_coll_shard4_replica_n12] o.a.s.s.IndexSchema 
[replacenodetest_coll_shard4_replica_n12] Schema name=cloud-dynamic
   [junit4]   2> 2374470 INFO  (qtp477812082-24020) [n:127.0.0.1:40885_solr 
c:replacenodetest_coll s:shard1 r:core_node5 
x:replacenodetest_coll_shard1_replica_n2] o.a.s.s.IndexSchema 
[replacenodetest_coll_shard1_replica_n2] Schema name=cloud-dynamic
   [junit4]   2> 2374479 INFO  (qtp1898705324-24047) [n:127.0.0.1:35613_solr 
c:replacenodetest_coll s:shard2 r:core_node9 
x:replacenodetest_coll_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.3.0
   [junit4]   2> 2374490 INFO  (qtp141159997-24028) [n:127.0.0.1:38403_solr 
c:replacenodetest_coll s:shard5 r:core_node20 
x:replacenodetest_coll_shard5_replica_n18] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.3.0
   [junit4]   2> 2374492 INFO  (qtp1898705324-24004) [n:127.0.0.1:35613_solr 
c:replacenodetest_coll s:shard5 r:core_node19 
x:replacenodetest_coll_shard5_replica_n16] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.3.0
   [junit4]   2> 2374492 INFO  (qtp1950033594-23996) [n:127.0.0.1:45179_solr 
c:replacenodetest_coll s:shard4 r:core_node17 
x:replacenodetest_coll_shard4_replica_n14] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.3.0
   [junit4]   2> 2374495 INFO  (qtp141159997-24014) [n:127.0.0.1:38403_solr 
c:replacenodetest_coll s:shard3 r:core_node11 
x:replacenodetest_coll_shard3_replica_n8] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.3.0
   [junit4]   2> 2374502 INFO  (qtp1950033594-24015) [n:127.0.0.1:45179_solr 
c:replacenodetest_coll s:shard2 r:core_node7 
x:replacenodetest_coll_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 7.3.0
   [junit4]   2> 2374505 INFO  (qtp1898705324-24047) [n:127.0.0.1:35613_solr 
c:replacenodetest_coll s:shard2 r:core_node9 
x:replacenodetest_coll_shard2_replica_n6] o.a.s.s.IndexSchema 
[replacenodetest_coll_shard2_replica_n6] Schema name=cloud-dynamic
   [junit4]   2> 2374508 INFO  (qtp443707082-24013) [n:127.0.0.1:39463_solr 
c:replacenodetest_coll s:shard1 r:core_node3 
x:replacenodetest_coll_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema 
cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2374508 INFO  (qtp443707082-24013) [n:127.0.0.1:39463_solr 
c:replacenodetest_coll s:shard1 r:core_node3 
x:replacenodetest_coll_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'replacenodetest_coll_shard1_replica_n1' using configuration from 
collection replacenodetest_coll, trusted=true
   [junit4]   2> 2374514 INFO  (qtp443707082-24013) [n:127.0.0.1:39463_solr 
c:replacenodetest_coll s:shard1 r:core_node3 
x:replacenodetest_coll_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_39463.solr.core.replacenodetest_coll.shard1.replica_n1' 
(registry 'solr.core.replacenodetest_coll.shard1.replica_n1') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2374515 INFO  (qtp443707082-24013) [n:127.0.0.1:39463_solr 
c:replacenodetest_coll s:shard1 r:core_node3 
x:replacenodetest_coll_shard1_replica_n1] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2374515 INFO  (qtp443707082-24013) [n:127.0.0.1:39463_solr 
c:replacenodetest_coll s:shard1 r:core_node3 
x:replacenodetest_coll_shard1_replica_n1] o.a.s.c.SolrCore 
[[replacenodetest_coll_shard1_replica_n1] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node4/replacenodetest_coll_shard1_replica_n1],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node4/./replacenodetest_coll_shard1_replica_n1/data/]
   [junit4]   2> 2374517 INFO  (qtp1898705324-24004) [n:127.0.0.1:35613_solr 
c:replacenodetest_coll s:shard5 r:core_node19 
x:replacenodetest_coll_shard5_replica_n16] o.a.s.s.IndexSchema 
[replacenodetest_coll_shard5_replica_n16] Schema name=cloud-dynamic
   [junit4]   2> 2374518 INFO  (qtp1950033594-23996) [n:127.0.0.1:45179_solr 
c:replacenodetest_coll s:shard4 r:core_node17 
x:replacenodetest_coll_shard4_replica_n14] o.a.s.s.IndexSchema 
[replacenodetest_coll_shard4_replica_n14] Schema name=cloud-dynamic
   [junit4]   2> 2374520 INFO  (qtp443707082-24025) [n:127.0.0.1:39463_solr 
c:replacenodetest_coll s:shard3 r:core_node13 
x:replacenodetest_coll_shard3_replica_n10] o.a.s.s.IndexSchema Loaded schema 
cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2374520 INFO  (qtp443707082-24025) [n:127.0.0.1:39463_solr 
c:replacenodetest_coll s:shard3 r:core_node13 
x:replacenodetest_coll_shard3_replica_n10] o.a.s.c.CoreContainer Creating 
SolrCore 'replacenodetest_coll_shard3_replica_n10' using configuration from 
collection replacenodetest_coll, trusted=true
   [junit4]   2> 2374520 INFO  (qtp443707082-24025) [n:127.0.0.1:39463_solr 
c:replacenodetest_coll s:shard3 r:core_node13 
x:replacenodetest_coll_shard3_replica_n10] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_39463.solr.core.replacenodetest_coll.shard3.replica_n10' 
(registry 'solr.core.replacenodetest_coll.shard3.replica_n10') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2374521 INFO  (qtp443707082-24025) [n:127.0.0.1:39463_solr 
c:replacenodetest_coll s:shard3 r:core_node13 
x:replacenodetest_coll_shard3_replica_n10] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2374521 INFO  (qtp443707082-24025) [n:127.0.0.1:39463_solr 
c:replacenodetest_coll s:shard3 r:core_node13 
x:replacenodetest_coll_shard3_replica_n10] o.a.s.c.SolrCore 
[[replacenodetest_coll_shard3_replica_n10] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node4/replacenodetest_coll_shard3_replica_n10],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node4/./replacenodetest_coll_shard3_replica_n10/data/]
   [junit4]   2> 2374521 INFO  (qtp141159997-24028) [n:127.0.0.1:38403_solr 
c:replacenodetest_coll s:shard5 r:core_node20 
x:replacenodetest_coll_shard5_replica_n18] o.a.s.s.IndexSchema 
[replacenodetest_coll_shard5_replica_n18] Schema name=cloud-dynamic
   [junit4]   2> 2374521 INFO  (qtp1950033594-24015) [n:127.0.0.1:45179_solr 
c:replacenodetest_coll s:shard2 r:core_node7 
x:replacenodetest_coll_shard2_replica_n4] o.a.s.s.IndexSchema 
[replacenodetest_coll_shard2_replica_n4] Schema name=cloud-dynamic
   [junit4]   2> 2374536 INFO  (qtp477812082-24020) [n:127.0.0.1:40885_solr 
c:replacenodetest_coll s:shard1 r:core_node5 
x:replacenodetest_coll_shard1_replica_n2] o.a.s.s.IndexSchema Loaded schema 
cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2374536 INFO  (qtp477812082-24020) [n:127.0.0.1:40885_solr 
c:replacenodetest_coll s:shard1 r:core_node5 
x:replacenodetest_coll_shard1_replica_n2] o.a.s.c.CoreContainer Creating 
SolrCore 'replacenodetest_coll_shard1_replica_n2' using configuration from 
collection replacenodetest_coll, trusted=true
   [junit4]   2> 2374537 INFO  (qtp477812082-24020) [n:127.0.0.1:40885_solr 
c:replacenodetest_coll s:shard1 r:core_node5 
x:replacenodetest_coll_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_40885.solr.core.replacenodetest_coll.shard1.replica_n2' 
(registry 'solr.core.replacenodetest_coll.shard1.replica_n2') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2374537 INFO  (qtp477812082-24020) [n:127.0.0.1:40885_solr 
c:replacenodetest_coll s:shard1 r:core_node5 
x:replacenodetest_coll_shard1_replica_n2] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2374537 INFO  (qtp477812082-24020) [n:127.0.0.1:40885_solr 
c:replacenodetest_coll s:shard1 r:core_node5 
x:replacenodetest_coll_shard1_replica_n2] o.a.s.c.SolrCore 
[[replacenodetest_coll_shard1_replica_n2] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node6/replacenodetest_coll_shard1_replica_n2],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node6/./replacenodetest_coll_shard1_replica_n2/data/]
   [junit4]   2> 2374546 INFO  (qtp141159997-24014) [n:127.0.0.1:38403_solr 
c:replacenodetest_coll s:shard3 r:core_node11 
x:replacenodetest_coll_shard3_replica_n8] o.a.s.s.IndexSchema 
[replacenodetest_coll_shard3_replica_n8] Schema name=cloud-dynamic
   [junit4]   2> 2374546 INFO  (qtp477812082-24040) [n:127.0.0.1:40885_solr 
c:replacenodetest_coll s:shard4 r:core_node15 
x:replacenodetest_coll_shard4_replica_n12] o.a.s.s.IndexSchema Loaded schema 
cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2374546 INFO  (qtp477812082-24040) [n:127.0.0.1:40885_solr 
c:replacenodetest_coll s:shard4 r:core_node15 
x:replacenodetest_coll_shard4_replica_n12] o.a.s.c.CoreContainer Creating 
SolrCore 'replacenodetest_coll_shard4_replica_n12' using configuration from 
collection replacenodetest_coll, trusted=true
   [junit4]   2> 2374546 INFO  (qtp477812082-24040) [n:127.0.0.1:40885_solr 
c:replacenodetest_coll s:shard4 r:core_node15 
x:replacenodetest_coll_shard4_replica_n12] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_40885.solr.core.replacenodetest_coll.shard4.replica_n12' 
(registry 'solr.core.replacenodetest_coll.shard4.replica_n12') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2374546 INFO  (qtp477812082-24040) [n:127.0.0.1:40885_solr 
c:replacenodetest_coll s:shard4 r:core_node15 
x:replacenodetest_coll_shard4_replica_n12] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2374547 INFO  (qtp477812082-24040) [n:127.0.0.1:40885_solr 
c:replacenodetest_coll s:shard4 r:core_node15 
x:replacenodetest_coll_shard4_replica_n12] o.a.s.c.SolrCore 
[[replacenodetest_coll_shard4_replica_n12] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node6/replacenodetest_coll_shard4_replica_n12],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node6/./replacenodetest_coll_shard4_replica_n12/data/]
   [junit4]   2> 2374564 INFO  (qtp1898705324-24047) [n:127.0.0.1:35613_solr 
c:replacenodetest_coll s:shard2 r:core_node9 
x:replacenodetest_coll_shard2_replica_n6] o.a.s.s.IndexSchema Loaded schema 
cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2374565 INFO  (qtp1898705324-24047) [n:127.0.0.1:35613_solr 
c:replacenodetest_coll s:shard2 r:core_node9 
x:replacenodetest_coll_shard2_replica_n6] o.a.s.c.CoreContainer Creating 
SolrCore 'replacenodetest_coll_shard2_replica_n6' using configuration from 
collection replacenodetest_coll, trusted=true
   [junit4]   2> 2374566 INFO  (qtp1898705324-24047) [n:127.0.0.1:35613_solr 
c:replacenodetest_coll s:shard2 r:core_node9 
x:replacenodetest_coll_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_35613.solr.core.replacenodetest_coll.shard2.replica_n6' 
(registry 'solr.core.replacenodetest_coll.shard2.replica_n6') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2374567 INFO  (qtp1898705324-24047) [n:127.0.0.1:35613_solr 
c:replacenodetest_coll s:shard2 r:core_node9 
x:replacenodetest_coll_shard2_replica_n6] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2374567 INFO  (qtp1898705324-24047) [n:127.0.0.1:35613_solr 
c:replacenodetest_coll s:shard2 r:core_node9 
x:replacenodetest_coll_shard2_replica_n6] o.a.s.c.SolrCore 
[[replacenodetest_coll_shard2_replica_n6] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node1/replacenodetest_coll_shard2_replica_n6],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node1/./replacenodetest_coll_shard2_replica_n6/data/]
   [junit4]   2> 2374569 INFO  (qtp1950033594-23996) [n:127.0.0.1:45179_solr 
c:replacenodetest_coll s:shard4 r:core_node17 
x:replacenodetest_coll_shard4_replica_n14] o.a.s.s.IndexSchema Loaded schema 
cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2374569 INFO  (qtp1950033594-23996) [n:127.0.0.1:45179_solr 
c:replacenodetest_coll s:shard4 r:core_node17 
x:replacenodetest_coll_shard4_replica_n14] o.a.s.c.CoreContainer Creating 
SolrCore 'replacenodetest_coll_shard4_replica_n14' using configuration from 
collection replacenodetest_coll, trusted=true
   [junit4]   2> 2374570 INFO  (qtp1950033594-23996) [n:127.0.0.1:45179_solr 
c:replacenodetest_coll s:shard4 r:core_node17 
x:replacenodetest_coll_shard4_replica_n14] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_45179.solr.core.replacenodetest_coll.shard4.replica_n14' 
(registry 'solr.core.replacenodetest_coll.shard4.replica_n14') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2374570 INFO  (qtp1950033594-23996) [n:127.0.0.1:45179_solr 
c:replacenodetest_coll s:shard4 r:core_node17 
x:replacenodetest_coll_shard4_replica_n14] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2374570 INFO  (qtp1950033594-23996) [n:127.0.0.1:45179_solr 
c:replacenodetest_coll s:shard4 r:core_node17 
x:replacenodetest_coll_shard4_replica_n14] o.a.s.c.SolrCore 
[[replacenodetest_coll_shard4_replica_n14] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node2/replacenodetest_coll_shard4_replica_n14],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node2/./replacenodetest_coll_shard4_replica_n14/data/]
   [junit4]   2> 2374587 INFO  (qtp1950033594-24015) [n:127.0.0.1:45179_solr 
c:replacenodetest_coll s:shard2 r:core_node7 
x:replacenodetest_coll_shard2_replica_n4] o.a.s.s.IndexSchema Loaded schema 
cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2374587 INFO  (qtp1950033594-24015) [n:127.0.0.1:45179_solr 
c:replacenodetest_coll s:shard2 r:core_node7 
x:replacenodetest_coll_shard2_replica_n4] o.a.s.c.CoreContainer Creating 
SolrCore 'replacenodetest_coll_shard2_replica_n4' using configuration from 
collection replacenodetest_coll, trusted=true
   [junit4]   2> 2374587 INFO  (qtp1950033594-24015) [n:127.0.0.1:45179_solr 
c:replacenodetest_coll s:shard2 r:core_node7 
x:replacenodetest_coll_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_45179.solr.core.replacenodetest_coll.shard2.replica_n4' 
(registry 'solr.core.replacenodetest_coll.shard2.replica_n4') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2374587 INFO  (qtp1950033594-24015) [n:127.0.0.1:45179_solr 
c:replacenodetest_coll s:shard2 r:core_node7 
x:replacenodetest_coll_shard2_replica_n4] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2374587 INFO  (qtp1950033594-24015) [n:127.0.0.1:45179_solr 
c:replacenodetest_coll s:shard2 r:core_node7 
x:replacenodetest_coll_shard2_replica_n4] o.a.s.c.SolrCore 
[[replacenodetest_coll_shard2_replica_n4] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node2/replacenodetest_coll_shard2_replica_n4],
 
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tempDir-001/node2/./replacenodetest_coll_shard2_replica_n4/data/]
   [junit4]   2> 2374594 INFO  (qtp141159997-24014) [n:127.0.0.1:38403_solr 
c:replacenodetest_coll s:shard3 r:core_node11 
x:replacenodetest_coll_shard3_replica_n8] o.a.s.s.IndexSchema Loaded schema 
cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2374594 INFO  (qtp141159997-24014) [n:127.0.0.1:38403_solr 
c:replacenodetest_coll s:shard3 r:core_node11 
x:replacenodetest_coll_shard3_replica_n8] o.a.s.c.CoreContainer Creating 
SolrCore 'replacenodetest_coll_shard3_replica_n8' using configuration from 
collection replacenodetest_coll, trusted=true
   [junit4]   2> 2374594 INFO  (qtp1898705324-24004) [n:127.0.0.1:35613_solr 
c:replacenodetest_coll s:shard5 r:core_node19 
x:replacenodetest_coll_shard5_replica_n16] o.a.s.s.IndexSchema Loaded schema 
cloud-dynamic/1.6 with uniqueid field id
   [junit4]   2> 2374594 INFO  (qtp1898705324-24004) [n:127.0.0.1:35613_solr 
c:replacenodetest_coll s:shard5 r:core_node19 
x:replacenodetest_coll_shard5_replica_n16] o.a.s.c.CoreContainer Creating 
SolrCore 'replacenodetest_coll_shard5_replica_n16' using configuration from 
collection replacenodetest_coll, trusted=true
   [junit4]   2> 2374594 INFO  (qtp141159997-24014) [n:127.0.0.1:38403_solr 
c:replacenodetest_coll s:shard3 r:core_node11 
x:replacenodetest_coll_shard3_replica_n8] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_38403.solr.core.replacenodetest_coll.shard3.replica_n8' 
(registry 'solr.core.replacenodetest_coll.shard3.replica_n8') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2374594 INFO  (qtp1898705324-24004) [n:127.0.0.1:35613_solr 
c:replacenodetest_coll s:shard5 r:core_node19 
x:replacenodetest_coll_shard5_replica_n16] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 'solr_35613.solr.core.replacenodetest_coll.shard5.replica_n16' 
(registry 'solr.core.replacenodetest_coll.shard5.replica_n16') enabled at 
server: com.sun.jmx.mbeanserver.JmxMBeanServer@2265efbe
   [junit4]   2> 2374594 INFO  (qtp141159997-24014) [n:127.0.0.1:38403_solr 
c:replacenodetest_coll s:shard3 r:core_node11 
x:replacenodetest_coll_shard3_replica_n8] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2374594 INFO  (qtp1898705324-24004) [n:127.0.0.1:35613_solr 
c:replacenodetest_coll s:shard5 r:core_node19 
x:replacenodetest_coll_shard5_replica_n16] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 2374595 INFO  (qtp141159997-24014) [n:127.0.0.1:38403_solr 
c:replacenodetest_coll s:shard3 r:core_node11 
x:replacenodetest_coll_shard3_replica_n8] o.a.s.c.SolrCore 
[[replacenodetest_coll_shard3_replica_n8] ] Opening new SolrCore at 
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ReplaceNodeTest_E8D2B04F2CC4B39F-001/tem

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

:40989_solr c:overwrite s:shard1 r:core_node2 x:overwrite_shard1_replica_n1] 
o.a.s.c.SolrCore [overwrite_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@5b8e6120
   [junit4]   2> 1281269 INFO  (coreCloseExecutor-261-thread-6) 
[n:127.0.0.1:40989_solr c:multicollection2 s:shard1 r:core_node3 
x:multicollection2_shard1_replica_n1] o.a.s.c.SolrCore 
[multicollection2_shard1_replica_n1]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@f10680c
   [junit4]   2> 1281277 INFO  (coreCloseExecutor-261-thread-2) 
[n:127.0.0.1:40989_solr c:localShardsTestColl s:shard3 r:core_node15 
x:localShardsTestColl_shard3_replica_n12] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.localShardsTestColl.shard3.replica_n12, 
tag=1643421206
   [junit4]   2> 1281277 INFO  (coreCloseExecutor-261-thread-2) 
[n:127.0.0.1:40989_solr c:localShardsTestColl s:shard3 r:core_node15 
x:localShardsTestColl_shard3_replica_n12] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@7e099368: rootName 
= solr_40989, domain = solr.core.localShardsTestColl.shard3.replica_n12, 
service url = null, agent id = null] for registry 
solr.core.localShardsTestColl.shard3.replica_n12 / 
com.codahale.metrics.MetricRegistry@33226b2b
   [junit4]   2> 1281281 INFO  (coreCloseExecutor-261-thread-2) 
[n:127.0.0.1:40989_solr c:localShardsTestColl s:shard3 r:core_node15 
x:localShardsTestColl_shard3_replica_n12] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.localShardsTestColl.shard3.leader, tag=1643421206
   [junit4]   2> 1281281 INFO  (coreCloseExecutor-261-thread-3) 
[n:127.0.0.1:40989_solr c:localShardsTestColl s:shard2 r:core_node9 
x:localShardsTestColl_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing 
metric reporters for registry=solr.core.localShardsTestColl.shard2.replica_n6, 
tag=866680474
   [junit4]   2> 1281281 INFO  (coreCloseExecutor-261-thread-3) 
[n:127.0.0.1:40989_solr c:localShardsTestColl s:shard2 r:core_node9 
x:localShardsTestColl_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@71a587f4: rootName 
= solr_40989, domain = solr.core.localShardsTestColl.shard2.replica_n6, service 
url = null, agent id = null] for registry 
solr.core.localShardsTestColl.shard2.replica_n6 / 
com.codahale.metrics.MetricRegistry@30ea22b4
   [junit4]   2> 1281285 INFO  (coreCloseExecutor-261-thread-3) 
[n:127.0.0.1:40989_solr c:localShardsTestColl s:shard2 r:core_node9 
x:localShardsTestColl_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.localShardsTestColl.shard2.leader, tag=866680474
   [junit4]   2> 1281285 INFO  (coreCloseExecutor-261-thread-4) 
[n:127.0.0.1:40989_solr c:foo s:shard1 r:core_node5 x:foo_shard1_replica_n2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.core.foo.shard1.replica_n2, tag=724217035
   [junit4]   2> 1281285 INFO  (coreCloseExecutor-261-thread-4) 
[n:127.0.0.1:40989_solr c:foo s:shard1 r:core_node5 x:foo_shard1_replica_n2] 
o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@54a8e40d: rootName = 
solr_40989, domain = solr.core.foo.shard1.replica_n2, service url = null, agent 
id = null] for registry solr.core.foo.shard1.replica_n2 / 
com.codahale.metrics.MetricRegistry@4e7ce5c2
   [junit4]   2> 1281289 INFO  (coreCloseExecutor-261-thread-5) 
[n:127.0.0.1:40989_solr c:multicollection1 s:shard1 r:core_node3 
x:multicollection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.multicollection1.shard1.replica_n1, 
tag=1002277048
   [junit4]   2> 1281289 INFO  (coreCloseExecutor-261-thread-5) 
[n:127.0.0.1:40989_solr c:multicollection1 s:shard1 r:core_node3 
x:multicollection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@84bed2e: rootName = 
solr_40989, domain = solr.core.multicollection1.shard1.replica_n1, service url 
= null, agent id = null] for registry 
solr.core.multicollection1.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@647eca5c
   [junit4]   2> 1281293 INFO  (coreCloseExecutor-261-thread-7) 
[n:127.0.0.1:40989_solr c:overwrite s:shard1 r:core_node2 
x:overwrite_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.overwrite.shard1.replica_n1, tag=1536057632
   [junit4]   2> 1281293 INFO  (coreCloseExecutor-261-thread-7) 
[n:127.0.0.1:40989_solr c:overwrite s:shard1 r:core_node2 
x:overwrite_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@16611149: rootName = 
solr_40989, domain = solr.core.overwrite.shard1.replica_n1, service url = null, 
agent id = null] for registry solr.core.overwrite.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@7d967e43
   [junit4]   2> 1281297 INFO  (coreCloseExecutor-261-thread-7) 
[n:127.0.0.1:40989_solr c:overwrite s:shard1 r:core_node2 
x:overwrite_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.overwrite.shard1.leader, tag=1536057632
   [junit4]   2> 1281297 INFO  (coreCloseExecutor-261-thread-6) 
[n:127.0.0.1:40989_solr c:multicollection2 s:shard1 r:core_node3 
x:multicollection2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.multicollection2.shard1.replica_n1, 
tag=252733452
   [junit4]   2> 1281297 INFO  (coreCloseExecutor-261-thread-6) 
[n:127.0.0.1:40989_solr c:multicollection2 s:shard1 r:core_node3 
x:multicollection2_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing 
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@429af291: rootName 
= solr_40989, domain = solr.core.multicollection2.shard1.replica_n1, service 
url = null, agent id = null] for registry 
solr.core.multicollection2.shard1.replica_n1 / 
com.codahale.metrics.MetricRegistry@4c7f7b17
   [junit4]   2> 1281302 INFO  (coreCloseExecutor-261-thread-6) 
[n:127.0.0.1:40989_solr c:multicollection2 s:shard1 r:core_node3 
x:multicollection2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.multicollection2.shard1.leader, 
tag=252733452
   [junit4]   2> 1281302 INFO  (coreCloseExecutor-261-thread-1) 
[n:127.0.0.1:40989_solr c:localShardsTestColl s:shard1 r:core_node3 
x:localShardsTestColl_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing 
metric reporters for 
registry=solr.collection.localShardsTestColl.shard1.leader, tag=1402757295
   [junit4]   2> 1281302 INFO  (coreCloseExecutor-261-thread-4) 
[n:127.0.0.1:40989_solr c:foo s:shard1 r:core_node5 x:foo_shard1_replica_n2] 
o.a.s.m.SolrMetricManager Closing metric reporters for 
registry=solr.collection.foo.shard1.leader, tag=724217035
   [junit4]   2> 1281302 INFO  (coreCloseExecutor-261-thread-5) 
[n:127.0.0.1:40989_solr c:multicollection1 s:shard1 r:core_node3 
x:multicollection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.multicollection1.shard1.leader, 
tag=1002277048
   [junit4]   2> 1281304 INFO  (jetty-closer-65-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@54ed658a{/solr,null,UNAVAILABLE}
   [junit4]   2> 1281304 ERROR 
(SUITE-CloudSolrClientTest-seed#[CEA76D0AA169DC7D]-worker) [    ] 
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> 1281305 INFO  
(SUITE-CloudSolrClientTest-seed#[CEA76D0AA169DC7D]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:46827 46827
   [junit4]   2> 1286420 INFO  (Thread-113) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:46827 46827
   [junit4]   2> 1286421 WARN  (Thread-113) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        8       /solr/aliases.json
   [junit4]   2>        3       /solr/security.json
   [junit4]   2>        3       /solr/configs/conf
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        24      /solr/collections/localShardsTestColl/state.json
   [junit4]   2>        18      /solr/collections/foo/state.json
   [junit4]   2>        15      
/solr/collections/stale_state_test_col/state.json
   [junit4]   2>        10      /solr/collections/collection1/state.json
   [junit4]   2>        10      /solr/collections/2nd_collection/state.json
   [junit4]   2>        10      /solr/collections/multicollection1/state.json
   [junit4]   2>        10      /solr/collections/nemesis/state.json
   [junit4]   2>        10      /solr/collections/multicollection2/state.json
   [junit4]   2>        8       /solr/clusterprops.json
   [junit4]   2>        8       /solr/clusterstate.json
   [junit4]   2>        3       /solr/collections/overwrite/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        8       /solr/live_nodes
   [junit4]   2>        8       /solr/collections
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.impl.CloudSolrClientTest_CEA76D0AA169DC7D-001
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene70), 
sim=RandomSimilarity(queryNorm=false): {}, locale=hy, timezone=America/Cayman
   [junit4]   2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 9.0.1 
(64-bit)/cpus=8,threads=1,free=193165040,total=524288000
   [junit4]   2> NOTE: All tests run in this JVM: [CoalesceEvaluatorTest, 
JettyWebappTest, ArrayEvaluatorTest, ArcCosineEvaluatorTest, 
TestSolrJErrorHandling, SolrExampleXMLTest, AddEvaluatorTest, 
NormalizeEvaluatorTest, GetByIdTest, StreamExpressionToExplanationTest, 
ExclusiveOrEvaluatorTest, MultiplyEvaluatorTest, SelectWithEvaluatorsTest, 
SolrExampleBinaryTest, CloudSolrClientTest]
   [junit4] Completed [136/146 (2!)] on J2 in 1258.41s, 16 tests, 1 failure <<< 
FAILURES!

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

Reply via email to