Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-MacOSX/646/
Java: 64bit/jdk-9 -XX:+UseCompressedOops -XX:+UseG1GC
5 tests failed.
FAILED: org.apache.solr.cloud.CloudExitableDirectoryReaderTest.test
Error Message:
Time allowed to handle this request exceeded
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this
request exceeded
at
__randomizedtesting.SeedInfo.seed([518FB7F3566FE05D:D9DB8829F8938DA5]:0)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:460)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
at
org.apache.solr.cloud.CloudExitableDirectoryReaderTest.assertPartialResults(CloudExitableDirectoryReaderTest.java:106)
at
org.apache.solr.cloud.CloudExitableDirectoryReaderTest.doTimeoutTests(CloudExitableDirectoryReaderTest.java:78)
at
org.apache.solr.cloud.CloudExitableDirectoryReaderTest.test(CloudExitableDirectoryReaderTest.java:56)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
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
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.base/java.lang.Thread.run(Thread.java:844)
FAILED: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testTrigger
Error Message:
number of ops expected:<2> but was:<1>
Stack Trace:
java.lang.AssertionError: number of ops expected:<2> but was:<1>
at
__randomizedtesting.SeedInfo.seed([518FB7F3566FE05D:32448171CFA09370]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testTrigger(IndexSizeTriggerTest.java:187)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
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
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.base/java.lang.Thread.run(Thread.java:844)
FAILED: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testTrigger
Error Message:
waitFor not elapsed but produced an event
Stack Trace:
java.lang.AssertionError: waitFor not elapsed but produced an event
at
__randomizedtesting.SeedInfo.seed([518FB7F3566FE05D:32448171CFA09370]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNull(Assert.java:551)
at
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testTrigger(IndexSizeTriggerTest.java:180)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
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
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.base/java.lang.Thread.run(Thread.java:844)
FAILED: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testTrigger
Error Message:
waitFor not elapsed but produced an event
Stack Trace:
java.lang.AssertionError: waitFor not elapsed but produced an event
at
__randomizedtesting.SeedInfo.seed([518FB7F3566FE05D:32448171CFA09370]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNull(Assert.java:551)
at
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testTrigger(IndexSizeTriggerTest.java:180)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
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
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.base/java.lang.Thread.run(Thread.java:844)
FAILED:
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMergeIntegration
Error Message:
did not finish processing in time
Stack Trace:
java.lang.AssertionError: did not finish processing in time
at
__randomizedtesting.SeedInfo.seed([518FB7F3566FE05D:236F543B47E75A7]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest.testMergeIntegration(IndexSizeTriggerTest.java:404)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
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
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.base/java.lang.Thread.run(Thread.java:844)
Build Log:
[...truncated 14106 lines...]
[junit4] Suite: org.apache.solr.cloud.CloudExitableDirectoryReaderTest
[junit4] 2> 1951060 INFO
(SUITE-CloudExitableDirectoryReaderTest-seed#[518FB7F3566FE05D]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CloudExitableDirectoryReaderTest_518FB7F3566FE05D-001/init-core-data-001
[junit4] 2> 1951061 WARN
(SUITE-CloudExitableDirectoryReaderTest-seed#[518FB7F3566FE05D]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=5 numCloses=5
[junit4] 2> 1951061 INFO
(SUITE-CloudExitableDirectoryReaderTest-seed#[518FB7F3566FE05D]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1951062 INFO
(SUITE-CloudExitableDirectoryReaderTest-seed#[518FB7F3566FE05D]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0,
clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth
[junit4] 2> 1951063 INFO
(SUITE-CloudExitableDirectoryReaderTest-seed#[518FB7F3566FE05D]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CloudExitableDirectoryReaderTest_518FB7F3566FE05D-001/tempDir-001
[junit4] 2> 1951063 INFO
(SUITE-CloudExitableDirectoryReaderTest-seed#[518FB7F3566FE05D]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1951063 INFO (Thread-3750) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1951063 INFO (Thread-3750) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1951067 ERROR (Thread-3750) [ ] 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> 1951175 INFO
(SUITE-CloudExitableDirectoryReaderTest-seed#[518FB7F3566FE05D]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:54116
[junit4] 2> 1951222 INFO (zkConnectionManagerCallback-5342-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1951227 INFO (jetty-launcher-5339-thread-1) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 9+181
[junit4] 2> 1951240 INFO (jetty-launcher-5339-thread-2) [ ]
o.e.j.s.Server jetty-9.4.10.v20180503; built: 2018-05-03T15:56:21.710Z; git:
daa59876e6f384329b122929e70a80934569428c; jvm 9+181
[junit4] 2> 1951241 INFO (jetty-launcher-5339-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1951241 INFO (jetty-launcher-5339-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1951241 INFO (jetty-launcher-5339-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1951241 INFO (jetty-launcher-5339-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@699fd363{/solr,null,AVAILABLE}
[junit4] 2> 1951242 INFO (jetty-launcher-5339-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@46bcec8e{HTTP/1.1,[http/1.1]}{127.0.0.1:54118}
[junit4] 2> 1951242 INFO (jetty-launcher-5339-thread-1) [ ]
o.e.j.s.Server Started @1951333ms
[junit4] 2> 1951242 INFO (jetty-launcher-5339-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=54118}
[junit4] 2> 1951242 ERROR (jetty-launcher-5339-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1951242 INFO (jetty-launcher-5339-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1951242 INFO (jetty-launcher-5339-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.4.0
[junit4] 2> 1951242 INFO (jetty-launcher-5339-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1951242 INFO (jetty-launcher-5339-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1951243 INFO (jetty-launcher-5339-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-05-16T10:42:47.583995Z
[junit4] 2> 1951243 INFO (jetty-launcher-5339-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1951243 INFO (jetty-launcher-5339-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1951243 INFO (jetty-launcher-5339-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 1951244 INFO (jetty-launcher-5339-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2d7ecdca{/solr,null,AVAILABLE}
[junit4] 2> 1951244 INFO (jetty-launcher-5339-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@685605af{HTTP/1.1,[http/1.1]}{127.0.0.1:54119}
[junit4] 2> 1951244 INFO (jetty-launcher-5339-thread-2) [ ]
o.e.j.s.Server Started @1951335ms
[junit4] 2> 1951244 INFO (jetty-launcher-5339-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=54119}
[junit4] 2> 1951244 ERROR (jetty-launcher-5339-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1951244 INFO (jetty-launcher-5339-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 1951245 INFO (jetty-launcher-5339-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.4.0
[junit4] 2> 1951245 INFO (jetty-launcher-5339-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1951245 INFO (jetty-launcher-5339-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1951245 INFO (jetty-launcher-5339-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-05-16T10:42:47.586560Z
[junit4] 2> 1951246 INFO (zkConnectionManagerCallback-5344-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1951247 INFO (jetty-launcher-5339-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1951247 INFO (zkConnectionManagerCallback-5346-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1951248 INFO (jetty-launcher-5339-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1951257 INFO (jetty-launcher-5339-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54116/solr
[junit4] 2> 1951258 INFO (jetty-launcher-5339-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:54116/solr
[junit4] 2> 1951259 INFO (zkConnectionManagerCallback-5351-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1951263 INFO (zkConnectionManagerCallback-5354-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1951263 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x1003ebe7d360003, likely client has closed socket
[junit4] 2> 1951264 INFO (zkConnectionManagerCallback-5356-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1951272 INFO (zkConnectionManagerCallback-5358-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1952145 INFO (jetty-launcher-5339-thread-2)
[n:127.0.0.1:54119_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1952146 INFO (jetty-launcher-5339-thread-2)
[n:127.0.0.1:54119_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:54119_solr
[junit4] 2> 1952156 INFO (jetty-launcher-5339-thread-1)
[n:127.0.0.1:54118_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1952156 INFO (jetty-launcher-5339-thread-2)
[n:127.0.0.1:54119_solr ] o.a.s.c.Overseer Overseer
(id=72126581903327238-127.0.0.1:54119_solr-n_0000000000) starting
[junit4] 2> 1952190 INFO (jetty-launcher-5339-thread-1)
[n:127.0.0.1:54118_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:54118_solr
[junit4] 2> 1952193 INFO (zkCallback-5355-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1952194 INFO (zkCallback-5357-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1952197 INFO (zkConnectionManagerCallback-5367-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1952199 INFO (jetty-launcher-5339-thread-2)
[n:127.0.0.1:54119_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1952200 INFO (jetty-launcher-5339-thread-2)
[n:127.0.0.1:54119_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:54116/solr ready
[junit4] 2> 1952229 INFO (jetty-launcher-5339-thread-2)
[n:127.0.0.1:54119_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 1952229 INFO (jetty-launcher-5339-thread-2)
[n:127.0.0.1:54119_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:54119_solr
[junit4] 2> 1952237 INFO (zkCallback-5355-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1952237 INFO (zkCallback-5357-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1952237 INFO (zkCallback-5366-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1952454 INFO (jetty-launcher-5339-thread-1)
[n:127.0.0.1:54118_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_54118.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@35ddef42
[junit4] 2> 1952466 INFO (jetty-launcher-5339-thread-1)
[n:127.0.0.1:54118_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_54118.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@35ddef42
[junit4] 2> 1952466 INFO (jetty-launcher-5339-thread-1)
[n:127.0.0.1:54118_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_54118.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@35ddef42
[junit4] 2> 1952468 INFO (jetty-launcher-5339-thread-1)
[n:127.0.0.1:54118_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CloudExitableDirectoryReaderTest_518FB7F3566FE05D-001/tempDir-001/node1/.
[junit4] 2> 1952471 INFO (zkConnectionManagerCallback-5372-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1952473 INFO (jetty-launcher-5339-thread-1)
[n:127.0.0.1:54118_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1952475 INFO (jetty-launcher-5339-thread-1)
[n:127.0.0.1:54118_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:54116/solr ready
[junit4] 2> 1952519 INFO (jetty-launcher-5339-thread-2)
[n:127.0.0.1:54119_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_54119.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@35ddef42
[junit4] 2> 1952534 INFO (jetty-launcher-5339-thread-2)
[n:127.0.0.1:54119_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_54119.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@35ddef42
[junit4] 2> 1952534 INFO (jetty-launcher-5339-thread-2)
[n:127.0.0.1:54119_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_54119.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@35ddef42
[junit4] 2> 1952541 INFO (jetty-launcher-5339-thread-2)
[n:127.0.0.1:54119_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CloudExitableDirectoryReaderTest_518FB7F3566FE05D-001/tempDir-001/node2/.
[junit4] 2> 1952576 INFO (zkConnectionManagerCallback-5374-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1952581 INFO (zkConnectionManagerCallback-5379-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1952583 INFO
(SUITE-CloudExitableDirectoryReaderTest-seed#[518FB7F3566FE05D]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 1952585 INFO
(SUITE-CloudExitableDirectoryReaderTest-seed#[518FB7F3566FE05D]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:54116/solr ready
[junit4] 2> 1952636 INFO (qtp2052357265-19730) [n:127.0.0.1:54118_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
async=04f546a2-da98-401b-9792-6d590f1e8528&replicationFactor=1&collection.configName=conf&name=exitable&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1952642 INFO (qtp2052357265-19730) [n:127.0.0.1:54118_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={async=04f546a2-da98-401b-9792-6d590f1e8528&replicationFactor=1&collection.configName=conf&name=exitable&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2}
status=0 QTime=6
[junit4] 2> 1952644 INFO (qtp2052357265-19726) [n:127.0.0.1:54118_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=04f546a2-da98-401b-9792-6d590f1e8528&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1952658 INFO (OverseerThreadFactory-8794-thread-1) [ ]
o.a.s.c.a.c.CreateCollectionCmd Create collection exitable
[junit4] 2> 1952658 INFO (qtp2052357265-19726) [n:127.0.0.1:54118_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={requestid=04f546a2-da98-401b-9792-6d590f1e8528&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=13
[junit4] 2> 1952813 INFO
(OverseerStateUpdate-72126581903327238-127.0.0.1:54119_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"exitable",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"exitable_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:54119/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1952817 INFO
(OverseerStateUpdate-72126581903327238-127.0.0.1:54119_solr-n_0000000000) [
] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"exitable",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"exitable_shard2_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:54118/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1953036 INFO (qtp1645843678-19739) [n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=exitable&version=2&replicaType=NRT&async=04f546a2-da98-401b-9792-6d590f1e85281052673033577661&coreNodeName=core_node3&name=exitable_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin}
status=0 QTime=0
[junit4] 2> 1953037 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr x:exitable_shard1_replica_n1]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=exitable&version=2&replicaType=NRT&async=04f546a2-da98-401b-9792-6d590f1e85281052673033577661&coreNodeName=core_node3&name=exitable_shard1_replica_n1&action=CREATE&numShards=2&shard=shard1&wt=javabin
[junit4] 2> 1953037 INFO (qtp2052357265-19729) [n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={qt=/admin/cores&collection.configName=conf&newCollection=true&collection=exitable&version=2&replicaType=NRT&async=04f546a2-da98-401b-9792-6d590f1e85281052673037252514&coreNodeName=core_node4&name=exitable_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin}
status=0 QTime=0
[junit4] 2> 1953037 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr x:exitable_shard2_replica_n2]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf&newCollection=true&collection=exitable&version=2&replicaType=NRT&async=04f546a2-da98-401b-9792-6d590f1e85281052673037252514&coreNodeName=core_node4&name=exitable_shard2_replica_n2&action=CREATE&numShards=2&shard=shard2&wt=javabin
[junit4] 2> 1953037 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr x:exitable_shard2_replica_n2]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1953038 INFO (qtp1645843678-19735) [n:127.0.0.1:54119_solr
] o.a.s.h.a.CoreAdminOperation Checking request status for :
04f546a2-da98-401b-9792-6d590f1e85281052673033577661
[junit4] 2> 1953038 INFO (qtp1645843678-19735) [n:127.0.0.1:54119_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=04f546a2-da98-401b-9792-6d590f1e85281052673033577661&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1953663 INFO (qtp2052357265-19731) [n:127.0.0.1:54118_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=04f546a2-da98-401b-9792-6d590f1e8528&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1953668 INFO (qtp2052357265-19731) [n:127.0.0.1:54118_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={requestid=04f546a2-da98-401b-9792-6d590f1e8528&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=5
[junit4] 2> 1954041 INFO (qtp1645843678-19735) [n:127.0.0.1:54119_solr
] o.a.s.h.a.CoreAdminOperation Checking request status for :
04f546a2-da98-401b-9792-6d590f1e85281052673033577661
[junit4] 2> 1954042 INFO (qtp1645843678-19735) [n:127.0.0.1:54119_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=04f546a2-da98-401b-9792-6d590f1e85281052673033577661&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 1954064 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene MatchVersion:
7.4.0
[junit4] 2> 1954072 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.s.IndexSchema [exitable_shard2_replica_n2]
Schema name=minimal
[junit4] 2> 1954074 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema minimal/1.1
with uniqueid field id
[junit4] 2> 1954074 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.c.CoreContainer Creating SolrCore
'exitable_shard2_replica_n2' using configuration from collection exitable,
trusted=true
[junit4] 2> 1954075 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_54118.solr.core.exitable.shard2.replica_n2' (registry
'solr.core.exitable.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@35ddef42
[junit4] 2> 1954075 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1954075 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.c.SolrCore [[exitable_shard2_replica_n2] ]
Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CloudExitableDirectoryReaderTest_518FB7F3566FE05D-001/tempDir-001/node1/exitable_shard2_replica_n2],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CloudExitableDirectoryReaderTest_518FB7F3566FE05D-001/tempDir-001/node1/./exitable_shard2_replica_n2/data/]
[junit4] 2> 1954152 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion:
7.4.0
[junit4] 2> 1954165 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.s.IndexSchema [exitable_shard1_replica_n1]
Schema name=minimal
[junit4] 2> 1954166 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1
with uniqueid field id
[junit4] 2> 1954166 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore
'exitable_shard1_replica_n1' using configuration from collection exitable,
trusted=true
[junit4] 2> 1954166 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_54119.solr.core.exitable.shard1.replica_n1' (registry
'solr.core.exitable.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@35ddef42
[junit4] 2> 1954167 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1954167 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.c.SolrCore [[exitable_shard1_replica_n1] ]
Opening new SolrCore at
[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CloudExitableDirectoryReaderTest_518FB7F3566FE05D-001/tempDir-001/node2/exitable_shard1_replica_n1],
dataDir=[/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CloudExitableDirectoryReaderTest_518FB7F3566FE05D-001/tempDir-001/node2/./exitable_shard1_replica_n1/data/]
[junit4] 2> 1954228 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1954228 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.u.UpdateLog Initializing UpdateLog:
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 1954241 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1954241 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1954283 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@75c505dc[exitable_shard2_replica_n2] main]
[junit4] 2> 1954296 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Configured
ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 1954297 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1954298 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits will be
reserved for 10000ms.
[junit4] 2> 1954298 INFO
(searcherExecutor-8799-thread-1-processing-x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 r:core_node4 CREATE
n:127.0.0.1:54118_solr c:exitable s:shard2) [n:127.0.0.1:54118_solr c:exitable
s:shard2 r:core_node4 x:exitable_shard2_replica_n2] o.a.s.c.SolrCore
[exitable_shard2_replica_n2] Registered new searcher
Searcher@75c505dc[exitable_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1954299 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max version in
index or recent updates, using new clock 1600617049636208640
[junit4] 2> 1954323 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.c.ZkShardTerms Successful update of terms
at /collections/exitable/terms/shard2 to Terms{values={core_node4=0}, version=0}
[junit4] 2> 1954334 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Enough
replicas found to continue.
[junit4] 2> 1954334 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I may be the
new leader - try and sync
[junit4] 2> 1954334 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:54118/solr/exitable_shard2_replica_n2/
[junit4] 2> 1954334 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 1954335 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.c.SyncStrategy
http://127.0.0.1:54118/solr/exitable_shard2_replica_n2/ has no replicas
[junit4] 2> 1954335 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext Found all
replicas participating in election, clear LIR
[junit4] 2> 1954344 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I am the new
leader: http://127.0.0.1:54118/solr/exitable_shard2_replica_n2/ shard2
[junit4] 2> 1954362 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1954362 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog:
dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 1954368 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1954368 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1954383 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@2f0550f7[exitable_shard1_replica_n1] main]
[junit4] 2> 1954384 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured
ZooKeeperStorageIO with znodeBase: /configs/conf
[junit4] 2> 1954385 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 1954385 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be
reserved for 10000ms.
[junit4] 2> 1954386 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version in
index or recent updates, using new clock 1600617049727434752
[junit4] 2> 1954388 INFO
(searcherExecutor-8800-thread-1-processing-x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 r:core_node3 CREATE
n:127.0.0.1:54119_solr c:exitable s:shard1) [n:127.0.0.1:54119_solr c:exitable
s:shard1 r:core_node3 x:exitable_shard1_replica_n1] o.a.s.c.SolrCore
[exitable_shard1_replica_n1] Registered new searcher
Searcher@2f0550f7[exitable_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1954393 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of terms
at /collections/exitable/terms/shard1 to Terms{values={core_node3=0}, version=0}
[junit4] 2> 1954397 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Enough
replicas found to continue.
[junit4] 2> 1954397 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I may be the
new leader - try and sync
[junit4] 2> 1954397 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:54119/solr/exitable_shard1_replica_n1/
[junit4] 2> 1954398 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 1954398 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.c.SyncStrategy
http://127.0.0.1:54119/solr/exitable_shard1_replica_n1/ has no replicas
[junit4] 2> 1954398 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext Found all
replicas participating in election, clear LIR
[junit4] 2> 1954408 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I am the new
leader: http://127.0.0.1:54119/solr/exitable_shard1_replica_n1/ shard1
[junit4] 2> 1954555 INFO
(parallelCoreAdminExecutor-8795-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2
04f546a2-da98-401b-9792-6d590f1e85281052673037252514 CREATE)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.c.ZkController I am the leader, no recovery
necessary
[junit4] 2> 1954555 INFO
(parallelCoreAdminExecutor-8796-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1
04f546a2-da98-401b-9792-6d590f1e85281052673033577661 CREATE)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.c.ZkController I am the leader, no recovery
necessary
[junit4] 2> 1954668 INFO (zkCallback-5355-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/exitable/state.json]
for collection [exitable] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1954669 INFO (zkCallback-5357-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged path:/collections/exitable/state.json]
for collection [exitable] has occurred - updating... (live nodes size: [2])
[junit4] 2> 1954674 INFO (qtp2052357265-19729) [n:127.0.0.1:54118_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=04f546a2-da98-401b-9792-6d590f1e8528&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1954675 INFO (qtp2052357265-19729) [n:127.0.0.1:54118_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={requestid=04f546a2-da98-401b-9792-6d590f1e8528&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=1
[junit4] 2> 1955051 INFO (qtp1645843678-19738) [n:127.0.0.1:54119_solr
] o.a.s.h.a.CoreAdminOperation Checking request status for :
04f546a2-da98-401b-9792-6d590f1e85281052673033577661
[junit4] 2> 1955051 INFO (qtp1645843678-19738) [n:127.0.0.1:54119_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=04f546a2-da98-401b-9792-6d590f1e85281052673033577661&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1955053 INFO (qtp2052357265-19731) [n:127.0.0.1:54118_solr
] o.a.s.h.a.CoreAdminOperation Checking request status for :
04f546a2-da98-401b-9792-6d590f1e85281052673037252514
[junit4] 2> 1955053 INFO (qtp2052357265-19731) [n:127.0.0.1:54118_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&requestid=04f546a2-da98-401b-9792-6d590f1e85281052673037252514&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1955056 INFO (OverseerThreadFactory-8794-thread-1) [ ]
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> 1955683 INFO (qtp2052357265-19731) [n:127.0.0.1:54118_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :requeststatus with
params
requestid=04f546a2-da98-401b-9792-6d590f1e8528&action=REQUESTSTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1955686 INFO (qtp2052357265-19731) [n:127.0.0.1:54118_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={requestid=04f546a2-da98-401b-9792-6d590f1e8528&action=REQUESTSTATUS&wt=javabin&version=2}
status=0 QTime=2
[junit4] 2> 1955686 INFO (qtp2052357265-19729) [n:127.0.0.1:54118_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :deletestatus with
params
requestid=04f546a2-da98-401b-9792-6d590f1e8528&action=DELETESTATUS&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1955691 INFO (qtp2052357265-19729) [n:127.0.0.1:54118_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={requestid=04f546a2-da98-401b-9792-6d590f1e8528&action=DELETESTATUS&wt=javabin&version=2}
status=0 QTime=4
[junit4] 2> 1955739 INFO
(TEST-CloudExitableDirectoryReaderTest.test-seed#[518FB7F3566FE05D]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 1955772 INFO (qtp1645843678-19738) [n:127.0.0.1:54119_solr
c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/exitable/terms/shard1 to Terms{values={core_node3=1}, version=1}
[junit4] 2> 1955772 INFO (qtp1645843678-19738) [n:127.0.0.1:54119_solr
c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [exitable_shard1_replica_n1] webapp=/solr
path=/update params={_stateVer_=exitable:4&wt=javabin&version=2}{add=[1
(1600617051150352384), 4 (1600617051162935296), 8 (1600617051162935297), 10
(1600617051162935298), 11 (1600617051162935299), 12 (1600617051162935300), 13
(1600617051162935301), 14 (1600617051162935302), 15 (1600617051162935303), 16
(1600617051162935304), ... (33 adds)]} 0 29
[junit4] 2> 1955773 INFO (qtp2052357265-19731) [n:127.0.0.1:54118_solr
c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/exitable/terms/shard2 to Terms{values={core_node4=1}, version=1}
[junit4] 2> 1955773 INFO (qtp2052357265-19731) [n:127.0.0.1:54118_solr
c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [exitable_shard2_replica_n2] webapp=/solr
path=/update params={_stateVer_=exitable:4&wt=javabin&version=2}{add=[2
(1600617051150352384), 3 (1600617051163983872), 5 (1600617051163983873), 6
(1600617051163983874), 7 (1600617051163983875), 9 (1600617051163983876), 17
(1600617051163983877), 18 (1600617051163983878), 19 (1600617051163983879), 21
(1600617051163983880), ... (24 adds)]} 0 30
[junit4] 2> 1955778 INFO (qtp1645843678-19741) [n:127.0.0.1:54119_solr
c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1600617051187052544,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1955778 INFO (qtp1645843678-19741) [n:127.0.0.1:54119_solr
c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@61b2fa40
commitCommandVersion:1600617051187052544
[junit4] 2> 1955778 INFO (qtp2052357265-19731) [n:127.0.0.1:54118_solr
c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1600617051187052544,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1955778 INFO (qtp2052357265-19731) [n:127.0.0.1:54118_solr
c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@128388d4
commitCommandVersion:1600617051187052544
[junit4] 2> 1955975 INFO (qtp1645843678-19741) [n:127.0.0.1:54119_solr
c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@10314b42[exitable_shard1_replica_n1] main]
[junit4] 2> 1955976 INFO (qtp1645843678-19741) [n:127.0.0.1:54119_solr
c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1955977 INFO
(searcherExecutor-8800-thread-1-processing-n:127.0.0.1:54119_solr
x:exitable_shard1_replica_n1 c:exitable s:shard1 r:core_node3)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.c.SolrCore [exitable_shard1_replica_n1]
Registered new searcher Searcher@10314b42[exitable_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.4.0):C33)))}
[junit4] 2> 1955977 INFO (qtp1645843678-19741) [n:127.0.0.1:54119_solr
c:exitable s:shard1 r:core_node3 x:exitable_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [exitable_shard1_replica_n1] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:54118/solr/exitable_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 199
[junit4] 2> 1956052 INFO (qtp2052357265-19731) [n:127.0.0.1:54118_solr
c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@5ec333f2[exitable_shard2_replica_n2] main]
[junit4] 2> 1956053 INFO (qtp2052357265-19731) [n:127.0.0.1:54118_solr
c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 1956054 INFO
(searcherExecutor-8799-thread-1-processing-n:127.0.0.1:54118_solr
x:exitable_shard2_replica_n2 c:exitable s:shard2 r:core_node4)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.c.SolrCore [exitable_shard2_replica_n2]
Registered new searcher Searcher@5ec333f2[exitable_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(7.4.0):C24)))}
[junit4] 2> 1956054 INFO (qtp2052357265-19731) [n:127.0.0.1:54118_solr
c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [exitable_shard2_replica_n2] webapp=/solr
path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:54118/solr/exitable_shard2_replica_n2/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 276
[junit4] 2> 1956055 INFO (qtp2052357265-19729) [n:127.0.0.1:54118_solr
c:exitable s:shard2 r:core_node4 x:exitable_shard2_replica_n2]
o.a.s.u.p.LogUpdateProcessorFactory [exitable_shard2_replica_n2] webapp=/solr
path=/update
params={_stateVer_=exitable:4&commit=true&wt=javabin&version=2}{commit=} 0 280
[junit4] 2> 1956067 ERROR
(TEST-CloudExitableDirectoryReaderTest.test-seed#[518FB7F3566FE05D]) [ ]
o.a.s.c.s.i.CloudSolrClient Request to collection [exitable] failed due to (0)
org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this
request exceeded, retry? 0
[junit4] 2> 1956068 INFO
(TEST-CloudExitableDirectoryReaderTest.test-seed#[518FB7F3566FE05D]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending test
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=CloudExitableDirectoryReaderTest -Dtests.method=test
-Dtests.seed=518FB7F3566FE05D -Dtests.slow=true -Dtests.locale=fr-MG
-Dtests.timezone=Asia/Tokyo -Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] ERROR 0.42s J0 | CloudExitableDirectoryReaderTest.test <<<
[junit4] > Throwable #1:
org.apache.solr.client.solrj.SolrServerException: Time allowed to handle this
request exceeded
[junit4] > at
__randomizedtesting.SeedInfo.seed([518FB7F3566FE05D:D9DB8829F8938DA5]:0)
[junit4] > at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:460)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1106)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:886)
[junit4] > at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:819)
[junit4] > at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
[junit4] > at
org.apache.solr.client.solrj.SolrClient.query(SolrClient.java:942)
[junit4] > at
org.apache.solr.cloud.CloudExitableDirectoryReaderTest.assertPartialResults(CloudExitableDirectoryReaderTest.java:106)
[junit4] > at
org.apache.solr.cloud.CloudExitableDirectoryReaderTest.doTimeoutTests(CloudExitableDirectoryReaderTest.java:78)
[junit4] > at
org.apache.solr.cloud.CloudExitableDirectoryReaderTest.test(CloudExitableDirectoryReaderTest.java:56)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:564)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 1956128 INFO (jetty-closer-5340-thread-2) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@685605af{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 1956134 INFO (jetty-closer-5340-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@46bcec8e{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 1956136 INFO (jetty-closer-5340-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=301914231
[junit4] 2> 1956136 INFO (jetty-closer-5340-thread-2) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=953582301
[junit4] 2> 1956136 INFO (jetty-closer-5340-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1956137 INFO (jetty-closer-5340-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@55923346: rootName =
solr_54118, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@786158e9
[junit4] 2> 1956137 INFO (jetty-closer-5340-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 1956137 INFO (jetty-closer-5340-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@9b384ae: rootName =
solr_54119, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@7bc585c3
[junit4] 2> 1956155 INFO (jetty-closer-5340-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1956155 INFO (jetty-closer-5340-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3b89ec17: rootName =
solr_54119, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@14f2e8f6
[junit4] 2> 1956160 INFO (jetty-closer-5340-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 1956160 INFO (jetty-closer-5340-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@22c4c43: rootName =
solr_54119, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@55ff2a6e
[junit4] 2> 1956163 INFO (jetty-closer-5340-thread-2) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:54119_solr
[junit4] 2> 1956173 INFO (jetty-closer-5340-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 1956173 INFO (jetty-closer-5340-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5f6cec35: rootName =
solr_54118, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@14f2e8f6
[junit4] 2> 1956178 INFO (jetty-closer-5340-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 1956178 INFO (jetty-closer-5340-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@b1bd25a: rootName =
solr_54118, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@55ff2a6e
[junit4] 2> 1956195 INFO (zkCallback-5366-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 1956195 INFO (zkCallback-5371-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 1956195 INFO (zkCallback-5355-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 1956196 INFO (jetty-closer-5340-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 1956197 INFO (coreCloseExecutor-8809-thread-1)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.c.SolrCore [exitable_shard1_replica_n1]
CLOSING SolrCore org.apache.solr.core.SolrCore@7c918dd6
[junit4] 2> 1956197 INFO (coreCloseExecutor-8809-thread-1)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.exitable.shard1.replica_n1, tag=7c918dd6
[junit4] 2> 1956197 INFO (coreCloseExecutor-8809-thread-1)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6cb1bde4: rootName =
solr_54119, domain = solr.core.exitable.shard1.replica_n1, service url = null,
agent id = null] for registry solr.core.exitable.shard1.replica_n1 /
com.codahale.metrics.MetricRegistry@4c91e72a
[junit4] 2> 1956197 INFO (zkCallback-5357-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 1956200 INFO (jetty-closer-5340-thread-1) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:54118_solr
[junit4] 2> 1956202 INFO (zkCallback-5366-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
[junit4] 2> 1956202 INFO (zkCallback-5355-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
[junit4] 2> 1956202 INFO (zkCallback-5371-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
[junit4] 2> 1956204 INFO (zkCallback-5357-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (0)
[junit4] 2> 1956205 INFO (jetty-closer-5340-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 1956206 INFO (coreCloseExecutor-8810-thread-1)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.c.SolrCore [exitable_shard2_replica_n2]
CLOSING SolrCore org.apache.solr.core.SolrCore@54999f0c
[junit4] 2> 1956206 INFO (coreCloseExecutor-8810-thread-1)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.exitable.shard2.replica_n2, tag=54999f0c
[junit4] 2> 1956206 INFO (coreCloseExecutor-8810-thread-1)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@2ccffb29: rootName =
solr_54118, domain = solr.core.exitable.shard2.replica_n2, service url = null,
agent id = null] for registry solr.core.exitable.shard2.replica_n2 /
com.codahale.metrics.MetricRegistry@541166d0
[junit4] 2> 1956214 INFO (coreCloseExecutor-8809-thread-1)
[n:127.0.0.1:54119_solr c:exitable s:shard1 r:core_node3
x:exitable_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.exitable.shard1.leader, tag=7c918dd6
[junit4] 2> 1956233 INFO (coreCloseExecutor-8810-thread-1)
[n:127.0.0.1:54118_solr c:exitable s:shard2 r:core_node4
x:exitable_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.exitable.shard2.leader, tag=54999f0c
[junit4] 2> 1956284 INFO (jetty-closer-5340-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=72126581903327238-127.0.0.1:54119_solr-n_0000000000) closing
[junit4] 2> 1956284 INFO
(OverseerStateUpdate-72126581903327238-127.0.0.1:54119_solr-n_0000000000) [
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:54119_solr
[junit4] 2> 1956285 WARN
(OverseerAutoScalingTriggerThread-72126581903327238-127.0.0.1:54119_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we
are closed, exiting.
[junit4] 2> 1956288 INFO (zkCallback-5355-thread-1) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:54118_solr
[junit4] 2> 1956290 INFO (jetty-closer-5340-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@2d7ecdca{/solr,null,UNAVAILABLE}
[junit4] 2> 1956291 INFO (jetty-closer-5340-thread-2) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 1956305 INFO (jetty-closer-5340-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@699fd363{/solr,null,UNAVAILABLE}
[junit4] 2> 1956306 INFO (jetty-closer-5340-thread-1) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 1956323 ERROR
(SUITE-CloudExitableDirectoryReaderTest-seed#[518FB7F3566FE05D]-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> 1956324 INFO
(SUITE-CloudExitableDirectoryReaderTest-seed#[518FB7F3566FE05D]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:54116 54116
[junit4] 2> 1956430 INFO (Thread-3750) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:54116 54116
[junit4] 2> 1956774 WARN (Thread-3750) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/aliases.json
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 3 /solr/collections/exitable/terms/shard2
[junit4] 2> 3 /solr/collections/exitable/terms/shard1
[junit4] 2> 2 /solr/security.json
[junit4] 2> 2 /solr/configs/conf
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2> 3 /solr/collections/exitable/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/live_nodes
[junit4] 2> 5 /solr/collections
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.CloudExitableDirectoryReaderTest_518FB7F3566FE05D-001
[junit4] 2> May 16, 2018 10:42:53 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarity(queryNorm=false): {}, locale=fr-MG, timezone=Asia/Tokyo
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9
(64-bit)/cpus=3,threads=1,free=178534296,total=536870912
[junit4] 2> NOTE: All tests run in this JVM: [TestQueryUtils,
TransactionLogTest, TestSQLHandlerNonCloud, PathHierarchyTokenizerFactoryTest,
TimeRoutedAliasUpdateProcessorTest, TestDocTermOrds, MetricUtilsTest,
TestPerFieldSimilarity, TestRealTimeGet, TestPushWriter,
CoreMergeIndexesAdminHandlerTest, DeleteNodeTest, RuleEngineTest,
TestSolr4Spatial2, TestMiniSolrCloudClusterSSL, TestPostingsSolrHighlighter,
BaseCdcrDistributedZkTest, ExitableDirectoryReaderTest,
CdcrVersionReplicationTest, TestSolrConfigHandlerConcurrent,
TestPhraseSuggestions, IgnoreLargeDocumentProcessorFactoryTest,
DirectSolrConnectionTest, VMParamsZkACLAndCredentialsProvidersTest,
AsyncCallRequestStatusResponseTest, ConjunctionSolrSpellCheckerTest,
TestRangeQuery, AnalysisAfterCoreReloadTest, ActionThrottleTest,
ComputePlanActionTest, TestAuthorizationFramework, CoreAdminOperationTest,
TestClusterStateMutator, SynonymTokenizerTest, SpatialFilterTest,
SimpleCollectionCreateDeleteTest, TestObjectReleaseTracker,
TestGraphTermsQParserPlugin, TriggerCooldownIntegrationTest,
BigEndianAscendingWordDeserializerTest, TestElisionMultitermQuery,
TestFunctionQuery, MetricTriggerTest, TermsComponentTest,
TestCloudManagedSchema, TestRandomCollapseQParserPlugin,
TestStressUserVersions, TestTolerantUpdateProcessorRandomCloud,
RestoreTriggerStateTest, RequiredFieldsTest, TestSegmentSorting,
DistributedSuggestComponentTest, FullHLLTest, HLLUtilTest, TestLegacyField,
TestSuggestSpellingConverter, TestHighFrequencyDictionaryFactory,
CollectionsAPISolrJTest, OutputWriterTest, PingRequestHandlerTest,
StatsComponentTest, SOLR749Test, TestJettySolrRunner, CopyFieldTest,
BasicDistributedZkTest, SolrMetricManagerTest,
TestOverriddenPrefixQueryForCustomFieldType, JSONWriterTest,
ConvertedLegacyTest, TestGraphMLResponseWriter, CollectionReloadTest,
MultiTermTest, ShardRoutingCustomTest, DeleteInactiveReplicaTest, BasicZkTest,
TestCryptoKeys, ZkShardTermsTest, TestSimpleQParserPlugin, PolyFieldTest,
SolrIndexMetricsTest, MultiThreadedOCPTest, CursorPagingTest, SuggesterTSTTest,
TestNodeLostTrigger, DocumentBuilderTest, TestSchemaManager, CoreSorterTest,
TestXmlQParser, TestFieldCacheVsDocValues, ZkStateWriterTest,
OpenExchangeRatesOrgProviderTest, ConfigSetsAPITest, TestStreamBody,
ChaosMonkeySafeLeaderWithPullReplicasTest, TestEmbeddedSolrServerConstructors,
SolrGraphiteReporterTest, TestBinaryResponseWriter, TestReloadDeadlock,
TestFoldingMultitermQuery, TestPerFieldSimilarityWithDefaultOverride,
MBeansHandlerTest, NumericFieldsTest, TestBinaryField, TestJsonFacets,
TestExecutePlanAction, TestFaceting, TestPartialUpdateDeduplication,
ShufflingReplicaListTransformerTest, ZkNodePropsTest,
TestLeaderElectionWithEmptyReplica, OpenCloseCoreStressTest,
TestComplexPhraseQParserPlugin, TestLFUCache,
TestManagedSynonymGraphFilterFactory, CollectionsAPIAsyncDistributedZkTest,
V2ApiIntegrationTest, TestSerializedLuceneMatchVersion,
TestSizeLimitedDistributedMap, SecurityConfHandlerTest,
TestStressInPlaceUpdates, TestExceedMaxTermLength, TestDistribDocBasedVersion,
QueryResultKeyTest, CollectionPropsTest, WordBreakSolrSpellCheckerTest,
HdfsWriteToMultipleCollectionsTest, PluginInfoTest, TestHighlightDedupGrouping,
TestRuleBasedAuthorizationPlugin, TestCollationField, AliasIntegrationTest,
TestMultiWordSynonyms, OverseerRolesTest, SaslZkACLProviderTest,
TestQuerySenderNoQuery, TestSlowCompositeReaderWrapper, BooleanFieldTest,
TestExportWriter, SuggestComponentContextFilterQueryTest, SolrTestCaseJ4Test,
TestSimDistributedQueue, TestDelegationWithHadoopAuth,
DistributedFacetSimpleRefinementLongTailTest, SolrMetricsIntegrationTest,
DateFieldTest, TestMultiValuedNumericRangeQuery, TestPayloadScoreQParserPlugin,
TestQueryTypes, CacheHeaderTest, SolrCloudReportersTest,
HdfsChaosMonkeyNothingIsSafeTest, TestLegacyFieldCache,
XmlUpdateRequestHandlerTest, NodeAddedTriggerTest,
TestRequestStatusCollectionAPI, SolrInfoBeanTest, DeleteShardTest,
SuggesterFSTTest, SolrJmxReporterTest, TestMinMaxOnMultiValuedField,
TestRecovery, TestCharFilters, TestTrackingShardHandlerFactory,
TestRestoreCore, TestInPlaceUpdatesDistrib, ResponseBuilderTest,
TestSchemaSimilarityResource, AutoscalingHistoryHandlerTest,
TestXIncludeConfig, TestCloudRecovery, PreAnalyzedUpdateProcessorTest,
TestDirectoryFactory, ScheduledTriggerIntegrationTest, OverseerTaskQueueTest,
TestConfigSetProperties, TestManagedStopFilterFactory, TestCloudConsistency,
DistributedMLTComponentTest, TestSolrCloudWithDelegationTokens,
LIRRollingUpdatesTest, MaxSizeAutoCommitTest, NumberUtilsTest, BitVectorTest,
TestTlogReplica, DocExpirationUpdatePr
[...truncated too long message...]
O (jetty-closer-125-thread-2) [ ] o.a.s.m.r.SolrJmxReporter Closing
reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@5795ba42: rootName
= solr_49316, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@e273bcd
[junit4] 2> 25509 INFO (jetty-closer-125-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@5c6a9cf8: rootName =
solr_49315, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@2ed29fda
[junit4] 2> 25525 INFO (jetty-closer-125-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 25525 INFO (jetty-closer-125-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6d65c154: rootName =
solr_49316, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@680bec11
[junit4] 2> 25528 INFO (jetty-closer-125-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 25528 INFO (jetty-closer-125-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@480013c8: rootName =
solr_49315, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@680bec11
[junit4] 2> 25535 INFO (jetty-closer-125-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 25535 INFO (jetty-closer-125-thread-2) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@440c65cd: rootName =
solr_49316, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@946331
[junit4] 2> 25536 INFO (jetty-closer-125-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 25536 INFO (jetty-closer-125-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@67fe8b9d: rootName =
solr_49315, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@946331
[junit4] 2> 25546 INFO (jetty-closer-125-thread-2) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:49316_solr
[junit4] 2> 25547 INFO (jetty-closer-125-thread-1) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:49315_solr
[junit4] 2> 25551 INFO (jetty-closer-125-thread-2) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 25558 INFO (jetty-closer-125-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=72126730939400197-127.0.0.1:49316_solr-n_0000000000) closing
[junit4] 2> 25559 INFO
(OverseerStateUpdate-72126730939400197-127.0.0.1:49316_solr-n_0000000000) [
] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:49316_solr
[junit4] 2> 25560 WARN
(OverseerAutoScalingTriggerThread-72126730939400197-127.0.0.1:49316_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we
are closed, exiting.
[junit4] 2> 25560 INFO (zkCallback-140-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
[junit4] 2> 25560 INFO (jetty-closer-125-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 25561 INFO (jetty-closer-125-thread-1) [ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 25568 INFO (zkCallback-141-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
[junit4] 2> 25569 INFO (zkCallback-151-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (0)
[junit4] 2> 25570 DEBUG (jetty-closer-125-thread-2) [ ]
o.a.s.c.a.ScheduledTriggers Shutting down scheduled thread pool executor now
[junit4] 2> 25571 DEBUG (jetty-closer-125-thread-2) [ ]
o.a.s.c.a.ScheduledTriggers Shutting down action executor now
[junit4] 2> 25571 DEBUG (jetty-closer-125-thread-2) [ ]
o.a.s.c.a.ScheduledTriggers Awaiting termination for action executor
[junit4] 2> 25571 DEBUG (jetty-closer-125-thread-2) [ ]
o.a.s.c.a.ScheduledTriggers Awaiting termination for scheduled thread pool
executor
[junit4] 2> 25576 DEBUG (jetty-closer-125-thread-2) [ ]
o.a.s.c.a.ScheduledTriggers ScheduledTriggers closed completely
[junit4] 2> 25576 DEBUG (jetty-closer-125-thread-2) [ ]
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
[junit4] 2> 25596 INFO (zkCallback-140-thread-1) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:49315_solr
[junit4] 2> 25599 INFO (jetty-closer-125-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@6ca75838{/solr,null,UNAVAILABLE}
[junit4] 2> 25600 INFO (jetty-closer-125-thread-2) [ ] o.e.j.s.session
node0 Stopped scavenging
[junit4] 2> 27089 WARN (zkCallback-156-thread-1) [ ]
o.a.s.c.c.ZkStateReader ZooKeeper watch triggered, but Solr cannot talk to ZK:
[KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 27092 INFO (jetty-closer-125-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@437eb630{/solr,null,UNAVAILABLE}
[junit4] 2> 27092 INFO (jetty-closer-125-thread-1) [ ] o.e.j.s.session
node0 Stopped scavenging
[junit4] 2> 27093 ERROR
(SUITE-IndexSizeTriggerTest-seed#[518FB7F3566FE05D]-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> 27093 INFO
(SUITE-IndexSizeTriggerTest-seed#[518FB7F3566FE05D]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:49311 49311
[junit4] 2> 27195 INFO (Thread-59) [ ] o.a.s.c.ZkTestServer connecting
to 127.0.0.1:49311 49311
[junit4] 2> 27348 WARN (Thread-59) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/aliases.json
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 2 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/live_nodes
[junit4] 2> 5 /solr/collections
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.IndexSizeTriggerTest_518FB7F3566FE05D-001
[junit4] 2> May 16, 2018 11:20:46 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=979, maxMBSortInHeap=6.292793020048027,
sim=RandomSimilarity(queryNorm=false): {}, locale=fr-MG, timezone=Asia/Tokyo
[junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9
(64-bit)/cpus=3,threads=1,free=35920880,total=75497472
[junit4] 2> NOTE: All tests run in this JVM:
[CloudExitableDirectoryReaderTest, IndexSizeTriggerTest, IndexSizeTriggerTest,
IndexSizeTriggerTest]
[junit4] Completed [8/10 (2!)] on J0 in 4.89s, 4 tests, 1 failure <<<
FAILURES!
[...truncated 19 lines...]
BUILD FAILED
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/common-build.xml:1568:
The following error occurred while executing this line:
/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX/lucene/common-build.xml:1092:
There were test failures: 10 suites, 25 tests, 2 failures [seed:
518FB7F3566FE05D]
Total time: 39 seconds
[repro] Setting last failure code to 256
[repro] Failures:
[repro] 0/5 failed: org.apache.solr.cloud.CloudExitableDirectoryReaderTest
[repro] 2/5 failed: org.apache.solr.cloud.autoscaling.IndexSizeTriggerTest
[repro] Exiting with code 256
+ mv lucene/build lucene/build.repro
+ mv solr/build solr/build.repro
+ mv lucene/build.orig lucene/build
+ mv solr/build.orig solr/build
Archiving artifacts
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
[WARNINGS] Parsing warnings in console log with parser Java Compiler (javac)
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
<Git Blamer> Using GitBlamer to create author and commit information for all
warnings.
<Git Blamer> GIT_COMMIT=b4239ed51f3552b74b30c9b2cb70cf6a09161a69,
workspace=/Users/jenkins/workspace/Lucene-Solr-7.x-MacOSX
[WARNINGS] Computing warning deltas based on reference build #642
Recording test results
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Build step 'Publish JUnit test result report' changed build result to UNSTABLE
Email was triggered for: Unstable (Test Failures)
Sending email for trigger: Unstable (Test Failures)
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
Setting
ANT_1_8_2_HOME=/Users/jenkins/tools/hudson.tasks.Ant_AntInstallation/ANT_1.8.2
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]