Build: https://builds.apache.org/job/Lucene-Solr-Tests-master/2305/

6 tests failed.
FAILED:  org.apache.solr.cloud.HttpPartitionTest.test

Error Message:
max version bucket seed not updated after recovery!

Stack Trace:
java.lang.AssertionError: max version bucket seed not updated after recovery!
        at 
__randomizedtesting.SeedInfo.seed([9F3B3257CDBDA38C:176F0D8D6341CE74]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.HttpPartitionTest.testRf2(HttpPartitionTest.java:441)
        at 
org.apache.solr.cloud.HttpPartitionTest.test(HttpPartitionTest.java:140)
        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.cloud.MultiThreadedOCPTest.test

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([9F3B3257CDBDA38C:176F0D8D6341CE74]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.cloud.MultiThreadedOCPTest.testFillWorkQueue(MultiThreadedOCPTest.java:112)
        at 
org.apache.solr.cloud.MultiThreadedOCPTest.test(MultiThreadedOCPTest.java:67)
        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.cloud.PeerSyncReplicationTest.test

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

Stack Trace:
java.lang.AssertionError: expected:<0> but was:<1>
        at 
__randomizedtesting.SeedInfo.seed([9F3B3257CDBDA38C:176F0D8D6341CE74]: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.PeerSyncReplicationTest.test(PeerSyncReplicationTest.java:203)
        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.cloud.ReplaceNodeNoTargetTest.test

Error Message:


Stack Trace:
java.lang.AssertionError
        at 
__randomizedtesting.SeedInfo.seed([9F3B3257CDBDA38C:176F0D8D6341CE74]:0)
        at org.junit.Assert.fail(Assert.java:92)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at org.junit.Assert.assertTrue(Assert.java:54)
        at 
org.apache.solr.cloud.ReplaceNodeNoTargetTest.test(ReplaceNodeNoTargetTest.java:92)
        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.TriggerIntegrationTest.testNodeAddedTriggerRestoreState

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
        at 
__randomizedtesting.SeedInfo.seed([9F3B3257CDBDA38C:1706BB28F77D4221]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeAddedTriggerRestoreState(TriggerIntegrationTest.java:426)
        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.sim.TestTriggerIntegration.testSearchRate

Error Message:
The trigger did not fire at all

Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
        at 
__randomizedtesting.SeedInfo.seed([9F3B3257CDBDA38C:C2732CDE027B05C3]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.assertTrue(Assert.java:43)
        at 
org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testSearchRate(TestTriggerIntegration.java:1178)
        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)




Build Log:
[...truncated 12420 lines...]
   [junit4] Suite: org.apache.solr.cloud.PeerSyncReplicationTest
   [junit4]   2> 757015 INFO  
(SUITE-PeerSyncReplicationTest-seed#[9F3B3257CDBDA38C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.PeerSyncReplicationTest_9F3B3257CDBDA38C-001/init-core-data-001
   [junit4]   2> 757015 WARN  
(SUITE-PeerSyncReplicationTest-seed#[9F3B3257CDBDA38C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
   [junit4]   2> 757016 INFO  
(SUITE-PeerSyncReplicationTest-seed#[9F3B3257CDBDA38C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 757017 INFO  
(SUITE-PeerSyncReplicationTest-seed#[9F3B3257CDBDA38C]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 757017 INFO  
(SUITE-PeerSyncReplicationTest-seed#[9F3B3257CDBDA38C]-worker) [    ] 
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
   [junit4]   2> 757035 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 757035 INFO  (Thread-778) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 757035 INFO  (Thread-778) [    ] o.a.s.c.ZkTestServer Starting 
server
   [junit4]   2> 757037 ERROR (Thread-778) [    ] 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> 757135 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.ZkTestServer start zk server on port:35829
   [junit4]   2> 757143 INFO  (zkConnectionManagerCallback-565-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 757192 INFO  (zkConnectionManagerCallback-567-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 757196 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
 to /configs/conf1/solrconfig.xml
   [junit4]   2> 757210 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/schema.xml
 to /configs/conf1/schema.xml
   [junit4]   2> 757211 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
 to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
   [junit4]   2> 757212 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
 to /configs/conf1/stopwords.txt
   [junit4]   2> 757213 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/protwords.txt
 to /configs/conf1/protwords.txt
   [junit4]   2> 757214 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/currency.xml
 to /configs/conf1/currency.xml
   [junit4]   2> 757215 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
 to /configs/conf1/enumsConfig.xml
   [junit4]   2> 757216 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
 to /configs/conf1/open-exchange-rates.json
   [junit4]   2> 757217 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
 to /configs/conf1/mapping-ISOLatin1Accent.txt
   [junit4]   2> 757222 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
 to /configs/conf1/old_synonyms.txt
   [junit4]   2> 757223 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.AbstractZkTestCase put 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
 to /configs/conf1/synonyms.txt
   [junit4]   2> 757224 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly 
asked otherwise
   [junit4]   2> 757380 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 757381 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 757381 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 757381 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 757381 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@515931d5{/,null,AVAILABLE}
   [junit4]   2> 757384 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@4cdc45d1{HTTP/1.1,[http/1.1]}{127.0.0.1:41233}
   [junit4]   2> 757384 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.Server Started @768583ms
   [junit4]   2> 757384 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.PeerSyncReplicationTest_9F3B3257CDBDA38C-001/tempDir-001/control/data,
 hostContext=/, hostPort=41233, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.PeerSyncReplicationTest_9F3B3257CDBDA38C-001/control-001/cores}
   [junit4]   2> 757384 ERROR 
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 757384 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 757384 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 757384 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 757384 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-10T15:14:29.519Z
   [junit4]   2> 757410 INFO  (zkConnectionManagerCallback-569-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 757411 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 757411 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.PeerSyncReplicationTest_9F3B3257CDBDA38C-001/control-001/solr.xml
   [junit4]   2> 757415 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 757415 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 757416 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ee5396, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 757449 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35829/solr
   [junit4]   2> 757479 INFO  (zkConnectionManagerCallback-573-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 757482 INFO  
(zkConnectionManagerCallback-575-thread-1-processing-n:127.0.0.1:41233_) 
[n:127.0.0.1:41233_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 757672 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [n:127.0.0.1:41233_ 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 757672 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [n:127.0.0.1:41233_ 
   ] o.a.s.c.OverseerElectionContext I am going to be the leader 
127.0.0.1:41233_
   [junit4]   2> 757681 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [n:127.0.0.1:41233_ 
   ] o.a.s.c.Overseer Overseer 
(id=72097772200591364-127.0.0.1:41233_-n_0000000000) starting
   [junit4]   2> 757688 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [n:127.0.0.1:41233_ 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:41233_
   [junit4]   2> 757740 INFO  
(OverseerStateUpdate-72097772200591364-127.0.0.1:41233_-n_0000000000) 
[n:127.0.0.1:41233_    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 757877 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [n:127.0.0.1:41233_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74ee5396
   [junit4]   2> 757898 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [n:127.0.0.1:41233_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74ee5396
   [junit4]   2> 757898 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [n:127.0.0.1:41233_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74ee5396
   [junit4]   2> 757899 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [n:127.0.0.1:41233_ 
   ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.PeerSyncReplicationTest_9F3B3257CDBDA38C-001/control-001/cores
   [junit4]   2> 757931 INFO  (zkConnectionManagerCallback-581-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 757932 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 757933 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35829/solr ready
   [junit4]   2> 757935 INFO  (qtp1709906676-2868) [n:127.0.0.1:41233_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:41233_&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 757937 INFO  
(OverseerThreadFactory-1109-thread-1-processing-n:127.0.0.1:41233_) 
[n:127.0.0.1:41233_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
control_collection
   [junit4]   2> 758057 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 758057 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 758161 INFO  
(zkCallback-574-thread-1-processing-n:127.0.0.1:41233_) [n:127.0.0.1:41233_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 759072 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 759096 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
   [junit4]   2> 759320 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 759354 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1' 
using configuration from collection control_collection, trusted=true
   [junit4]   2> 759355 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.control_collection.shard1.replica_n1' (registry 
'solr.core.control_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ee5396
   [junit4]   2> 759373 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
   [junit4]   2> 759373 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore 
at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.PeerSyncReplicationTest_9F3B3257CDBDA38C-001/control-001/cores/control_collection_shard1_replica_n1],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.PeerSyncReplicationTest_9F3B3257CDBDA38C-001/control-001/cores/control_collection_shard1_replica_n1/data/]
   [junit4]   2> 759384 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1749996700, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 759416 WARN  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 759559 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateHandler Using UpdateLog implementation: 
org.apache.solr.update.UpdateLog
   [junit4]   2> 759559 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH 
numRecordsToKeep=1000 maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 759560 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Hard AutoCommit: disabled
   [junit4]   2> 759560 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.CommitTracker Soft AutoCommit: disabled
   [junit4]   2> 759561 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=4, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7786154122087601]
   [junit4]   2> 759581 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@1303fae[control_collection_shard1_replica_n1] main]
   [junit4]   2> 759582 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 759582 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 759583 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 759584 INFO  
(searcherExecutor-1112-thread-1-processing-n:127.0.0.1:41233_ 
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection) 
[n:127.0.0.1:41233_ c:control_collection s:shard1  
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[control_collection_shard1_replica_n1] Registered new searcher 
Searcher@1303fae[control_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 759593 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using 
new clock 1592027430757859328
   [junit4]   2> 759607 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 759607 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 759607 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync replicas to 
http://127.0.0.1:41233/control_collection_shard1_replica_n1/
   [junit4]   2> 759608 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
   [junit4]   2> 759608 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.SyncStrategy 
http://127.0.0.1:41233/control_collection_shard1_replica_n1/ has no replicas
   [junit4]   2> 759608 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 759624 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:41233/control_collection_shard1_replica_n1/ shard1
   [junit4]   2> 759634 INFO  
(zkCallback-574-thread-2-processing-n:127.0.0.1:41233_) [n:127.0.0.1:41233_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 759675 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.c.ZkController I am the leader, no recovery necessary
   [junit4]   2> 759677 INFO  (qtp1709906676-2872) [n:127.0.0.1:41233_ 
c:control_collection s:shard1  x:control_collection_shard1_replica_n1] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1619
   [junit4]   2> 759680 INFO  (qtp1709906676-2868) [n:127.0.0.1:41233_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 759777 INFO  
(zkCallback-574-thread-2-processing-n:127.0.0.1:41233_) [n:127.0.0.1:41233_    
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/control_collection/state.json] for collection 
[control_collection] has occurred - updating... (live nodes size: [1])
   [junit4]   2> 759938 INFO  
(OverseerCollectionConfigSetProcessor-72097772200591364-127.0.0.1:41233_-n_0000000000)
 [n:127.0.0.1:41233_    ] 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> 760680 INFO  (qtp1709906676-2868) [n:127.0.0.1:41233_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:41233_&wt=javabin&version=2}
 status=0 QTime=2745
   [junit4]   2> 760685 INFO  (zkConnectionManagerCallback-585-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 760686 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 760687 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35829/solr ready
   [junit4]   2> 760687 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection 
loss:false
   [junit4]   2> 760688 INFO  (qtp1709906676-2871) [n:127.0.0.1:41233_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 760690 INFO  
(OverseerThreadFactory-1109-thread-2-processing-n:127.0.0.1:41233_) 
[n:127.0.0.1:41233_    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
collection1
   [junit4]   2> 760690 WARN  
(OverseerThreadFactory-1109-thread-2-processing-n:127.0.0.1:41233_) 
[n:127.0.0.1:41233_    ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to 
create a collection (collection1) without cores.
   [junit4]   2> 760911 INFO  (qtp1709906676-2871) [n:127.0.0.1:41233_    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 760911 INFO  (qtp1709906676-2871) [n:127.0.0.1:41233_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=&stateFormat=1&wt=javabin&version=2}
 status=0 QTime=222
   [junit4]   2> 761186 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.PeerSyncReplicationTest_9F3B3257CDBDA38C-001/shard-1-001
 of type NRT
   [junit4]   2> 761187 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 761196 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 761196 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 761196 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 761196 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@419fd5be{/,null,AVAILABLE}
   [junit4]   2> 761197 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@70f88159{HTTP/1.1,[http/1.1]}{127.0.0.1:33662}
   [junit4]   2> 761197 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.Server Started @772396ms
   [junit4]   2> 761197 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.PeerSyncReplicationTest_9F3B3257CDBDA38C-001/tempDir-001/jetty1,
 solrconfig=solrconfig.xml, hostContext=/, hostPort=33662, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.PeerSyncReplicationTest_9F3B3257CDBDA38C-001/shard-1-001/cores}
   [junit4]   2> 761197 ERROR 
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 761197 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 761197 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 761197 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 761197 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-10T15:14:33.332Z
   [junit4]   2> 761226 INFO  (zkConnectionManagerCallback-587-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 761240 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 761240 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.PeerSyncReplicationTest_9F3B3257CDBDA38C-001/shard-1-001/solr.xml
   [junit4]   2> 761243 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 761243 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 761257 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ee5396, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 761260 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35829/solr
   [junit4]   2> 761290 INFO  (zkConnectionManagerCallback-591-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 761293 INFO  
(zkConnectionManagerCallback-593-thread-1-processing-n:127.0.0.1:33662_) 
[n:127.0.0.1:33662_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 761323 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [n:127.0.0.1:33662_ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 761333 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [n:127.0.0.1:33662_ 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 761335 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [n:127.0.0.1:33662_ 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:33662_
   [junit4]   2> 761336 INFO  (zkCallback-584-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 761336 INFO  
(zkCallback-574-thread-2-processing-n:127.0.0.1:41233_) [n:127.0.0.1:41233_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 761337 INFO  
(zkCallback-592-thread-1-processing-n:127.0.0.1:33662_) [n:127.0.0.1:33662_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 761551 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [n:127.0.0.1:33662_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74ee5396
   [junit4]   2> 761576 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [n:127.0.0.1:33662_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74ee5396
   [junit4]   2> 761576 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [n:127.0.0.1:33662_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74ee5396
   [junit4]   2> 761578 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [n:127.0.0.1:33662_ 
   ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.PeerSyncReplicationTest_9F3B3257CDBDA38C-001/shard-1-001/cores
   [junit4]   2> 761656 INFO  (qtp2141293340-2917) [n:127.0.0.1:33662_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:33662_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 761658 INFO  
(OverseerCollectionConfigSetProcessor-72097772200591364-127.0.0.1:41233_-n_0000000000)
 [n:127.0.0.1:41233_    ] 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> 761658 INFO  
(OverseerThreadFactory-1109-thread-3-processing-n:127.0.0.1:41233_) 
[n:127.0.0.1:41233_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:33662_ for creating new replica
   [junit4]   2> 761680 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 761681 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 762696 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 762723 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n21] Schema name=test
   [junit4]   2> 763182 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 763286 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n21' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 763287 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n21' (registry 
'solr.core.collection1.shard1.replica_n21') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ee5396
   [junit4]   2> 763287 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 763287 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n21] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.PeerSyncReplicationTest_9F3B3257CDBDA38C-001/shard-1-001/cores/collection1_shard1_replica_n21],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.PeerSyncReplicationTest_9F3B3257CDBDA38C-001/shard-1-001/cores/collection1_shard1_replica_n21/data/]
   [junit4]   2> 763319 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1749996700, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 763394 WARN  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 763664 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 763664 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 763665 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 763665 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 763667 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=4, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7786154122087601]
   [junit4]   2> 763700 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@27357aed[collection1_shard1_replica_n21] main]
   [junit4]   2> 763705 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 763705 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 763706 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 763706 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1592027435070652416
   [junit4]   2> 763854 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 763854 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 763854 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy 
Sync replicas to http://127.0.0.1:33662/collection1_shard1_replica_n21/
   [junit4]   2> 763864 INFO  
(searcherExecutor-1123-thread-1-processing-n:127.0.0.1:33662_ 
x:collection1_shard1_replica_n21 s:shard1 c:collection1) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SolrCore 
[collection1_shard1_replica_n21] Registered new searcher 
Searcher@27357aed[collection1_shard1_replica_n21] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 763887 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy 
Sync Success - now sync replicas to me
   [junit4]   2> 763887 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.SyncStrategy 
http://127.0.0.1:33662/collection1_shard1_replica_n21/ has no replicas
   [junit4]   2> 763887 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 763891 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:33662/collection1_shard1_replica_n21/ shard1
   [junit4]   2> 763944 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.c.ZkController 
I am the leader, no recovery necessary
   [junit4]   2> 763998 INFO  (qtp2141293340-2921) [n:127.0.0.1:33662_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n21] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n21&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2317
   [junit4]   2> 764079 INFO  (qtp2141293340-2917) [n:127.0.0.1:33662_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:33662_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=2423
   [junit4]   2> 764561 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.PeerSyncReplicationTest_9F3B3257CDBDA38C-001/shard-2-001
 of type NRT
   [junit4]   2> 764562 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 764575 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 764575 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 764575 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.session Scavenging every 660000ms
   [junit4]   2> 764576 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@22754b1f{/,null,AVAILABLE}
   [junit4]   2> 764577 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@1bec3c98{HTTP/1.1,[http/1.1]}{127.0.0.1:40741}
   [junit4]   2> 764577 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.Server Started @775776ms
   [junit4]   2> 764577 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.PeerSyncReplicationTest_9F3B3257CDBDA38C-001/tempDir-001/jetty2,
 replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=40741, 
coreRootDirectory=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.PeerSyncReplicationTest_9F3B3257CDBDA38C-001/shard-2-001/cores}
   [junit4]   2> 764577 ERROR 
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 764613 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 764613 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 764613 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 764613 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-02-10T15:14:36.748Z
   [junit4]   2> 764675 INFO  (zkConnectionManagerCallback-597-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 764690 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in 
ZooKeeper)
   [junit4]   2> 764690 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.SolrXmlConfig Loading container configuration from 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.PeerSyncReplicationTest_9F3B3257CDBDA38C-001/shard-2-001/solr.xml
   [junit4]   2> 764726 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay 
is ignored
   [junit4]   2> 764726 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.SolrXmlConfig Configuration parameter 
autoReplicaFailoverBadNodeExpiration is ignored
   [junit4]   2> 764727 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.SolrXmlConfig MBean server found: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ee5396, but no JMX reporters were 
configured - adding default JMX reporter.
   [junit4]   2> 764758 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35829/solr
   [junit4]   2> 764803 INFO  (zkConnectionManagerCallback-601-thread-1) [    ] 
o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 764828 INFO  
(zkConnectionManagerCallback-603-thread-1-processing-n:127.0.0.1:40741_) 
[n:127.0.0.1:40741_    ] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 764850 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [n:127.0.0.1:40741_ 
   ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 764864 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [n:127.0.0.1:40741_ 
   ] o.a.s.c.Overseer Overseer (id=null) closing
   [junit4]   2> 764866 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [n:127.0.0.1:40741_ 
   ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:40741_
   [junit4]   2> 764884 INFO  
(zkCallback-574-thread-2-processing-n:127.0.0.1:41233_) [n:127.0.0.1:41233_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 764884 INFO  (zkCallback-584-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 764900 INFO  
(zkCallback-592-thread-1-processing-n:127.0.0.1:33662_) [n:127.0.0.1:33662_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 764998 INFO  
(zkCallback-602-thread-1-processing-n:127.0.0.1:40741_) [n:127.0.0.1:40741_    
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
   [junit4]   2> 765159 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [n:127.0.0.1:40741_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry 
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74ee5396
   [junit4]   2> 765216 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [n:127.0.0.1:40741_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry 
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74ee5396
   [junit4]   2> 765216 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [n:127.0.0.1:40741_ 
   ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry 
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@74ee5396
   [junit4]   2> 765230 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [n:127.0.0.1:40741_ 
   ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.PeerSyncReplicationTest_9F3B3257CDBDA38C-001/shard-2-001/cores
   [junit4]   2> 765381 INFO  (qtp2141293340-2919) [n:127.0.0.1:33662_    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params 
node=127.0.0.1:40741_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 765383 INFO  
(OverseerCollectionConfigSetProcessor-72097772200591364-127.0.0.1:41233_-n_0000000000)
 [n:127.0.0.1:41233_    ] 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> 765401 INFO  
(OverseerThreadFactory-1109-thread-4-processing-n:127.0.0.1:41233_) 
[n:127.0.0.1:41233_    ] o.a.s.c.a.c.AddReplicaCmd Node Identified 
127.0.0.1:40741_ for creating new replica
   [junit4]   2> 765438 INFO  (qtp1191454472-2948) [n:127.0.0.1:40741_    ] 
o.a.s.h.a.CoreAdminOperation core create command 
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 765438 INFO  (qtp1191454472-2948) [n:127.0.0.1:40741_    ] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4 
transient cores
   [junit4]   2> 766596 INFO  (qtp1191454472-2948) [n:127.0.0.1:40741_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrConfig 
Using Lucene MatchVersion: 8.0.0
   [junit4]   2> 766648 INFO  (qtp1191454472-2948) [n:127.0.0.1:40741_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.IndexSchema 
[collection1_shard1_replica_n23] Schema name=test
   [junit4]   2> 766967 INFO  (qtp1191454472-2948) [n:127.0.0.1:40741_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.IndexSchema 
Loaded schema test/1.0 with uniqueid field id
   [junit4]   2> 767060 INFO  (qtp1191454472-2948) [n:127.0.0.1:40741_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.CoreContainer 
Creating SolrCore 'collection1_shard1_replica_n23' using configuration from 
collection collection1, trusted=true
   [junit4]   2> 767060 INFO  (qtp1191454472-2948) [n:127.0.0.1:40741_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] 
o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr.core.collection1.shard1.replica_n23' (registry 
'solr.core.collection1.shard1.replica_n23') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@74ee5396
   [junit4]   2> 767061 INFO  (qtp1191454472-2948) [n:127.0.0.1:40741_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrCore 
solr.RecoveryStrategy.Builder
   [junit4]   2> 767061 INFO  (qtp1191454472-2948) [n:127.0.0.1:40741_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrCore 
[[collection1_shard1_replica_n23] ] Opening new SolrCore at 
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.PeerSyncReplicationTest_9F3B3257CDBDA38C-001/shard-2-001/cores/collection1_shard1_replica_n23],
 
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.PeerSyncReplicationTest_9F3B3257CDBDA38C-001/shard-2-001/cores/collection1_shard1_replica_n23/data/]
   [junit4]   2> 767063 INFO  (qtp1191454472-2948) [n:127.0.0.1:40741_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy: 
minMergeSize=0, mergeFactor=10, maxMergeSize=1749996700, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.1]
   [junit4]   2> 767088 WARN  (qtp1191454472-2948) [n:127.0.0.1:40741_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] 
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type = 
requestHandler,name = /dump,class = DumpRequestHandler,attributes = 
{initParams=a, name=/dump, class=DumpRequestHandler},args = 
{defaults={a=A,b=B}}}
   [junit4]   2> 767222 INFO  (qtp1191454472-2948) [n:127.0.0.1:40741_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.UpdateHandler 
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 767222 INFO  (qtp1191454472-2948) [n:127.0.0.1:40741_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog 
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=1000 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 767236 INFO  (qtp1191454472-2948) [n:127.0.0.1:40741_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker 
Hard AutoCommit: disabled
   [junit4]   2> 767236 INFO  (qtp1191454472-2948) [n:127.0.0.1:40741_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.CommitTracker 
Soft AutoCommit: disabled
   [junit4]   2> 767237 INFO  (qtp1191454472-2948) [n:127.0.0.1:40741_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] 
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class 
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy: 
minMergeSize=1677721, mergeFactor=4, maxMergeSize=2147483648, 
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false, 
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12, 
noCFSRatio=0.7786154122087601]
   [junit4]   2> 767238 INFO  (qtp1191454472-2948) [n:127.0.0.1:40741_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] 
o.a.s.s.SolrIndexSearcher Opening 
[Searcher@5cb5f5af[collection1_shard1_replica_n23] main]
   [junit4]   2> 767239 INFO  (qtp1191454472-2948) [n:127.0.0.1:40741_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] 
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: 
/configs/conf1
   [junit4]   2> 767239 INFO  (qtp1191454472-2948) [n:127.0.0.1:40741_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] 
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf1
   [junit4]   2> 767240 INFO  (qtp1191454472-2948) [n:127.0.0.1:40741_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] 
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
   [junit4]   2> 767241 INFO  
(searcherExecutor-1134-thread-1-processing-n:127.0.0.1:40741_ 
x:collection1_shard1_replica_n23 s:shard1 c:collection1) [n:127.0.0.1:40741_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.SolrCore 
[collection1_shard1_replica_n23] Registered new searcher 
Searcher@5cb5f5af[collection1_shard1_replica_n23] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 767241 INFO  (qtp1191454472-2948) [n:127.0.0.1:40741_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog 
Could not find max version in index or recent updates, using new clock 
1592027438777368576
   [junit4]   2> 767263 INFO  (qtp1191454472-2948) [n:127.0.0.1:40741_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.c.ZkController 
Core needs to recover:collection1_shard1_replica_n23
   [junit4]   2> 767263 INFO  
(updateExecutor-598-thread-1-processing-n:127.0.0.1:40741_ 
x:collection1_shard1_replica_n23 s:shard1 c:collection1) [n:127.0.0.1:40741_ 
c:collection1 s:shard1 r:core_node24 x:collection1_shard1_replica_n23] 
o.a.s.u.DefaultSolrCoreState Running recovery
   [junit4]   2> 767264 INFO  
(recoveryExecutor-599-thread-1-processing-n:127.0.0.1:40741_ 
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) 
[n:127.0.0.1:40741_ c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Starting recovery 
process. recoveringAfterStartup=true
   [junit4]   2> 767265 INFO  (qtp1191454472-2948) [n:127.0.0.1:40741_ 
c:collection1 s:shard1  x:collection1_shard1_replica_n23] o.a.s.s.HttpSolrCall 
[admin] webapp=null path=/admin/cores 
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n23&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1827
   [junit4]   2> 767267 INFO  (qtp2141293340-2919) [n:127.0.0.1:33662_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={node=127.0.0.1:40741_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
 status=0 QTime=1885
   [junit4]   2> 767272 INFO  
(recoveryExecutor-599-thread-1-processing-n:127.0.0.1:40741_ 
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) 
[n:127.0.0.1:40741_ c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy ###### 
startupVersions=[[]]
   [junit4]   2> 767282 INFO  (qtp2141293340-2919) [n:127.0.0.1:33662_ 
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] 
o.a.s.c.S.Request [collection1_shard1_replica_n21]  webapp= path=/admin/ping 
params={wt=javabin&version=2} hits=0 status=0 QTime=0
   [junit4]   2> 767282 INFO  (qtp2141293340-2919) [n:127.0.0.1:33662_ 
c:collection1 s:shard1 r:core_node22 x:collection1_shard1_replica_n21] 
o.a.s.c.S.Request [collection1_shard1_replica_n21]  webapp= path=/admin/ping 
params={wt=javabin&version=2} status=0 QTime=0
   [junit4]   2> 767293 INFO  
(recoveryExecutor-599-thread-1-processing-n:127.0.0.1:40741_ 
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) 
[n:127.0.0.1:40741_ c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Begin buffering 
updates. core=[collection1_shard1_replica_n23]
   [junit4]   2> 767293 INFO  
(recoveryExecutor-599-thread-1-processing-n:127.0.0.1:40741_ 
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) 
[n:127.0.0.1:40741_ c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_n23] o.a.s.u.UpdateLog Starting to buffer updates. 
FSUpdateLog{state=ACTIVE, tlog=null}
   [junit4]   2> 767293 INFO  
(recoveryExecutor-599-thread-1-processing-n:127.0.0.1:40741_ 
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) 
[n:127.0.0.1:40741_ c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Publishing state of 
core [collection1_shard1_replica_n23] as recovering, leader is 
[http://127.0.0.1:33662/collection1_shard1_replica_n21/] and I am 
[http://127.0.0.1:40741/collection1_shard1_replica_n23/]
   [junit4]   2> 767308 INFO  
(recoveryExecutor-599-thread-1-processing-n:127.0.0.1:40741_ 
x:collection1_shard1_replica_n23 s:shard1 c:collection1 r:core_node24) 
[n:127.0.0.1:40741_ c:collection1 s:shard1 r:core_node24 
x:collection1_shard1_replica_n23] o.a.s.c.RecoveryStrategy Sending prep 
recovery command to [http://127.0.0.1:33662]; [WaitForState: 
action=PREPRECOVERY&core=collection1_shard1_replica_n21&nodeName=127.0.0.1:40741_&coreNodeName=core_node24&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
   [junit4]   2> 767334 INFO  (qtp2141293340-2919) [n:127.0.0.1:33662_    ] 
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> 767334 INFO  (qtp2141293340-2919) [n:127.0.0.1:33662_    ] 
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1, 
shard=shard1, thisCore=collection1_shard1_replica_n21, 
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true, 
currentState=recovering, localState=active, nodeName=127.0.0.1:40741_, 
coreNodeName=core_node24, onlyIfActiveCheckResult=false, nodeProps: 
core_node24:{"core":"collection1_shard1_replica_n23","base_url":"http://127.0.0.1:40741","node_name":"127.0.0.1:40741_","state":"recovering","type":"NRT"}
   [junit4]   2> 767335 INFO  (qtp2141293340-2919) [n:127.0.0.1:33662_    ] 
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node24, state: recovering, 
checkLive: true, onlyIfLeader: true for: 0 seconds.
   [junit4]   2> 767335 INFO  (qtp2141293340-2919) [n:127.0.0.1:33662_    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores 
params={nodeName=127.0.0.1:40741_&onlyIfLeaderActive=true&core=collection1_shard1_replica_n21&coreNodeName=core_node24&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 767385 INFO  
(OverseerCollectionConfigSetProcessor-72097772200591364-127.0.0.1:41233_-n_0000000000)
 [n:127.0.0.1:41233_    ] o.a.s.c.OverseerTaskQueue Response ZK path: 
/overseer/collection-queue-work/qnr-0000000006 doesn't exist.  Requestor may 
have disconnected from ZooKeeper
   [junit4]   2> 767651 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.PeerSyncReplicationTest_9F3B3257CDBDA38C-001/shard-3-001
 of type NRT
   [junit4]   2> 767651 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 
2017-11-21T16:27:37-05:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
   [junit4]   2> 767652 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 767652 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 767652 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.session Scavenging every 600000ms
   [junit4]   2> 767653 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@60ddcb2d{/,null,AVAILABLE}
   [junit4]   2> 767653 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@511bed41{HTTP/1.1,[http/1.1]}{127.0.0.1:37055}
   [junit4]   2> 767653 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.e.j.s.Server Started @778852ms
   [junit4]   2> 767653 INFO  
(TEST-PeerSyncReplicationTest.test-seed#[9F3B3257CDBDA38C]) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: 
{solr.data.dir=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.PeerSyncRe

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

letContextHandler@76625112{/solr,null,UNAVAILABLE}
   [junit4]   2> 4262575 INFO  (jetty-closer-4833-thread-8) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 4262575 INFO  (jetty-closer-4833-thread-7) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@311b5178{/solr,null,UNAVAILABLE}
   [junit4]   2> 4262575 INFO  (jetty-closer-4833-thread-7) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 4264077 INFO  (jetty-closer-4833-thread-12) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@9e12003{/solr,null,UNAVAILABLE}
   [junit4]   2> 4264077 INFO  (jetty-closer-4833-thread-12) [    ] 
o.e.j.s.session Stopped scavenging
   [junit4]   2> 4264079 ERROR 
(SUITE-TriggerIntegrationTest-seed#[9F3B3257CDBDA38C]-worker) [    ] 
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper 
server won't take any action on ERROR or SHUTDOWN server state changes
   [junit4]   2> 4264079 INFO  
(SUITE-TriggerIntegrationTest-seed#[9F3B3257CDBDA38C]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:39330 39330
   [junit4]   2> 4264154 INFO  (Thread-4782) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:39330 39330
   [junit4]   2> 4264156 WARN  (Thread-4782) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        38      /solr/collections/collection1/terms/shard1
   [junit4]   2>        23      /solr/clusterprops.json
   [junit4]   2>        23      /solr/aliases.json
   [junit4]   2>        22      /solr/security.json
   [junit4]   2>        11      /solr/configs/conf
   [junit4]   2>        9       /solr/collections/testMetricTrigger/terms/shard1
   [junit4]   2>        2       /solr/collections/testMetricTrigger/terms/shard2
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        119     /solr/collections/collection1/state.json
   [junit4]   2>        43      /solr/collections/testMetricTrigger/state.json
   [junit4]   2>        23      /solr/clusterstate.json
   [junit4]   2>        6       /solr/autoscaling.json
   [junit4]   2>        3       
/solr/overseer_elect/election/72097987696132144-127.0.0.1:34900_solr-n_0000000014
   [junit4]   2>        2       
/solr/overseer_elect/election/72097987696132101-127.0.0.1:41083_solr-n_0000000000
   [junit4]   2>        2       
/solr/overseer_elect/election/72097987696132150-127.0.0.1:33438_solr-n_0000000016
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/72097987696132156-core_node8-n_0000000003
   [junit4]   2>        2       
/solr/overseer_elect/election/72097987696132129-127.0.0.1:44633_solr-n_0000000009
   [junit4]   2>        2       
/solr/overseer_elect/election/72097987696132122-127.0.0.1:44169_solr-n_0000000007
   [junit4]   2>        2       
/solr/overseer_elect/election/72097987696132135-127.0.0.1:44936_solr-n_0000000011
   [junit4]   2>        2       
/solr/collections/collection1/leader_elect/shard1/election/72097987696132144-core_node3-n_0000000000
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        23      /solr/live_nodes
   [junit4]   2>        23      /solr/collections
   [junit4]   2>        6       /solr/overseer/queue-work
   [junit4]   2>        6       /solr/autoscaling/events/.auto_add_replicas
   [junit4]   2>        6       /solr/overseer/queue
   [junit4]   2>        6       /solr/overseer/collection-queue-work
   [junit4]   2>        2       /solr/autoscaling/events/node_lost_triggerMR
   [junit4]   2>        2       /solr/autoscaling/events/node_added_triggerCTOOR
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.TriggerIntegrationTest_9F3B3257CDBDA38C-001
   [junit4]   2> Feb 10, 2018 4:12:56 PM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 1 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Lucene70, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@40bd5fd4),
 locale=fr-CA, timezone=America/Mazatlan
   [junit4]   2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation 
1.8.0_152 (64-bit)/cpus=4,threads=1,free=171718696,total=500695040
   [junit4]   2> NOTE: All tests run in this JVM: [SuggesterTSTTest, 
ZkStateWriterTest, TestClassicSimilarityFactory, 
ClassificationUpdateProcessorIntegrationTest, TestSubQueryTransformerDistrib, 
DistributedFacetPivotLargeTest, BasicDistributedZk2Test, HdfsNNFailoverTest, 
ExecutePlanActionTest, OverseerRolesTest, AnalysisAfterCoreReloadTest, 
ConnectionReuseTest, TestSmileRequest, ConcurrentDeleteAndCreateCollectionTest, 
TestSolrCoreProperties, SolrShardReporterTest, UpdateLogTest, 
HighlighterMaxOffsetTest, DistributedFacetPivotSmallTest, 
IndexSchemaRuntimeFieldTest, UniqFieldsUpdateProcessorFactoryTest, 
CircularListTest, TestLegacyField, CurrencyFieldTypeTest, 
AtomicUpdateProcessorFactoryTest, MinimalSchemaTest, TestLRUStatsCache, 
TestSegmentSorting, TestFieldResource, CdcrUpdateLogTest, AnalyticsQueryTest, 
SolrCmdDistributorTest, MultiTermTest, URLClassifyProcessorTest, 
TestLMJelinekMercerSimilarityFactory, PeerSyncReplicationTest, 
ConvertedLegacyTest, TestUseDocValuesAsStored, LeaderElectionIntegrationTest, 
DeleteReplicaTest, DisMaxRequestHandlerTest, TestSimpleTextCodec, 
TestCodecSupport, TestRestManager, DistribCursorPagingTest, 
SolrIndexMetricsTest, TestFileDictionaryLookup, SolrTestCaseJ4Test, 
SolrJmxReporterTest, TestLeaderInitiatedRecoveryThread, 
TestNumericRangeQuery64, TestCorePropertiesReload, InfixSuggestersTest, 
RegexBoostProcessorTest, JvmMetricsTest, TestLegacyFieldCache, 
TestValueSourceCache, ChaosMonkeyNothingIsSafeWithPullReplicasTest, 
TestCollectionsAPIViaSolrCloudCluster, MultiThreadedOCPTest, SearchHandlerTest, 
LeaderFailoverAfterPartitionTest, SpellCheckComponentTest, 
TestExclusionRuleCollectionAccess, 
DistributedFacetSimpleRefinementLongTailTest, SpatialHeatmapFacetsTest, 
WordBreakSolrSpellCheckerTest, TestMaxScoreQueryParser, TestRawTransformer, 
StatelessScriptUpdateProcessorFactoryTest, DistributedQueueTest, 
FileBasedSpellCheckerTest, TestReplicaProperties, 
UninvertDocValuesMergePolicyTest, TestPerFieldSimilarityWithDefaultOverride, 
TestPolicyCloud, TestUtils, TestQueryTypes, TestDFRSimilarityFactory, 
TestOnReconnectListenerSupport, OverriddenZkACLAndCredentialsProvidersTest, 
TestRandomDVFaceting, LargeFieldTest, TestSchemaNameResource, TestLargeCluster, 
MoveReplicaHDFSFailoverTest, TestDistributedStatsComponentCardinality, 
TestFieldCacheSortRandom, UUIDUpdateProcessorFallbackTest, 
TestSQLHandlerNonCloud, PingRequestHandlerTest, 
TestImpersonationWithHadoopAuth, TestMacroExpander, TestDistribStateManager, 
TestSchemaManager, TestTolerantUpdateProcessorRandomCloud, TestRangeQuery, 
TestFieldSortValues, DeleteInactiveReplicaTest, TestRebalanceLeaders, 
TestPayloadScoreQParserPlugin, TestConfigSetImmutable, NumericFieldsTest, 
TestLFUCache, ResponseLogComponentTest, TestExportWriter, 
TestCloudDeleteByQuery, SolrCloudExampleTest, TestReloadDeadlock, 
TestSchemaVersionResource, TestCollationFieldDocValues, DocValuesTest, 
SchemaApiFailureTest, SortSpecParsingTest, TestNamedUpdateProcessors, 
TestRealTimeGet, HttpPartitionTest, CdcrReplicationDistributedZkTest, 
TestSystemCollAutoCreate, LukeRequestHandlerTest, TestUninvertingReader, 
DocValuesMultiTest, TestCoreDiscovery, TestReqParamsAPI, 
ClusterStateUpdateTest, TestRandomFaceting, TestDistributedGrouping, 
ZkControllerTest, TestJoin, BadIndexSchemaTest, TestFiltering, 
SoftAutoCommitTest, TestElisionMultitermQuery, TestPostingsSolrHighlighter, 
SpellPossibilityIteratorTest, TestCharFilters, 
TestLMDirichletSimilarityFactory, TestIBSimilarityFactory, TestFastWriter, 
ScriptEngineTest, DateMathParserTest, PreAnalyzedFieldTest, PrimUtilsTest, 
TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest, 
DOMUtilTest, RAMDirectoryFactoryTest, ClusterStateTest, TestDocumentBuilder, 
ZkNodePropsTest, TestRTGBase, TestDistributedMissingSort, TestTolerantSearch, 
TestEmbeddedSolrServerConstructors, ActionThrottleTest, 
AssignBackwardCompatibilityTest, CleanupOldIndexTest, CollectionsAPISolrJTest, 
LeaderInitiatedRecoveryOnShardRestartTest, LegacyCloudClusterPropTest, 
MoveReplicaTest, OverseerModifyCollectionTest, OverseerStatusTest, 
OverseerTaskQueueTest, RecoveryAfterSoftCommitTest, RestartWhileUpdatingTest, 
RollingRestartTest, SolrCLIZkUtilsTest, SolrXmlInZkTest, 
TestAuthenticationFramework, TestCloudPivotFacet, TestClusterProperties, 
TestConfigSetsAPI, TestLeaderElectionZkExpiry, TestPullReplicaErrorHandling, 
TestStressCloudBlindAtomicUpdates, TlogReplayBufferedWhileIndexingTest, 
TriLevelCompositeIdRoutingTest, ZkShardTermsTest, CollectionReloadTest, 
CollectionTooManyReplicasTest, CollectionsAPIAsyncDistributedZkTest, 
SimpleCollectionCreateDeleteTest, TestCollectionAPI, 
TestRequestStatusCollectionAPI, AutoAddReplicasPlanActionTest, 
ComputePlanActionTest, HttpTriggerListenerTest, MetricTriggerTest, 
SearchRateTriggerTest, TriggerIntegrationTest]
   [junit4] Completed [623/775 (6!)] on J2 in 219.73s, 14 tests, 1 failure <<< 
FAILURES!

[...truncated 16019 lines...]
BUILD FAILED
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:846: 
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/build.xml:117: 
The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/build.xml:262:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2329:
 The following error occurred while executing this line:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-master/lucene/common-build.xml:2087:
 Rat problems were found!

Total time: 190 minutes 57 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to