Build: https://builds.apache.org/job/Lucene-Solr-NightlyTests-master/1457/
6 tests failed.
FAILED:
org.apache.lucene.classification.CachingNaiveBayesClassifierTest.testPerformance
Error Message:
evaluation took more than 1m: 78s
Stack Trace:
java.lang.AssertionError: evaluation took more than 1m: 78s
at
__randomizedtesting.SeedInfo.seed([F38158586B2A977E:3460AA7A009EAFD1]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.lucene.classification.CachingNaiveBayesClassifierTest.testPerformance(CachingNaiveBayesClassifierTest.java:111)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.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
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.UnloadDistributedZkTest.test
Error Message:
Captured an uncaught exception in thread: Thread[id=1365,
name=testExecutor-429-thread-11, state=RUNNABLE,
group=TGRP-UnloadDistributedZkTest]
Stack Trace:
com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught
exception in thread: Thread[id=1365, name=testExecutor-429-thread-11,
state=RUNNABLE, group=TGRP-UnloadDistributedZkTest]
Caused by: java.lang.RuntimeException:
org.apache.solr.client.solrj.SolrServerException: Timeout occured while waiting
response from server at: http://127.0.0.1:59534
at __randomizedtesting.SeedInfo.seed([D993E27E0A6B172B]:0)
at
org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCollectionInOneInstance$0(BasicDistributedZkTest.java:596)
at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.SolrServerException: Timeout occured
while waiting response from server at: http://127.0.0.1:59534
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:654)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:211)
at
org.apache.solr.cloud.BasicDistributedZkTest.lambda$createCollectionInOneInstance$0(BasicDistributedZkTest.java:594)
... 4 more
Caused by: java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
at java.net.SocketInputStream.read(SocketInputStream.java:171)
at java.net.SocketInputStream.read(SocketInputStream.java:141)
at
org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:137)
at
org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:153)
at
org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:282)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
... 9 more
FAILED:
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration
Error Message:
Path /autoscaling/nodeAdded/127.0.0.1:49654_solr wasn't created
Stack Trace:
java.lang.AssertionError: Path /autoscaling/nodeAdded/127.0.0.1:49654_solr
wasn't created
at
__randomizedtesting.SeedInfo.seed([D993E27E0A6B172B:C1296A72045EDAC4]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testNodeMarkersRegistration(TriggerIntegrationTest.java:936)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testListeners
Error Message:
The TriggerAction should have been created by now
Stack Trace:
java.lang.AssertionError: The TriggerAction should have been created by now
at
__randomizedtesting.SeedInfo.seed([D993E27E0A6B172B:3453756EB7078AF2]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testListeners(TestTriggerIntegration.java:915)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testNodeAddedTriggerRestoreState
Error Message:
The trigger did not fire at all
Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
at
__randomizedtesting.SeedInfo.seed([D993E27E0A6B172B:51AE6B0130ABF686]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testNodeAddedTriggerRestoreState(TestTriggerIntegration.java:365)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testEventFromRestoredState
Error Message:
The trigger did not fire at all
Stack Trace:
java.lang.AssertionError: The trigger did not fire at all
at
__randomizedtesting.SeedInfo.seed([D993E27E0A6B172B:D9A556BE2366B341]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.autoscaling.sim.TestTriggerIntegration.testEventFromRestoredState(TestTriggerIntegration.java:688)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 7476 lines...]
[junit4] Suite:
org.apache.lucene.classification.CachingNaiveBayesClassifierTest
[junit4] 2> NOTE: download the large Jenkins line-docs file by running
'ant get-jenkins-line-docs' in the lucene directory.
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=CachingNaiveBayesClassifierTest -Dtests.method=testPerformance
-Dtests.seed=F38158586B2A977E -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/test-data/enwiki.random.lines.txt
-Dtests.locale=de-DE -Dtests.timezone=Pacific/Port_Moresby
-Dtests.asserts=true -Dtests.file.encoding=UTF-8
[junit4] FAILURE 94.4s J2 | CachingNaiveBayesClassifierTest.testPerformance
<<<
[junit4] > Throwable #1: java.lang.AssertionError: evaluation took more
than 1m: 78s
[junit4] > at
__randomizedtesting.SeedInfo.seed([F38158586B2A977E:3460AA7A009EAFD1]:0)
[junit4] > at
org.apache.lucene.classification.CachingNaiveBayesClassifierTest.testPerformance(CachingNaiveBayesClassifierTest.java:111)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{bool=PostingsFormat(name=LuceneFixedGap),
cat=PostingsFormat(name=LuceneFixedGap),
text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))},
docValues:{}, maxPointsInLeafNode=456, maxMBSortInHeap=6.505876798627399,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5e296778),
locale=de-DE, timezone=Pacific/Port_Moresby
[junit4] 2> NOTE: Linux 3.13.0-88-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=4,threads=1,free=176729224,total=341311488
[junit4] 2> NOTE: All tests run in this JVM:
[CachingNaiveBayesClassifierTest]
[junit4] Completed [4/11 (1!)] on J2 in 105.55s, 4 tests, 1 failure <<<
FAILURES!
[...truncated 5687 lines...]
[junit4] Suite: org.apache.solr.cloud.UnloadDistributedZkTest
[junit4] 2> Creating dataDir:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_D993E27E0A6B172B-001/init-core-data-001
[junit4] 2> 417361 WARN
(SUITE-UnloadDistributedZkTest-seed#[D993E27E0A6B172B]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=42 numCloses=42
[junit4] 2> 417362 INFO
(SUITE-UnloadDistributedZkTest-seed#[D993E27E0A6B172B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 417364 INFO
(SUITE-UnloadDistributedZkTest-seed#[D993E27E0A6B172B]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 417364 INFO
(SUITE-UnloadDistributedZkTest-seed#[D993E27E0A6B172B]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 417364 INFO
(SUITE-UnloadDistributedZkTest-seed#[D993E27E0A6B172B]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 417454 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 417489 INFO (Thread-150) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 417489 INFO (Thread-150) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 417505 ERROR (Thread-150) [ ] 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> 417605 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.ZkTestServer start zk server on port:58360
[junit4] 2> 417694 INFO (zkConnectionManagerCallback-310-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 417909 INFO (zkConnectionManagerCallback-312-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 418313 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 418537 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 418539 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 418541 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 418554 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 418563 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 418569 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 418587 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 418598 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 418604 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 418614 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.AbstractZkTestCase put
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 418622 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly
asked otherwise
[junit4] 2> 420940 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 421016 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 421022 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 421022 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 421033 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@10926d77{/,null,AVAILABLE}
[junit4] 2> 421038 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@669b3bec{HTTP/1.1,[http/1.1]}{127.0.0.1:57212}
[junit4] 2> 421041 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.e.j.s.Server Started @441795ms
[junit4] 2> 421041 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_D993E27E0A6B172B-001/tempDir-001/control/data,
replicaType=NRT, hostContext=/, hostPort=57212,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_D993E27E0A6B172B-001/control-001/cores}
[junit4] 2> 421041 ERROR
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 421042 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 421042 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 421042 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 421042 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-23T17:47:32.354Z
[junit4] 2> 421097 INFO (zkConnectionManagerCallback-314-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 421099 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 421099 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_D993E27E0A6B172B-001/control-001/solr.xml
[junit4] 2> 421105 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 421105 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 421112 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5aa21d80, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 421139 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58360/solr
[junit4] 2> 421311 INFO (zkConnectionManagerCallback-318-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 421347 INFO
(zkConnectionManagerCallback-320-thread-1-processing-n:127.0.0.1:57212_)
[n:127.0.0.1:57212_ ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 421613 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [n:127.0.0.1:57212_
] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 421621 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [n:127.0.0.1:57212_
] o.a.s.c.OverseerElectionContext I am going to be the leader
127.0.0.1:57212_
[junit4] 2> 421622 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [n:127.0.0.1:57212_
] o.a.s.c.Overseer Overseer
(id=99400394263887876-127.0.0.1:57212_-n_0000000000) starting
[junit4] 2> 421676 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [n:127.0.0.1:57212_
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:57212_
[junit4] 2> 421678 INFO
(OverseerStateUpdate-99400394263887876-127.0.0.1:57212_-n_0000000000)
[n:127.0.0.1:57212_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 422898 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [n:127.0.0.1:57212_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5aa21d80
[junit4] 2> 423120 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [n:127.0.0.1:57212_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5aa21d80
[junit4] 2> 423120 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [n:127.0.0.1:57212_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5aa21d80
[junit4] 2> 423214 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [n:127.0.0.1:57212_
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_D993E27E0A6B172B-001/control-001/cores
[junit4] 2> 423965 INFO (zkConnectionManagerCallback-326-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 424014 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 424020 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58360/solr ready
[junit4] 2> 424102 INFO (qtp1885047358-1104) [n:127.0.0.1:57212_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:57212_&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 424190 INFO
(OverseerThreadFactory-345-thread-1-processing-n:127.0.0.1:57212_)
[n:127.0.0.1:57212_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 424428 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 424428 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 424624 INFO
(zkCallback-319-thread-1-processing-n:127.0.0.1:57212_) [n:127.0.0.1:57212_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 425596 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 426175 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 428659 WARN (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrResourceLoader Solr loaded a deprecated plugin/analysis class
[solr.WordDelimiterFilterFactory]. Please consult documentation how to replace
it accordingly.
[junit4] 2> 430410 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 430833 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 430851 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5aa21d80
[junit4] 2> 430852 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 430852 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_D993E27E0A6B172B-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_D993E27E0A6B172B-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 430947 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1936029731,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 431153 WARN (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 432819 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 432819 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 432820 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 432820 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 432838 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=44, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=0.275390625,
floorSegmentMB=0.62890625, forceMergeDeletesPctAllowed=26.25368084309843,
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 432895 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@23c92899[control_collection_shard1_replica_n1] main]
[junit4] 2> 432911 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 432924 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 432982 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 433011 INFO
(searcherExecutor-348-thread-1-processing-n:127.0.0.1:57212_
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:57212_ c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@23c92899[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 433012 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1590406324498202624
[junit4] 2> 433081 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 433081 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 433081 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:57212/control_collection_shard1_replica_n1/
[junit4] 2> 433081 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 433081 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:57212/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 433081 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 433183 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:57212/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 433185 INFO
(zkCallback-319-thread-2-processing-n:127.0.0.1:57212_) [n:127.0.0.1:57212_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 433205 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 433226 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=8798
[junit4] 2> 433378 INFO (qtp1885047358-1104) [n:127.0.0.1:57212_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 433477 INFO
(zkCallback-319-thread-2-processing-n:127.0.0.1:57212_) [n:127.0.0.1:57212_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 434581 INFO (qtp1885047358-1104) [n:127.0.0.1:57212_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:57212_&wt=javabin&version=2}
status=0 QTime=10479
[junit4] 2> 434586 INFO
(OverseerCollectionConfigSetProcessor-99400394263887876-127.0.0.1:57212_-n_0000000000)
[n:127.0.0.1:57212_ ] 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> 434731 INFO (zkConnectionManagerCallback-330-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 434733 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 434750 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:58360/solr ready
[junit4] 2> 434750 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 434753 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 434909 INFO
(OverseerThreadFactory-345-thread-2-processing-n:127.0.0.1:57212_)
[n:127.0.0.1:57212_ ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 434969 WARN
(OverseerThreadFactory-345-thread-2-processing-n:127.0.0.1:57212_)
[n:127.0.0.1:57212_ ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 435138 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 435158 INFO (qtp1885047358-1108) [n:127.0.0.1:57212_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=404
[junit4] 2> 436900 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_D993E27E0A6B172B-001/shard-1-001
of type TLOG
[junit4] 2> 436942 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 436945 INFO
(OverseerCollectionConfigSetProcessor-99400394263887876-127.0.0.1:57212_-n_0000000000)
[n:127.0.0.1:57212_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 437015 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 437015 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 437015 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 437016 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4f675ccd{/,null,AVAILABLE}
[junit4] 2> 437016 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@17bac5a7{HTTP/1.1,[http/1.1]}{127.0.0.1:59534}
[junit4] 2> 437016 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.e.j.s.Server Started @457770ms
[junit4] 2> 437016 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_D993E27E0A6B172B-001/tempDir-001/jetty1,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=59534,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_D993E27E0A6B172B-001/shard-1-001/cores}
[junit4] 2> 437050 ERROR
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 437050 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 437050 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 437050 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 437050 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-23T17:47:48.362Z
[junit4] 2> 437172 INFO (zkConnectionManagerCallback-332-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 437222 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 437222 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_D993E27E0A6B172B-001/shard-1-001/solr.xml
[junit4] 2> 437425 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 437433 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 437435 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5aa21d80, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 437444 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58360/solr
[junit4] 2> 437543 INFO (zkConnectionManagerCallback-336-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 437733 INFO
(zkConnectionManagerCallback-338-thread-1-processing-n:127.0.0.1:59534_)
[n:127.0.0.1:59534_ ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 437776 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [n:127.0.0.1:59534_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 437798 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [n:127.0.0.1:59534_
] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 437818 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [n:127.0.0.1:59534_
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:59534_
[junit4] 2> 437865 INFO (zkCallback-329-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 437866 INFO
(zkCallback-319-thread-1-processing-n:127.0.0.1:57212_) [n:127.0.0.1:57212_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 437946 INFO
(zkCallback-337-thread-1-processing-n:127.0.0.1:59534_) [n:127.0.0.1:59534_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 438915 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [n:127.0.0.1:59534_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5aa21d80
[junit4] 2> 439063 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [n:127.0.0.1:59534_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5aa21d80
[junit4] 2> 439063 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [n:127.0.0.1:59534_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5aa21d80
[junit4] 2> 439093 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [n:127.0.0.1:59534_
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_D993E27E0A6B172B-001/shard-1-001/cores
[junit4] 2> 439597 INFO (qtp1885047358-1106) [n:127.0.0.1:57212_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:59534_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 439622 INFO
(OverseerThreadFactory-345-thread-3-processing-n:127.0.0.1:57212_)
[n:127.0.0.1:57212_ ] o.a.s.c.a.c.AddReplicaCmd Node Identified
127.0.0.1:59534_ for creating new replica
[junit4] 2> 439676 INFO (qtp952321827-1152) [n:127.0.0.1:59534_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 439731 INFO (qtp952321827-1152) [n:127.0.0.1:59534_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 439782 INFO
(zkCallback-337-thread-1-processing-n:127.0.0.1:59534_) [n:127.0.0.1:59534_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 440031 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 440252 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema
[collection1_shard2_replica_t41] Schema name=test
[junit4] 2> 441277 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 441490 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_t41' using configuration from
collection collection1, trusted=true
[junit4] 2> 441491 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_t41' (registry
'solr.core.collection1.shard2.replica_t41') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5aa21d80
[junit4] 2> 441491 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 441491 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrCore
[[collection1_shard2_replica_t41] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_D993E27E0A6B172B-001/shard-1-001/cores/collection1_shard2_replica_t41],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_D993E27E0A6B172B-001/shard-1-001/cores/collection1_shard2_replica_t41/data/]
[junit4] 2> 441495 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1936029731,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 441512 WARN (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 441624 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 441625 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 441626 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 441626 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 441628 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=44, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=0.275390625,
floorSegmentMB=0.62890625, forceMergeDeletesPctAllowed=26.25368084309843,
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 441666 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@26049470[collection1_shard2_replica_t41] main]
[junit4] 2> 441668 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 441669 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 441670 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 441671 INFO
(searcherExecutor-359-thread-1-processing-n:127.0.0.1:59534_
x:collection1_shard2_replica_t41 s:shard2 c:collection1) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrCore
[collection1_shard2_replica_t41] Registered new searcher
Searcher@26049470[collection1_shard2_replica_t41]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 441686 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1590406333593550848
[junit4] 2> 441729 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 441729 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 441729 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:59534/collection1_shard2_replica_t41/
[junit4] 2> 441729 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 441729 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy
http://127.0.0.1:59534/collection1_shard2_replica_t41/ has no replicas
[junit4] 2> 441729 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 441729 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.ZkController
collection1_shard2_replica_t41 stopping background replication from leader
[junit4] 2> 441767 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:59534/collection1_shard2_replica_t41/ shard2
[junit4] 2> 441876 INFO
(zkCallback-337-thread-1-processing-n:127.0.0.1:59534_) [n:127.0.0.1:59534_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 441921 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 441923 INFO (qtp952321827-1152) [n:127.0.0.1:59534_
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=2248
[junit4] 2> 442050 INFO (qtp1885047358-1106) [n:127.0.0.1:57212_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:59534_&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
status=0 QTime=2452
[junit4] 2> 442249 INFO
(zkCallback-337-thread-1-processing-n:127.0.0.1:59534_) [n:127.0.0.1:59534_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 443642 INFO
(OverseerCollectionConfigSetProcessor-99400394263887876-127.0.0.1:57212_-n_0000000000)
[n:127.0.0.1:57212_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 444022 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_D993E27E0A6B172B-001/shard-2-001
of type TLOG
[junit4] 2> 444023 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T18:27:37-03:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 444042 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 444042 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 444042 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 444043 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@48f68843{/,null,AVAILABLE}
[junit4] 2> 444043 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@719aec43{HTTP/1.1,[http/1.1]}{127.0.0.1:47120}
[junit4] 2> 444043 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.e.j.s.Server Started @464797ms
[junit4] 2> 444043 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_D993E27E0A6B172B-001/tempDir-001/jetty2,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/, hostPort=47120,
coreRootDirectory=/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_D993E27E0A6B172B-001/shard-2-001/cores}
[junit4] 2> 444044 ERROR
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 444090 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 444090 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 444090 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 444090 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-23T17:47:55.402Z
[junit4] 2> 444125 INFO (zkConnectionManagerCallback-342-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 444158 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 444158 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_D993E27E0A6B172B-001/shard-2-001/solr.xml
[junit4] 2> 444219 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 444220 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 444265 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@5aa21d80, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 444269 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:58360/solr
[junit4] 2> 444801 INFO (zkConnectionManagerCallback-346-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 445432 INFO
(zkConnectionManagerCallback-348-thread-1-processing-n:127.0.0.1:47120_)
[n:127.0.0.1:47120_ ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 445517 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [n:127.0.0.1:47120_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 445522 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [n:127.0.0.1:47120_
] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 445540 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [n:127.0.0.1:47120_
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:47120_
[junit4] 2> 445558 INFO
(zkCallback-337-thread-1-processing-n:127.0.0.1:59534_) [n:127.0.0.1:59534_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 445559 INFO (zkCallback-329-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 445559 INFO
(zkCallback-319-thread-1-processing-n:127.0.0.1:57212_) [n:127.0.0.1:57212_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 445643 INFO
(zkCallback-347-thread-1-processing-n:127.0.0.1:47120_) [n:127.0.0.1:47120_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 446526 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [n:127.0.0.1:47120_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.node' (registry
'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5aa21d80
[junit4] 2> 446643 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [n:127.0.0.1:47120_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jvm' (registry
'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5aa21d80
[junit4] 2> 446644 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [n:127.0.0.1:47120_
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr.jetty' (registry
'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@5aa21d80
[junit4] 2> 446715 INFO
(TEST-UnloadDistributedZkTest.test-seed#[D993E27E0A6B172B]) [n:127.0.0.1:47120_
] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_D993E27E0A6B172B-001/shard-2-001/cores
[junit4] 2> 447024 INFO (qtp184724201-1186) [n:127.0.0.1:47120_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:47120_&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 447058 INFO
(OverseerThreadFactory-345-thread-4-processing-n:127.0.0.1:57212_)
[n:127.0.0.1:57212_ ] o.a.s.c.a.c.AddReplicaCmd Node Identified
127.0.0.1:47120_ for creating new replica
[junit4] 2> 447240 INFO (qtp184724201-1190) [n:127.0.0.1:47120_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 447241 INFO (qtp184724201-1190) [n:127.0.0.1:47120_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 447256 INFO
(zkCallback-337-thread-1-processing-n:127.0.0.1:59534_) [n:127.0.0.1:59534_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 447265 INFO
(zkCallback-347-thread-1-processing-n:127.0.0.1:47120_) [n:127.0.0.1:47120_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 448795 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 448866 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema
[collection1_shard1_replica_t43] Schema name=test
[junit4] 2> 450167 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 450976 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_t43' using configuration from
collection collection1, trusted=true
[junit4] 2> 450977 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_t43' (registry
'solr.core.collection1.shard1.replica_t43') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@5aa21d80
[junit4] 2> 450977 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 450977 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SolrCore
[[collection1_shard1_replica_t43] ] Opening new SolrCore at
[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_D993E27E0A6B172B-001/shard-2-001/cores/collection1_shard1_replica_t43],
dataDir=[/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/../../../../../../../../../../../x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/J2/temp/solr.cloud.UnloadDistributedZkTest_D993E27E0A6B172B-001/shard-2-001/cores/collection1_shard1_replica_t43/data/]
[junit4] 2> 450981 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1936029731,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 451046 WARN (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 451133 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 451133 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 451135 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 451135 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 451137 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=44, maxMergeAtOnceExplicit=48, maxMergedSegmentMB=0.275390625,
floorSegmentMB=0.62890625, forceMergeDeletesPctAllowed=26.25368084309843,
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 451139 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@4bee4f78[collection1_shard1_replica_t43] main]
[junit4] 2> 451153 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 451153 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 451154 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 451155 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1590406343522516992
[junit4] 2> 451168 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 451168 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 451168 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:47120/collection1_shard1_replica_t43/
[junit4] 2> 451168 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 451168 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy
http://127.0.0.1:47120/collection1_shard1_replica_t43/ has no replicas
[junit4] 2> 451168 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 451169 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.ZkController
collection1_shard1_replica_t43 stopping background replication from leader
[junit4] 2> 451198 INFO
(searcherExecutor-370-thread-1-processing-n:127.0.0.1:47120_
x:collection1_shard1_replica_t43 s:shard1 c:collection1) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SolrCore
[collection1_shard1_replica_t43] Registered new searcher
Searcher@4bee4f78[collection1_shard1_replica_t43]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 451202 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:47120/collection1_shard1_replica_t43/ shard1
[junit4] 2> 451224 INFO
(zkCallback-337-thread-1-processing-n:127.0.0.1:59534_) [n:127.0.0.1:59534_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 451233 INFO
(zkCallback-347-thread-1-processing-n:127.0.0.1:47120_) [n:127.0.0.1:47120_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 451253 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 451525 INFO (qtp184724201-1190) [n:127.0.0.1:47120_
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=4284
[junit4] 2> 451639 INFO
(zkCallback-347-thread-1-processing-n:127.0.0.1:47120_) [n:127.0.0.1:47120_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 451639 INFO
(zkCallback-337-thread-1-processing-n:127.0.0.1:59534_) [n:127.0.0.1:59534_
] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 451642 INFO (qtp184724201-1186) [n:127.0.0.1:47120_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.
[...truncated too long message...]
ut/solr/core/test-lib/apacheds-interceptors-journal-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-normalization-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-operational-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-referral-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-schema-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-subtree-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-interceptors-trigger-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-jdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-jdbm1-2.0.0-M2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-kerberos-codec-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-ldif-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-mavibot-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-protocol-kerberos-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-protocol-ldap-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-protocol-shared-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/apacheds-xdbm-partition-2.0.0-M15.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/api-all-1.0.0-M20.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/bcprov-jdk15on-1.54.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/byte-buddy-1.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/commons-collections-3.2.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/commons-math3-3.6.1.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/ehcache-core-2.4.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/hadoop-common-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/hadoop-hdfs-2.7.4-tests.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/hadoop-minikdc-2.7.4.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/htrace-core-3.2.0-incubating.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jersey-core-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jersey-server-1.9.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jetty-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jetty-sslengine-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/jetty-util-6.1.26.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/mina-core-2.0.0-M5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/mockito-core-2.6.2.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/netty-all-4.0.36.Final.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/core/test-lib/objenesis-2.5.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/analysis/icu/lucene-analyzers-icu-8.0.0-SNAPSHOT.jar:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/contrib/solr-analysis-extras/classes/java:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/queryparser/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/build/backward-codecs/classes/test:/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/contrib/analysis-extras/lib/icu4j-60.2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-launcher.jar:/x1/jenkins/.ant/lib/ivy-2.4.0.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-log4j.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-junit4.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jai.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-javamail.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bsf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-net.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-antlr.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jsch.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-oro.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-commons-logging.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-netrexx.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-testutil.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jdepend.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-bcel.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-xalan2.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-resolver.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-jmf.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-apache-regexp.jar:/home/jenkins/tools/ant/apache-ant-1.8.4/lib/ant-swing.jar:/usr/local/asfpackages/java/jdk1.8.0_144/lib/tools.jar:/x1/jenkins/.ivy2/cache/com.carrotsearch.randomizedtesting/junit4-ant/jars/junit4-ant-2.5.3.jar
com.carrotsearch.ant.tasks.junit4.slave.SlaveMainSafe -eventsfile
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J2-20180123_174010_1404817711619537449789.events
@/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J2-20180123_174010_1409052796561667252502.suites
-stdin
[junit4] ERROR: JVM J2 ended with an exception: Forked process returned with
error code: 1. Very likely a JVM crash. See process stdout at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J2-20180123_174010_140388826292851825092.sysout
See process stderr at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J2-20180123_174010_1404759177040705267217.syserr
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4.executeSlave(JUnit4.java:1519)
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4.access$000(JUnit4.java:126)
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:982)
[junit4] at
com.carrotsearch.ant.tasks.junit4.JUnit4$2.call(JUnit4.java:979)
[junit4] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] at java.lang.Thread.run(Thread.java:748)
BUILD FAILED
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:844:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:780:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/build.xml:59:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build.xml:262:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/common-build.xml:556:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/common-build.xml:1513:
The following error occurred while executing this line:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/lucene/common-build.xml:1038:
At least one slave process threw an exception, first: Forked process returned
with error code: 1. Very likely a JVM crash. See process stdout at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J0-20180123_174010_1388989799081010294081.sysout
See process stderr at:
/x1/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-master/checkout/solr/build/solr-core/test/temp/junit4-J0-20180123_174010_1387161820183741047974.syserr
Total time: 839 minutes 49 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
[Fast Archiver] No artifacts from Lucene-Solr-NightlyTests-master #1456 to
compare, so performing full copy of artifacts
Recording test results
Email was triggered for: Failure - Any
Sending email for trigger: Failure - Any
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]