Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-7.x/139/
6 tests failed.
FAILED: junit.framework.TestSuite.org.apache.solr.ltr.model.TestLinearModel
Error Message:
1 thread leaked from SUITE scope at org.apache.solr.ltr.model.TestLinearModel:
1) Thread[id=123, name=qtp1260173826-123, state=TIMED_WAITING,
group=TGRP-TestLinearModel] at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.ltr.model.TestLinearModel:
1) Thread[id=123, name=qtp1260173826-123, state=TIMED_WAITING,
group=TGRP-TestLinearModel]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([643CDDD6F95C91BD]:0)
FAILED: junit.framework.TestSuite.org.apache.solr.ltr.model.TestLinearModel
Error Message:
There are still zombie threads that couldn't be terminated: 1)
Thread[id=123, name=qtp1260173826-123, state=TIMED_WAITING,
group=TGRP-TestLinearModel] at sun.misc.Unsafe.park(Native Method)
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
at java.lang.Thread.run(Thread.java:748)
Stack Trace:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
1) Thread[id=123, name=qtp1260173826-123, state=TIMED_WAITING,
group=TGRP-TestLinearModel]
at sun.misc.Unsafe.park(Native Method)
at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
at java.lang.Thread.run(Thread.java:748)
at __randomizedtesting.SeedInfo.seed([643CDDD6F95C91BD]:0)
FAILED: org.apache.solr.cloud.TestTlogReplica.testRecovery
Error Message:
Can not find doc 8 in https://127.0.0.1:36933/solr
Stack Trace:
java.lang.AssertionError: Can not find doc 8 in https://127.0.0.1:36933/solr
at
__randomizedtesting.SeedInfo.seed([93BEC44F4B1F68DB:524EBDE3664FA27C]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNotNull(Assert.java:526)
at
org.apache.solr.cloud.TestTlogReplica.checkRTG(TestTlogReplica.java:885)
at
org.apache.solr.cloud.TestTlogReplica.testRecovery(TestTlogReplica.java:599)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testSelectedCollections
Error Message:
The operations computed by ComputePlanAction should not be
nullSolrClientNodeStateProvider.DEBUG{AFTER_ACTION=[compute_plan, null],
BEFORE_ACTION=[compute_plan, null]}
Stack Trace:
java.lang.AssertionError: The operations computed by ComputePlanAction should
not be nullSolrClientNodeStateProvider.DEBUG{AFTER_ACTION=[compute_plan, null],
BEFORE_ACTION=[compute_plan, null]}
at
__randomizedtesting.SeedInfo.seed([93BEC44F4B1F68DB:A9102196757BB1B5]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNotNull(Assert.java:526)
at
org.apache.solr.cloud.autoscaling.ComputePlanActionTest.testSelectedCollections(ComputePlanActionTest.java:469)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testNodeMarkersRegistration
Error Message:
Path /autoscaling/nodeAdded/127.0.0.1:10171_solr should have been deleted
Stack Trace:
java.lang.AssertionError: Path /autoscaling/nodeAdded/127.0.0.1:10171_solr
should have been deleted
at
__randomizedtesting.SeedInfo.seed([93BEC44F4B1F68DB:8B044C43452AA534]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertFalse(Assert.java:68)
at
org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testNodeMarkersRegistration(TestTriggerIntegration.java:844)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.handler.TestReplicationHandler.doTestReplicateAfterCoreReload
Error Message:
expected:<[{indexVersion=1517723010155,generation=2,filelist=[_5c.fdt, _5c.fdx,
_5c.fnm, _5c.nvd, _5c.nvm, _5c.si, _5c_Asserting_0.doc, _5c_Asserting_0.tim,
_5c_Asserting_0.tip, _5d.fdt, _5d.fdx, _5d.fnm, _5d.nvd, _5d.nvm, _5d.si,
_5d_Asserting_0.doc, _5d_Asserting_0.tim, _5d_Asserting_0.tip, _5e.fdt,
_5e.fdx, _5e.fnm, _5e.nvd, _5e.nvm, _5e.si, _5e_Asserting_0.doc,
_5e_Asserting_0.tim, _5e_Asserting_0.tip, _5f.fdt, _5f.fdx, _5f.fnm, _5f.nvd,
_5f.nvm, _5f.si, _5f_Asserting_0.doc, _5f_Asserting_0.tim, _5f_Asserting_0.tip,
_5g.fdt, _5g.fdx, _5g.fnm, _5g.nvd, _5g.nvm, _5g.si, _5g_Asserting_0.doc,
_5g_Asserting_0.tim, _5g_Asserting_0.tip, _5h.fdt, _5h.fdx, _5h.fnm, _5h.nvd,
_5h.nvm, _5h.si, _5h_Asserting_0.doc, _5h_Asserting_0.tim, _5h_Asserting_0.tip,
_5i.fdt, _5i.fdx, _5i.fnm, _5i.nvd, _5i.nvm, _5i.si, _5i_Asserting_0.doc,
_5i_Asserting_0.tim, _5i_Asserting_0.tip, _5j.fdt, _5j.fdx, _5j.fnm, _5j.nvd,
_5j.nvm, _5j.si, _5j_Asserting_0.doc, _5j_Asserting_0.tim, _5j_Asserting_0.tip,
_5k.fdt, _5k.fdx, _5k.fnm, _5k.nvd, _5k.nvm, _5k.si, _5k_Asserting_0.doc,
_5k_Asserting_0.tim, _5k_Asserting_0.tip, _5l.fdt, _5l.fdx, _5l.fnm, _5l.nvd,
_5l.nvm, _5l.si, _5l_Asserting_0.doc, _5l_Asserting_0.tim, _5l_Asserting_0.tip,
_5m.fdt, _5m.fdx, _5m.fnm, _5m.nvd, _5m.nvm, _5m.si, _5m_Asserting_0.doc,
_5m_Asserting_0.tim, _5m_Asserting_0.tip, _5n.fdt, _5n.fdx, _5n.fnm, _5n.nvd,
_5n.nvm, _5n.si, _5n_Asserting_0.doc, _5n_Asserting_0.tim, _5n_Asserting_0.tip,
_5o.fdt, _5o.fdx, _5o.fnm, _5o.nvd, _5o.nvm, _5o.si, _5o_Asserting_0.doc,
_5o_Asserting_0.tim, _5o_Asserting_0.tip, _5p.fdt, _5p.fdx, _5p.fnm, _5p.nvd,
_5p.nvm, _5p.si, _5p_Asserting_0.doc, _5p_Asserting_0.tim, _5p_Asserting_0.tip,
_5q.fdt, _5q.fdx, _5q.fnm, _5q.nvd, _5q.nvm, _5q.si, _5q_Asserting_0.doc,
_5q_Asserting_0.tim, _5q_Asserting_0.tip, _5r.fdt, _5r.fdx, _5r.fnm, _5r.nvd,
_5r.nvm, _5r.si, _5r_Asserting_0.doc, _5r_Asserting_0.tim, _5r_Asserting_0.tip,
_5s.fdt, _5s.fdx, _5s.fnm, _5s.nvd, _5s.nvm, _5s.si, _5s_Asserting_0.doc,
_5s_Asserting_0.tim, _5s_Asserting_0.tip, _5t.fdt, _5t.fdx, _5t.fnm, _5t.nvd,
_5t.nvm, _5t.si, _5t_Asserting_0.doc, _5t_Asserting_0.tim, _5t_Asserting_0.tip,
_5u.fdt, _5u.fdx, _5u.fnm, _5u.nvd, _5u.nvm, _5u.si, _5u_Asserting_0.doc,
_5u_Asserting_0.tim, _5u_Asserting_0.tip, _5v.fdt, _5v.fdx, _5v.fnm, _5v.nvd,
_5v.nvm, _5v.si, _5v_Asserting_0.doc, _5v_Asserting_0.tim, _5v_Asserting_0.tip,
_5w.fdt, _5w.fdx, _5w.fnm, _5w.nvd, _5w.nvm, _5w.si, _5w_Asserting_0.doc,
_5w_Asserting_0.tim, _5w_Asserting_0.tip, _5x.fdt, _5x.fdx, _5x.fnm, _5x.nvd,
_5x.nvm, _5x.si, _5x_Asserting_0.doc, _5x_Asserting_0.tim, _5x_Asserting_0.tip,
_5y.fdt, _5y.fdx, _5y.fnm, _5y.nvd, _5y.nvm, _5y.si, _5y_Asserting_0.doc,
_5y_Asserting_0.tim, _5y_Asserting_0.tip, _5z.fdt, _5z.fdx, _5z.fnm, _5z.nvd,
_5z.nvm, _5z.si, _5z_Asserting_0.doc, _5z_Asserting_0.tim, _5z_Asserting_0.tip,
segments_2]}]> but
was:<[{indexVersion=1517723010155,generation=2,filelist=[_5c.fdt, _5c.fdx,
_5c.fnm, _5c.nvd, _5c.nvm, _5c.si, _5c_Asserting_0.doc, _5c_Asserting_0.tim,
_5c_Asserting_0.tip, _5d.fdt, _5d.fdx, _5d.fnm, _5d.nvd, _5d.nvm, _5d.si,
_5d_Asserting_0.doc, _5d_Asserting_0.tim, _5d_Asserting_0.tip, _5e.fdt,
_5e.fdx, _5e.fnm, _5e.nvd, _5e.nvm, _5e.si, _5e_Asserting_0.doc,
_5e_Asserting_0.tim, _5e_Asserting_0.tip, _5f.fdt, _5f.fdx, _5f.fnm, _5f.nvd,
_5f.nvm, _5f.si, _5f_Asserting_0.doc, _5f_Asserting_0.tim, _5f_Asserting_0.tip,
_5g.fdt, _5g.fdx, _5g.fnm, _5g.nvd, _5g.nvm, _5g.si, _5g_Asserting_0.doc,
_5g_Asserting_0.tim, _5g_Asserting_0.tip, _5h.fdt, _5h.fdx, _5h.fnm, _5h.nvd,
_5h.nvm, _5h.si, _5h_Asserting_0.doc, _5h_Asserting_0.tim, _5h_Asserting_0.tip,
_5i.fdt, _5i.fdx, _5i.fnm, _5i.nvd, _5i.nvm, _5i.si, _5i_Asserting_0.doc,
_5i_Asserting_0.tim, _5i_Asserting_0.tip, _5j.fdt, _5j.fdx, _5j.fnm, _5j.nvd,
_5j.nvm, _5j.si, _5j_Asserting_0.doc, _5j_Asserting_0.tim, _5j_Asserting_0.tip,
_5k.fdt, _5k.fdx, _5k.fnm, _5k.nvd, _5k.nvm, _5k.si, _5k_Asserting_0.doc,
_5k_Asserting_0.tim, _5k_Asserting_0.tip, _5l.fdt, _5l.fdx, _5l.fnm, _5l.nvd,
_5l.nvm, _5l.si, _5l_Asserting_0.doc, _5l_Asserting_0.tim, _5l_Asserting_0.tip,
_5m.fdt, _5m.fdx, _5m.fnm, _5m.nvd, _5m.nvm, _5m.si, _5m_Asserting_0.doc,
_5m_Asserting_0.tim, _5m_Asserting_0.tip, _5n.fdt, _5n.fdx, _5n.fnm, _5n.nvd,
_5n.nvm, _5n.si, _5n_Asserting_0.doc, _5n_Asserting_0.tim, _5n_Asserting_0.tip,
_5o.fdt, _5o.fdx, _5o.fnm, _5o.nvd, _5o.nvm, _5o.si, _5o_Asserting_0.doc,
_5o_Asserting_0.tim, _5o_Asserting_0.tip, _5p.fdt, _5p.fdx, _5p.fnm, _5p.nvd,
_5p.nvm, _5p.si, _5p_Asserting_0.doc, _5p_Asserting_0.tim, _5p_Asserting_0.tip,
_5q.fdt, _5q.fdx, _5q.fnm, _5q.nvd, _5q.nvm, _5q.si, _5q_Asserting_0.doc,
_5q_Asserting_0.tim, _5q_Asserting_0.tip, _5r.fdt, _5r.fdx, _5r.fnm, _5r.nvd,
_5r.nvm, _5r.si, _5r_Asserting_0.doc, _5r_Asserting_0.tim, _5r_Asserting_0.tip,
_5s.fdt, _5s.fdx, _5s.fnm, _5s.nvd, _5s.nvm, _5s.si, _5s_Asserting_0.doc,
_5s_Asserting_0.tim, _5s_Asserting_0.tip, _5t.fdt, _5t.fdx, _5t.fnm, _5t.nvd,
_5t.nvm, _5t.si, _5t_Asserting_0.doc, _5t_Asserting_0.tim, _5t_Asserting_0.tip,
_5u.fdt, _5u.fdx, _5u.fnm, _5u.nvd, _5u.nvm, _5u.si, _5u_Asserting_0.doc,
_5u_Asserting_0.tim, _5u_Asserting_0.tip, _5v.fdt, _5v.fdx, _5v.fnm, _5v.nvd,
_5v.nvm, _5v.si, _5v_Asserting_0.doc, _5v_Asserting_0.tim, _5v_Asserting_0.tip,
_5w.fdt, _5w.fdx, _5w.fnm, _5w.nvd, _5w.nvm, _5w.si, _5w_Asserting_0.doc,
_5w_Asserting_0.tim, _5w_Asserting_0.tip, _5x.fdt, _5x.fdx, _5x.fnm, _5x.nvd,
_5x.nvm, _5x.si, _5x_Asserting_0.doc, _5x_Asserting_0.tim, _5x_Asserting_0.tip,
_5y.fdt, _5y.fdx, _5y.fnm, _5y.nvd, _5y.nvm, _5y.si, _5y_Asserting_0.doc,
_5y_Asserting_0.tim, _5y_Asserting_0.tip, _5z.fdt, _5z.fdx, _5z.fnm, _5z.nvd,
_5z.nvm, _5z.si, _5z_Asserting_0.doc, _5z_Asserting_0.tim, _5z_Asserting_0.tip,
segments_2]}, {indexVersion=1517723010155,generation=3,filelist=[_60.fdt,
_60.fdx, _60.fnm, _60.nvd, _60.nvm, _60.si, _60_Asserting_0.doc,
_60_Asserting_0.tim, _60_Asserting_0.tip, segments_3]}]>
Stack Trace:
java.lang.AssertionError:
expected:<[{indexVersion=1517723010155,generation=2,filelist=[_5c.fdt, _5c.fdx,
_5c.fnm, _5c.nvd, _5c.nvm, _5c.si, _5c_Asserting_0.doc, _5c_Asserting_0.tim,
_5c_Asserting_0.tip, _5d.fdt, _5d.fdx, _5d.fnm, _5d.nvd, _5d.nvm, _5d.si,
_5d_Asserting_0.doc, _5d_Asserting_0.tim, _5d_Asserting_0.tip, _5e.fdt,
_5e.fdx, _5e.fnm, _5e.nvd, _5e.nvm, _5e.si, _5e_Asserting_0.doc,
_5e_Asserting_0.tim, _5e_Asserting_0.tip, _5f.fdt, _5f.fdx, _5f.fnm, _5f.nvd,
_5f.nvm, _5f.si, _5f_Asserting_0.doc, _5f_Asserting_0.tim, _5f_Asserting_0.tip,
_5g.fdt, _5g.fdx, _5g.fnm, _5g.nvd, _5g.nvm, _5g.si, _5g_Asserting_0.doc,
_5g_Asserting_0.tim, _5g_Asserting_0.tip, _5h.fdt, _5h.fdx, _5h.fnm, _5h.nvd,
_5h.nvm, _5h.si, _5h_Asserting_0.doc, _5h_Asserting_0.tim, _5h_Asserting_0.tip,
_5i.fdt, _5i.fdx, _5i.fnm, _5i.nvd, _5i.nvm, _5i.si, _5i_Asserting_0.doc,
_5i_Asserting_0.tim, _5i_Asserting_0.tip, _5j.fdt, _5j.fdx, _5j.fnm, _5j.nvd,
_5j.nvm, _5j.si, _5j_Asserting_0.doc, _5j_Asserting_0.tim, _5j_Asserting_0.tip,
_5k.fdt, _5k.fdx, _5k.fnm, _5k.nvd, _5k.nvm, _5k.si, _5k_Asserting_0.doc,
_5k_Asserting_0.tim, _5k_Asserting_0.tip, _5l.fdt, _5l.fdx, _5l.fnm, _5l.nvd,
_5l.nvm, _5l.si, _5l_Asserting_0.doc, _5l_Asserting_0.tim, _5l_Asserting_0.tip,
_5m.fdt, _5m.fdx, _5m.fnm, _5m.nvd, _5m.nvm, _5m.si, _5m_Asserting_0.doc,
_5m_Asserting_0.tim, _5m_Asserting_0.tip, _5n.fdt, _5n.fdx, _5n.fnm, _5n.nvd,
_5n.nvm, _5n.si, _5n_Asserting_0.doc, _5n_Asserting_0.tim, _5n_Asserting_0.tip,
_5o.fdt, _5o.fdx, _5o.fnm, _5o.nvd, _5o.nvm, _5o.si, _5o_Asserting_0.doc,
_5o_Asserting_0.tim, _5o_Asserting_0.tip, _5p.fdt, _5p.fdx, _5p.fnm, _5p.nvd,
_5p.nvm, _5p.si, _5p_Asserting_0.doc, _5p_Asserting_0.tim, _5p_Asserting_0.tip,
_5q.fdt, _5q.fdx, _5q.fnm, _5q.nvd, _5q.nvm, _5q.si, _5q_Asserting_0.doc,
_5q_Asserting_0.tim, _5q_Asserting_0.tip, _5r.fdt, _5r.fdx, _5r.fnm, _5r.nvd,
_5r.nvm, _5r.si, _5r_Asserting_0.doc, _5r_Asserting_0.tim, _5r_Asserting_0.tip,
_5s.fdt, _5s.fdx, _5s.fnm, _5s.nvd, _5s.nvm, _5s.si, _5s_Asserting_0.doc,
_5s_Asserting_0.tim, _5s_Asserting_0.tip, _5t.fdt, _5t.fdx, _5t.fnm, _5t.nvd,
_5t.nvm, _5t.si, _5t_Asserting_0.doc, _5t_Asserting_0.tim, _5t_Asserting_0.tip,
_5u.fdt, _5u.fdx, _5u.fnm, _5u.nvd, _5u.nvm, _5u.si, _5u_Asserting_0.doc,
_5u_Asserting_0.tim, _5u_Asserting_0.tip, _5v.fdt, _5v.fdx, _5v.fnm, _5v.nvd,
_5v.nvm, _5v.si, _5v_Asserting_0.doc, _5v_Asserting_0.tim, _5v_Asserting_0.tip,
_5w.fdt, _5w.fdx, _5w.fnm, _5w.nvd, _5w.nvm, _5w.si, _5w_Asserting_0.doc,
_5w_Asserting_0.tim, _5w_Asserting_0.tip, _5x.fdt, _5x.fdx, _5x.fnm, _5x.nvd,
_5x.nvm, _5x.si, _5x_Asserting_0.doc, _5x_Asserting_0.tim, _5x_Asserting_0.tip,
_5y.fdt, _5y.fdx, _5y.fnm, _5y.nvd, _5y.nvm, _5y.si, _5y_Asserting_0.doc,
_5y_Asserting_0.tim, _5y_Asserting_0.tip, _5z.fdt, _5z.fdx, _5z.fnm, _5z.nvd,
_5z.nvm, _5z.si, _5z_Asserting_0.doc, _5z_Asserting_0.tim, _5z_Asserting_0.tip,
segments_2]}]> but
was:<[{indexVersion=1517723010155,generation=2,filelist=[_5c.fdt, _5c.fdx,
_5c.fnm, _5c.nvd, _5c.nvm, _5c.si, _5c_Asserting_0.doc, _5c_Asserting_0.tim,
_5c_Asserting_0.tip, _5d.fdt, _5d.fdx, _5d.fnm, _5d.nvd, _5d.nvm, _5d.si,
_5d_Asserting_0.doc, _5d_Asserting_0.tim, _5d_Asserting_0.tip, _5e.fdt,
_5e.fdx, _5e.fnm, _5e.nvd, _5e.nvm, _5e.si, _5e_Asserting_0.doc,
_5e_Asserting_0.tim, _5e_Asserting_0.tip, _5f.fdt, _5f.fdx, _5f.fnm, _5f.nvd,
_5f.nvm, _5f.si, _5f_Asserting_0.doc, _5f_Asserting_0.tim, _5f_Asserting_0.tip,
_5g.fdt, _5g.fdx, _5g.fnm, _5g.nvd, _5g.nvm, _5g.si, _5g_Asserting_0.doc,
_5g_Asserting_0.tim, _5g_Asserting_0.tip, _5h.fdt, _5h.fdx, _5h.fnm, _5h.nvd,
_5h.nvm, _5h.si, _5h_Asserting_0.doc, _5h_Asserting_0.tim, _5h_Asserting_0.tip,
_5i.fdt, _5i.fdx, _5i.fnm, _5i.nvd, _5i.nvm, _5i.si, _5i_Asserting_0.doc,
_5i_Asserting_0.tim, _5i_Asserting_0.tip, _5j.fdt, _5j.fdx, _5j.fnm, _5j.nvd,
_5j.nvm, _5j.si, _5j_Asserting_0.doc, _5j_Asserting_0.tim, _5j_Asserting_0.tip,
_5k.fdt, _5k.fdx, _5k.fnm, _5k.nvd, _5k.nvm, _5k.si, _5k_Asserting_0.doc,
_5k_Asserting_0.tim, _5k_Asserting_0.tip, _5l.fdt, _5l.fdx, _5l.fnm, _5l.nvd,
_5l.nvm, _5l.si, _5l_Asserting_0.doc, _5l_Asserting_0.tim, _5l_Asserting_0.tip,
_5m.fdt, _5m.fdx, _5m.fnm, _5m.nvd, _5m.nvm, _5m.si, _5m_Asserting_0.doc,
_5m_Asserting_0.tim, _5m_Asserting_0.tip, _5n.fdt, _5n.fdx, _5n.fnm, _5n.nvd,
_5n.nvm, _5n.si, _5n_Asserting_0.doc, _5n_Asserting_0.tim, _5n_Asserting_0.tip,
_5o.fdt, _5o.fdx, _5o.fnm, _5o.nvd, _5o.nvm, _5o.si, _5o_Asserting_0.doc,
_5o_Asserting_0.tim, _5o_Asserting_0.tip, _5p.fdt, _5p.fdx, _5p.fnm, _5p.nvd,
_5p.nvm, _5p.si, _5p_Asserting_0.doc, _5p_Asserting_0.tim, _5p_Asserting_0.tip,
_5q.fdt, _5q.fdx, _5q.fnm, _5q.nvd, _5q.nvm, _5q.si, _5q_Asserting_0.doc,
_5q_Asserting_0.tim, _5q_Asserting_0.tip, _5r.fdt, _5r.fdx, _5r.fnm, _5r.nvd,
_5r.nvm, _5r.si, _5r_Asserting_0.doc, _5r_Asserting_0.tim, _5r_Asserting_0.tip,
_5s.fdt, _5s.fdx, _5s.fnm, _5s.nvd, _5s.nvm, _5s.si, _5s_Asserting_0.doc,
_5s_Asserting_0.tim, _5s_Asserting_0.tip, _5t.fdt, _5t.fdx, _5t.fnm, _5t.nvd,
_5t.nvm, _5t.si, _5t_Asserting_0.doc, _5t_Asserting_0.tim, _5t_Asserting_0.tip,
_5u.fdt, _5u.fdx, _5u.fnm, _5u.nvd, _5u.nvm, _5u.si, _5u_Asserting_0.doc,
_5u_Asserting_0.tim, _5u_Asserting_0.tip, _5v.fdt, _5v.fdx, _5v.fnm, _5v.nvd,
_5v.nvm, _5v.si, _5v_Asserting_0.doc, _5v_Asserting_0.tim, _5v_Asserting_0.tip,
_5w.fdt, _5w.fdx, _5w.fnm, _5w.nvd, _5w.nvm, _5w.si, _5w_Asserting_0.doc,
_5w_Asserting_0.tim, _5w_Asserting_0.tip, _5x.fdt, _5x.fdx, _5x.fnm, _5x.nvd,
_5x.nvm, _5x.si, _5x_Asserting_0.doc, _5x_Asserting_0.tim, _5x_Asserting_0.tip,
_5y.fdt, _5y.fdx, _5y.fnm, _5y.nvd, _5y.nvm, _5y.si, _5y_Asserting_0.doc,
_5y_Asserting_0.tim, _5y_Asserting_0.tip, _5z.fdt, _5z.fdx, _5z.fnm, _5z.nvd,
_5z.nvm, _5z.si, _5z_Asserting_0.doc, _5z_Asserting_0.tim, _5z_Asserting_0.tip,
segments_2]}, {indexVersion=1517723010155,generation=3,filelist=[_60.fdt,
_60.fdx, _60.fnm, _60.nvd, _60.nvm, _60.si, _60_Asserting_0.doc,
_60_Asserting_0.tim, _60_Asserting_0.tip, segments_3]}]>
at
__randomizedtesting.SeedInfo.seed([93BEC44F4B1F68DB:B669DF7F3B5766D8]: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.handler.TestReplicationHandler.doTestReplicateAfterCoreReload(TestReplicationHandler.java:1277)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 12712 lines...]
[junit4] Suite: org.apache.solr.cloud.autoscaling.ComputePlanActionTest
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_93BEC44F4B1F68DB-001/init-core-data-001
[junit4] 2> 1245138 WARN
(SUITE-ComputePlanActionTest-seed#[93BEC44F4B1F68DB]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
[junit4] 2> 1245138 INFO
(SUITE-ComputePlanActionTest-seed#[93BEC44F4B1F68DB]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1245139 INFO
(SUITE-ComputePlanActionTest-seed#[93BEC44F4B1F68DB]-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> 1245139 INFO
(SUITE-ComputePlanActionTest-seed#[93BEC44F4B1F68DB]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1245140 INFO
(SUITE-ComputePlanActionTest-seed#[93BEC44F4B1F68DB]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 1 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_93BEC44F4B1F68DB-001/tempDir-001
[junit4] 2> 1245140 INFO
(SUITE-ComputePlanActionTest-seed#[93BEC44F4B1F68DB]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1245140 INFO (Thread-7968) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1245140 INFO (Thread-7968) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1245158 ERROR (Thread-7968) [ ] 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> 1245240 INFO
(SUITE-ComputePlanActionTest-seed#[93BEC44F4B1F68DB]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:43671
[junit4] 2> 1245242 INFO (zkConnectionManagerCallback-670-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1245245 INFO (jetty-launcher-667-thread-1) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z,
git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1245263 INFO (jetty-launcher-667-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1245263 INFO (jetty-launcher-667-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1245263 INFO (jetty-launcher-667-thread-1) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 1245263 INFO (jetty-launcher-667-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@33d8b445{/solr,null,AVAILABLE}
[junit4] 2> 1245265 INFO (jetty-launcher-667-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@148e4d9{HTTP/1.1,[http/1.1]}{127.0.0.1:44365}
[junit4] 2> 1245265 INFO (jetty-launcher-667-thread-1) [ ]
o.e.j.s.Server Started @1256383ms
[junit4] 2> 1245265 INFO (jetty-launcher-667-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44365}
[junit4] 2> 1245265 ERROR (jetty-launcher-667-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1245265 INFO (jetty-launcher-667-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.3.0
[junit4] 2> 1245265 INFO (jetty-launcher-667-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1245265 INFO (jetty-launcher-667-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1245265 INFO (jetty-launcher-667-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-04T04:55:05.912Z
[junit4] 2> 1245267 INFO (zkConnectionManagerCallback-672-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1245267 INFO (jetty-launcher-667-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1245286 INFO (jetty-launcher-667-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43671/solr
[junit4] 2> 1245288 INFO (zkConnectionManagerCallback-676-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1245290 INFO
(zkConnectionManagerCallback-678-thread-1-processing-n:127.0.0.1:44365_solr)
[n:127.0.0.1:44365_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1245414 INFO (jetty-launcher-667-thread-1)
[n:127.0.0.1:44365_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1245415 INFO (jetty-launcher-667-thread-1)
[n:127.0.0.1:44365_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:44365_solr
[junit4] 2> 1245415 INFO (jetty-launcher-667-thread-1)
[n:127.0.0.1:44365_solr ] o.a.s.c.Overseer Overseer
(id=72061362799706115-127.0.0.1:44365_solr-n_0000000000) starting
[junit4] 2> 1245432 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 1245432 INFO (jetty-launcher-667-thread-1)
[n:127.0.0.1:44365_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44365_solr
[junit4] 2> 1245432 DEBUG
(OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.OverseerTriggerThread Adding
.autoAddReplicas trigger
[junit4] 2> 1245440 DEBUG
(OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 1
[junit4] 2> 1245440 DEBUG
(OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.NodeLostTrigger Initial livenodes: []
[junit4] 2> 1245440 DEBUG
(OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion -1
[junit4] 2> 1245440 DEBUG
(OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 1
[junit4] 2> 1245442 DEBUG
(OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeAdded markers
[junit4] 2> 1245442 DEBUG
(OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion 1
[junit4] 2> 1245442 DEBUG (ScheduledTrigger-1649-thread-1)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 0
[junit4] 2> 1245457 INFO
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1245509 INFO (jetty-launcher-667-thread-1)
[n:127.0.0.1:44365_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44365.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a169dc1
[junit4] 2> 1245515 INFO (jetty-launcher-667-thread-1)
[n:127.0.0.1:44365_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44365.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a169dc1
[junit4] 2> 1245515 INFO (jetty-launcher-667-thread-1)
[n:127.0.0.1:44365_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44365.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a169dc1
[junit4] 2> 1245516 INFO (jetty-launcher-667-thread-1)
[n:127.0.0.1:44365_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_93BEC44F4B1F68DB-001/tempDir-001/node1/.
[junit4] 2> 1245543 INFO (zkConnectionManagerCallback-682-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1245554 INFO (zkConnectionManagerCallback-686-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1245555 INFO
(SUITE-ComputePlanActionTest-seed#[93BEC44F4B1F68DB]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1245556 INFO
(SUITE-ComputePlanActionTest-seed#[93BEC44F4B1F68DB]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43671/solr ready
[junit4] 2> 1245621 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testNodeLost
[junit4] 2> 1245622 DEBUG
(zkCallback-677-thread-1-processing-n:127.0.0.1:44365_solr)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 2
[junit4] 2> 1245622 DEBUG
(OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 2
[junit4] 2> 1245623 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1245624 DEBUG
(OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeLost markers
[junit4] 2> 1245624 DEBUG
(OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeAdded markers
[junit4] 2> 1245624 DEBUG
(OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 2, lastZnodeVersion 2
[junit4] 2> 1245667 INFO (qtp836652508-10561) [n:127.0.0.1:44365_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1245677 DEBUG (qtp836652508-10557) [n:127.0.0.1:44365_solr
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 1245678 INFO (qtp836652508-10557) [n:127.0.0.1:44365_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling
params={wt=javabin&version=2} status=0 QTime=37
[junit4] 2> 1245678 DEBUG
(zkCallback-677-thread-1-processing-n:127.0.0.1:44365_solr)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 3
[junit4] 2> 1245679 DEBUG
(OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 3
[junit4] 2> 1245679 DEBUG
(OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeLost markers
[junit4] 2> 1245687 DEBUG
(OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeAdded markers
[junit4] 2> 1245688 DEBUG
(OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 3, lastZnodeVersion 3
[junit4] 2> 1245689 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1245689 DEBUG (qtp836652508-10559) [n:127.0.0.1:44365_solr
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 1245689 INFO (qtp836652508-10559) [n:127.0.0.1:44365_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/autoscaling
params={wt=javabin&version=2} status=0 QTime=9
[junit4] 2> 1245690 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z,
git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1245690 DEBUG
(zkCallback-677-thread-1-processing-n:127.0.0.1:44365_solr)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 4
[junit4] 2> 1245690 DEBUG
(OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 4
[junit4] 2> 1245690 DEBUG
(OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeLost markers
[junit4] 2> 1245691 DEBUG
(OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeAdded markers
[junit4] 2> 1245691 DEBUG
(OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 4, lastZnodeVersion 4
[junit4] 2> 1245691 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1245691 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1245691 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 1245691 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@17aa0421{/solr,null,AVAILABLE}
[junit4] 2> 1245692 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@1201e7e4{HTTP/1.1,[http/1.1]}{127.0.0.1:40113}
[junit4] 2> 1245692 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [ ]
o.e.j.s.Server Started @1256810ms
[junit4] 2> 1245692 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40113}
[junit4] 2> 1245692 ERROR
(TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1245692 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.3.0
[junit4] 2> 1245692 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1245692 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1245692 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-04T04:55:06.339Z
[junit4] 2> 1245694 INFO (zkConnectionManagerCallback-689-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1245694 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1245721 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43671/solr
[junit4] 2> 1245722 INFO (zkConnectionManagerCallback-693-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1245724 INFO
(zkConnectionManagerCallback-695-thread-1-processing-n:127.0.0.1:40113_solr)
[n:127.0.0.1:40113_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1245727 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB])
[n:127.0.0.1:40113_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1245729 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB])
[n:127.0.0.1:40113_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1245731 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB])
[n:127.0.0.1:40113_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40113_solr
[junit4] 2> 1245731 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:40113_solr"} current state version: 0
[junit4] 2> 1245731 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for
node: 127.0.0.1:40113_solr
[junit4] 2> 1245732 INFO
(zkCallback-677-thread-1-processing-n:127.0.0.1:44365_solr)
[n:127.0.0.1:44365_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1245753 INFO (zkCallback-685-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1245754 INFO (zkCallback-685-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1245754 INFO
(zkCallback-694-thread-1-processing-n:127.0.0.1:40113_solr)
[n:127.0.0.1:40113_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1245828 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB])
[n:127.0.0.1:40113_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40113.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a169dc1
[junit4] 2> 1245835 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB])
[n:127.0.0.1:40113_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40113.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a169dc1
[junit4] 2> 1245836 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB])
[n:127.0.0.1:40113_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40113.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a169dc1
[junit4] 2> 1245837 INFO
(TEST-ComputePlanActionTest.testNodeLost-seed#[93BEC44F4B1F68DB])
[n:127.0.0.1:40113_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_93BEC44F4B1F68DB-001/tempDir-001/node2/.
[junit4] 2> 1245898 INFO (qtp2128970412-10594) [n:127.0.0.1:40113_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1245899 INFO (qtp836652508-10563) [n:127.0.0.1:44365_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1245899 DEBUG (qtp836652508-10561) [n:127.0.0.1:44365_solr
] o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 1245900 INFO (qtp836652508-10561) [n:127.0.0.1:44365_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/cluster/autoscaling
params={wt=javabin&version=2} status=0 QTime=36
[junit4] 2> 1245900 DEBUG
(zkCallback-677-thread-1-processing-n:127.0.0.1:44365_solr)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 5
[junit4] 2> 1245901 DEBUG
(zkCallback-677-thread-1-processing-n:127.0.0.1:44365_solr)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.NodeLostTrigger Initial livenodes:
[127.0.0.1:44365_solr, 127.0.0.1:40113_solr]
[junit4] 2> 1245901 DEBUG
(OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 5
[junit4] 2> 1245903 INFO (qtp2128970412-10598) [n:127.0.0.1:40113_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&name=testNodeLost&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1245920 DEBUG
(OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeAdded markers
[junit4] 2> 1245920 INFO
(OverseerThreadFactory-1651-thread-1-processing-n:127.0.0.1:44365_solr)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
testNodeLost
[junit4] 2> 1245920 DEBUG
(OverseerAutoScalingTriggerThread-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 5, lastZnodeVersion 5
[junit4] 2> 1245921 DEBUG (ScheduledTrigger-1649-thread-1)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
node_lost_trigger with currently live nodes: 2
[junit4] 2> 1245945 INFO (qtp2128970412-10596) [n:127.0.0.1:40113_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1245946 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/metrics
params={prefix=CONTAINER.fs.usableSpace,CORE.coreName&wt=javabin&version=2&group=solr.node,solr.core}
status=0 QTime=0
[junit4] 2> 1245955 INFO
(OverseerThreadFactory-1651-thread-1-processing-n:127.0.0.1:44365_solr)
[n:127.0.0.1:44365_solr ] o.a.s.c.s.c.a.PolicyHelper returnSession,
curr-time 57507539 sessionWrapper.createTime 57507530421389,
this.sessionWrapper.createTime 57507530421389
[junit4] 2> 1245990 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "name":"testNodeLost",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"2",
[junit4] 2> "collection.configName":"conf",
[junit4] 2> "numShards":"1",
[junit4] 2> "nrtReplicas":"2",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"} current state version: 0
[junit4] 2> 1245990 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.o.ClusterStateMutator building a new
cName: testNodeLost
[junit4] 2> 1245991 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/testNodeLost/state.json
[junit4] 2> 1246093 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testNodeLost",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testNodeLost_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:44365/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"} current state version: 0
[junit4] 2> 1246093 INFO
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testNodeLost",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testNodeLost_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:44365/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1246094 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{}}
[junit4] 2> 1246094 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.o.SliceMutator New Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{"core_node3":{
[junit4] 2> "core":"testNodeLost_shard1_replica_n1",
[junit4] 2> "base_url":"http://127.0.0.1:44365/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 1246094 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testNodeLost",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testNodeLost_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:40113/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"} current state version: 0
[junit4] 2> 1246094 INFO
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testNodeLost",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testNodeLost_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:40113/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1246095 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{"core_node3":{
[junit4] 2> "core":"testNodeLost_shard1_replica_n1",
[junit4] 2> "base_url":"http://127.0.0.1:44365/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 1246095 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.o.SliceMutator New Slice: shard1:{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node3":{
[junit4] 2> "core":"testNodeLost_shard1_replica_n1",
[junit4] 2> "base_url":"http://127.0.0.1:44365/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node4":{
[junit4] 2> "core":"testNodeLost_shard1_replica_n2",
[junit4] 2> "base_url":"http://127.0.0.1:40113/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 1246196 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/testNodeLost/state.json version: 0
[junit4] 2> 1246297 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testNodeLost_shard1_replica_n1&action=CREATE&numShards=1&collection=testNodeLost&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1246297 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1246297 INFO (qtp2128970412-10596) [n:127.0.0.1:40113_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testNodeLost_shard1_replica_n2&action=CREATE&numShards=1&collection=testNodeLost&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1246298 INFO (qtp2128970412-10596) [n:127.0.0.1:40113_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1246300 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "core":"testNodeLost_shard1_replica_n1",
[junit4] 2> "core_node_name":"core_node3",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:44365/solr",
[junit4] 2> "node_name":"127.0.0.1:44365_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testNodeLost",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 1246300 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.o.ReplicaMutator Update state numShards=1
message={
[junit4] 2> "core":"testNodeLost_shard1_replica_n1",
[junit4] 2> "core_node_name":"core_node3",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:44365/solr",
[junit4] 2> "node_name":"127.0.0.1:44365_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testNodeLost",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"}
[junit4] 2> 1246300 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.o.ReplicaMutator Will update state for
replica:
core_node3:{"core":"testNodeLost_shard1_replica_n1","base_url":"http://127.0.0.1:44365/solr","node_name":"127.0.0.1:44365_solr","state":"down","type":"NRT"}
[junit4] 2> 1246300 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.o.ReplicaMutator Collection is now:
DocCollection(testNodeLost//collections/testNodeLost/state.json/1)={
[junit4] 2> "pullReplicas":"0",
[junit4] 2> "replicationFactor":"2",
[junit4] 2> "router":{"name":"compositeId"},
[junit4] 2> "maxShardsPerNode":"1",
[junit4] 2> "autoAddReplicas":"false",
[junit4] 2> "nrtReplicas":"2",
[junit4] 2> "tlogReplicas":"0",
[junit4] 2> "shards":{"shard1":{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node3":{
[junit4] 2> "core":"testNodeLost_shard1_replica_n1",
[junit4] 2> "base_url":"http://127.0.0.1:44365/solr",
[junit4] 2> "node_name":"127.0.0.1:44365_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node4":{
[junit4] 2> "core":"testNodeLost_shard1_replica_n2",
[junit4] 2> "base_url":"http://127.0.0.1:40113/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}}}
[junit4] 2> 1246300 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "core":"testNodeLost_shard1_replica_n2",
[junit4] 2> "core_node_name":"core_node4",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:40113/solr",
[junit4] 2> "node_name":"127.0.0.1:40113_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testNodeLost",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 1246300 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.o.ReplicaMutator Update state numShards=1
message={
[junit4] 2> "core":"testNodeLost_shard1_replica_n2",
[junit4] 2> "core_node_name":"core_node4",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:40113/solr",
[junit4] 2> "node_name":"127.0.0.1:40113_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testNodeLost",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"}
[junit4] 2> 1246300 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.o.ReplicaMutator Will update state for
replica:
core_node4:{"core":"testNodeLost_shard1_replica_n2","base_url":"http://127.0.0.1:40113/solr","node_name":"127.0.0.1:40113_solr","state":"down","type":"NRT"}
[junit4] 2> 1246300 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.o.ReplicaMutator Collection is now:
DocCollection(testNodeLost//collections/testNodeLost/state.json/1)={
[junit4] 2> "pullReplicas":"0",
[junit4] 2> "replicationFactor":"2",
[junit4] 2> "router":{"name":"compositeId"},
[junit4] 2> "maxShardsPerNode":"1",
[junit4] 2> "autoAddReplicas":"false",
[junit4] 2> "nrtReplicas":"2",
[junit4] 2> "tlogReplicas":"0",
[junit4] 2> "shards":{"shard1":{
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{
[junit4] 2> "core_node3":{
[junit4] 2> "core":"testNodeLost_shard1_replica_n1",
[junit4] 2> "base_url":"http://127.0.0.1:44365/solr",
[junit4] 2> "node_name":"127.0.0.1:44365_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node4":{
[junit4] 2> "core":"testNodeLost_shard1_replica_n2",
[junit4] 2> "base_url":"http://127.0.0.1:40113/solr",
[junit4] 2> "node_name":"127.0.0.1:40113_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT"}}}}}
[junit4] 2> 1246401 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/testNodeLost/state.json version: 1
[junit4] 2> 1246401 INFO
(zkCallback-694-thread-1-processing-n:127.0.0.1:40113_solr)
[n:127.0.0.1:40113_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testNodeLost/state.json] for collection [testNodeLost] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1246401 INFO
(zkCallback-677-thread-1-processing-n:127.0.0.1:44365_solr)
[n:127.0.0.1:44365_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testNodeLost/state.json] for collection [testNodeLost] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1246401 INFO
(zkCallback-677-thread-2-processing-n:127.0.0.1:44365_solr)
[n:127.0.0.1:44365_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testNodeLost/state.json] for collection [testNodeLost] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1246402 INFO
(zkCallback-694-thread-2-processing-n:127.0.0.1:40113_solr)
[n:127.0.0.1:40113_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testNodeLost/state.json] for collection [testNodeLost] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1246922 DEBUG (ScheduledTrigger-1649-thread-2)
[n:127.0.0.1:44365_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
node_lost_trigger with currently live nodes: 2
[junit4] 2> 1247309 INFO (qtp2128970412-10596) [n:127.0.0.1:40113_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 1247309 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 1247323 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.s.IndexSchema [testNodeLost_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1247325 INFO (qtp2128970412-10596) [n:127.0.0.1:40113_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.s.IndexSchema [testNodeLost_shard1_replica_n2] Schema name=minimal
[junit4] 2> 1247325 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1247325 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'testNodeLost_shard1_replica_n1' using
configuration from collection testNodeLost, trusted=true
[junit4] 2> 1247326 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44365.solr.core.testNodeLost.shard1.replica_n1' (registry
'solr.core.testNodeLost.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a169dc1
[junit4] 2> 1247326 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1247326 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.c.SolrCore [[testNodeLost_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_93BEC44F4B1F68DB-001/tempDir-001/node1/testNodeLost_shard1_replica_n1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_93BEC44F4B1F68DB-001/tempDir-001/node1/./testNodeLost_shard1_replica_n1/data/]
[junit4] 2> 1247327 INFO (qtp2128970412-10596) [n:127.0.0.1:40113_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 1247327 INFO (qtp2128970412-10596) [n:127.0.0.1:40113_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'testNodeLost_shard1_replica_n2' using
configuration from collection testNodeLost, trusted=true
[junit4] 2> 1247327 INFO (qtp2128970412-10596) [n:127.0.0.1:40113_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40113.solr.core.testNodeLost.shard1.replica_n2' (registry
'solr.core.testNodeLost.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@a169dc1
[junit4] 2> 1247327 INFO (qtp2128970412-10596) [n:127.0.0.1:40113_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1247327 INFO (qtp2128970412-10596) [n:127.0.0.1:40113_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.c.SolrCore [[testNodeLost_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_93BEC44F4B1F68DB-001/tempDir-001/node2/testNodeLost_shard1_replica_n2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/checkout/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.ComputePlanActionTest_93BEC44F4B1F68DB-001/tempDir-001/node2/./testNodeLost_shard1_replica_n2/data/]
[junit4] 2> 1247371 INFO (qtp2128970412-10596) [n:127.0.0.1:40113_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1247371 INFO (qtp2128970412-10596) [n:127.0.0.1:40113_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1247372 INFO (qtp2128970412-10596) [n:127.0.0.1:40113_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1247372 INFO (qtp2128970412-10596) [n:127.0.0.1:40113_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1247373 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1247373 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1247373 INFO (qtp2128970412-10596) [n:127.0.0.1:40113_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@4fa2e973[testNodeLost_shard1_replica_n2] main]
[junit4] 2> 1247374 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1247374 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1247374 INFO (qtp2128970412-10596) [n:127.0.0.1:40113_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1247375 INFO (qtp2128970412-10596) [n:127.0.0.1:40113_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1247375 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7d33403e[testNodeLost_shard1_replica_n1] main]
[junit4] 2> 1247376 INFO (qtp2128970412-10596) [n:127.0.0.1:40113_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1247376 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 1247376 INFO
(searcherExecutor-1661-thread-1-processing-n:127.0.0.1:40113_solr
x:testNodeLost_shard1_replica_n2 s:shard1 c:testNodeLost r:core_node4)
[n:127.0.0.1:40113_solr c:testNodeLost s:shard1 r:core_node4
x:testNodeLost_shard1_replica_n2] o.a.s.c.SolrCore
[testNodeLost_shard1_replica_n2] Registered new searcher
Searcher@4fa2e973[testNodeLost_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1247376 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1247376 INFO (qtp2128970412-10596) [n:127.0.0.1:40113_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1591444879990325248
[junit4] 2> 1247377 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1247377 INFO
(searcherExecutor-1660-thread-1-processing-n:127.0.0.1:44365_solr
x:testNodeLost_shard1_replica_n1 s:shard1 c:testNodeLost r:core_node3)
[n:127.0.0.1:44365_solr c:testNodeLost s:shard1 r:core_node3
x:testNodeLost_shard1_replica_n1] o.a.s.c.SolrCore
[testNodeLost_shard1_replica_n1] Registered new searcher
Searcher@7d33403e[testNodeLost_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1247378 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1591444879992422400
[junit4] 2> 1247384 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1247384 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1247385 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:44365/solr/testNodeLost_shard1_replica_n1/
[junit4] 2> 1247385 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testNodeLost"} current state version: 0
[junit4] 2> 1247385 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=testNodeLost_shard1_replica_n1
url=http://127.0.0.1:44365/solr START
replicas=[http://127.0.0.1:40113/solr/testNodeLost_shard1_replica_n2/]
nUpdates=100
[junit4] 2> 1247387 INFO (qtp2128970412-10597) [n:127.0.0.1:40113_solr
c:testNodeLost s:shard1 r:core_node4 x:testNodeLost_shard1_replica_n2]
o.a.s.c.S.Request [testNodeLost_shard1_replica_n2] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1247485 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/testNodeLost/state.json version: 2
[junit4] 2> 1247486 INFO
(zkCallback-694-thread-1-processing-n:127.0.0.1:40113_solr)
[n:127.0.0.1:40113_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testNodeLost/state.json] for collection [testNodeLost] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1247486 INFO
(zkCallback-694-thread-2-processing-n:127.0.0.1:40113_solr)
[n:127.0.0.1:40113_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testNodeLost/state.json] for collection [testNodeLost] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1247486 INFO
(zkCallback-677-thread-2-processing-n:127.0.0.1:44365_solr)
[n:127.0.0.1:44365_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testNodeLost/state.json] for collection [testNodeLost] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1247486 INFO
(zkCallback-677-thread-1-processing-n:127.0.0.1:44365_solr)
[n:127.0.0.1:44365_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testNodeLost/state.json] for collection [testNodeLost] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1247685 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=testNodeLost_shard1_replica_n1
url=http://127.0.0.1:44365/solr DONE. We have no versions. sync failed.
[junit4] 2> 1247685 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 1247685 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
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> 1247685 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1247688 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:44365/solr/testNodeLost_shard1_replica_n1/ shard1
[junit4] 2> 1247688 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testNodeLost",
[junit4] 2> "base_url":"http://127.0.0.1:44365/solr",
[junit4] 2> "core":"testNodeLost_shard1_replica_n1",
[junit4] 2> "state":"active"} current state version: 0
[junit4] 2> 1247789 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/testNodeLost/state.json version: 3
[junit4] 2> 1247789 INFO
(zkCallback-694-thread-2-processing-n:127.0.0.1:40113_solr)
[n:127.0.0.1:40113_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testNodeLost/state.json] for collection [testNodeLost] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1247789 INFO
(zkCallback-694-thread-1-processing-n:127.0.0.1:40113_solr)
[n:127.0.0.1:40113_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testNodeLost/state.json] for collection [testNodeLost] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1247789 INFO
(zkCallback-677-thread-1-processing-n:127.0.0.1:44365_solr)
[n:127.0.0.1:44365_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testNodeLost/state.json] for collection [testNodeLost] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1247789 INFO
(zkCallback-677-thread-2-processing-n:127.0.0.1:44365_solr)
[n:127.0.0.1:44365_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testNodeLost/state.json] for collection [testNodeLost] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1247839 INFO (qtp836652508-10562) [n:127.0.0.1:44365_solr
c:testNodeLost s:shard1 r:core_node3 x:testNodeLost_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1247840 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "core":"testNodeLost_shard1_replica_n1",
[junit4] 2> "core_node_name":"core_node3",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:44365/solr",
[junit4] 2> "node_name":"127.0.0.1:44365_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testNodeLost",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 1247840 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n_0000000000)
[n:127.0.0.1:44365_solr ] o.a.s.c.o.ReplicaMutator Update state numShards=1
message={
[junit4] 2> "core":"testNodeLost_shard1_replica_n1",
[junit4] 2> "core_node_name":"core_node3",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"http://127.0.0.1:44365/solr",
[junit4] 2> "node_name":"127.0.0.1:44365_solr",
[junit4] 2> "numShards":"1",
[junit4] 2> "state":"active",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testNodeLost",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"}
[junit4] 2> 1247840 DEBUG
(OverseerStateUpdate-72061362799706115-127.0.0.1:44365_solr-n
[...truncated too long message...]
:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@2c88ec28
[junit4] 2> 58785 INFO (coreCloseExecutor-101-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=747170856
[junit4] 2> 58801 INFO
(SUITE-TestLinearModel-seed#[643CDDD6F95C91BD]-worker) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@40e631c3{/solr,null,UNAVAILABLE}
[junit4] 2> 58801 INFO
(SUITE-TestLinearModel-seed#[643CDDD6F95C91BD]-worker) [ ] o.e.j.s.session
Stopped scavenging
[junit4] 2> 88809 WARN
(SUITE-TestLinearModel-seed#[643CDDD6F95C91BD]-worker) [ ]
o.e.j.u.t.QueuedThreadPool
QueuedThreadPool@qtp1260173826{STOPPING,8<=8<=10000,i=0,q=1} Couldn't stop
Thread[qtp1260173826-123,5,TGRP-TestLinearModel]
[junit4] 2> 88810 INFO
(SUITE-TestLinearModel-seed#[643CDDD6F95C91BD]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[junit4] 2> 88810 INFO
(SUITE-TestLinearModel-seed#[643CDDD6F95C91BD]-worker) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1165017694
[junit4] 2> 88810 INFO
(SUITE-TestLinearModel-seed#[643CDDD6F95C91BD]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 88810 INFO
(SUITE-TestLinearModel-seed#[643CDDD6F95C91BD]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3c762a11: rootName = null,
domain = solr.node, service url = null, agent id = null] for registry solr.node
/ null
[junit4] 2> 88810 INFO
(SUITE-TestLinearModel-seed#[643CDDD6F95C91BD]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 88810 INFO
(SUITE-TestLinearModel-seed#[643CDDD6F95C91BD]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6ca6f5c8: rootName = null,
domain = solr.jvm, service url = null, agent id = null] for registry solr.jvm /
null
[junit4] 2> 88810 INFO
(SUITE-TestLinearModel-seed#[643CDDD6F95C91BD]-worker) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 88810 INFO
(SUITE-TestLinearModel-seed#[643CDDD6F95C91BD]-worker) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1daabb86: rootName = null,
domain = solr.jetty, service url = null, agent id = null] for registry
solr.jetty / null
[junit4] 2> 88834 INFO (coreCloseExecutor-103-thread-1) [
x:collection1] o.a.s.c.SolrCore [collection1] CLOSING SolrCore
org.apache.solr.core.SolrCore@562e827f
[junit4] 2> 88834 INFO (coreCloseExecutor-103-thread-1) [
x:collection1] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.collection1, tag=1445888639
[junit4] 2> 88834 INFO (coreCloseExecutor-103-thread-1) [
x:collection1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@4ef12d82: rootName = null,
domain = solr.core.collection1, service url = null, agent id = null] for
registry solr.core.collection1 / null
[junit4] 2> 88884 INFO
(SUITE-TestLinearModel-seed#[643CDDD6F95C91BD]-worker) [ ]
o.a.s.SolrTestCaseJ4 -------------------------------------------------------
Done waiting for tracked resources to be released
[junit4] 2> Feb 04, 2018 7:01:13 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> Feb 04, 2018 7:01:33 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> SEVERE: 1 thread leaked from SUITE scope at
org.apache.solr.ltr.model.TestLinearModel:
[junit4] 2> 1) Thread[id=123, name=qtp1260173826-123,
state=TIMED_WAITING, group=TGRP-TestLinearModel]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
[junit4] 2> at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
[junit4] 2> at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> Feb 04, 2018 7:01:33 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> INFO: Starting to interrupt leaked threads:
[junit4] 2> 1) Thread[id=123, name=qtp1260173826-123,
state=TIMED_WAITING, group=TGRP-TestLinearModel]
[junit4] 2> Feb 04, 2018 7:01:36 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl tryToInterruptAll
[junit4] 2> SEVERE: There are still zombie threads that couldn't be
terminated:
[junit4] 2> 1) Thread[id=123, name=qtp1260173826-123,
state=TIMED_WAITING, group=TGRP-TestLinearModel]
[junit4] 2> at sun.misc.Unsafe.park(Native Method)
[junit4] 2> at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] 2> at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
[junit4] 2> at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
[junit4] 2> at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
[junit4] 2> at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{description=FST50, id=PostingsFormat(name=LuceneVarGapFixedInterval),
text=BlockTreeOrds(blocksize=128), title=FST50}, docValues:{},
maxPointsInLeafNode=1535, maxMBSortInHeap=6.78653742086413,
sim=RandomSimilarity(queryNorm=true): {}, locale=ru-RU,
timezone=Australia/Broken_Hill
[junit4] 2> NOTE: Linux 4.4.0-112-generic amd64/Oracle Corporation
1.8.0_152 (64-bit)/cpus=4,threads=2,free=211844904,total=346554368
[junit4] 2> NOTE: All tests run in this JVM: [TestUserTermScorereQDF,
TestExternalValueFeatures, TestSelectiveWeightCreation, TestLinearModel]
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestLinearModel
-Dtests.seed=643CDDD6F95C91BD -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt
-Dtests.locale=ru-RU -Dtests.timezone=Australia/Broken_Hill
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
[junit4] ERROR 0.00s J0 | TestLinearModel (suite) <<<
[junit4] > Throwable #1:
com.carrotsearch.randomizedtesting.ThreadLeakError: 1 thread leaked from SUITE
scope at org.apache.solr.ltr.model.TestLinearModel:
[junit4] > 1) Thread[id=123, name=qtp1260173826-123,
state=TIMED_WAITING, group=TGRP-TestLinearModel]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
[junit4] > at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
[junit4] > at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > at
__randomizedtesting.SeedInfo.seed([643CDDD6F95C91BD]:0)Throwable #2:
com.carrotsearch.randomizedtesting.ThreadLeakError: There are still zombie
threads that couldn't be terminated:
[junit4] > 1) Thread[id=123, name=qtp1260173826-123,
state=TIMED_WAITING, group=TGRP-TestLinearModel]
[junit4] > at sun.misc.Unsafe.park(Native Method)
[junit4] > at
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[junit4] > at
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
[junit4] > at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.reservedWait(ReservedThreadExecutor.java:308)
[junit4] > at
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:373)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708)
[junit4] > at
org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] > at
__randomizedtesting.SeedInfo.seed([643CDDD6F95C91BD]:0)
[junit4] Completed [34/35 (1!)] on J0 in 58.13s, 6 tests, 2 errors <<<
FAILURES!
[...truncated 40744 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]