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

5 tests failed.
FAILED:  
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMergeIntegration

Error Message:
did not finish processing in time

Stack Trace:
java.lang.AssertionError: did not finish processing in time
        at 
__randomizedtesting.SeedInfo.seed([28C437F3E0D5B714:7B7D754302C422EE]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMergeIntegration(IndexSizeTriggerTest.java:425)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testTrigger

Error Message:
expected:<1> but was:<2>

Stack Trace:
java.lang.AssertionError: expected:<1> but was:<2>
        at 
__randomizedtesting.SeedInfo.seed([28C437F3E0D5B714:4B0F0171791AC439]: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.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.autoscaling.SearchRateTriggerTest.testTrigger(SearchRateTriggerTest.java:133)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  
org.apache.solr.cloud.cdcr.CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates

Error Message:
Timeout while trying to assert number of documents @ source_collection

Stack Trace:
java.lang.AssertionError: Timeout while trying to assert number of documents @ 
source_collection
        at 
__randomizedtesting.SeedInfo.seed([28C437F3E0D5B714:FBCD67EDA5462B83]:0)
        at 
org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:278)
        at 
org.apache.solr.cloud.cdcr.CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates(CdcrReplicationHandlerTest.java:234)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.AssertionError: expected:<140> but was:<150>
        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.junit.Assert.assertEquals(Assert.java:456)
        at 
org.apache.solr.cloud.cdcr.BaseCdcrDistributedZkTest.assertNumDocs(BaseCdcrDistributedZkTest.java:269)
        ... 42 more


FAILED:  org.apache.solr.cloud.hdfs.StressHdfsTest.test

Error Message:
Could not find collection:delete_data_dir

Stack Trace:
java.lang.AssertionError: Could not find collection:delete_data_dir
        at 
__randomizedtesting.SeedInfo.seed([28C437F3E0D5B714:A09008294E29DAEC]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertNotNull(Assert.java:526)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
        at 
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
        at 
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:915)
        at 
org.apache.solr.cloud.hdfs.StressHdfsTest.createAndDeleteCollection(StressHdfsTest.java:161)
        at 
org.apache.solr.cloud.hdfs.StressHdfsTest.test(StressHdfsTest.java:105)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.update.TestInPlaceUpdatesDistrib.test

Error Message:
inplace_updatable_float didn't match for replica at client: 
https://127.0.0.1:35236/_oip/kf/collection1 expected:<102.0> but was:<101.0>

Stack Trace:
java.lang.AssertionError: inplace_updatable_float didn't match for replica at 
client: https://127.0.0.1:35236/_oip/kf/collection1 expected:<102.0> but 
was:<101.0>
        at 
__randomizedtesting.SeedInfo.seed([28C437F3E0D5B714:A09008294E29DAEC]: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.apache.solr.update.TestInPlaceUpdatesDistrib.assertReplicaValue(TestInPlaceUpdatesDistrib.java:1019)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.delayedReorderingFetchesMissingUpdateFromLeaderTest(TestInPlaceUpdatesDistrib.java:917)
        at 
org.apache.solr.update.TestInPlaceUpdatesDistrib.test(TestInPlaceUpdatesDistrib.java:147)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java: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.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
        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 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 14072 lines...]
   [junit4] Suite: org.apache.solr.cloud.cdcr.CdcrReplicationHandlerTest
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_28C437F3E0D5B714-001/init-core-data-001
   [junit4]   2> 2501724 WARN  
(SUITE-CdcrReplicationHandlerTest-seed#[28C437F3E0D5B714]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 2501724 INFO  
(SUITE-CdcrReplicationHandlerTest-seed#[28C437F3E0D5B714]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=false
   [junit4]   2> 2501738 INFO  
(SUITE-CdcrReplicationHandlerTest-seed#[28C437F3E0D5B714]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
   [junit4]   2> 2501739 INFO  
(SUITE-CdcrReplicationHandlerTest-seed#[28C437F3E0D5B714]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> 2501739 INFO  
(SUITE-CdcrReplicationHandlerTest-seed#[28C437F3E0D5B714]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 2501763 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 2501763 INFO  (Thread-1779) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 2501763 INFO  (Thread-1779) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 2501765 ERROR (Thread-1779) [    ] 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> 2501868 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.ZkTestServer start zk server on port:34763
   [junit4]   2> 2501871 INFO  (zkConnectionManagerCallback-2516-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2501881 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1022e1139380000, likely client has closed socket
   [junit4]   2> 2501900 INFO  (zkConnectionManagerCallback-2518-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2501904 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-cdcr.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 2501906 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema15.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 2501907 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 2501908 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 2501930 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 2501931 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 2501932 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 2501933 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 2501950 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 2501951 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 2501951 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 2501953 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1022e1139380001, likely client has closed socket
   [junit4]   2> 2501991 INFO  (zkConnectionManagerCallback-2522-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2501993 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.SolrTestCaseJ4 ###Starting testReplicationWithBufferedUpdates
   [junit4]   2> 2502537 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; 
git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 2502552 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2502552 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2502552 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2502553 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@4204609e{/,null,AVAILABLE}
   [junit4]   2> 2502554 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.e.j.s.AbstractConnector Started ServerConnector@231dfe5e{SSL,[ssl, 
http/1.1]}{127.0.0.1:41874}
   [junit4]   2> 2502554 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.e.j.s.Server Started @2502716ms
   [junit4]   2> 2502554 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard1, 
hostContext=/, hostPort=41874, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_28C437F3E0D5B714-001/jetty-001/cores}
   [junit4]   2> 2502554 ERROR 
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 2502554 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2502554 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.0.0
   [junit4]   2> 2502554 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 2502554 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2502554 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-22T21:43:35.140Z
   [junit4]   2> 2502610 INFO  (zkConnectionManagerCallback-2524-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2502625 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2502625 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_28C437F3E0D5B714-001/jetty-001/solr.xml
   [junit4]   2> 2502628 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2502628 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2502630 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5da62384, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2502675 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34763/solr
   [junit4]   2> 2502703 INFO  (zkConnectionManagerCallback-2528-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2502837 INFO  (zkConnectionManagerCallback-2530-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2504033 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [n:127.0.0.1:41874_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2504041 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [n:127.0.0.1:41874_    ] o.a.s.c.OverseerElectionContext I am going to be the 
leader 127.0.0.1:41874_
   [junit4]   2> 2504054 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [n:127.0.0.1:41874_    ] o.a.s.c.Overseer Overseer 
(id=72671195500642309-127.0.0.1:41874_-n_0000000000) starting
   [junit4]   2> 2504118 INFO  (zkConnectionManagerCallback-2537-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2504225 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [n:127.0.0.1:41874_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:34763/solr ready
   [junit4]   2> 2504313 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [n:127.0.0.1:41874_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41874_
   [junit4]   2> 2504335 INFO  (zkCallback-2529-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2504407 INFO  (zkCallback-2536-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 2505004 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [n:127.0.0.1:41874_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5da62384
   [junit4]   2> 2505042 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [n:127.0.0.1:41874_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5da62384
   [junit4]   2> 2505042 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [n:127.0.0.1:41874_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5da62384
   [junit4]   2> 2505076 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [n:127.0.0.1:41874_    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_28C437F3E0D5B714-001/jetty-001/cores
   [junit4]   2> 2505998 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; 
git: daa59876e6f384329b122929e70a80934569428c; jvm 1.8.0_172-b11
   [junit4]   2> 2506070 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 2506070 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 2506070 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 2506070 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@7daac0c4{/,null,AVAILABLE}
   [junit4]   2> 2506071 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.e.j.s.AbstractConnector Started ServerConnector@a84d417{SSL,[ssl, 
http/1.1]}{127.0.0.1:36214}
   [junit4]   2> 2506071 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.e.j.s.Server Started @2506233ms
   [junit4]   2> 2506071 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {shards=shard2, 
hostContext=/, hostPort=36214, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_28C437F3E0D5B714-001/jetty-002/cores}
   [junit4]   2> 2506071 ERROR 
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging 
may be missing or incomplete.
   [junit4]   2> 2506071 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 2506071 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? 
version 8.0.0
   [junit4]   2> 2506072 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on 
port null
   [junit4]   2> 2506072 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 2506072 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-05-22T21:43:38.658Z
   [junit4]   2> 2506162 INFO  (zkConnectionManagerCallback-2539-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2506163 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 2506163 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_28C437F3E0D5B714-001/jetty-002/solr.xml
   [junit4]   2> 2506200 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverWorkLoopDelay is ignored
   [junit4]   2> 2506200 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 2506201 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5da62384, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 2506276 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34763/solr
   [junit4]   2> 2506328 INFO  (zkConnectionManagerCallback-2543-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2506373 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1022e1139380008, likely client has closed socket
   [junit4]   2> 2506459 INFO  (zkConnectionManagerCallback-2545-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2506528 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [n:127.0.0.1:36214_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 2506530 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [n:127.0.0.1:36214_    ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 2506565 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [n:127.0.0.1:36214_    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 4 transient cores
   [junit4]   2> 2506565 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [n:127.0.0.1:36214_    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:36214_
   [junit4]   2> 2506585 INFO  (zkCallback-2536-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2506585 INFO  (zkCallback-2529-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2506621 INFO  (zkCallback-2544-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 2508941 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [n:127.0.0.1:36214_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5da62384
   [junit4]   2> 2508980 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [n:127.0.0.1:36214_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5da62384
   [junit4]   2> 2508980 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [n:127.0.0.1:36214_    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5da62384
   [junit4]   2> 2508994 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [n:127.0.0.1:36214_    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_28C437F3E0D5B714-001/jetty-002/cores
   [junit4]   2> 2509074 INFO  (zkConnectionManagerCallback-2552-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2509192 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [n:127.0.0.1:36214_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 2509205 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [n:127.0.0.1:36214_    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:34763/solr ready
   [junit4]   2> 2509424 INFO  (zkConnectionManagerCallback-2557-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2509433 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2509434 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:34763/solr ready
   [junit4]   2> 2509562 INFO  (qtp1413180744-9279) [n:127.0.0.1:36214_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=tmp_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2509581 INFO  (OverseerThreadFactory-3192-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd Create collection tmp_collection
   [junit4]   2> 2509628 WARN  (OverseerThreadFactory-3192-thread-1) [    ] 
o.a.s.c.a.c.CreateCollectionCmd It is unusual to create a collection 
(tmp_collection) without cores.
   [junit4]   2> 2509838 INFO  (qtp1413180744-9279) [n:127.0.0.1:36214_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 2509838 INFO  (qtp1413180744-9279) [n:127.0.0.1:36214_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=tmp_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&wt=javabin&version=2}
 status=0 QTime=276
   [junit4]   2> 2509849 INFO  (qtp1413180744-9275) [n:127.0.0.1:36214_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:41874_&action=ADDREPLICA&collection=tmp_collection&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2509860 INFO  
(OverseerCollectionConfigSetProcessor-72671195500642309-127.0.0.1:41874_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000000 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2509861 INFO  (OverseerThreadFactory-3192-thread-2) [ 
c:tmp_collection s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:41874_ for creating new replica
   [junit4]   2> 2509913 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_    
x:tmp_collection_shard1_replica_n21] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=tmp_collection_shard1_replica_n21&action=CREATE&collection=tmp_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2509914 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_    
x:tmp_collection_shard1_replica_n21] o.a.s.c.TransientSolrCoreCacheDefault 
Allocating transient cache for 4 transient cores
   [junit4]   2> 2510966 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2511060 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.s.IndexSchema [tmp_collection_shard1_replica_n21] Schema name=test
   [junit4]   2> 2511388 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2511443 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.c.CoreContainer Creating SolrCore 'tmp_collection_shard1_replica_n21' 
using configuration from collection tmp_collection, trusted=true
   [junit4]   2> 2511460 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.tmp_collection.shard1.replica_n21' (registry 
'solr.core.tmp_collection.shard1.replica_n21') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5da62384
   [junit4]   2> 2511460 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2511460 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.c.SolrCore [[tmp_collection_shard1_replica_n21] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_28C437F3E0D5B714-001/jetty-001/cores/tmp_collection_shard1_replica_n21],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_28C437F3E0D5B714-001/jetty-001/cores/tmp_collection_shard1_replica_n21/data/]
   [junit4]   2> 2511463 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=36, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=66.3408203125, 
floorSegmentMB=1.96484375, forceMergeDeletesPctAllowed=18.674123116228742, 
segmentsPerTier=8.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2511884 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2511884 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2511885 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2511885 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2511904 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=2, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.31199020609646533]
   [junit4]   2> 2511904 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@3e0a0545[tmp_collection_shard1_replica_n21] main]
   [junit4]   2> 2511906 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2511906 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2511907 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2511960 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.h.CdcrBufferStateManager Created znode 
/collections/tmp_collection/cdcr/state/buffer
   [junit4]   2> 2511993 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.h.CdcrProcessStateManager Created znode 
/collections/tmp_collection/cdcr/state/process
   [junit4]   2> 2512087 INFO  
(searcherExecutor-3201-thread-1-processing-n:127.0.0.1:41874_ 
x:tmp_collection_shard1_replica_n21 c:tmp_collection s:shard1) 
[n:127.0.0.1:41874_ c:tmp_collection s:shard1  
x:tmp_collection_shard1_replica_n21] o.a.s.c.SolrCore 
[tmp_collection_shard1_replica_n21] Registered new searcher 
Searcher@3e0a0545[tmp_collection_shard1_replica_n21] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2512088 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1601202211702964224
   [junit4]   2> 2512134 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/tmp_collection/terms/shard1 to Terms{values={core_node22=0}, 
version=0}
   [junit4]   2> 2512153 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 2512153 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 2512153 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.c.SyncStrategy Sync replicas to 
https://127.0.0.1:41874/tmp_collection_shard1_replica_n21/
   [junit4]   2> 2512153 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 2512153 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.c.SyncStrategy https://127.0.0.1:41874/tmp_collection_shard1_replica_n21/ 
has no replicas
   [junit4]   2> 2512153 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 2512169 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
https://127.0.0.1:41874/tmp_collection_shard1_replica_n21/ shard1
   [junit4]   2> 2512172 INFO  (zkCallback-2529-thread-1) [    ] 
o.a.s.h.CdcrLeaderStateManager Received new leader state @ tmp_collection:shard1
   [junit4]   2> 2512225 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 2512227 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n21] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=tmp_collection_shard1_replica_n21&action=CREATE&collection=tmp_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2313
   [junit4]   2> 2512229 INFO  (qtp1413180744-9275) [n:127.0.0.1:36214_ 
c:tmp_collection   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:41874_&action=ADDREPLICA&collection=tmp_collection&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=2379
   [junit4]   2> 2512230 INFO  (qtp1413180744-9278) [n:127.0.0.1:36214_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:36214_&action=ADDREPLICA&collection=tmp_collection&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 2512318 INFO  
(OverseerCollectionConfigSetProcessor-72671195500642309-127.0.0.1:41874_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000002 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2512319 INFO  (OverseerThreadFactory-3192-thread-3) [ 
c:tmp_collection s:shard1  ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:36214_ for creating new replica
   [junit4]   2> 2512446 INFO  (qtp1413180744-9281) [n:127.0.0.1:36214_    
x:tmp_collection_shard1_replica_n23] o.a.s.h.a.CoreAdminOperation core create 
command 
qt=/admin/cores&collection.configName=conf1&name=tmp_collection_shard1_replica_n23&action=CREATE&collection=tmp_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 2512456 INFO  (zkCallback-2529-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tmp_collection/state.json] for collection [tmp_collection] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2512561 INFO  (zkCallback-2529-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tmp_collection/state.json] for collection [tmp_collection] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2513631 INFO  (qtp1413180744-9281) [n:127.0.0.1:36214_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n23] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 2513680 INFO  (qtp1413180744-9281) [n:127.0.0.1:36214_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n23] 
o.a.s.s.IndexSchema [tmp_collection_shard1_replica_n23] Schema name=test
   [junit4]   2> 2514114 INFO  (qtp1413180744-9281) [n:127.0.0.1:36214_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n23] 
o.a.s.s.IndexSchema Loaded schema test/1.6 with uniqueid field id
   [junit4]   2> 2514223 INFO  (qtp1413180744-9281) [n:127.0.0.1:36214_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n23] 
o.a.s.c.CoreContainer Creating SolrCore 'tmp_collection_shard1_replica_n23' 
using configuration from collection tmp_collection, trusted=true
   [junit4]   2> 2514223 INFO  (qtp1413180744-9281) [n:127.0.0.1:36214_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n23] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.tmp_collection.shard1.replica_n23' (registry 
'solr.core.tmp_collection.shard1.replica_n23') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@5da62384
   [junit4]   2> 2514223 INFO  (qtp1413180744-9281) [n:127.0.0.1:36214_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n23] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 2514223 INFO  (qtp1413180744-9281) [n:127.0.0.1:36214_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n23] 
o.a.s.c.SolrCore [[tmp_collection_shard1_replica_n23] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_28C437F3E0D5B714-001/jetty-002/cores/tmp_collection_shard1_replica_n23],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.cdcr.CdcrReplicationHandlerTest_28C437F3E0D5B714-001/jetty-002/cores/tmp_collection_shard1_replica_n23/data/]
   [junit4]   2> 2514239 INFO  (qtp1413180744-9281) [n:127.0.0.1:36214_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n23] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy: 
maxMergeAtOnce=36, maxMergeAtOnceExplicit=29, maxMergedSegmentMB=66.3408203125, 
floorSegmentMB=1.96484375, forceMergeDeletesPctAllowed=18.674123116228742, 
segmentsPerTier=8.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
   [junit4]   2> 2514684 INFO  (qtp1413180744-9281) [n:127.0.0.1:36214_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n23] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.CdcrUpdateLog
   [junit4]   2> 2514684 INFO  (qtp1413180744-9281) [n:127.0.0.1:36214_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n23] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 2514702 INFO  (qtp1413180744-9281) [n:127.0.0.1:36214_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n23] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 2514702 INFO  (qtp1413180744-9281) [n:127.0.0.1:36214_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n23] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 2514703 INFO  (qtp1413180744-9281) [n:127.0.0.1:36214_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n23] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=2, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.31199020609646533]
   [junit4]   2> 2514704 INFO  (qtp1413180744-9281) [n:127.0.0.1:36214_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n23] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5d209bd7[tmp_collection_shard1_replica_n23] main]
   [junit4]   2> 2514719 INFO  (qtp1413180744-9281) [n:127.0.0.1:36214_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n23] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 2514719 INFO  (qtp1413180744-9281) [n:127.0.0.1:36214_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n23] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 2514720 INFO  (qtp1413180744-9281) [n:127.0.0.1:36214_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n23] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 2514721 INFO  (qtp1413180744-9281) [n:127.0.0.1:36214_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n23] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1601202214463864832
   [junit4]   2> 2514722 INFO  
(searcherExecutor-3207-thread-1-processing-n:127.0.0.1:36214_ 
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1) 
[n:127.0.0.1:36214_ c:tmp_collection s:shard1  
x:tmp_collection_shard1_replica_n23] o.a.s.c.SolrCore 
[tmp_collection_shard1_replica_n23] Registered new searcher 
Searcher@5d209bd7[tmp_collection_shard1_replica_n23] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 2514976 INFO  (qtp1413180744-9281) [n:127.0.0.1:36214_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n23] 
o.a.s.c.ZkShardTerms Successful update of terms at 
/collections/tmp_collection/terms/shard1 to Terms{values={core_node24=0, 
core_node22=0}, version=1}
   [junit4]   2> 2515069 INFO  (qtp1413180744-9281) [n:127.0.0.1:36214_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n23] 
o.a.s.c.ZkController Core needs to recover:tmp_collection_shard1_replica_n23
   [junit4]   2> 2515070 INFO  (qtp1194429834-9238) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1 r:core_node22 x:tmp_collection_shard1_replica_n21] 
o.a.s.c.S.Request [tmp_collection_shard1_replica_n21]  webapp= path=/cdcr 
params={action=LASTPROCESSEDVERSION&wt=javabin&version=2} status=0 QTime=1
   [junit4]   2> 2515085 INFO  
(updateExecutor-2540-thread-1-processing-n:127.0.0.1:36214_ 
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1) 
[n:127.0.0.1:36214_ c:tmp_collection s:shard1 r:core_node24 
x:tmp_collection_shard1_replica_n23] o.a.s.u.DefaultSolrCoreState Running 
recovery
   [junit4]   2> 2515105 INFO  
(recoveryExecutor-2541-thread-1-processing-n:127.0.0.1:36214_ 
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24) 
[n:127.0.0.1:36214_ c:tmp_collection s:shard1 r:core_node24 
x:tmp_collection_shard1_replica_n23] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 2515105 INFO  
(recoveryExecutor-2541-thread-1-processing-n:127.0.0.1:36214_ 
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24) 
[n:127.0.0.1:36214_ c:tmp_collection s:shard1 r:core_node24 
x:tmp_collection_shard1_replica_n23] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 2515107 INFO  (qtp1413180744-9281) [n:127.0.0.1:36214_ 
c:tmp_collection s:shard1  x:tmp_collection_shard1_replica_n23] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=tmp_collection_shard1_replica_n23&action=CREATE&collection=tmp_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2661
   [junit4]   2> 2515159 INFO  (qtp1413180744-9278) [n:127.0.0.1:36214_ 
c:tmp_collection   ] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/collections 
params={node=127.0.0.1:36214_&action=ADDREPLICA&collection=tmp_collection&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=2929
   [junit4]   2> 2515190 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - 
collection: tmp_collection failOnTimeout:true timeout (sec):330
   [junit4]   1> -
   [junit4]   1> replica:core_node22 rstate:active live:true
   [junit4]   1> replica:core_node24 rstate:down live:true
   [junit4]   2> 2515248 INFO  (qtp1194429834-9243) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1 r:core_node22 x:tmp_collection_shard1_replica_n21] 
o.a.s.c.S.Request [tmp_collection_shard1_replica_n21]  webapp= path=/admin/ping 
params={wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 2515248 INFO  (qtp1194429834-9243) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1 r:core_node22 x:tmp_collection_shard1_replica_n21] 
o.a.s.c.S.Request [tmp_collection_shard1_replica_n21]  webapp= path=/admin/ping 
params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 2515249 INFO  
(recoveryExecutor-2541-thread-1-processing-n:127.0.0.1:36214_ 
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24) 
[n:127.0.0.1:36214_ c:tmp_collection s:shard1 r:core_node24 
x:tmp_collection_shard1_replica_n23] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[tmp_collection_shard1_replica_n23]
   [junit4]   2> 2515249 INFO  
(recoveryExecutor-2541-thread-1-processing-n:127.0.0.1:36214_ 
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24) 
[n:127.0.0.1:36214_ c:tmp_collection s:shard1 r:core_node24 
x:tmp_collection_shard1_replica_n23] o.a.s.u.UpdateLog Starting to buffer 
updates. FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 2515249 INFO  
(recoveryExecutor-2541-thread-1-processing-n:127.0.0.1:36214_ 
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24) 
[n:127.0.0.1:36214_ c:tmp_collection s:shard1 r:core_node24 
x:tmp_collection_shard1_replica_n23] o.a.s.c.RecoveryStrategy Publishing state 
of core [tmp_collection_shard1_replica_n23] as recovering, leader is 
[https://127.0.0.1:41874/tmp_collection_shard1_replica_n21/] and I am 
[https://127.0.0.1:36214/tmp_collection_shard1_replica_n23/]
   [junit4]   2> 2515252 INFO  
(recoveryExecutor-2541-thread-1-processing-n:127.0.0.1:36214_ 
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24) 
[n:127.0.0.1:36214_ c:tmp_collection s:shard1 r:core_node24 
x:tmp_collection_shard1_replica_n23] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/tmp_collection/terms/shard1 to 
Terms{values={core_node24_recovering=0, core_node24=0, core_node22=0}, 
version=2}
   [junit4]   2> 2515268 INFO  
(recoveryExecutor-2541-thread-1-processing-n:127.0.0.1:36214_ 
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24) 
[n:127.0.0.1:36214_ c:tmp_collection s:shard1 r:core_node24 
x:tmp_collection_shard1_replica_n23] o.a.s.c.RecoveryStrategy Sending prep 
recovery command to [https://127.0.0.1:41874]; [WaitForState: 
action=PREPRECOVERY&core=tmp_collection_shard1_replica_n21&nodeName=127.0.0.1:36214_&coreNodeName=core_node24&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 2515288 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_    
x:tmp_collection_shard1_replica_n21] o.a.s.h.a.PrepRecoveryOp Going to wait for 
coreNodeName: core_node24, state: recovering, checkLive: true, onlyIfLeader: 
true, onlyIfLeaderActive: true, maxTime: 183 s
   [junit4]   2> 2515304 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_    
x:tmp_collection_shard1_replica_n21] o.a.s.h.a.PrepRecoveryOp In 
WaitForState(recovering): collection=tmp_collection, shard=shard1, 
thisCore=tmp_collection_shard1_replica_n21, leaderDoesNotNeedRecovery=false, 
isLeader? true, live=true, checkLive=true, currentState=down, 
localState=active, nodeName=127.0.0.1:36214_, coreNodeName=core_node24, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node24:{"core":"tmp_collection_shard1_replica_n23","base_url":"https://127.0.0.1:36214","node_name":"127.0.0.1:36214_","state":"down","type":"NRT"}
   [junit4]   2> 2515324 INFO  (zkCallback-2544-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tmp_collection/state.json] for collection [tmp_collection] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2515336 INFO  (zkCallback-2529-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tmp_collection/state.json] for collection [tmp_collection] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2515340 INFO  (zkCallback-2544-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tmp_collection/state.json] for collection [tmp_collection] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2516132 INFO  (qtp1194429834-9244) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1 r:core_node22 x:tmp_collection_shard1_replica_n21] 
o.a.s.c.S.Request [tmp_collection_shard1_replica_n21]  webapp= path=/cdcr 
params={action=LASTPROCESSEDVERSION&wt=javabin&version=2} status=0 QTime=0
   [junit4]   1> -
   [junit4]   1> replica:core_node22 rstate:active live:true
   [junit4]   1> replica:core_node24 rstate:recovering live:true
   [junit4]   2> 2516312 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_    
x:tmp_collection_shard1_replica_n21] o.a.s.h.a.PrepRecoveryOp In 
WaitForState(recovering): collection=tmp_collection, shard=shard1, 
thisCore=tmp_collection_shard1_replica_n21, leaderDoesNotNeedRecovery=false, 
isLeader? true, live=true, checkLive=true, currentState=recovering, 
localState=active, nodeName=127.0.0.1:36214_, coreNodeName=core_node24, 
onlyIfActiveCheckResult=false, nodeProps: 
core_node24:{"core":"tmp_collection_shard1_replica_n23","base_url":"https://127.0.0.1:36214","node_name":"127.0.0.1:36214_","state":"recovering","type":"NRT"}
   [junit4]   2> 2516312 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_    
x:tmp_collection_shard1_replica_n21] o.a.s.h.a.PrepRecoveryOp Waited 
coreNodeName: core_node24, state: recovering, checkLive: true, onlyIfLeader: 
true for: 1 seconds.
   [junit4]   2> 2516312 INFO  (qtp1194429834-9242) [n:127.0.0.1:41874_    
x:tmp_collection_shard1_replica_n21] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={nodeName=127.0.0.1:36214_&onlyIfLeaderActive=true&core=tmp_collection_shard1_replica_n21&coreNodeName=core_node24&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1023
   [junit4]   2> 2516333 INFO  
(OverseerCollectionConfigSetProcessor-72671195500642309-127.0.0.1:41874_-n_0000000000)
 [    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000004 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 2516824 INFO  
(recoveryExecutor-2541-thread-1-processing-n:127.0.0.1:36214_ 
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24) 
[n:127.0.0.1:36214_ c:tmp_collection s:shard1 r:core_node24 
x:tmp_collection_shard1_replica_n23] o.a.s.c.RecoveryStrategy Attempting to 
PeerSync from [https://127.0.0.1:41874/tmp_collection_shard1_replica_n21/] - 
recoveringAfterStartup=[true]
   [junit4]   2> 2516824 INFO  
(recoveryExecutor-2541-thread-1-processing-n:127.0.0.1:36214_ 
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24) 
[n:127.0.0.1:36214_ c:tmp_collection s:shard1 r:core_node24 
x:tmp_collection_shard1_replica_n23] o.a.s.u.PeerSync PeerSync: 
core=tmp_collection_shard1_replica_n23 url=https://127.0.0.1:36214 START 
replicas=[https://127.0.0.1:41874/tmp_collection_shard1_replica_n21/] 
nUpdates=100
   [junit4]   2> 2516837 INFO  (qtp1194429834-9243) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1 r:core_node22 x:tmp_collection_shard1_replica_n21] 
o.a.s.u.IndexFingerprint IndexFingerprint millis:9.0 
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0, 
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
   [junit4]   2> 2516837 INFO  (qtp1194429834-9243) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1 r:core_node22 x:tmp_collection_shard1_replica_n21] 
o.a.s.c.S.Request [tmp_collection_shard1_replica_n21]  webapp= path=/get 
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
 status=0 QTime=10
   [junit4]   2> 2516838 INFO  
(recoveryExecutor-2541-thread-1-processing-n:127.0.0.1:36214_ 
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24) 
[n:127.0.0.1:36214_ c:tmp_collection s:shard1 r:core_node24 
x:tmp_collection_shard1_replica_n23] o.a.s.u.IndexFingerprint IndexFingerprint 
millis:0.0 result:{maxVersionSpecified=9223372036854775807, 
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, 
maxDoc=0}
   [junit4]   2> 2516839 INFO  
(recoveryExecutor-2541-thread-1-processing-n:127.0.0.1:36214_ 
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24) 
[n:127.0.0.1:36214_ c:tmp_collection s:shard1 r:core_node24 
x:tmp_collection_shard1_replica_n23] o.a.s.u.PeerSync We are already in sync. 
No need to do a PeerSync 
   [junit4]   2> 2516839 INFO  
(recoveryExecutor-2541-thread-1-processing-n:127.0.0.1:36214_ 
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24) 
[n:127.0.0.1:36214_ c:tmp_collection s:shard1 r:core_node24 
x:tmp_collection_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 start 
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
   [junit4]   2> 2516839 INFO  
(recoveryExecutor-2541-thread-1-processing-n:127.0.0.1:36214_ 
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24) 
[n:127.0.0.1:36214_ c:tmp_collection s:shard1 r:core_node24 
x:tmp_collection_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 No 
uncommitted changes. Skipping IW.commit.
   [junit4]   2> 2516839 INFO  
(recoveryExecutor-2541-thread-1-processing-n:127.0.0.1:36214_ 
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24) 
[n:127.0.0.1:36214_ c:tmp_collection s:shard1 r:core_node24 
x:tmp_collection_shard1_replica_n23] o.a.s.u.DirectUpdateHandler2 
end_commit_flush
   [junit4]   2> 2516839 INFO  
(recoveryExecutor-2541-thread-1-processing-n:127.0.0.1:36214_ 
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24) 
[n:127.0.0.1:36214_ c:tmp_collection s:shard1 r:core_node24 
x:tmp_collection_shard1_replica_n23] o.a.s.c.RecoveryStrategy PeerSync stage of 
recovery was successful.
   [junit4]   2> 2516839 INFO  
(recoveryExecutor-2541-thread-1-processing-n:127.0.0.1:36214_ 
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24) 
[n:127.0.0.1:36214_ c:tmp_collection s:shard1 r:core_node24 
x:tmp_collection_shard1_replica_n23] o.a.s.c.RecoveryStrategy Replaying updates 
buffered during PeerSync.
   [junit4]   2> 2516839 INFO  
(recoveryExecutor-2541-thread-1-processing-n:127.0.0.1:36214_ 
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24) 
[n:127.0.0.1:36214_ c:tmp_collection s:shard1 r:core_node24 
x:tmp_collection_shard1_replica_n23] o.a.s.c.RecoveryStrategy No replay needed.
   [junit4]   2> 2516839 INFO  
(recoveryExecutor-2541-thread-1-processing-n:127.0.0.1:36214_ 
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24) 
[n:127.0.0.1:36214_ c:tmp_collection s:shard1 r:core_node24 
x:tmp_collection_shard1_replica_n23] o.a.s.c.RecoveryStrategy Registering as 
Active after recovery.
   [junit4]   2> 2516840 INFO  
(recoveryExecutor-2541-thread-1-processing-n:127.0.0.1:36214_ 
x:tmp_collection_shard1_replica_n23 c:tmp_collection s:shard1 r:core_node24) 
[n:127.0.0.1:36214_ c:tmp_collection s:shard1 r:core_node24 
x:tmp_collection_shard1_replica_n23] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/tmp_collection/terms/shard1 to 
Terms{values={core_node22=0, core_node24=0}, version=3}
   [junit4]   2> 2516947 INFO  (zkCallback-2544-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tmp_collection/state.json] for collection [tmp_collection] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2516947 INFO  (zkCallback-2529-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tmp_collection/state.json] for collection [tmp_collection] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2516954 INFO  (zkCallback-2544-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/tmp_collection/state.json] for collection [tmp_collection] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2517165 INFO  (qtp1194429834-9244) [n:127.0.0.1:41874_ 
c:tmp_collection s:shard1 r:core_node22 x:tmp_collection_shard1_replica_n21] 
o.a.s.c.S.Request [tmp_collection_shard1_replica_n21]  webapp= path=/cdcr 
params={action=LASTPROCESSEDVERSION&wt=javabin&version=2} status=0 QTime=0
   [junit4]   1> -
   [junit4]   1> replica:core_node22 rstate:active live:true
   [junit4]   1> replica:core_node24 rstate:active live:true
   [junit4]   1> no one is recoverying
   [junit4]   2> 2517235 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: 
tmp_collection
   [junit4]   2> 2517308 INFO  (zkConnectionManagerCallback-2563-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 2517309 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 2517310 INFO  
(TEST-CdcrReplicationHandlerTest.testReplicationWithBufferedUpdates-seed#[28C437F3E0D5B714])
 [    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 
127.0.0.1:34763/solr ready
   [junit4]   2> 2517346 INFO  (qtp1413180744-9278) [n:127.0.0.1:36214_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :delete with params 
name=tmp_collection&action=DELETE&wt=javabin&version=2 and sendToOCPQueue=true
   [junit4]   2> 2517362 INFO  (OverseerThreadFactory-3192-thread-4) [    ] 
o.a.s.c.a.c.OverseerCollectionMessageHandler Executing Collection 
Cmd=action=UNLOAD&deleteInstanceDir=true&deleteDataDir=true, asyncId=null
   [junit4]   2> 2517364 INFO  (qtp1194429834-9244) [n:127.0.0.1:41874_    
x:tmp_collection_shard1_replica_n21] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.tmp_collection.shard1.replica_n21, tag=null
   [junit4]   2> 2517364 INFO  (qtp1194429834-9244) [n:127.0.0.1:41874_    
x:tmp_collection_shard1_replica_n21] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@1bb65d2e: rootName = null, 
domain = solr.core.tmp_collection.shard1.replica_n21, service url = null, agent 
id = null] for registry solr.core.tmp_collection.shard1.replica_n21 / 
com.codahale.metrics.MetricRegistry@45426c2f
   [junit4]   2> 2517435 INFO  (qtp1413180744-9279) [n:127.0.0.1:36214_    
x:tmp_collection_shard1_replica_n23] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.tmp_collection.shard1.replica_n23, tag=null
   [junit4]   2> 2517435 INFO  (qtp1413180744-9279) [n:127.0.0.1:36214_    
x:tmp_collection_shard1_replica_n23] o.a.s.m.r.SolrJmxReporter Closing reporter 
[org.apache.solr.metrics.reporters.SolrJmxReporter@775dcc56: rootName = null, 
domain = solr.core.tmp_collection.shard1.replica_n23, service url = null, agent 
id = null] for registry solr.core.tmp_collection.shard1.replica_n23 / 
com.codahale.metrics.MetricRegistry@134329a2
   [junit4]   2> 2517582 INFO  (qtp1194429834-9244) [n:127.0.0.1:41874_    
x:tmp_collection_shard1_replica_n21] o.a.s.c.SolrCore 
[tmp_collection_shard1_replica_n21]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@47d6d64
   [junit4]   2> 2517582 INFO  (qtp1194429834-9244) [n:127.0.0.1:41874_    
x:tmp_collection_shard1_replica_n21] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.tmp_collection.shard1.replica_n21, tag=47d6d64
   [junit4]   2> 2517582 INFO  (qtp1194429834-9244) [n:127.0.0.1:41874_    
x:tmp_collection_shard1_replica_n21] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.tmp_collection.shard1.leader, tag=47d6d64
   [junit4]   2> 2517582 INFO  (qtp1194429834-9244) [n:127.0.0.1:41874_    
x:tmp_collection_shard1_replica_n21] o.a.s.h.CdcrRequestHandler Solr core is 
being closed - shutting down CDCR handler @ tmp_collection:shard1
   [junit4]   2> 2517620 INFO  (qtp1413180744-9279) [n:127.0.0.1:36214_    
x:tmp_collection_shard1_replica_n23] o.a.s.c.SolrCore 
[tmp_collection_shard1_replica_n23]  CLOSING SolrCore 
org.apache.solr.core.SolrCore@710fd96
   [junit4]   2> 2517620 INFO  (qtp1413180744-9279) [n:127.0.0.1:36214_    
x:tmp_collection_shard1_replica_n23] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.core.tmp_collection.shard1.replica_n23, tag=710fd96
   [junit4]   2> 2517620 INFO  (qtp1413180744-9279) [n:127.0.0.1:36214_    
x:tmp_collection_shard1_replica_n23] o.a.s.m.SolrMetricManager Closing metric 
reporters for registry=solr.collection.tmp_collection.shard1.leader, tag=710fd96
   [junit4]   2> 2517620 INFO  (qtp1413180744-9279) [n:127.0.0.1:36214_    
x:tmp_collection_shard1_replica_n23] o.a.s.h.CdcrRequestHandler Solr core is 
being closed - shutting down CDCR handler @ tmp_collection:shard1
   [junit4]   2> 2517751 INFO  (qtp1194429834-9244) [n:127.0.0.1:41874_    
x:tmp_collection_shard1_replica_n21] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/tmp_collection/terms/shard1 to 
Terms{values={core_node24=0}, version=4}
   [junit4]   2> 2517801 INFO  (qtp1413180744-9279) [n:127.0.0.1:36214_    
x:tmp_collection_shard1_replica_n23] o.a.s.c.ZkShardTerms Failed to save terms, 
version is not a match, retrying
   [junit4]   2> 2517802 INFO  (qtp1413180744-9279) [n:127.0.0.1:36214_    
x:tmp_collection_shard1_replica_n23] o.a.s.c.ZkShardTerms Successful update of 
terms at /collections/tmp_collection/terms/shard1 to Terms{values={}, version=5}
   [junit4]   2> 2517803 INFO  (qtp1194429834-9244) [n:127.0.0.1:41874_    
x:tmp_collection_shard1_replica_n21] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={deleteInstanceDir=true&core=tmp_collection_shard1_replica_n21&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=439
   [junit4]   2> 2517837 INFO  (qtp1413180744-9279) [n:127.0.0.1:36214_    
x:tmp_collection_shard1_replica_n23] o.a.s.c.ShardLeaderElectionContextBase No 
version found for ephemeral leader parent node, won't remove previous leader 
registration.
   [junit4]   2> 2517838 INFO  (qtp1413180744-9279) [n:127.0.0.1:36214_    
x:tmp_collection_shard1_replica_n23] o.a.s.s.HttpSolrCall [admin] webapp=null 
path=/admin/cores 
params={deleteInstanceDir=true&core=tmp_collection_shard1_replica_n23&qt=/admin/cores&deleteDataDir=true&action=UNLOAD&wt=javabin&version=2}
 status=0 QTime=403
   [junit4]   2> 2517845 WARN  (zkCallback-2544-thread-2) [    ] 
o.a.s.c.LeaderElector 
   [junit4]   2> org.apache.solr.common.SolrException: SolrCore not 
found:tmp_collection_shard1_replica_n23 in []
   [junit4]   2>        at 
org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:312)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135) 
~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56) ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
 ~[java/:?]
   [junit4]   2>        at 
org.apache.solr.common.cloud.SolrZkClient$1.lambda$process$1(SolrZkClient.java:269)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) 
~[?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[?:1.8.0_172]
   [junit4]   2>        at 
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:192)
 ~[java/:?]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) 
[?:1.8.0_172]
   [junit4]   2>        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) 
[?:1.8.0_172]
   [junit4]   2>        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_172]
   [junit4]   2> 2518057 INFO  (zkCallback-2544-thread-2) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDeleted 
path:/collections/tmp_collection/state.json] for collection [tmp_collection] 
has occurred - updating... (live nodes size: [2])
   [junit4]   2> 2518057 INFO  (zkCallback-2544-thread-4) [    ] 
o.a.s.c.c.ZkStateReader A cluster stat

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

ngth is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/null1940445451
     [copy] Copying 39 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/null1940445451
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/null1940445451

resolve-example:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

resolve-server:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

ivy-availability-check:
[loadresource] Do not set property disallowed.ivy.jars.list as its length is 0.

-ivy-fail-disallowed-ivy-version:

ivy-fail:

ivy-fail:

ivy-configure:
[ivy:configure] :: loading settings :: file = 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/top-level-ivy-settings.xml

resolve:

jar-checksums:
    [mkdir] Created dir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null601138763
     [copy] Copying 246 files to 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null601138763
   [delete] Deleting directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/null601138763

check-working-copy:
[ivy:cachepath] :: resolving dependencies :: 
org.eclipse.jgit#org.eclipse.jgit-caller;working
[ivy:cachepath]         confs: [default]
[ivy:cachepath]         found 
org.eclipse.jgit#org.eclipse.jgit;4.6.0.201612231935-r in public
[ivy:cachepath]         found com.jcraft#jsch;0.1.53 in public
[ivy:cachepath]         found com.googlecode.javaewah#JavaEWAH;1.1.6 in public
[ivy:cachepath]         found org.apache.httpcomponents#httpclient;4.3.6 in 
public
[ivy:cachepath]         found org.apache.httpcomponents#httpcore;4.3.3 in public
[ivy:cachepath]         found commons-logging#commons-logging;1.1.3 in public
[ivy:cachepath]         found commons-codec#commons-codec;1.6 in public
[ivy:cachepath]         found org.slf4j#slf4j-api;1.7.2 in public
[ivy:cachepath] :: resolution report :: resolve 57ms :: artifacts dl 4ms
        ---------------------------------------------------------------------
        |                  |            modules            ||   artifacts   |
        |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
        ---------------------------------------------------------------------
        |      default     |   8   |   0   |   0   |   0   ||   8   |   0   |
        ---------------------------------------------------------------------
[wc-checker] Initializing working copy...
[wc-checker] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[wc-checker] SLF4J: Defaulting to no-operation (NOP) logger implementation
[wc-checker] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for 
further details.
[wc-checker] Checking working copy status...

-jenkins-base:

BUILD SUCCESSFUL
Total time: 725 minutes 58 seconds
Archiving artifacts
WARN: No artifacts found that match the file pattern 
"**/*.events,heapdumps/**,**/hs_err_pid*". Configuration error?
WARN: java.lang.InterruptedException: no matches found within 10000
Recording test results
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to