Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Windows/7508/
Java: 32bit/jdk1.8.0_172 -server -XX:+UseSerialGC

6 tests failed.
FAILED:  
org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitMixedReplicaTypes

Error Message:
unexpected shard state expected:<inactive> but was:<active>

Stack Trace:
java.lang.AssertionError: unexpected shard state expected:<inactive> but 
was:<active>
        at 
__randomizedtesting.SeedInfo.seed([35B5E033281E28DD:8D76B493D4C5FDA8]:0)
        at org.junit.Assert.fail(Assert.java:93)
        at org.junit.Assert.failNotEquals(Assert.java:647)
        at org.junit.Assert.assertEquals(Assert.java:128)
        at 
org.apache.solr.cloud.api.collections.ShardSplitTest.verifyShard(ShardSplitTest.java:372)
        at 
org.apache.solr.cloud.api.collections.ShardSplitTest.doSplitMixedReplicaTypes(ShardSplitTest.java:364)
        at 
org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitMixedReplicaTypes(ShardSplitTest.java:331)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:1008)
        at 
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:983)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMixedBounds

Error Message:
expected:<MERGESHARDS> but was:<SPLITSHARD>

Stack Trace:
java.lang.AssertionError: expected:<MERGESHARDS> but was:<SPLITSHARD>
        at 
__randomizedtesting.SeedInfo.seed([35B5E033281E28DD:3F365F9E65A52387]: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:147)
        at 
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMixedBounds(IndexSizeTriggerTest.java:669)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMixedBounds

Error Message:
expected:<MERGESHARDS> but was:<SPLITSHARD>

Stack Trace:
java.lang.AssertionError: expected:<MERGESHARDS> but was:<SPLITSHARD>
        at 
__randomizedtesting.SeedInfo.seed([35B5E033281E28DD:3F365F9E65A52387]: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:147)
        at 
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMixedBounds(IndexSizeTriggerTest.java:669)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMixedBounds

Error Message:
expected:<MERGESHARDS> but was:<SPLITSHARD>

Stack Trace:
java.lang.AssertionError: expected:<MERGESHARDS> but was:<SPLITSHARD>
        at 
__randomizedtesting.SeedInfo.seed([35B5E033281E28DD:3F365F9E65A52387]: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:147)
        at 
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMixedBounds(IndexSizeTriggerTest.java:669)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMixedBounds

Error Message:
expected:<MERGESHARDS> but was:<SPLITSHARD>

Stack Trace:
java.lang.AssertionError: expected:<MERGESHARDS> but was:<SPLITSHARD>
        at 
__randomizedtesting.SeedInfo.seed([35B5E033281E28DD:3F365F9E65A52387]: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:147)
        at 
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMixedBounds(IndexSizeTriggerTest.java:669)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)


FAILED:  org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMixedBounds

Error Message:
expected:<MERGESHARDS> but was:<SPLITSHARD>

Stack Trace:
java.lang.AssertionError: expected:<MERGESHARDS> but was:<SPLITSHARD>
        at 
__randomizedtesting.SeedInfo.seed([35B5E033281E28DD:3F365F9E65A52387]: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:147)
        at 
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMixedBounds(IndexSizeTriggerTest.java:669)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1742)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:935)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:971)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:985)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:944)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:830)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:880)
        at 
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:891)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
        at 
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
        at 
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
        at 
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
        at 
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
        at 
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
        at 
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
        at java.lang.Thread.run(Thread.java:748)




Build Log:
[...truncated 13392 lines...]
   [junit4] Suite: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
   [junit4]   2> 1496861 INFO  
(SUITE-IndexSizeTriggerTest-seed#[35B5E033281E28DD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: 
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
   [junit4]   2> Creating dataDir: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.IndexSizeTriggerTest_35B5E033281E28DD-001\init-core-data-001
   [junit4]   2> 1496863 INFO  
(SUITE-IndexSizeTriggerTest-seed#[35B5E033281E28DD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) 
w/NUMERIC_DOCVALUES_SYSPROP=true
   [junit4]   2> 1496866 INFO  
(SUITE-IndexSizeTriggerTest-seed#[35B5E033281E28DD]-worker) [    ] 
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: 
@org.apache.solr.util.RandomizeSSL(reason=, value=NaN, ssl=NaN, clientAuth=NaN)
   [junit4]   2> 1496869 INFO  
(SUITE-IndexSizeTriggerTest-seed#[35B5E033281E28DD]-worker) [    ] 
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.IndexSizeTriggerTest_35B5E033281E28DD-001\tempDir-001
   [junit4]   2> 1496869 INFO  
(SUITE-IndexSizeTriggerTest-seed#[35B5E033281E28DD]-worker) [    ] 
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
   [junit4]   2> 1496870 INFO  (Thread-1802) [    ] o.a.s.c.ZkTestServer client 
port:0.0.0.0/0.0.0.0:0
   [junit4]   2> 1496870 INFO  (Thread-1802) [    ] o.a.s.c.ZkTestServer 
Starting server
   [junit4]   2> 1496873 ERROR (Thread-1802) [    ] 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> 1496970 INFO  
(SUITE-IndexSizeTriggerTest-seed#[35B5E033281E28DD]-worker) [    ] 
o.a.s.c.ZkTestServer start zk server on port:65035
   [junit4]   2> 1496974 INFO  (zkConnectionManagerCallback-2065-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1496979 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1496979 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.e.j.s.Server jetty-9.4.11.v20180605; built: 2018-06-05T18:24:03.829Z; git: 
d5fc0523cfa96bfebfbda19606cad384d772f04c; jvm 1.8.0_172-b11
   [junit4]   2> 1496979 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1496979 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1496979 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1496979 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.e.j.s.session DefaultSessionIdManager workerName=node0
   [junit4]   2> 1496979 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.e.j.s.session No SessionScavenger set, using defaults
   [junit4]   2> 1496979 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.e.j.s.session node0 Scavenging every 660000ms
   [junit4]   2> 1496980 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@c4c0bd{/solr,null,AVAILABLE}
   [junit4]   2> 1496980 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.e.j.s.h.ContextHandler Started 
o.e.j.s.ServletContextHandler@5a4de5{/solr,null,AVAILABLE}
   [junit4]   2> 1496983 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@154540d{HTTP/1.1,[http/1.1]}{127.0.0.1:65039}
   [junit4]   2> 1496983 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.e.j.s.Server Started @1497016ms
   [junit4]   2> 1496983 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=65039}
   [junit4]   2> 1496983 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.e.j.s.AbstractConnector Started 
ServerConnector@12f31e2{HTTP/1.1,[http/1.1]}{127.0.0.1:65040}
   [junit4]   2> 1496983 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.e.j.s.Server Started @1497016ms
   [junit4]   2> 1496983 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, 
hostPort=65040}
   [junit4]   2> 1496983 ERROR (jetty-launcher-2062-thread-1) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1496983 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1496983 ERROR (jetty-launcher-2062-thread-2) [    ] 
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be 
missing or incomplete.
   [junit4]   2> 1496983 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter Using logger factory 
org.apache.logging.slf4j.Log4jLoggerFactory
   [junit4]   2> 1496983 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1496983 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter  ___      _       Welcome to Apache Solr? version 
8.0.0
   [junit4]   2> 1496983 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1496983 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1496983 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-09-06T06:55:24.056Z
   [junit4]   2> 1496983 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter / __| ___| |_ _   Starting in cloud mode on port null
   [junit4]   2> 1496983 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_|  Install dir: null
   [junit4]   2> 1496983 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter |___/\___/_|_|    Start time: 
2018-09-06T06:55:24.056Z
   [junit4]   2> 1496987 INFO  (zkConnectionManagerCallback-2068-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1496987 INFO  (zkConnectionManagerCallback-2069-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1496987 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1496988 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
   [junit4]   2> 1497448 INFO  (jetty-launcher-2062-thread-2) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65035/solr
   [junit4]   2> 1497451 INFO  (zkConnectionManagerCallback-2073-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1497454 INFO  (zkConnectionManagerCallback-2075-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1497538 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:65040_solr    ] o.a.s.c.OverseerElectionContext I am going to be 
the leader 127.0.0.1:65040_solr
   [junit4]   2> 1497538 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:65040_solr    ] o.a.s.c.Overseer Overseer 
(id=72176391610957828-127.0.0.1:65040_solr-n_0000000000) starting
   [junit4]   2> 1497545 INFO  (zkConnectionManagerCallback-2082-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1497547 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:65040_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:65035/solr ready
   [junit4]   2> 1497549 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:65040_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65040_solr
   [junit4]   2> 1497550 INFO  
(OverseerStateUpdate-72176391610957828-127.0.0.1:65040_solr-n_0000000000) 
[n:127.0.0.1:65040_solr    ] o.a.s.c.Overseer Starting to work on the main 
queue : 127.0.0.1:65040_solr
   [junit4]   2> 1497553 INFO  (zkCallback-2081-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
   [junit4]   2> 1497555 DEBUG 
(OverseerAutoScalingTriggerThread-72176391610957828-127.0.0.1:65040_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Adding .auto_add_replicas and 
.scheduled_maintenance triggers
   [junit4]   2> 1497557 INFO  
(OverseerStateUpdate-72176391610957828-127.0.0.1:65040_solr-n_0000000000) 
[n:127.0.0.1:65040_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1497557 DEBUG 
(OverseerAutoScalingTriggerThread-72176391610957828-127.0.0.1:65040_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode 
version 1
   [junit4]   2> 1497557 DEBUG 
(OverseerAutoScalingTriggerThread-72176391610957828-127.0.0.1:65040_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion -1
   [junit4]   2> 1497557 DEBUG 
(OverseerAutoScalingTriggerThread-72176391610957828-127.0.0.1:65040_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto 
znodeVersion 1
   [junit4]   2> 1497560 DEBUG 
(OverseerAutoScalingTriggerThread-72176391610957828-127.0.0.1:65040_solr-n_0000000000)
 [    ] o.a.s.c.a.NodeLostTrigger NodeLostTrigger .auto_add_replicas - Initial 
livenodes: [127.0.0.1:65040_solr]
   [junit4]   2> 1497560 DEBUG 
(OverseerAutoScalingTriggerThread-72176391610957828-127.0.0.1:65040_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
   [junit4]   2> 1497561 DEBUG 
(OverseerAutoScalingTriggerThread-72176391610957828-127.0.0.1:65040_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 1, 
lastZnodeVersion 1
   [junit4]   2> 1497562 DEBUG (ScheduledTrigger-3941-thread-1) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 1
   [junit4]   2> 1497595 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:65040_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1497646 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:65040_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65040.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1821e22
   [junit4]   2> 1497650 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:65040_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65040.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1821e22
   [junit4]   2> 1497651 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:65040_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65040.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1821e22
   [junit4]   2> 1497652 INFO  (jetty-launcher-2062-thread-2) 
[n:127.0.0.1:65040_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.IndexSizeTriggerTest_35B5E033281E28DD-001\tempDir-001\node2\.
   [junit4]   2> 1497661 INFO  (jetty-launcher-2062-thread-1) [    ] 
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65035/solr
   [junit4]   2> 1497664 INFO  (zkConnectionManagerCallback-2087-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1497665 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1006c0bb7240006, likely client has closed socket
   [junit4]   2> 1497667 INFO  (zkConnectionManagerCallback-2089-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1497674 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:65039_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (1)
   [junit4]   2> 1497678 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:65039_solr    ] o.a.s.c.TransientSolrCoreCacheDefault Allocating 
transient cache for 2147483647 transient cores
   [junit4]   2> 1497678 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:65039_solr    ] o.a.s.c.ZkController Register node as live in 
ZooKeeper:/live_nodes/127.0.0.1:65039_solr
   [junit4]   2> 1497678 INFO  (zkCallback-2074-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1497678 INFO  (zkCallback-2081-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1497679 INFO  (zkCallback-2088-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
   [junit4]   2> 1497730 INFO  (zkConnectionManagerCallback-2096-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1497732 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:65039_solr    ] o.a.s.c.c.ZkStateReader Updated live nodes from 
ZooKeeper... (0) -> (2)
   [junit4]   2> 1497733 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:65039_solr    ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster 
at 127.0.0.1:65035/solr ready
   [junit4]   2> 1497733 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:65039_solr    ] o.a.s.h.a.MetricsHistoryHandler No .system 
collection, keeping metrics history in memory.
   [junit4]   2> 1497768 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:65039_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65039.solr.node' (registry 'solr.node') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1821e22
   [junit4]   2> 1497773 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:65039_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65039.solr.jvm' (registry 'solr.jvm') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1821e22
   [junit4]   2> 1497774 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:65039_solr    ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 
'solr_65039.solr.jetty' (registry 'solr.jetty') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1821e22
   [junit4]   2> 1497775 INFO  (jetty-launcher-2062-thread-1) 
[n:127.0.0.1:65039_solr    ] o.a.s.c.CorePropertiesLocator Found 0 core 
definitions underneath 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.IndexSizeTriggerTest_35B5E033281E28DD-001\tempDir-001\node1\.
   [junit4]   2> 1497803 INFO  (zkConnectionManagerCallback-2099-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1497809 INFO  (zkConnectionManagerCallback-2104-thread-1) [    
] o.a.s.c.c.ConnectionManager zkClient has connected
   [junit4]   2> 1497811 INFO  
(SUITE-IndexSizeTriggerTest-seed#[35B5E033281E28DD]-worker) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
   [junit4]   2> 1497812 INFO  
(SUITE-IndexSizeTriggerTest-seed#[35B5E033281E28DD]-worker) [    ] 
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:65035/solr ready
   [junit4]   2> 1497837 INFO  
(TEST-IndexSizeTriggerTest.testMixedBounds-seed#[35B5E033281E28DD]) [    ] 
o.a.s.SolrTestCaseJ4 ###Starting testMixedBounds
   [junit4]   2> 1497838 INFO  (qtp26070170-10449) [n:127.0.0.1:65039_solr    ] 
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params 
collection.configName=conf&maxShardsPerNode=2&name=testMixedBounds_collection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2
 and sendToOCPQueue=true
   [junit4]   2> 1497841 INFO  
(OverseerThreadFactory-3943-thread-1-processing-n:127.0.0.1:65040_solr) 
[n:127.0.0.1:65040_solr    ] o.a.s.c.a.c.CreateCollectionCmd Create collection 
testMixedBounds_collection
   [junit4]   2> 1497951 INFO  
(OverseerStateUpdate-72176391610957828-127.0.0.1:65040_solr-n_0000000000) 
[n:127.0.0.1:65040_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMixedBounds_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testMixedBounds_collection_shard1_replica_n1",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65040/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1497953 INFO  
(OverseerStateUpdate-72176391610957828-127.0.0.1:65040_solr-n_0000000000) 
[n:127.0.0.1:65040_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMixedBounds_collection",
   [junit4]   2>   "shard":"shard1",
   [junit4]   2>   "core":"testMixedBounds_collection_shard1_replica_n2",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65039/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1497955 INFO  
(OverseerStateUpdate-72176391610957828-127.0.0.1:65040_solr-n_0000000000) 
[n:127.0.0.1:65040_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMixedBounds_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testMixedBounds_collection_shard2_replica_n4",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65040/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1497957 INFO  
(OverseerStateUpdate-72176391610957828-127.0.0.1:65040_solr-n_0000000000) 
[n:127.0.0.1:65040_solr    ] o.a.s.c.o.SliceMutator createReplica() {
   [junit4]   2>   "operation":"ADDREPLICA",
   [junit4]   2>   "collection":"testMixedBounds_collection",
   [junit4]   2>   "shard":"shard2",
   [junit4]   2>   "core":"testMixedBounds_collection_shard2_replica_n6",
   [junit4]   2>   "state":"down",
   [junit4]   2>   "base_url":"http://127.0.0.1:65039/solr";,
   [junit4]   2>   "type":"NRT",
   [junit4]   2>   "waitForFinalState":"false"} 
   [junit4]   2> 1498162 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr    
x:testMixedBounds_collection_shard1_replica_n2] o.a.s.h.a.CoreAdminOperation 
core create command 
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testMixedBounds_collection_shard1_replica_n2&action=CREATE&numShards=2&collection=testMixedBounds_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1498162 INFO  (qtp22368208-10452) [n:127.0.0.1:65040_solr    
x:testMixedBounds_collection_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation 
core create command 
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testMixedBounds_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=testMixedBounds_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1498162 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr    
x:testMixedBounds_collection_shard2_replica_n4] o.a.s.h.a.CoreAdminOperation 
core create command 
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testMixedBounds_collection_shard2_replica_n4&action=CREATE&numShards=2&collection=testMixedBounds_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1498163 INFO  (qtp26070170-10457) [n:127.0.0.1:65039_solr    
x:testMixedBounds_collection_shard2_replica_n6] o.a.s.h.a.CoreAdminOperation 
core create command 
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testMixedBounds_collection_shard2_replica_n6&action=CREATE&numShards=2&collection=testMixedBounds_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT
   [junit4]   2> 1498164 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr    
x:testMixedBounds_collection_shard2_replica_n4] 
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 
transient cores
   [junit4]   2> 1498564 DEBUG (ScheduledTrigger-3941-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1499197 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1499197 INFO  (qtp22368208-10452) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard1 r:core_node3 
x:testMixedBounds_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1499197 INFO  (qtp26070170-10457) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard2 r:core_node8 
x:testMixedBounds_collection_shard2_replica_n6] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1499212 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] o.a.s.c.SolrConfig Using Lucene 
MatchVersion: 8.0.0
   [junit4]   2> 1499213 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] o.a.s.s.IndexSchema 
[testMixedBounds_collection_shard2_replica_n4] Schema name=minimal
   [junit4]   2> 1499214 INFO  (qtp22368208-10452) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard1 r:core_node3 
x:testMixedBounds_collection_shard1_replica_n1] o.a.s.s.IndexSchema 
[testMixedBounds_collection_shard1_replica_n1] Schema name=minimal
   [junit4]   2> 1499217 INFO  (qtp26070170-10457) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard2 r:core_node8 
x:testMixedBounds_collection_shard2_replica_n6] o.a.s.s.IndexSchema 
[testMixedBounds_collection_shard2_replica_n6] Schema name=minimal
   [junit4]   2> 1499217 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] o.a.s.s.IndexSchema 
[testMixedBounds_collection_shard1_replica_n2] Schema name=minimal
   [junit4]   2> 1499219 INFO  (qtp22368208-10452) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard1 r:core_node3 
x:testMixedBounds_collection_shard1_replica_n1] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1499219 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1499219 INFO  (qtp22368208-10452) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard1 r:core_node3 
x:testMixedBounds_collection_shard1_replica_n1] o.a.s.c.CoreContainer Creating 
SolrCore 'testMixedBounds_collection_shard1_replica_n1' using configuration 
from collection testMixedBounds_collection, trusted=true
   [junit4]   2> 1499219 INFO  (qtp26070170-10457) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard2 r:core_node8 
x:testMixedBounds_collection_shard2_replica_n6] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1499219 INFO  (qtp26070170-10457) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard2 r:core_node8 
x:testMixedBounds_collection_shard2_replica_n6] o.a.s.c.CoreContainer Creating 
SolrCore 'testMixedBounds_collection_shard2_replica_n6' using configuration 
from collection testMixedBounds_collection, trusted=true
   [junit4]   2> 1499219 INFO  (qtp22368208-10452) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard1 r:core_node3 
x:testMixedBounds_collection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_65040.solr.core.testMixedBounds_collection.shard1.replica_n1' (registry 
'solr.core.testMixedBounds_collection.shard1.replica_n1') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1821e22
   [junit4]   2> 1499219 INFO  (qtp26070170-10457) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard2 r:core_node8 
x:testMixedBounds_collection_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_65039.solr.core.testMixedBounds_collection.shard2.replica_n6' (registry 
'solr.core.testMixedBounds_collection.shard2.replica_n6') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1821e22
   [junit4]   2> 1499219 INFO  (qtp26070170-10457) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard2 r:core_node8 
x:testMixedBounds_collection_shard2_replica_n6] o.a.s.c.SolrCore 
[[testMixedBounds_collection_shard2_replica_n6] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.IndexSizeTriggerTest_35B5E033281E28DD-001\tempDir-001\node1\testMixedBounds_collection_shard2_replica_n6],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.IndexSizeTriggerTest_35B5E033281E28DD-001\tempDir-001\node1\.\testMixedBounds_collection_shard2_replica_n6\data\]
   [junit4]   2> 1499219 INFO  (qtp22368208-10452) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard1 r:core_node3 
x:testMixedBounds_collection_shard1_replica_n1] o.a.s.c.SolrCore 
[[testMixedBounds_collection_shard1_replica_n1] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.IndexSizeTriggerTest_35B5E033281E28DD-001\tempDir-001\node2\testMixedBounds_collection_shard1_replica_n1],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.IndexSizeTriggerTest_35B5E033281E28DD-001\tempDir-001\node2\.\testMixedBounds_collection_shard1_replica_n1\data\]
   [junit4]   2> 1499219 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] o.a.s.s.IndexSchema Loaded 
schema minimal/1.1 with uniqueid field id
   [junit4]   2> 1499219 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] o.a.s.c.CoreContainer Creating 
SolrCore 'testMixedBounds_collection_shard1_replica_n2' using configuration 
from collection testMixedBounds_collection, trusted=true
   [junit4]   2> 1499220 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_65039.solr.core.testMixedBounds_collection.shard1.replica_n2' (registry 
'solr.core.testMixedBounds_collection.shard1.replica_n2') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1821e22
   [junit4]   2> 1499220 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] o.a.s.c.SolrCore 
[[testMixedBounds_collection_shard1_replica_n2] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.IndexSizeTriggerTest_35B5E033281E28DD-001\tempDir-001\node1\testMixedBounds_collection_shard1_replica_n2],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.IndexSizeTriggerTest_35B5E033281E28DD-001\tempDir-001\node1\.\testMixedBounds_collection_shard1_replica_n2\data\]
   [junit4]   2> 1499222 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] o.a.s.c.CoreContainer Creating 
SolrCore 'testMixedBounds_collection_shard2_replica_n4' using configuration 
from collection testMixedBounds_collection, trusted=true
   [junit4]   2> 1499222 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] o.a.s.m.r.SolrJmxReporter JMX 
monitoring for 
'solr_65040.solr.core.testMixedBounds_collection.shard2.replica_n4' (registry 
'solr.core.testMixedBounds_collection.shard2.replica_n4') enabled at server: 
com.sun.jmx.mbeanserver.JmxMBeanServer@1821e22
   [junit4]   2> 1499222 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] o.a.s.c.SolrCore 
[[testMixedBounds_collection_shard2_replica_n4] ] Opening new SolrCore at 
[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.IndexSizeTriggerTest_35B5E033281E28DD-001\tempDir-001\node2\testMixedBounds_collection_shard2_replica_n4],
 
dataDir=[C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J0\temp\solr.cloud.autoscaling.IndexSizeTriggerTest_35B5E033281E28DD-001\tempDir-001\node2\.\testMixedBounds_collection_shard2_replica_n4\data\]
   [junit4]   2> 1499364 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1499365 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1499367 INFO  (qtp26070170-10457) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard2 r:core_node8 
x:testMixedBounds_collection_shard2_replica_n6] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1499367 INFO  (qtp26070170-10457) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard2 r:core_node8 
x:testMixedBounds_collection_shard2_replica_n6] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1499367 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1499367 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1499368 INFO  (qtp22368208-10452) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard1 r:core_node3 
x:testMixedBounds_collection_shard1_replica_n1] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1499368 INFO  (qtp22368208-10452) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard1 r:core_node3 
x:testMixedBounds_collection_shard1_replica_n1] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1499368 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] o.a.s.u.UpdateHandler Using 
UpdateLog implementation: org.apache.solr.update.UpdateLog
   [junit4]   2> 1499368 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] o.a.s.u.UpdateLog Initializing 
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 
maxNumLogsToKeep=10 numVersionBuckets=65536
   [junit4]   2> 1499368 INFO  (qtp26070170-10457) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard2 r:core_node8 
x:testMixedBounds_collection_shard2_replica_n6] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1499368 INFO  (qtp26070170-10457) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard2 r:core_node8 
x:testMixedBounds_collection_shard2_replica_n6] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1499370 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1499370 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1499371 INFO  (qtp22368208-10452) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard1 r:core_node3 
x:testMixedBounds_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard 
AutoCommit: disabled
   [junit4]   2> 1499371 INFO  (qtp22368208-10452) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard1 r:core_node3 
x:testMixedBounds_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft 
AutoCommit: disabled
   [junit4]   2> 1499372 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@9758f4[testMixedBounds_collection_shard2_replica_n4] main]
   [junit4]   2> 1499372 INFO  (qtp26070170-10457) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard2 r:core_node8 
x:testMixedBounds_collection_shard2_replica_n6] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@1c6830e[testMixedBounds_collection_shard2_replica_n6] main]
   [junit4]   2> 1499373 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1499373 INFO  (qtp26070170-10457) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard2 r:core_node8 
x:testMixedBounds_collection_shard2_replica_n6] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1499373 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1499373 INFO  (qtp26070170-10457) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard2 r:core_node8 
x:testMixedBounds_collection_shard2_replica_n6] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1499374 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 1499374 INFO  (qtp26070170-10457) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard2 r:core_node8 
x:testMixedBounds_collection_shard2_replica_n6] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 1499374 INFO  (qtp26070170-10457) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard2 r:core_node8 
x:testMixedBounds_collection_shard2_replica_n6] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1610840199866089472
   [junit4]   2> 1499374 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1610840199866089472
   [junit4]   2> 1499374 INFO  
(searcherExecutor-3956-thread-1-processing-n:127.0.0.1:65039_solr 
x:testMixedBounds_collection_shard2_replica_n6 c:testMixedBounds_collection 
s:shard2 r:core_node8) [n:127.0.0.1:65039_solr c:testMixedBounds_collection 
s:shard2 r:core_node8 x:testMixedBounds_collection_shard2_replica_n6] 
o.a.s.c.SolrCore [testMixedBounds_collection_shard2_replica_n6] Registered new 
searcher Searcher@1c6830e[testMixedBounds_collection_shard2_replica_n6] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1499375 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@17ebe6[testMixedBounds_collection_shard1_replica_n2] main]
   [junit4]   2> 1499376 INFO  (qtp22368208-10452) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard1 r:core_node3 
x:testMixedBounds_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher 
Opening [Searcher@19caada[testMixedBounds_collection_shard1_replica_n1] main]
   [junit4]   2> 1499376 INFO  
(searcherExecutor-3958-thread-1-processing-n:127.0.0.1:65040_solr 
x:testMixedBounds_collection_shard2_replica_n4 c:testMixedBounds_collection 
s:shard2 r:core_node7) [n:127.0.0.1:65040_solr c:testMixedBounds_collection 
s:shard2 r:core_node7 x:testMixedBounds_collection_shard2_replica_n4] 
o.a.s.c.SolrCore [testMixedBounds_collection_shard2_replica_n4] Registered new 
searcher Searcher@9758f4[testMixedBounds_collection_shard2_replica_n4] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1499377 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1499377 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1499377 INFO  (qtp22368208-10452) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard1 r:core_node3 
x:testMixedBounds_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Configured ZooKeeperStorageIO with znodeBase: /configs/conf
   [junit4]   2> 1499377 INFO  (qtp22368208-10452) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard1 r:core_node3 
x:testMixedBounds_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage 
Loaded null at path _rest_managed.json using 
ZooKeeperStorageIO:path=/configs/conf
   [junit4]   2> 1499377 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 1499377 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1610840199869235200
   [junit4]   2> 1499377 INFO  (qtp22368208-10452) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard1 r:core_node3 
x:testMixedBounds_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler 
Commits will be reserved for 10000ms.
   [junit4]   2> 1499378 INFO  (qtp22368208-10452) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard1 r:core_node3 
x:testMixedBounds_collection_shard1_replica_n1] o.a.s.u.UpdateLog Could not 
find max version in index or recent updates, using new clock 1610840199870283776
   [junit4]   2> 1499378 INFO  
(searcherExecutor-3957-thread-1-processing-n:127.0.0.1:65039_solr 
x:testMixedBounds_collection_shard1_replica_n2 c:testMixedBounds_collection 
s:shard1 r:core_node5) [n:127.0.0.1:65039_solr c:testMixedBounds_collection 
s:shard1 r:core_node5 x:testMixedBounds_collection_shard1_replica_n2] 
o.a.s.c.SolrCore [testMixedBounds_collection_shard1_replica_n2] Registered new 
searcher Searcher@17ebe6[testMixedBounds_collection_shard1_replica_n2] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1499379 INFO  
(searcherExecutor-3955-thread-1-processing-n:127.0.0.1:65040_solr 
x:testMixedBounds_collection_shard1_replica_n1 c:testMixedBounds_collection 
s:shard1 r:core_node3) [n:127.0.0.1:65040_solr c:testMixedBounds_collection 
s:shard1 r:core_node3 x:testMixedBounds_collection_shard1_replica_n1] 
o.a.s.c.SolrCore [testMixedBounds_collection_shard1_replica_n1] Registered new 
searcher Searcher@19caada[testMixedBounds_collection_shard1_replica_n1] 
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
   [junit4]   2> 1499382 INFO  (qtp26070170-10457) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard2 r:core_node8 
x:testMixedBounds_collection_shard2_replica_n6] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/testMixedBounds_collection/terms/shard2 to 
Terms{values={core_node8=0}, version=0}
   [junit4]   2> 1499382 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] o.a.s.c.ZkShardTerms Failed to 
save terms, version is not a match, retrying
   [junit4]   2> 1499383 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/testMixedBounds_collection/terms/shard2 to 
Terms{values={core_node7=0, core_node8=0}, version=1}
   [junit4]   2> 1499384 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/testMixedBounds_collection/terms/shard1 to 
Terms{values={core_node5=0}, version=0}
   [junit4]   2> 1499385 INFO  (qtp22368208-10452) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard1 r:core_node3 
x:testMixedBounds_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Failed to 
save terms, version is not a match, retrying
   [junit4]   2> 1499385 INFO  (qtp22368208-10452) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard1 r:core_node3 
x:testMixedBounds_collection_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/testMixedBounds_collection/terms/shard1 to 
Terms{values={core_node3=0, core_node5=0}, version=1}
   [junit4]   2> 1499388 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1499388 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1499388 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] o.a.s.c.SyncStrategy Sync 
replicas to 
http://127.0.0.1:65040/solr/testMixedBounds_collection_shard2_replica_n4/
   [junit4]   2> 1499389 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
   [junit4]   2> 1499389 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
   [junit4]   2> 1499389 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] o.a.s.c.SyncStrategy Sync 
replicas to 
http://127.0.0.1:65039/solr/testMixedBounds_collection_shard1_replica_n2/
   [junit4]   2> 1499389 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: 
core=testMixedBounds_collection_shard2_replica_n4 
url=http://127.0.0.1:65040/solr START 
replicas=[http://127.0.0.1:65039/solr/testMixedBounds_collection_shard2_replica_n6/]
 nUpdates=100
   [junit4]   2> 1499389 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] o.a.s.u.PeerSync PeerSync: 
core=testMixedBounds_collection_shard2_replica_n4 
url=http://127.0.0.1:65040/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1499389 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: 
core=testMixedBounds_collection_shard1_replica_n2 
url=http://127.0.0.1:65039/solr START 
replicas=[http://127.0.0.1:65040/solr/testMixedBounds_collection_shard1_replica_n1/]
 nUpdates=100
   [junit4]   2> 1499389 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] o.a.s.u.PeerSync PeerSync: 
core=testMixedBounds_collection_shard1_replica_n2 
url=http://127.0.0.1:65039/solr DONE.  We have no versions.  sync failed.
   [junit4]   2> 1499392 INFO  (qtp26070170-10454) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard2 r:core_node8 
x:testMixedBounds_collection_shard2_replica_n6] o.a.s.c.S.Request 
[testMixedBounds_collection_shard2_replica_n6]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=2
   [junit4]   2> 1499393 INFO  (qtp22368208-10448) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard1 r:core_node3 
x:testMixedBounds_collection_shard1_replica_n1] o.a.s.c.S.Request 
[testMixedBounds_collection_shard1_replica_n1]  webapp=/solr path=/get 
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
 status=0 QTime=1
   [junit4]   2> 1499393 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] o.a.s.c.SyncStrategy Leader's 
attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1499393 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] o.a.s.c.SyncStrategy Leader's 
attempt to sync with shard failed, moving to the next candidate
   [junit4]   2> 1499393 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1499393 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1499393 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we 
can't sync in that case - we were active before, so become leader anyway
   [junit4]   2> 1499393 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in 
election, clear LIR
   [junit4]   2> 1499396 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:65039/solr/testMixedBounds_collection_shard1_replica_n2/ shard1
   [junit4]   2> 1499396 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] 
o.a.s.c.ShardLeaderElectionContext I am the new leader: 
http://127.0.0.1:65040/solr/testMixedBounds_collection_shard2_replica_n4/ shard2
   [junit4]   2> 1499549 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 1499549 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] o.a.s.c.ZkController I am the 
leader, no recovery necessary
   [junit4]   2> 1499553 INFO  (qtp22368208-10458) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testMixedBounds_collection_shard2_replica_n4&action=CREATE&numShards=2&collection=testMixedBounds_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1392
   [junit4]   2> 1499554 INFO  (qtp26070170-10462) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testMixedBounds_collection_shard1_replica_n2&action=CREATE&numShards=2&collection=testMixedBounds_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=1393
   [junit4]   2> 1499566 DEBUG (ScheduledTrigger-3941-thread-4) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1499654 INFO  (zkCallback-2088-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testMixedBounds_collection/state.json] for collection 
[testMixedBounds_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1499654 INFO  (zkCallback-2074-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testMixedBounds_collection/state.json] for collection 
[testMixedBounds_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1500391 INFO  (qtp26070170-10457) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard2 r:core_node8 
x:testMixedBounds_collection_shard2_replica_n6] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testMixedBounds_collection_shard2_replica_n6&action=CREATE&numShards=2&collection=testMixedBounds_collection&shard=shard2&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2228
   [junit4]   2> 1500393 INFO  (qtp22368208-10452) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard1 r:core_node3 
x:testMixedBounds_collection_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] 
webapp=null path=/admin/cores 
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testMixedBounds_collection_shard1_replica_n1&action=CREATE&numShards=2&collection=testMixedBounds_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
 status=0 QTime=2231
   [junit4]   2> 1500396 INFO  (qtp26070170-10449) [n:127.0.0.1:65039_solr    ] 
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 
30 seconds. Check all shard replicas
   [junit4]   2> 1500492 INFO  (zkCallback-2074-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testMixedBounds_collection/state.json] for collection 
[testMixedBounds_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1500492 INFO  (zkCallback-2088-thread-1) [    ] 
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent 
state:SyncConnected type:NodeDataChanged 
path:/collections/testMixedBounds_collection/state.json] for collection 
[testMixedBounds_collection] has occurred - updating... (live nodes size: [2])
   [junit4]   2> 1500567 DEBUG (ScheduledTrigger-3941-thread-2) [    ] 
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with 
currently live nodes: 2
   [junit4]   2> 1501397 INFO  (qtp26070170-10449) [n:127.0.0.1:65039_solr    ] 
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections 
params={collection.configName=conf&maxShardsPerNode=2&name=testMixedBounds_collection&nrtReplicas=2&action=CREATE&numShards=2&wt=javabin&version=2}
 status=0 QTime=3557
   [junit4]   2> 1501409 INFO  (qtp22368208-10455) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/testMixedBounds_collection/terms/shard2 to 
Terms{values={core_node7=1, core_node8=1}, version=2}
   [junit4]   2> 1501410 INFO  (qtp26070170-10456) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] o.a.s.c.ZkShardTerms Successful 
update of terms at /collections/testMixedBounds_collection/terms/shard1 to 
Terms{values={core_node3=1, core_node5=1}, version=2}
   [junit4]   2> 1501428 INFO  (qtp22368208-10451) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard1 r:core_node3 
x:testMixedBounds_collection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[testMixedBounds_collection_shard1_replica_n1]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:65039/solr/testMixedBounds_collection_shard1_replica_n2/&wt=javabin&version=2}{add=[id-0-0
 (1610840201992601600), id-100-0 (1610840201995747328), id-300-0 
(1610840201995747329), id-500-0 (1610840201995747330), id-700-0 
(1610840201995747331), id-800-0 (1610840201995747332), id-900-0 
(1610840201995747333), id-1200-0 (1610840201995747334), id-1300-0 
(1610840201998893056), id-1400-0 (1610840201998893057), ... (57 adds)]} 0 4
   [junit4]   2> 1501428 INFO  (qtp26070170-10456) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[testMixedBounds_collection_shard1_replica_n2]  webapp=/solr path=/update 
params={_stateVer_=testMixedBounds_collection:5&collection=testMixedBounds_collection&wt=javabin&version=2}{add=[id-0-0
 (1610840201992601600), id-100-0 (1610840201995747328), id-300-0 
(1610840201995747329), id-500-0 (1610840201995747330), id-700-0 
(1610840201995747331), id-800-0 (1610840201995747332), id-900-0 
(1610840201995747333), id-1200-0 (1610840201995747334), id-1300-0 
(1610840201998893056), id-1400-0 (1610840201998893057), ... (57 adds)]} 0 26
   [junit4]   2> 1501430 INFO  (qtp26070170-10457) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard2 r:core_node8 
x:testMixedBounds_collection_shard2_replica_n6] 
o.a.s.u.p.LogUpdateProcessorFactory 
[testMixedBounds_collection_shard2_replica_n6]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:65040/solr/testMixedBounds_collection_shard2_replica_n4/&wt=javabin&version=2}{add=[id-200-0
 (1610840201992601600), id-400-0 (1610840201995747328), id-600-0 
(1610840201995747329), id-1000-0 (1610840201995747330), id-1100-0 
(1610840201995747331), id-2000-0 (1610840201995747332), id-2300-0 
(1610840201995747333), id-2400-0 (1610840201995747334), id-2800-0 
(1610840201995747335), id-2900-0 (1610840201997844480), ... (43 adds)]} 0 14
   [junit4]   2> 1501430 INFO  (qtp22368208-10455) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] 
o.a.s.u.p.LogUpdateProcessorFactory 
[testMixedBounds_collection_shard2_replica_n4]  webapp=/solr path=/update 
params={_stateVer_=testMixedBounds_collection:5&collection=testMixedBounds_collection&wt=javabin&version=2}{add=[id-200-0
 (1610840201992601600), id-400-0 (1610840201995747328), id-600-0 
(1610840201995747329), id-1000-0 (1610840201995747330), id-1100-0 
(1610840201995747331), id-2000-0 (1610840201995747332), id-2300-0 
(1610840201995747333), id-2400-0 (1610840201995747334), id-2800-0 
(1610840201995747335), id-2900-0 (1610840201997844480), ... (43 adds)]} 0 27
   [junit4]   2> 1501440 INFO  (qtp26070170-10457) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard2 r:core_node8 
x:testMixedBounds_collection_shard2_replica_n6] 
o.a.s.u.p.LogUpdateProcessorFactory 
[testMixedBounds_collection_shard2_replica_n6]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:65040/solr/testMixedBounds_collection_shard2_replica_n4/&wt=javabin&version=2}{add=[id-100-1
 (1610840202024058880), id-200-1 (1610840202024058881), id-600-1 
(1610840202024058882), id-1000-1 (1610840202024058883), id-1100-1 
(1610840202024058884), id-1300-1 (1610840202024058885), id-1400-1 
(1610840202024058886), id-1500-1 (1610840202024058887), id-1700-1 
(1610840202024058888), id-1900-1 (1610840202024058889), ... (51 adds)]} 0 1
   [junit4]   2> 1501440 INFO  (qtp22368208-10453) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] 
o.a.s.u.p.LogUpdateProcessorFactory 
[testMixedBounds_collection_shard2_replica_n4]  webapp=/solr path=/update 
params={_stateVer_=testMixedBounds_collection:5&collection=testMixedBounds_collection&wt=javabin&version=2}{add=[id-100-1
 (1610840202024058880), id-200-1 (1610840202024058881), id-600-1 
(1610840202024058882), id-1000-1 (1610840202024058883), id-1100-1 
(1610840202024058884), id-1300-1 (1610840202024058885), id-1400-1 
(1610840202024058886), id-1500-1 (1610840202024058887), id-1700-1 
(1610840202024058888), id-1900-1 (1610840202024058889), ... (51 adds)]} 0 7
   [junit4]   2> 1501441 INFO  (qtp22368208-10455) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard1 r:core_node3 
x:testMixedBounds_collection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[testMixedBounds_collection_shard1_replica_n1]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:65039/solr/testMixedBounds_collection_shard1_replica_n2/&wt=javabin&version=2}{add=[id-0-1
 (1610840202024058880), id-300-1 (1610840202024058881), id-400-1 
(1610840202024058882), id-500-1 (1610840202024058883), id-700-1 
(1610840202024058884), id-800-1 (1610840202024058885), id-900-1 
(1610840202024058886), id-1200-1 (1610840202026156032), id-1600-1 
(1610840202026156033), id-1800-1 (1610840202026156034), ... (49 adds)]} 0 6
   [junit4]   2> 1501443 INFO  (qtp26070170-10454) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[testMixedBounds_collection_shard1_replica_n2]  webapp=/solr path=/update 
params={_stateVer_=testMixedBounds_collection:5&collection=testMixedBounds_collection&wt=javabin&version=2}{add=[id-0-1
 (1610840202024058880), id-300-1 (1610840202024058881), id-400-1 
(1610840202024058882), id-500-1 (1610840202024058883), id-700-1 
(1610840202024058884), id-800-1 (1610840202024058885), id-900-1 
(1610840202024058886), id-1200-1 (1610840202026156032), id-1600-1 
(1610840202026156033), id-1800-1 (1610840202026156034), ... (49 adds)]} 0 10
   [junit4]   2> 1501448 INFO  (qtp22368208-10455) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard1 r:core_node3 
x:testMixedBounds_collection_shard1_replica_n1] 
o.a.s.u.p.LogUpdateProcessorFactory 
[testMixedBounds_collection_shard1_replica_n1]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:65039/solr/testMixedBounds_collection_shard1_replica_n2/&wt=javabin&version=2}{add=[id-100-2
 (1610840202035593216), id-200-2 (1610840202035593217), id-300-2 
(1610840202035593218), id-400-2 (1610840202035593219), id-600-2 
(1610840202035593220), id-700-2 (1610840202035593221), id-1000-2 
(1610840202035593222), id-1200-2 (1610840202035593223), id-1300-2 
(1610840202035593224), id-1400-2 (1610840202035593225), ... (46 adds)]} 0 1
   [junit4]   2> 1501448 INFO  (qtp26070170-10457) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard1 r:core_node5 
x:testMixedBounds_collection_shard1_replica_n2] 
o.a.s.u.p.LogUpdateProcessorFactory 
[testMixedBounds_collection_shard1_replica_n2]  webapp=/solr path=/update 
params={_stateVer_=testMixedBounds_collection:5&collection=testMixedBounds_collection&wt=javabin&version=2}{add=[id-100-2
 (1610840202035593216), id-200-2 (1610840202035593217), id-300-2 
(1610840202035593218), id-400-2 (1610840202035593219), id-600-2 
(1610840202035593220), id-700-2 (1610840202035593221), id-1000-2 
(1610840202035593222), id-1200-2 (1610840202035593223), id-1300-2 
(1610840202035593224), id-1400-2 (1610840202035593225), ... (46 adds)]} 0 4
   [junit4]   2> 1501453 INFO  (qtp26070170-10457) [n:127.0.0.1:65039_solr 
c:testMixedBounds_collection s:shard2 r:core_node8 
x:testMixedBounds_collection_shard2_replica_n6] 
o.a.s.u.p.LogUpdateProcessorFactory 
[testMixedBounds_collection_shard2_replica_n6]  webapp=/solr path=/update 
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:65040/solr/testMixedBounds_collection_shard2_replica_n4/&wt=javabin&version=2}{add=[id-0-2
 (1610840202035593216), id-500-2 (1610840202035593217), id-800-2 
(1610840202035593218), id-900-2 (1610840202035593219), id-1100-2 
(1610840202035593220), id-1600-2 (1610840202035593221), id-1800-2 
(1610840202035593222), id-2000-2 (1610840202035593223), id-2200-2 
(1610840202035593224), id-2400-2 (1610840202035593225), ... (54 adds)]} 0 4
   [junit4]   2> 1501453 INFO  (qtp22368208-10451) [n:127.0.0.1:65040_solr 
c:testMixedBounds_collection s:shard2 r:core_node7 
x:testMixedBounds_collection_shard2_replica_n4] 
o.a.s.u.p.LogUpdateProcessorFactory 
[testMixedBounds_collection_shard2_replica_n4]  webapp=/solr path=/update 
params={_stateVer_=testMixedBounds_collection:5&collection=testMixedBounds_collection&wt=javabin&version=2}{add=[id-0-2
 (1610840202035593216), id-500-2 (1610840202035593217), id-800-2 
(1610840202035593218), id-900-2 (1610840202035593219), i

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

ead-1) [    ] o.a.s.c.ZkController Remove node as live in 
ZooKeeper:/live_nodes/127.0.0.1:57078_solr
   [junit4]   2> 1657572 INFO  (jetty-closer-2407-thread-1) [    ] 
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster, 
tag=null
   [junit4]   2> 1657574 INFO  (zkCallback-2425-thread-1) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1657574 INFO  (zkCallback-2439-thread-2) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1657575 INFO  (zkCallback-2418-thread-4) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1657575 INFO  (zkCallback-2432-thread-3) [    ] 
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
   [junit4]   2> 1657610 INFO  (jetty-closer-2407-thread-2) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1979bb9{/solr,null,UNAVAILABLE}
   [junit4]   2> 1657610 INFO  (jetty-closer-2407-thread-2) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1657613 INFO  (jetty-closer-2407-thread-1) [    ] 
o.a.s.c.Overseer Overseer 
(id=72176875499487236-127.0.0.1:57078_solr-n_0000000000) closing
   [junit4]   2> 1657613 INFO  
(OverseerStateUpdate-72176875499487236-127.0.0.1:57078_solr-n_0000000000) 
[n:127.0.0.1:57078_solr    ] o.a.s.c.Overseer Overseer Loop exiting : 
127.0.0.1:57078_solr
   [junit4]   2> 1657613 DEBUG (jetty-closer-2407-thread-1) [    ] 
o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
   [junit4]   2> 1657613 WARN  
(OverseerAutoScalingTriggerThread-72176875499487236-127.0.0.1:57078_solr-n_0000000000)
 [    ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we 
are closed, exiting.
   [junit4]   2> 1657613 DEBUG (jetty-closer-2407-thread-1) [    ] 
o.a.s.c.a.ScheduledTriggers Shutting down action executor now
   [junit4]   2> 1657613 DEBUG (jetty-closer-2407-thread-1) [    ] 
o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
   [junit4]   2> 1657613 DEBUG (jetty-closer-2407-thread-1) [    ] 
o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool 
executor
   [junit4]   2> 1657613 DEBUG (jetty-closer-2407-thread-1) [    ] 
o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
   [junit4]   2> 1657613 DEBUG (jetty-closer-2407-thread-1) [    ] 
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
   [junit4]   2> 1657616 WARN  (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [    ] 
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid 
0x1006c7c61250004, likely client has closed socket
   [junit4]   2> 1657617 INFO  (jetty-closer-2407-thread-1) [    ] 
o.e.j.s.h.ContextHandler Stopped 
o.e.j.s.ServletContextHandler@1e490b{/solr,null,UNAVAILABLE}
   [junit4]   2> 1657617 INFO  (jetty-closer-2407-thread-1) [    ] 
o.e.j.s.session node0 Stopped scavenging
   [junit4]   2> 1657620 ERROR 
(SUITE-IndexSizeTriggerTest-seed#[35B5E033281E28DD]-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> 1657621 INFO  
(SUITE-IndexSizeTriggerTest-seed#[35B5E033281E28DD]-worker) [    ] 
o.a.s.c.ZkTestServer connecting to 127.0.0.1:57074 57074
   [junit4]   2> 1657622 INFO  (Thread-1287) [    ] o.a.s.c.ZkTestServer 
connecting to 127.0.0.1:57074 57074
   [junit4]   2> 1657622 WARN  (Thread-1287) [    ] o.a.s.c.ZkTestServer Watch 
limit violations: 
   [junit4]   2> Maximum concurrent create/delete watches above limit:
   [junit4]   2> 
   [junit4]   2>        12      
/solr/collections/testSplitIntegration_collection/terms/shard2_1
   [junit4]   2>        12      
/solr/collections/testSplitIntegration_collection/terms/shard1_0
   [junit4]   2>        12      
/solr/collections/testMixedBounds_collection/terms/shard2_0
   [junit4]   2>        12      
/solr/collections/testMixedBounds_collection/terms/shard1_0
   [junit4]   2>        12      
/solr/collections/testMixedBounds_collection/terms/shard2_1_0
   [junit4]   2>        11      
/solr/collections/testMixedBounds_collection/terms/shard2_0_0
   [junit4]   2>        10      
/solr/collections/testTrigger_collection/terms/shard1
   [junit4]   2>        10      
/solr/collections/testMixedBounds_collection/terms/shard1
   [junit4]   2>        10      
/solr/collections/testMergeIntegration_collection/terms/shard1
   [junit4]   2>        9       
/solr/collections/testTrigger_collection/terms/shard2
   [junit4]   2>        9       /solr/aliases.json
   [junit4]   2>        9       /solr/clusterprops.json
   [junit4]   2>        9       
/solr/collections/testSplitIntegration_collection/terms/shard1
   [junit4]   2>        8       
/solr/collections/testSplitIntegration_collection/terms/shard1_1
   [junit4]   2>        8       
/solr/collections/testMixedBounds_collection/terms/shard1_1
   [junit4]   2>        8       
/solr/collections/testMixedBounds_collection/terms/shard2_0_1
   [junit4]   2>        8       
/solr/collections/testMergeIntegration_collection/terms/shard2
   [junit4]   2>        8       
/solr/collections/testMixedBounds_collection/terms/shard2
   [junit4]   2>        8       /solr/configs/conf
   [junit4]   2>        8       
/solr/collections/testSplitIntegration_collection/terms/shard2
   [junit4]   2>        7       
/solr/collections/testSplitIntegration_collection/terms/shard2_0
   [junit4]   2>        7       
/solr/collections/testMixedBounds_collection/terms/shard2_1
   [junit4]   2>        7       
/solr/collections/testMixedBounds_collection/terms/shard2_1_1
   [junit4]   2>        2       /solr/security.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent data watches above limit:
   [junit4]   2> 
   [junit4]   2>        10      /solr/aliases.json
   [junit4]   2>        9       /solr/clusterstate.json
   [junit4]   2>        6       
/solr/collections/testTrigger_collection/state.json
   [junit4]   2>        5       
/solr/collections/testMixedBounds_collection/state.json
   [junit4]   2>        4       
/solr/collections/testSplitIntegration_collection/state.json
   [junit4]   2>        4       
/solr/collections/testMergeIntegration_collection/state.json
   [junit4]   2> 
   [junit4]   2> Maximum concurrent children watches above limit:
   [junit4]   2> 
   [junit4]   2>        25      /solr/collections
   [junit4]   2>        9       /solr/live_nodes
   [junit4]   2> 
   [junit4]   2> NOTE: leaving temporary files on disk at: 
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\solr\build\solr-core\test\J1\temp\solr.cloud.autoscaling.IndexSizeTriggerTest_35B5E033281E28DD-003
   [junit4]   2> Sep 06, 2018 9:01:02 AM 
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
   [junit4]   2> WARNING: Will linger awaiting termination of 6 leaked 
thread(s).
   [junit4]   2> NOTE: test params are: codec=Asserting(Lucene80): 
{foo=PostingsFormat(name=MockRandom), id=PostingsFormat(name=LuceneFixedGap)}, 
docValues:{_version_=DocValuesFormat(name=Lucene70), 
foo=DocValuesFormat(name=Direct), id=DocValuesFormat(name=Lucene70)}, 
maxPointsInLeafNode=216, maxMBSortInHeap=7.514337316243159, 
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1dab6b0),
 locale=bg, timezone=EST
   [junit4]   2> NOTE: Windows 10 10.0 x86/Oracle Corporation 1.8.0_172 
(32-bit)/cpus=3,threads=1,free=147017472,total=510898176
   [junit4]   2> NOTE: All tests run in this JVM: [IndexSizeTriggerTest, 
ShardSplitTest, IndexSizeTriggerTest, ShardSplitTest, IndexSizeTriggerTest, 
IndexSizeTriggerTest]
   [junit4] Completed [9/10 (4!)] on J1 in 155.56s, 4 tests, 1 failure <<< 
FAILURES!

[...truncated 26 lines...]
BUILD FAILED
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1567:
 The following error occurred while executing this line:
C:\Users\jenkins\workspace\Lucene-Solr-master-Windows\lucene\common-build.xml:1092:
 There were test failures: 10 suites, 70 tests, 4 failures [seed: 
35B5E033281E28DD]

Total time: 29 minutes 2 seconds

[repro] Setting last failure code to 1

[repro] Failures:
[repro]   0/5 failed: org.apache.solr.cloud.api.collections.ShardSplitTest
[repro]   4/5 failed: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
[repro] Exiting with code 1

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST lucene\build 
move /y lucene\build lucene\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build move 
/y solr\build solr\build.repro 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST 
lucene\build.orig move /y lucene\build.orig lucene\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>IF EXIST solr\build.orig 
move /y solr\build.orig solr\build 
        1 dir(s) moved.

C:\Users\jenkins\workspace\Lucene-Solr-master-Windows>exit 0 
Archiving artifacts
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all 
warnings.
<Git Blamer> GIT_COMMIT=89d598e9e891e87825d45aabea45e708a51ba860, 
workspace=C:\Users\jenkins\workspace\Lucene-Solr-master-Windows
[WARNINGS] Computing warning deltas based on reference build #7507
Recording test results
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
Setting 
ANT_1_8_2_HOME=C:\Users\jenkins\tools\hudson.tasks.Ant_AntInstallation\ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to