Build: https://builds.apache.org/job/Lucene-Solr-Tests-7.x/185/
5 tests failed.
FAILED: org.apache.solr.cloud.TestTlogReplica.testCreateDelete
{seed=[D68D6E87E44560AB:CD9D9FCB12B5989B]}
Error Message:
KeeperErrorCode = Session expired for /
Stack Trace:
org.apache.zookeeper.KeeperException$SessionExpiredException: KeeperErrorCode =
Session expired for /
at org.apache.zookeeper.KeeperException.create(KeeperException.java:127)
at org.apache.zookeeper.KeeperException.create(KeeperException.java:51)
at org.apache.zookeeper.ZooKeeper.getData(ZooKeeper.java:1212)
at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:357)
at
org.apache.solr.common.cloud.SolrZkClient$7.execute(SolrZkClient.java:354)
at
org.apache.solr.common.cloud.ZkCmdExecutor.retryOperation(ZkCmdExecutor.java:60)
at
org.apache.solr.common.cloud.SolrZkClient.getData(SolrZkClient.java:354)
at
org.apache.solr.common.cloud.SolrZkClient.printLayout(SolrZkClient.java:606)
at
org.apache.solr.common.cloud.SolrZkClient.printLayoutToStream(SolrZkClient.java:651)
at
org.apache.solr.common.cloud.SolrZkClient.printLayoutToStdOut(SolrZkClient.java:646)
at
org.apache.solr.cloud.TestTlogReplica.testCreateDelete(TestTlogReplica.java:217)
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.TestTlogReplica.testCreateDelete
{seed=[D68D6E87E44560AB:79CB2337267753B7]}
Error Message:
Expected exception SolrException but no exception was thrown
Stack Trace:
junit.framework.AssertionFailedError: Expected exception SolrException but no
exception was thrown
at
__randomizedtesting.SeedInfo.seed([D68D6E87E44560AB:79CB2337267753B7]:0)
at
org.apache.lucene.util.LuceneTestCase.expectThrows(LuceneTestCase.java:2672)
at org.apache.solr.cloud.TestTlogReplica.setUp(TestTlogReplica.java:109)
at sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)
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$9.evaluate(RandomizedRunner.java:968)
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.admin.AutoscalingHistoryHandlerTest.testHistory
Error Message:
replica never fully recovered
Stack Trace:
java.lang.AssertionError: replica never fully recovered
at
__randomizedtesting.SeedInfo.seed([D68D6E87E44560AB:BB71CA7A5E0D9FAC]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.waitForRecovery(AutoscalingHistoryHandlerTest.java:303)
at
org.apache.solr.handler.admin.AutoscalingHistoryHandlerTest.testHistory(AutoscalingHistoryHandlerTest.java:255)
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.doTestIndexAndConfigReplication
Error Message:
Index: 0, Size: 0
Stack Trace:
java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
at
__randomizedtesting.SeedInfo.seed([D68D6E87E44560AB:C2C535D2C742DDB5]:0)
at java.util.ArrayList.rangeCheck(ArrayList.java:653)
at java.util.ArrayList.get(ArrayList.java:429)
at
org.apache.solr.handler.TestReplicationHandler.doTestIndexAndConfigReplication(TestReplicationHandler.java:561)
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.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure
Error Message:
Did not see a fully active cluster after 30 seconds
Stack Trace:
java.lang.AssertionError: Did not see a fully active cluster after 30 seconds
at
__randomizedtesting.SeedInfo.seed([DA5E219E64092448:526883CDBCA6CC5A]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.common.cloud.TestCollectionStateWatchers.testWaitForStateWatcherIsRetainedOnPredicateFailure(TestCollectionStateWatchers.java:250)
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 11847 lines...]
[junit4] Suite: org.apache.solr.cloud.TestTlogReplica
[junit4] 2> Creating dataDir:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_D68D6E87E44560AB-001/init-core-data-001
[junit4] 2> 579032 WARN
(SUITE-TestTlogReplica-seed#[D68D6E87E44560AB]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
[junit4] 2> 579032 INFO
(SUITE-TestTlogReplica-seed#[D68D6E87E44560AB]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 579033 INFO
(SUITE-TestTlogReplica-seed#[D68D6E87E44560AB]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 579067 INFO
(SUITE-TestTlogReplica-seed#[D68D6E87E44560AB]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 579067 INFO
(SUITE-TestTlogReplica-seed#[D68D6E87E44560AB]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_D68D6E87E44560AB-001/tempDir-001
[junit4] 2> 579067 INFO
(SUITE-TestTlogReplica-seed#[D68D6E87E44560AB]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 579068 INFO (Thread-463) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 579068 INFO (Thread-463) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 579120 ERROR (Thread-463) [ ] 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> 579177 INFO
(SUITE-TestTlogReplica-seed#[D68D6E87E44560AB]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:34377
[junit4] 2> 579304 INFO (jetty-launcher-615-thread-1) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 579361 INFO (jetty-launcher-615-thread-2) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 579449 INFO (jetty-launcher-615-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@74db45c0{/solr,null,AVAILABLE}
[junit4] 2> 579451 INFO (jetty-launcher-615-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@20e7dc06{SSL,[ssl,
http/1.1]}{127.0.0.1:38739}
[junit4] 2> 579451 INFO (jetty-launcher-615-thread-1) [ ]
o.e.j.s.Server Started @596258ms
[junit4] 2> 579451 INFO (jetty-launcher-615-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=38739}
[junit4] 2> 579451 ERROR (jetty-launcher-615-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 579451 INFO (jetty-launcher-615-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.2.0
[junit4] 2> 579452 INFO (jetty-launcher-615-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 579452 INFO (jetty-launcher-615-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 579452 INFO (jetty-launcher-615-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-18T06:38:15.003Z
[junit4] 2> 579653 INFO (jetty-launcher-615-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@66d53a3{/solr,null,AVAILABLE}
[junit4] 2> 579653 INFO (jetty-launcher-615-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@4729e51a{SSL,[ssl,
http/1.1]}{127.0.0.1:37548}
[junit4] 2> 579653 INFO (jetty-launcher-615-thread-2) [ ]
o.e.j.s.Server Started @596460ms
[junit4] 2> 579653 INFO (jetty-launcher-615-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=37548}
[junit4] 2> 579653 ERROR (jetty-launcher-615-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 579654 INFO (jetty-launcher-615-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.2.0
[junit4] 2> 579654 INFO (jetty-launcher-615-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 579654 INFO (jetty-launcher-615-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 579654 INFO (jetty-launcher-615-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-18T06:38:15.205Z
[junit4] 2> 579779 INFO (jetty-launcher-615-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 579853 INFO (jetty-launcher-615-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34377/solr
[junit4] 2> 579877 INFO (jetty-launcher-615-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 579946 INFO (jetty-launcher-615-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34377/solr
[junit4] 2> 580021 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15f2e34366a0003, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 580203 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15f2e34366a0004, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 580424 INFO (jetty-launcher-615-thread-2)
[n:127.0.0.1:37548_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 580425 INFO (jetty-launcher-615-thread-2)
[n:127.0.0.1:37548_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:37548_solr
[junit4] 2> 580425 INFO (jetty-launcher-615-thread-2)
[n:127.0.0.1:37548_solr ] o.a.s.c.Overseer Overseer
(id=98848518611533830-127.0.0.1:37548_solr-n_0000000000) starting
[junit4] 2> 580706 INFO (jetty-launcher-615-thread-2)
[n:127.0.0.1:37548_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37548_solr
[junit4] 2> 580754 INFO (jetty-launcher-615-thread-1)
[n:127.0.0.1:38739_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 580767 INFO
(zkCallback-627-thread-1-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 580787 INFO (jetty-launcher-615-thread-1)
[n:127.0.0.1:38739_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 580789 INFO (jetty-launcher-615-thread-1)
[n:127.0.0.1:38739_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38739_solr
[junit4] 2> 580825 INFO
(zkCallback-627-thread-2-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 580893 INFO
(zkCallback-626-thread-1-processing-n:127.0.0.1:38739_solr)
[n:127.0.0.1:38739_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 581507 INFO (jetty-launcher-615-thread-1)
[n:127.0.0.1:38739_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38739.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6cad6490
[junit4] 2> 581628 INFO (jetty-launcher-615-thread-1)
[n:127.0.0.1:38739_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38739.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6cad6490
[junit4] 2> 581663 INFO (jetty-launcher-615-thread-1)
[n:127.0.0.1:38739_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38739.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6cad6490
[junit4] 2> 581664 INFO (jetty-launcher-615-thread-1)
[n:127.0.0.1:38739_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_D68D6E87E44560AB-001/tempDir-001/node1/.
[junit4] 2> 581701 INFO (jetty-launcher-615-thread-2)
[n:127.0.0.1:37548_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37548.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6cad6490
[junit4] 2> 582015 INFO (jetty-launcher-615-thread-2)
[n:127.0.0.1:37548_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37548.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6cad6490
[junit4] 2> 582016 INFO (jetty-launcher-615-thread-2)
[n:127.0.0.1:37548_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37548.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6cad6490
[junit4] 2> 582049 INFO (jetty-launcher-615-thread-2)
[n:127.0.0.1:37548_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_D68D6E87E44560AB-001/tempDir-001/node2/.
[junit4] 2> 582826 INFO
(SUITE-TestTlogReplica-seed#[D68D6E87E44560AB]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 582826 INFO
(SUITE-TestTlogReplica-seed#[D68D6E87E44560AB]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34377/solr ready
[junit4] 2> 582828 INFO
(SUITE-TestTlogReplica-seed#[D68D6E87E44560AB]-worker) [ ]
o.a.s.c.TestTlogReplica Using legacyCloud?: false
[junit4] 2> 583254 INFO (qtp348955250-2460) [n:127.0.0.1:37548_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :clusterprop with params
val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2 and
sendToOCPQueue=true
[junit4] 2> 583293 INFO (qtp348955250-2460) [n:127.0.0.1:37548_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={val=false&name=legacyCloud&action=CLUSTERPROP&wt=javabin&version=2}
status=0 QTime=39
[junit4] 2> 583438 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.a.s.SolrTestCaseJ4 ###Starting testOutOfOrderDBQWithInPlaceUpdates
[junit4] 2> 583545 INFO (qtp348955250-2461) [n:127.0.0.1:37548_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
pullReplicas=0&replicationFactor=0&collection.configName=conf&maxShardsPerNode=100&name=tlog_replica_test_out_of_order_db_qwith_in_place_updates&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 583559 INFO
(OverseerThreadFactory-745-thread-1-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr ] o.a.s.c.CreateCollectionCmd Create collection
tlog_replica_test_out_of_order_db_qwith_in_place_updates
[junit4] 2> 583727 INFO
(OverseerStateUpdate-98848518611533830-127.0.0.1:37548_solr-n_0000000000)
[n:127.0.0.1:37548_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2>
"collection":"tlog_replica_test_out_of_order_db_qwith_in_place_updates",
[junit4] 2> "shard":"shard1",
[junit4] 2>
"core":"tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:38739/solr",
[junit4] 2> "type":"TLOG"}
[junit4] 2> 583762 INFO
(OverseerStateUpdate-98848518611533830-127.0.0.1:37548_solr-n_0000000000)
[n:127.0.0.1:37548_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2>
"collection":"tlog_replica_test_out_of_order_db_qwith_in_place_updates",
[junit4] 2> "shard":"shard1",
[junit4] 2>
"core":"tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:37548/solr",
[junit4] 2> "type":"TLOG"}
[junit4] 2> 584208 INFO (qtp348955250-2463) [n:127.0.0.1:37548_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_out_of_order_db_qwith_in_place_updates&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 584280 INFO (qtp348955250-2463) [n:127.0.0.1:37548_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 584372 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_out_of_order_db_qwith_in_place_updates&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 584372 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 584457 INFO
(zkCallback-627-thread-2-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 584457 INFO
(zkCallback-627-thread-1-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 584676 INFO
(zkCallback-627-thread-1-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 584676 INFO
(zkCallback-626-thread-1-processing-n:127.0.0.1:38739_solr)
[n:127.0.0.1:38739_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 584676 INFO
(zkCallback-627-thread-2-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 585473 INFO (qtp348955250-2463) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 585511 INFO (qtp348955250-2463) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.s.IndexSchema
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
Schema name=minimal
[junit4] 2> 585513 INFO (qtp348955250-2463) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 585513 INFO (qtp348955250-2463) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.c.CoreContainer Creating SolrCore
'tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2'
using configuration from collection
tlog_replica_test_out_of_order_db_qwith_in_place_updates, trusted=true
[junit4] 2> 585564 INFO (qtp348955250-2463) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_37548.solr.core.tlog_replica_test_out_of_order_db_qwith_in_place_updates.shard1.replica_t2'
(registry
'solr.core.tlog_replica_test_out_of_order_db_qwith_in_place_updates.shard1.replica_t2')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6cad6490
[junit4] 2> 585564 INFO (qtp348955250-2463) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 585564 INFO (qtp348955250-2463) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.c.SolrCore
[[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2] ]
Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_D68D6E87E44560AB-001/tempDir-001/node2/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_D68D6E87E44560AB-001/tempDir-001/node2/./tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2/data/]
[junit4] 2> 585576 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 585692 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.s.IndexSchema
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
Schema name=minimal
[junit4] 2> 585745 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 585746 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.c.CoreContainer Creating SolrCore
'tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1'
using configuration from collection
tlog_replica_test_out_of_order_db_qwith_in_place_updates, trusted=true
[junit4] 2> 585779 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38739.solr.core.tlog_replica_test_out_of_order_db_qwith_in_place_updates.shard1.replica_t1'
(registry
'solr.core.tlog_replica_test_out_of_order_db_qwith_in_place_updates.shard1.replica_t1')
enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@6cad6490
[junit4] 2> 585779 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 585779 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.c.SolrCore
[[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1] ]
Opening new SolrCore at
[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_D68D6E87E44560AB-001/tempDir-001/node1/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1],
dataDir=[/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_D68D6E87E44560AB-001/tempDir-001/node1/./tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1/data/]
[junit4] 2> 586125 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 586125 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 586126 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 586126 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 586128 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@666b4fde[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
main]
[junit4] 2> 586146 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 586146 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 586147 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 586147 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1581576305191682048
[junit4] 2> 586220 INFO
(searcherExecutor-751-thread-1-processing-n:127.0.0.1:38739_solr
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1
s:shard1 c:tlog_replica_test_out_of_order_db_qwith_in_place_updates
r:core_node3) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.c.SolrCore
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
Registered new searcher
Searcher@666b4fde[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 586220 INFO (qtp348955250-2463) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 586220 INFO (qtp348955250-2463) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 586257 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9999ms
[junit4] 2> 586257 INFO (qtp348955250-2463) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 586257 INFO (qtp348955250-2463) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 586291 INFO (qtp348955250-2463) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@37530f00[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
main]
[junit4] 2> 586308 INFO (qtp348955250-2463) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 586308 INFO (qtp348955250-2463) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 586309 INFO (qtp348955250-2463) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 586309 INFO (qtp348955250-2463) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1581576305361551360
[junit4] 2> 586345 INFO
(searcherExecutor-750-thread-1-processing-n:127.0.0.1:37548_solr
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2
s:shard1 c:tlog_replica_test_out_of_order_db_qwith_in_place_updates
r:core_node4) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.c.SolrCore
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
Registered new searcher
Searcher@37530f00[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 586417 INFO
(zkCallback-626-thread-1-processing-n:127.0.0.1:38739_solr)
[n:127.0.0.1:38739_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 586417 INFO
(zkCallback-627-thread-2-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 586417 INFO
(zkCallback-627-thread-3-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 586787 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 586787 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 586787 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:38739/solr/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1/
[junit4] 2> 586787 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.u.PeerSync PeerSync:
core=tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1
url=https://127.0.0.1:38739/solr START
replicas=[https://127.0.0.1:37548/solr/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2/]
nUpdates=100
[junit4] 2> 586819 INFO (qtp348955250-2459) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.c.S.Request
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 587115 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.u.PeerSync PeerSync:
core=tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1
url=https://127.0.0.1:38739/solr DONE. We have no versions. sync failed.
[junit4] 2> 587115 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 587115 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
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> 587115 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 587127 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.c.ZkController
tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1
stopping background replication from leader
[junit4] 2> 587129 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:38739/solr/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1/
shard1
[junit4] 2> 587306 INFO
(zkCallback-626-thread-1-processing-n:127.0.0.1:38739_solr)
[n:127.0.0.1:38739_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 587318 INFO
(zkCallback-627-thread-2-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 587318 INFO
(zkCallback-627-thread-3-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 587343 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 587343 INFO (qtp1082975349-2451) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1&action=CREATE&numShards=1&collection=tlog_replica_test_out_of_order_db_qwith_in_place_updates&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=2971
[junit4] 2> 587365 INFO (qtp348955250-2463) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.c.ZkController
tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2
starting background replication from leader
[junit4] 2> 587366 INFO (qtp348955250-2463) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll
interval: 00:00:03
[junit4] 2> 587473 INFO
(zkCallback-626-thread-1-processing-n:127.0.0.1:38739_solr)
[n:127.0.0.1:38739_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 587474 INFO
(zkCallback-627-thread-3-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 587474 INFO
(zkCallback-627-thread-2-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 587546 INFO (qtp348955250-2463) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
[junit4] 2> 587546 INFO (qtp348955250-2463) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 587548 INFO (qtp348955250-2463) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2&action=CREATE&numShards=1&collection=tlog_replica_test_out_of_order_db_qwith_in_place_updates&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=3340
[junit4] 2> 587582 INFO (indexFetcher-761-thread-1)
[n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.h.IndexFetcher Updated masterUrl to
https://127.0.0.1:38739/solr/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1/
[junit4] 2> 587675 INFO (qtp348955250-2461) [n:127.0.0.1:37548_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 587731 INFO (qtp1082975349-2445) [n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.c.S.Request
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
webapp=/solr path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 587731 INFO (indexFetcher-761-thread-1)
[n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.h.IndexFetcher Master's generation: 1
[junit4] 2> 587731 INFO (indexFetcher-761-thread-1)
[n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.h.IndexFetcher Master's version: 0
[junit4] 2> 587731 INFO (indexFetcher-761-thread-1)
[n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.h.IndexFetcher Slave's generation: 1
[junit4] 2> 587731 INFO (indexFetcher-761-thread-1)
[n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.h.IndexFetcher Slave's version: 0
[junit4] 2> 587731 INFO (indexFetcher-761-thread-1)
[n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.h.IndexFetcher New index in Master. Deleting mine...
[junit4] 2> 587766 INFO (indexFetcher-761-thread-1)
[n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@553a7abd[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
main]
[junit4] 2> 587767 INFO
(searcherExecutor-750-thread-1-processing-n:127.0.0.1:37548_solr
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2
s:shard1 c:tlog_replica_test_out_of_order_db_qwith_in_place_updates
r:core_node4) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.c.SolrCore
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
Registered new searcher
Searcher@553a7abd[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 587781 INFO
(zkCallback-626-thread-1-processing-n:127.0.0.1:38739_solr)
[n:127.0.0.1:38739_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 587782 INFO
(zkCallback-627-thread-2-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 587782 INFO
(zkCallback-627-thread-3-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 587783 INFO
(OverseerCollectionConfigSetProcessor-98848518611533830-127.0.0.1:37548_solr-n_0000000000)
[n:127.0.0.1:37548_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 588690 INFO (qtp348955250-2461) [n:127.0.0.1:37548_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={pullReplicas=0&replicationFactor=0&collection.configName=conf&maxShardsPerNode=100&name=tlog_replica_test_out_of_order_db_qwith_in_place_updates&nrtReplicas=0&action=CREATE&numShards=1&tlogReplicas=2&wt=javabin&version=2}
status=0 QTime=5144
[junit4] 2> 588854 INFO (qtp348955250-2460) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.from=https://127.0.0.1:38739/solr/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1/&wt=javabin&version=2}{add=[1
(1)]} 0 1
[junit4] 2> 588855 INFO (qtp348955250-2460) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&_version_=3&distrib.from=https://127.0.0.1:38739/solr/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1/&wt=javabin&version=2}{deleteByQuery=inplace_updatable_int:5
(-3)} 0 0
[junit4] 2> 588872 INFO (qtp348955250-2460) [n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.u.p.LogUpdateProcessorFactory
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&distrib.inplace.prevversion=1&distrib.from=https://127.0.0.1:38739/solr/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1/&wt=javabin&version=2&distrib.inplace.update=true}{add=[1
(2)]} 0 16
[junit4] 2> 588876 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.a.s.c.ChaosMonkey monkey: kill jetty! 38739
[junit4] 2> 588947 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.e.j.s.AbstractConnector Stopped ServerConnector@20e7dc06{SSL,[ssl,
http/1.1]}{127.0.0.1:0}
[junit4] 2> 588962 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.a.s.c.CoreContainer Shutting down CoreContainer instance=1746671959
[junit4] 2> 588983 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.node, tag=null
[junit4] 2> 588983 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@57631470: rootName =
solr_38739, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@2fb95873
[junit4] 2> 589001 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jvm, tag=null
[junit4] 2> 589001 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@711658c0: rootName =
solr_38739, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@7b01ee03
[junit4] 2> 589021 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.jetty, tag=null
[junit4] 2> 589021 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@47cc60f6: rootName =
solr_38739, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@6617a0f8
[junit4] 2> 589022 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.cluster, tag=null
[junit4] 2> 589059 INFO (coreCloseExecutor-762-thread-1)
[n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.c.SolrCore
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
CLOSING SolrCore org.apache.solr.core.SolrCore@70bbb25c
[junit4] 2> 589059 INFO (coreCloseExecutor-762-thread-1)
[n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.core.tlog_replica_test_out_of_order_db_qwith_in_place_updates.shard1.replica_t1,
tag=1891349084
[junit4] 2> 589060 INFO (coreCloseExecutor-762-thread-1)
[n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6149ed5a: rootName =
solr_38739, domain =
solr.core.tlog_replica_test_out_of_order_db_qwith_in_place_updates.shard1.replica_t1,
service url = null, agent id = null] for registry
solr.core.tlog_replica_test_out_of_order_db_qwith_in_place_updates.shard1.replica_t1
/ com.codahale.metrics.MetricRegistry@227bc600
[junit4] 2> 589254 INFO
(zkCallback-626-thread-1-processing-n:127.0.0.1:38739_solr)
[n:127.0.0.1:38739_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 589255 INFO
(zkCallback-627-thread-2-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 589258 INFO
(zkCallback-627-thread-3-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 589262 INFO (zkCallback-634-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 589385 INFO (coreCloseExecutor-762-thread-1)
[n:127.0.0.1:38739_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node3
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.tlog_replica_test_out_of_order_db_qwith_in_place_updates.shard1.leader,
tag=1891349084
[junit4] 2> 589419 INFO
(zkCallback-627-thread-3-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 589420 INFO
(zkCallback-627-thread-2-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 589435 INFO (zkCallback-634-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 589583 INFO
(zkCallback-627-thread-3-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 589583 INFO
(zkCallback-627-thread-1-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 589595 INFO (zkCallback-634-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 590926 WARN
(zkCallback-626-thread-1-processing-n:127.0.0.1:38739_solr)
[n:127.0.0.1:38739_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 590927 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@74db45c0{/solr,null,UNAVAILABLE}
[junit4] 2> 590943 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.a.s.c.ChaosMonkey monkey: stop jetty! 38739
[junit4] 2> 590963 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.a.s.c.ChaosMonkey monkey: starting jetty! 38739
[junit4] 2> 590964 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 590994 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7cbfdff7{/solr,null,AVAILABLE}
[junit4] 2> 590995 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.e.j.s.AbstractConnector Started ServerConnector@7ea87654{SSL,[ssl,
http/1.1]}{127.0.0.1:38739}
[junit4] 2> 590995 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.e.j.s.Server Started @607802ms
[junit4] 2> 590995 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=38739}
[junit4] 2> 590995 ERROR
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging
may be missing or incomplete.
[junit4] 2> 590995 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 7.2.0
[junit4] 2> 590995 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 590995 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 591009 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-10-18T06:38:26.560Z
[junit4] 2> 591146 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 591231 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34377/solr
[junit4] 2> 591328 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[n:127.0.0.1:38739_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 591361 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[n:127.0.0.1:38739_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 591362 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[n:127.0.0.1:38739_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38739_solr
[junit4] 2> 591363 INFO
(zkCallback-627-thread-3-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 591398 INFO
(zkCallback-639-thread-1-processing-n:127.0.0.1:38739_solr)
[n:127.0.0.1:38739_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 591414 INFO (zkCallback-634-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 591564 INFO
(zkCallback-627-thread-3-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 591564 INFO
(zkCallback-627-thread-1-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 591576 INFO (zkCallback-634-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/tlog_replica_test_out_of_order_db_qwith_in_place_updates/state.json]
for collection [tlog_replica_test_out_of_order_db_qwith_in_place_updates] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 591929 INFO
(zkCallback-627-thread-2-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:37548/solr/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2/
[junit4] 2> 591930 INFO
(zkCallback-627-thread-2-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.u.PeerSync PeerSync:
core=tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2
url=https://127.0.0.1:37548/solr START
replicas=[https://127.0.0.1:38739/solr/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1/]
nUpdates=100
[junit4] 2> 592637 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[n:127.0.0.1:38739_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38739.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6cad6490
[junit4] 2> 592674 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[n:127.0.0.1:38739_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38739.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6cad6490
[junit4] 2> 592674 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[n:127.0.0.1:38739_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38739.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@6cad6490
[junit4] 2> 592676 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[n:127.0.0.1:38739_solr ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-core/test/J1/temp/solr.cloud.TestTlogReplica_D68D6E87E44560AB-001/tempDir-001/node1/.
[junit4] 2> 592676 INFO
(TEST-TestTlogReplica.testOutOfOrderDBQWithInPlaceUpdates-seed#[D68D6E87E44560AB])
[n:127.0.0.1:38739_solr ] o.a.s.c.CorePropertiesLocator Cores are:
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
[junit4] 2> 592693 INFO
(coreLoadExecutor-769-thread-1-processing-n:127.0.0.1:38739_solr)
[n:127.0.0.1:38739_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 592767 INFO
(coreLoadExecutor-769-thread-1-processing-n:127.0.0.1:38739_solr)
[n:127.0.0.1:38739_solr ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 592806 INFO
(coreLoadExecutor-769-thread-1-processing-n:127.0.0.1:38739_solr)
[n:127.0.0.1:38739_solr ] o.a.s.s.IndexSchema
[tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1]
Schema name=minimal
[junit4] 2> 592820 INFO
(coreLoadExecutor-769-thread-1-processing-n:127.0.0.1:38739_solr)
[n:127.0.0.1:38739_solr ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with
uniqueid field id
[junit4] 2> 592856 WARN
(zkCallback-627-thread-2-processing-n:127.0.0.1:37548_solr)
[n:127.0.0.1:37548_solr
c:tlog_replica_test_out_of_order_db_qwith_in_place_updates s:shard1
r:core_node4
x:tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2]
o.a.s.u.PeerSync PeerSync:
core=tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t2
url=https://127.0.0.1:37548/solr got a 503 from
https://127.0.0.1:38739/solr/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1/,
counting as success
[junit4] 2>
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at
https://127.0.0.1:38739/solr/tlog_replica_test_out_of_order_db_qwith_in_place_updates_shard1_replica_t1:
Expected mime type application/octet-stream but got application/json. {
[junit4] 2> "error":{
[junit4] 2> "metadata":[
[junit4] 2> "error-class","org.apache.solr.common.SolrException",
[junit4] 2>
"root-error-class","org.apache.solr.common.SolrException"],
[junit4] 2> "msg":"SolrCore is loading",
[junit4] 2> "code":503}}
[junit4] 2>
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:590)
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
[junit4] 2> at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
[junit4] 2> at
org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
[junit4] 2> at
org.apache.solr.handler.component.HttpShardHandler.lambda$submit$0(HttpShardHandler.java:172)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
com.codahale.metrics.InstrumentedExecutorService$InstrumentedRunnable.run(InstrumentedExecutorService.java:176)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
[junit4] 2> at java.util.concurrent.ThreadPoolExecutor.runWork
[...truncated too long message...]
0.0.1:38997_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/falsepredicate/state.json] for collection [falsepredicate]
has occurred - updating... (live nodes size: [3])
[junit4] 2> 159305 INFO
(zkCallback-46-thread-5-processing-n:127.0.0.1:38997_solr)
[n:127.0.0.1:38997_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/delayed/state.json] for collection [delayed] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 159305 INFO
(zkCallback-46-thread-6-processing-n:127.0.0.1:38997_solr)
[n:127.0.0.1:38997_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/delayed/state.json] for collection [delayed] has occurred -
updating... (live nodes size: [3])
[junit4] 2> 159317 INFO
(zkCallback-46-thread-3-processing-n:127.0.0.1:38997_solr)
[n:127.0.0.1:38997_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testcollection/state.json] for collection [testcollection]
has occurred - updating... (live nodes size: [3])
[junit4] 2> 159317 INFO
(zkCallback-46-thread-1-processing-n:127.0.0.1:38997_solr)
[n:127.0.0.1:38997_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/falsepredicate/state.json] for collection [falsepredicate]
has occurred - updating... (live nodes size: [3])
[junit4] 2> 159353 INFO (coreCloseExecutor-139-thread-1)
[n:127.0.0.1:34220_solr c:falsepredicate s:shard3 r:core_node7
x:falsepredicate_shard3_replica_n4] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.falsepredicate.shard3.leader,
tag=1899405215
[junit4] 2> 159354 INFO (coreCloseExecutor-138-thread-1)
[n:127.0.0.1:41639_solr c:currentstate s:shard1 r:core_node2
x:currentstate_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.currentstate.shard1.leader, tag=435480902
[junit4] 2> 159365 INFO (coreCloseExecutor-139-thread-2)
[n:127.0.0.1:34220_solr c:testcollection s:shard1 r:core_node3
x:testcollection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.testcollection.shard1.replica_n1,
tag=1441291500
[junit4] 2> 159366 INFO (coreCloseExecutor-139-thread-2)
[n:127.0.0.1:34220_solr c:testcollection s:shard1 r:core_node3
x:testcollection_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3446c670: rootName =
solr_34220, domain = solr.core.testcollection.shard1.replica_n1, service url =
null, agent id = null] for registry solr.core.testcollection.shard1.replica_n1
/ com.codahale.metrics.MetricRegistry@1ac79d14
[junit4] 2> 159369 INFO (coreCloseExecutor-138-thread-2)
[n:127.0.0.1:41639_solr c:falsepredicate s:shard4 r:core_node8
x:falsepredicate_shard4_replica_n6] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.falsepredicate.shard4.replica_n6, tag=458858428
[junit4] 2> 159369 INFO (coreCloseExecutor-138-thread-2)
[n:127.0.0.1:41639_solr c:falsepredicate s:shard4 r:core_node8
x:falsepredicate_shard4_replica_n6] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2f510806: rootName =
solr_41639, domain = solr.core.falsepredicate.shard4.replica_n6, service url =
null, agent id = null] for registry solr.core.falsepredicate.shard4.replica_n6
/ com.codahale.metrics.MetricRegistry@5c862083
[junit4] 2> 159467 INFO (coreCloseExecutor-139-thread-2)
[n:127.0.0.1:34220_solr c:testcollection s:shard1 r:core_node3
x:testcollection_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.testcollection.shard1.leader,
tag=1441291500
[junit4] 2> 159611 INFO (coreCloseExecutor-138-thread-3)
[n:127.0.0.1:41639_solr c:testcollection s:shard3 r:core_node7
x:testcollection_shard3_replica_n4] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.testcollection.shard3.replica_n4,
tag=1728062708
[junit4] 2> 159611 INFO (coreCloseExecutor-138-thread-3)
[n:127.0.0.1:41639_solr c:testcollection s:shard3 r:core_node7
x:testcollection_shard3_replica_n4] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@682cf7d9: rootName =
solr_41639, domain = solr.core.testcollection.shard3.replica_n4, service url =
null, agent id = null] for registry solr.core.testcollection.shard3.replica_n4
/ com.codahale.metrics.MetricRegistry@233c52e8
[junit4] 2> 159739 INFO (coreCloseExecutor-138-thread-3)
[n:127.0.0.1:41639_solr c:testcollection s:shard3 r:core_node7
x:testcollection_shard3_replica_n4] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.testcollection.shard3.leader,
tag=1728062708
[junit4] 2> 159739 INFO (coreCloseExecutor-138-thread-2)
[n:127.0.0.1:41639_solr c:falsepredicate s:shard4 r:core_node8
x:falsepredicate_shard4_replica_n6] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.falsepredicate.shard4.leader,
tag=458858428
[junit4] 2> 159749 INFO
(zkCallback-22-thread-1-processing-n:127.0.0.1:41639_solr)
[n:127.0.0.1:41639_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (2)
[junit4] 2> 160101 INFO
(zkCallback-21-thread-4-processing-n:127.0.0.1:34220_solr)
[n:127.0.0.1:34220_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (2)
[junit4] 2> 160126 INFO (jetty-closer-3-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@3eaf9326{/solr,null,UNAVAILABLE}
[junit4] 2> 160163 INFO (jetty-closer-3-thread-2) [ ] o.a.s.c.Overseer
Overseer (id=98848943693037577-127.0.0.1:34220_solr-n_0000000000) closing
[junit4] 2> 160171 INFO
(OverseerStateUpdate-98848943693037577-127.0.0.1:34220_solr-n_0000000000)
[n:127.0.0.1:34220_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:34220_solr
[junit4] 2> 160450 WARN
(OverseerAutoScalingTriggerThread-98848943693037577-127.0.0.1:34220_solr-n_0000000000)
[n:127.0.0.1:34220_solr ] o.a.s.c.a.OverseerTriggerThread
OverseerTriggerThread woken up but we are closed, exiting.
[junit4] 2> 160611 WARN
(zkCallback-22-thread-1-processing-n:127.0.0.1:41639_solr)
[n:127.0.0.1:41639_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 160613 INFO (jetty-closer-3-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@47f8f65{/solr,null,UNAVAILABLE}
[junit4] 2> 160614 INFO
(zkCallback-21-thread-4-processing-n:127.0.0.1:34220_solr)
[n:127.0.0.1:34220_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 162193 WARN
(zkCallback-21-thread-4-processing-n:127.0.0.1:34220_solr)
[n:127.0.0.1:34220_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 162193 INFO (jetty-closer-3-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@39bc1944{/solr,null,UNAVAILABLE}
[junit4] 2> 162229 ERROR
(SUITE-TestCollectionStateWatchers-seed#[DA5E219E64092448]-worker) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 162230 INFO
(SUITE-TestCollectionStateWatchers-seed#[DA5E219E64092448]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:43001 43001
[junit4] 2> 162477 INFO (Thread-1) [ ] o.a.s.c.ZkTestServer connecting
to 127.0.0.1:43001 43001
[junit4] 2> 162492 WARN (Thread-1) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 8 /solr/aliases.json
[junit4] 2> 7 /solr/configs/config
[junit4] 2> 6 /solr/security.json
[junit4] 2> 4 /solr/collections/stateformat1/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 65 /solr/collections/falsepredicate/state.json
[junit4] 2> 51 /solr/collections/testcollection/state.json
[junit4] 2> 21 /solr/collections/waitforstate/state.json
[junit4] 2> 11 /solr/collections/delayed/state.json
[junit4] 2> 9 /solr/collections/stateformat1/state.json
[junit4] 2> 8 /solr/collections/currentstate/state.json
[junit4] 2> 8 /solr/clusterprops.json
[junit4] 2> 8 /solr/clusterstate.json
[junit4] 2> 6 /solr/collections/tobedeleted/state.json
[junit4] 2> 3
/solr/overseer_elect/election/98848943693037577-127.0.0.1:34220_solr-n_0000000000
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 8 /solr/collections
[junit4] 2> 6 /solr/live_nodes
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/jenkins-slave/workspace/Lucene-Solr-Tests-7.x/solr/build/solr-solrj/test/J1/temp/solr.common.cloud.TestCollectionStateWatchers_DA5E219E64092448-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70),
sim=RandomSimilarity(queryNorm=true): {}, locale=ar-LY,
timezone=America/Glace_Bay
[junit4] 2> NOTE: Linux 4.4.0-83-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=4,threads=1,free=86368352,total=310902784
[junit4] 2> NOTE: All tests run in this JVM: [TestValidatingJsonMap,
TestCollectionStateWatchers]
[junit4] Completed [17/145 (1!)] on J1 in 159.93s, 9 tests, 1 failure <<<
FAILURES!
[...truncated 46675 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]