Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20375/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseParallelGC
5 tests failed.
FAILED: junit.framework.TestSuite.org.apache.solr.analytics.NoFacetCloudTest
Error Message:
Could not find collection:collection1
Stack Trace:
java.lang.AssertionError: Could not find collection:collection1
at __randomizedtesting.SeedInfo.seed([4E874E67E30C1AEC]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertNotNull(Assert.java:526)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
at
org.apache.solr.analytics.AbstractAnalyticsStatsCloudTest.setupCluster(AbstractAnalyticsStatsCloudTest.java:76)
at
org.apache.solr.analytics.NoFacetCloudTest.populate(NoFacetCloudTest.java:62)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:847)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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.client.solrj.io.stream.StreamExpressionTest.testParallelExecutorStream
Error Message:
Error from server at https://127.0.0.1:45543/solr/workQueue_shard2_replica_n3:
Expected mime type application/octet-stream but got text/html. <html> <head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title> </head> <body> <h2>HTTP ERROR: 404</h2> <p>Problem
accessing /solr/workQueue_shard2_replica_n3/update. Reason: <pre> Can not
find: /solr/workQueue_shard2_replica_n3/update</pre></p> <hr /><a
href="http://eclipse.org/jetty">Powered by Jetty:// 9.3.20.v20170531</a><hr/>
</body> </html>
Stack Trace:
org.apache.solr.client.solrj.impl.CloudSolrClient$RouteException: Error from
server at https://127.0.0.1:45543/solr/workQueue_shard2_replica_n3: Expected
mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/workQueue_shard2_replica_n3/update. Reason:
<pre> Can not find: /solr/workQueue_shard2_replica_n3/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty://
9.3.20.v20170531</a><hr/>
</body>
</html>
at
__randomizedtesting.SeedInfo.seed([A64F71E6FD2F155A:1B5804FFC4032807]:0)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.directUpdate(CloudSolrClient.java:539)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:993)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:862)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:793)
at
org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:178)
at
org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233)
at
org.apache.solr.client.solrj.io.stream.StreamExpressionTest.testParallelExecutorStream(StreamExpressionTest.java:6891)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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)
Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException: Error
from server at https://127.0.0.1:45543/solr/workQueue_shard2_replica_n3:
Expected mime type application/octet-stream but got text/html. <html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 </title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /solr/workQueue_shard2_replica_n3/update. Reason:
<pre> Can not find: /solr/workQueue_shard2_replica_n3/update</pre></p>
<hr /><a href="http://eclipse.org/jetty">Powered by Jetty://
9.3.20.v20170531</a><hr/>
</body>
</html>
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:591)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:253)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:242)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.lambda$directUpdate$0(CloudSolrClient.java:516)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
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)
... 1 more
FAILED: org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader
Error Message:
Doc with id=1 not found in
http://127.0.0.1:40511/ge_va/t/forceleader_test_collection due to: Path not
found: /id; rsp={doc=null}
Stack Trace:
java.lang.AssertionError: Doc with id=1 not found in
http://127.0.0.1:40511/ge_va/t/forceleader_test_collection due to: Path not
found: /id; rsp={doc=null}
at
__randomizedtesting.SeedInfo.seed([99F0ADBAE0C10765:7F67997AD943FE04]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.HttpPartitionTest.assertDocExists(HttpPartitionTest.java:603)
at
org.apache.solr.cloud.HttpPartitionTest.assertDocsExistInAllReplicas(HttpPartitionTest.java:556)
at
org.apache.solr.cloud.ForceLeaderTest.testReplicasInLIRNoLeader(ForceLeaderTest.java:142)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.handler.TestSQLHandler.doTest
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([99F0ADBAE0C10765:3EB4151E8D7A14DC]:0)
at
org.apache.solr.handler.TestSQLHandler.testBasicSelect(TestSQLHandler.java:182)
at org.apache.solr.handler.TestSQLHandler.doTest(TestSQLHandler.java:83)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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.metrics.reporters.SolrSlf4jReporterTest.testReporter
Error Message:
count1=6, count2=6 - no 'solr.node' logs in: {numFound=0,start=0,docs=[]}
Stack Trace:
java.lang.AssertionError: count1=6, count2=6 - no 'solr.node' logs in:
{numFound=0,start=0,docs=[]}
at
__randomizedtesting.SeedInfo.seed([99F0ADBAE0C10765:C614808D8BCD9420]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.metrics.reporters.SolrSlf4jReporterTest.testReporter(SolrSlf4jReporterTest.java:90)
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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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 11780 lines...]
[junit4] Suite: org.apache.solr.cloud.ForceLeaderTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_99F0ADBAE0C10765-001/init-core-data-001
[junit4] 2> 971763 INFO
(SUITE-ForceLeaderTest-seed#[99F0ADBAE0C10765]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 971764 INFO
(SUITE-ForceLeaderTest-seed#[99F0ADBAE0C10765]-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> 971764 INFO
(SUITE-ForceLeaderTest-seed#[99F0ADBAE0C10765]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 971764 INFO
(SUITE-ForceLeaderTest-seed#[99F0ADBAE0C10765]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property:
/ge_va/t
[junit4] 2> 971766 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 971766 INFO (Thread-1678) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 971766 INFO (Thread-1678) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 971768 ERROR (Thread-1678) [ ] 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> 971866 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.ZkTestServer start zk server on port:43349
[junit4] 2> 971872 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 971872 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 971873 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 971873 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 971874 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 971874 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 971874 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 971875 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 971875 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 971876 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 971876 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 971877 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless
explicitly asked otherwise
[junit4] 2> 971941 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 971943 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@86aec3{/ge_va/t,null,AVAILABLE}
[junit4] 2> 971944 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@ec5eaa{HTTP/1.1,[http/1.1]}{127.0.0.1:38079}
[junit4] 2> 971944 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.e.j.s.Server Started @973422ms
[junit4] 2> 971944 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_99F0ADBAE0C10765-001/tempDir-001/control/data,
replicaType=NRT, hostContext=/ge_va/t, hostPort=36149,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_99F0ADBAE0C10765-001/control-001/cores}
[junit4] 2> 971945 ERROR
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 971945 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 8.0.0
[junit4] 2> 971945 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 971945 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 971945 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-26T08:08:09.876Z
[junit4] 2> 971947 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 971947 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_99F0ADBAE0C10765-001/control-001/solr.xml
[junit4] 2> 971949 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1240603, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 971955 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43349/solr
[junit4] 2> 972001 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765])
[n:127.0.0.1:36149_ge_va%2Ft ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 972001 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765])
[n:127.0.0.1:36149_ge_va%2Ft ] o.a.s.c.OverseerElectionContext I am going to
be the leader 127.0.0.1:36149_ge_va%2Ft
[junit4] 2> 972002 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765])
[n:127.0.0.1:36149_ge_va%2Ft ] o.a.s.c.Overseer Overseer
(id=98548769731182596-127.0.0.1:36149_ge_va%2Ft-n_0000000000) starting
[junit4] 2> 972006 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765])
[n:127.0.0.1:36149_ge_va%2Ft ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36149_ge_va%2Ft
[junit4] 2> 972007 INFO
(zkCallback-1049-thread-1-processing-n:127.0.0.1:36149_ge_va%2Ft)
[n:127.0.0.1:36149_ge_va%2Ft ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 972102 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765])
[n:127.0.0.1:36149_ge_va%2Ft ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1240603
[junit4] 2> 972109 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765])
[n:127.0.0.1:36149_ge_va%2Ft ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1240603
[junit4] 2> 972109 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765])
[n:127.0.0.1:36149_ge_va%2Ft ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1240603
[junit4] 2> 972110 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765])
[n:127.0.0.1:36149_ge_va%2Ft ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_99F0ADBAE0C10765-001/control-001/cores
[junit4] 2> 972126 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 972126 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43349/solr
ready
[junit4] 2> 972127 INFO (SocketProxy-Acceptor-36149) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=56980,localport=36149], receiveBufferSize:531000
[junit4] 2> 972133 INFO (SocketProxy-Acceptor-36149) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=38079,localport=49232], receiveBufferSize=530904
[junit4] 2> 972137 INFO (qtp4960878-6758) [n:127.0.0.1:36149_ge_va%2Ft
] 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:36149_ge_va%252Ft&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 972141 INFO
(OverseerThreadFactory-2869-thread-1-processing-n:127.0.0.1:36149_ge_va%2Ft)
[n:127.0.0.1:36149_ge_va%2Ft ] o.a.s.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 972243 INFO (SocketProxy-Acceptor-36149) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=56984,localport=36149], receiveBufferSize:531000
[junit4] 2> 972243 INFO (SocketProxy-Acceptor-36149) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=38079,localport=49236], receiveBufferSize=530904
[junit4] 2> 972244 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
] 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> 972244 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 972346 INFO
(zkCallback-1049-thread-1-processing-n:127.0.0.1:36149_ge_va%2Ft)
[n:127.0.0.1:36149_ge_va%2Ft ] 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> 973263 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 973273 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
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> 973354 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
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> 973369 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
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> 973370 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
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@1240603
[junit4] 2> 973370 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 973370 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
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
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_99F0ADBAE0C10765-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_99F0ADBAE0C10765-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 973372 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 973374 WARN (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
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> 973415 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
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> 973415 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
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> 973416 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 973416 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 973417 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2643382224025981]
[junit4] 2> 973417 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1b9d8a6[control_collection_shard1_replica_n1] main]
[junit4] 2> 973422 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 973422 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
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> 973423 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 973423 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
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 1576780317436411904
[junit4] 2> 973426 INFO
(searcherExecutor-2872-thread-1-processing-n:127.0.0.1:36149_ge_va%2Ft
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:36149_ge_va%2Ft 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@1b9d8a6[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 973427 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 973427 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
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> 973427 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:36149/ge_va/t/control_collection_shard1_replica_n1/
[junit4] 2> 973427 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
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> 973427 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:36149/ge_va/t/control_collection_shard1_replica_n1/ has no
replicas
[junit4] 2> 973427 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
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> 973428 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
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:36149/ge_va/t/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 973530 INFO
(zkCallback-1049-thread-1-processing-n:127.0.0.1:36149_ge_va%2Ft)
[n:127.0.0.1:36149_ge_va%2Ft ] 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> 973579 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
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> 973581 INFO (qtp4960878-6760) [n:127.0.0.1:36149_ge_va%2Ft
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=1336
[junit4] 2> 973583 INFO (qtp4960878-6758) [n:127.0.0.1:36149_ge_va%2Ft
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 973683 INFO
(zkCallback-1049-thread-1-processing-n:127.0.0.1:36149_ge_va%2Ft)
[n:127.0.0.1:36149_ge_va%2Ft ] 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> 974142 INFO
(OverseerCollectionConfigSetProcessor-98548769731182596-127.0.0.1:36149_ge_va%2Ft-n_0000000000)
[n:127.0.0.1:36149_ge_va%2Ft ] 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> 974584 INFO (qtp4960878-6758) [n:127.0.0.1:36149_ge_va%2Ft
] 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:36149_ge_va%252Ft&wt=javabin&version=2}
status=0 QTime=2447
[junit4] 2> 974588 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 974588 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43349/solr
ready
[junit4] 2> 974588 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 974589 INFO (SocketProxy-Acceptor-36149) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=56990,localport=36149], receiveBufferSize:531000
[junit4] 2> 974591 INFO (qtp4960878-6758) [n:127.0.0.1:36149_ge_va%2Ft
] 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> 974593 INFO (SocketProxy-Acceptor-36149) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=38079,localport=49242], receiveBufferSize=530904
[junit4] 2> 974593 INFO
(OverseerThreadFactory-2869-thread-2-processing-n:127.0.0.1:36149_ge_va%2Ft)
[n:127.0.0.1:36149_ge_va%2Ft ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 974593 WARN
(OverseerThreadFactory-2869-thread-2-processing-n:127.0.0.1:36149_ge_va%2Ft)
[n:127.0.0.1:36149_ge_va%2Ft ] o.a.s.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 974795 INFO (qtp4960878-6758) [n:127.0.0.1:36149_ge_va%2Ft
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 974795 INFO (qtp4960878-6758) [n:127.0.0.1:36149_ge_va%2Ft
] 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=204
[junit4] 2> 974865 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_99F0ADBAE0C10765-001/shard-1-001
of type TLOG
[junit4] 2> 974865 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 974871 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3fd2ee{/ge_va/t,null,AVAILABLE}
[junit4] 2> 974872 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@11417ae{HTTP/1.1,[http/1.1]}{127.0.0.1:36739}
[junit4] 2> 974872 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.e.j.s.Server Started @976349ms
[junit4] 2> 974872 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_99F0ADBAE0C10765-001/tempDir-001/jetty1,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/ge_va/t,
hostPort=41107,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_99F0ADBAE0C10765-001/shard-1-001/cores}
[junit4] 2> 974872 ERROR
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 974872 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 8.0.0
[junit4] 2> 974872 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 974872 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 974872 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-26T08:08:12.803Z
[junit4] 2> 974874 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 974874 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_99F0ADBAE0C10765-001/shard-1-001/solr.xml
[junit4] 2> 974876 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1240603, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 974878 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43349/solr
[junit4] 2> 974903 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765])
[n:127.0.0.1:41107_ge_va%2Ft ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 974907 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765])
[n:127.0.0.1:41107_ge_va%2Ft ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 974908 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765])
[n:127.0.0.1:41107_ge_va%2Ft ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41107_ge_va%2Ft
[junit4] 2> 974909 INFO (zkCallback-1056-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 974911 INFO
(zkCallback-1049-thread-1-processing-n:127.0.0.1:36149_ge_va%2Ft)
[n:127.0.0.1:36149_ge_va%2Ft ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (1) -> (2)
[junit4] 2> 974913 INFO
(zkCallback-1061-thread-1-processing-n:127.0.0.1:41107_ge_va%2Ft)
[n:127.0.0.1:41107_ge_va%2Ft ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (1) -> (2)
[junit4] 2> 974993 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765])
[n:127.0.0.1:41107_ge_va%2Ft ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1240603
[junit4] 2> 975005 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765])
[n:127.0.0.1:41107_ge_va%2Ft ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1240603
[junit4] 2> 975005 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765])
[n:127.0.0.1:41107_ge_va%2Ft ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1240603
[junit4] 2> 975007 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765])
[n:127.0.0.1:41107_ge_va%2Ft ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_99F0ADBAE0C10765-001/shard-1-001/cores
[junit4] 2> 975037 INFO (SocketProxy-Acceptor-41107) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=40450,localport=41107], receiveBufferSize:531000
[junit4] 2> 975040 INFO (SocketProxy-Acceptor-41107) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=36739,localport=42990], receiveBufferSize=530904
[junit4] 2> 975041 INFO (qtp10975815-6806) [n:127.0.0.1:41107_ge_va%2Ft
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:41107_ge_va%252Ft&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 975048 INFO
(OverseerCollectionConfigSetProcessor-98548769731182596-127.0.0.1:36149_ge_va%2Ft-n_0000000000)
[n:127.0.0.1:36149_ge_va%2Ft ] 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> 975049 INFO
(OverseerThreadFactory-2869-thread-3-processing-n:127.0.0.1:36149_ge_va%2Ft)
[n:127.0.0.1:36149_ge_va%2Ft ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:41107_ge_va%2Ft for creating new replica
[junit4] 2> 975050 INFO (SocketProxy-Acceptor-41107) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=40454,localport=41107], receiveBufferSize:531000
[junit4] 2> 975053 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
] 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> 975054 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 975061 INFO (SocketProxy-Acceptor-41107) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=36739,localport=42994], receiveBufferSize=530904
[junit4] 2> 975160 INFO
(zkCallback-1061-thread-1-processing-n:127.0.0.1:41107_ge_va%2Ft)
[n:127.0.0.1:41107_ge_va%2Ft ] 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> 976079 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 976092 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema
[collection1_shard2_replica_t41] Schema name=test
[junit4] 2> 976186 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
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> 976196 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
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> 976196 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
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@1240603
[junit4] 2> 976196 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 976196 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrCore
[[collection1_shard2_replica_t41] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_99F0ADBAE0C10765-001/shard-1-001/cores/collection1_shard2_replica_t41],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_99F0ADBAE0C10765-001/shard-1-001/cores/collection1_shard2_replica_t41/data/]
[junit4] 2> 976199 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 976202 WARN (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
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> 976244 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 976244 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
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> 976245 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 976245 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 976246 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2643382224025981]
[junit4] 2> 976247 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1df0ca1[collection1_shard2_replica_t41] main]
[junit4] 2> 976247 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 976247 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
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> 976248 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 976248 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
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
1576780320398639104
[junit4] 2> 976250 INFO
(searcherExecutor-2883-thread-1-processing-n:127.0.0.1:41107_ge_va%2Ft
x:collection1_shard2_replica_t41 s:shard2 c:collection1)
[n:127.0.0.1:41107_ge_va%2Ft c:collection1 s:shard2
x:collection1_shard2_replica_t41] o.a.s.c.SolrCore
[collection1_shard2_replica_t41] Registered new searcher
Searcher@1df0ca1[collection1_shard2_replica_t41]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 976253 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 976253 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
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> 976253 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:41107/ge_va/t/collection1_shard2_replica_t41/
[junit4] 2> 976253 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 976253 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy
http://127.0.0.1:41107/ge_va/t/collection1_shard2_replica_t41/ has no replicas
[junit4] 2> 976253 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 976253 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
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> 976254 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:41107/ge_va/t/collection1_shard2_replica_t41/ shard2
[junit4] 2> 976355 INFO
(zkCallback-1061-thread-1-processing-n:127.0.0.1:41107_ge_va%2Ft)
[n:127.0.0.1:41107_ge_va%2Ft ] 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> 976405 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 976406 INFO (qtp10975815-6808) [n:127.0.0.1:41107_ge_va%2Ft
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=1352
[junit4] 2> 976407 INFO (qtp10975815-6806) [n:127.0.0.1:41107_ge_va%2Ft
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:41107_ge_va%252Ft&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
status=0 QTime=1366
[junit4] 2> 976485 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_99F0ADBAE0C10765-001/shard-2-001
of type TLOG
[junit4] 2> 976485 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 976487 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4c7bdc{/ge_va/t,null,AVAILABLE}
[junit4] 2> 976487 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@1372f43{HTTP/1.1,[http/1.1]}{127.0.0.1:34815}
[junit4] 2> 976487 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.e.j.s.Server Started @977964ms
[junit4] 2> 976487 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_99F0ADBAE0C10765-001/tempDir-001/jetty2,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/ge_va/t,
hostPort=40343,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_99F0ADBAE0C10765-001/shard-2-001/cores}
[junit4] 2> 976487 ERROR
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 976493 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 8.0.0
[junit4] 2> 976493 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 976493 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 976493 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-26T08:08:14.424Z
[junit4] 2> 976497 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 976497 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_99F0ADBAE0C10765-001/shard-2-001/solr.xml
[junit4] 2> 976500 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1240603, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 976503 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43349/solr
[junit4] 2> 976507 INFO
(zkCallback-1061-thread-1-processing-n:127.0.0.1:41107_ge_va%2Ft)
[n:127.0.0.1:41107_ge_va%2Ft ] 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> 976511 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765])
[n:127.0.0.1:40343_ge_va%2Ft ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (2)
[junit4] 2> 976512 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765])
[n:127.0.0.1:40343_ge_va%2Ft ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 976513 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765])
[n:127.0.0.1:40343_ge_va%2Ft ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40343_ge_va%2Ft
[junit4] 2> 976513 INFO
(zkCallback-1061-thread-1-processing-n:127.0.0.1:41107_ge_va%2Ft)
[n:127.0.0.1:41107_ge_va%2Ft ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (2) -> (3)
[junit4] 2> 976513 INFO (zkCallback-1056-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 976513 INFO
(zkCallback-1049-thread-1-processing-n:127.0.0.1:36149_ge_va%2Ft)
[n:127.0.0.1:36149_ge_va%2Ft ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (2) -> (3)
[junit4] 2> 976517 INFO
(zkCallback-1067-thread-1-processing-n:127.0.0.1:40343_ge_va%2Ft)
[n:127.0.0.1:40343_ge_va%2Ft ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (2) -> (3)
[junit4] 2> 976630 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765])
[n:127.0.0.1:40343_ge_va%2Ft ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1240603
[junit4] 2> 976639 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765])
[n:127.0.0.1:40343_ge_va%2Ft ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1240603
[junit4] 2> 976639 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765])
[n:127.0.0.1:40343_ge_va%2Ft ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1240603
[junit4] 2> 976641 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765])
[n:127.0.0.1:40343_ge_va%2Ft ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_99F0ADBAE0C10765-001/shard-2-001/cores
[junit4] 2> 976667 INFO (qtp10975815-6807) [n:127.0.0.1:41107_ge_va%2Ft
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:40343_ge_va%252Ft&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 976668 INFO
(OverseerCollectionConfigSetProcessor-98548769731182596-127.0.0.1:36149_ge_va%2Ft-n_0000000000)
[n:127.0.0.1:36149_ge_va%2Ft ] 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> 976669 INFO
(OverseerThreadFactory-2869-thread-4-processing-n:127.0.0.1:36149_ge_va%2Ft)
[n:127.0.0.1:36149_ge_va%2Ft ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:40343_ge_va%2Ft for creating new replica
[junit4] 2> 976669 INFO (SocketProxy-Acceptor-40343) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=47544,localport=40343], receiveBufferSize:531000
[junit4] 2> 976673 INFO (SocketProxy-Acceptor-40343) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=34815,localport=38136], receiveBufferSize=530904
[junit4] 2> 976673 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
] 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> 976674 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 976777 INFO
(zkCallback-1061-thread-1-processing-n:127.0.0.1:41107_ge_va%2Ft)
[n:127.0.0.1:41107_ge_va%2Ft ] 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> 976777 INFO
(zkCallback-1067-thread-1-processing-n:127.0.0.1:40343_ge_va%2Ft)
[n:127.0.0.1:40343_ge_va%2Ft ] 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> 977685 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 977700 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema
[collection1_shard1_replica_t43] Schema name=test
[junit4] 2> 977805 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
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> 977815 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
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> 977816 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
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@1240603
[junit4] 2> 977816 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 977816 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SolrCore
[[collection1_shard1_replica_t43] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_99F0ADBAE0C10765-001/shard-2-001/cores/collection1_shard1_replica_t43],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_99F0ADBAE0C10765-001/shard-2-001/cores/collection1_shard1_replica_t43/data/]
[junit4] 2> 977819 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 977820 WARN (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
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> 977877 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 977877 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
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> 977878 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 977878 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 977880 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=10, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.2643382224025981]
[junit4] 2> 977880 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1e07965[collection1_shard1_replica_t43] main]
[junit4] 2> 977882 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 977882 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
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> 977883 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 977883 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
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
1576780322113060864
[junit4] 2> 977885 INFO
(searcherExecutor-2894-thread-1-processing-n:127.0.0.1:40343_ge_va%2Ft
x:collection1_shard1_replica_t43 s:shard1 c:collection1)
[n:127.0.0.1:40343_ge_va%2Ft c:collection1 s:shard1
x:collection1_shard1_replica_t43] o.a.s.c.SolrCore
[collection1_shard1_replica_t43] Registered new searcher
Searcher@1e07965[collection1_shard1_replica_t43]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 977889 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 977889 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
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> 977889 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:40343/ge_va/t/collection1_shard1_replica_t43/
[junit4] 2> 977889 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 977889 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy
http://127.0.0.1:40343/ge_va/t/collection1_shard1_replica_t43/ has no replicas
[junit4] 2> 977889 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 977889 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
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> 977890 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:40343/ge_va/t/collection1_shard1_replica_t43/ shard1
[junit4] 2> 977991 INFO
(zkCallback-1067-thread-1-processing-n:127.0.0.1:40343_ge_va%2Ft)
[n:127.0.0.1:40343_ge_va%2Ft ] 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> 977991 INFO
(zkCallback-1061-thread-1-processing-n:127.0.0.1:41107_ge_va%2Ft)
[n:127.0.0.1:41107_ge_va%2Ft ] 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> 978041 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 978042 INFO (qtp32828742-6840) [n:127.0.0.1:40343_ge_va%2Ft
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=1368
[junit4] 2> 978042 INFO (qtp10975815-6807) [n:127.0.0.1:41107_ge_va%2Ft
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:40343_ge_va%252Ft&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
status=0 QTime=1375
[junit4] 2> 978113 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_99F0ADBAE0C10765-001/shard-3-001
of type TLOG
[junit4] 2> 978113 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 978115 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1d770b0{/ge_va/t,null,AVAILABLE}
[junit4] 2> 978115 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.e.j.s.AbstractConnector Started
ServerConnector@4accaa{HTTP/1.1,[http/1.1]}{127.0.0.1:34541}
[junit4] 2> 978115 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.e.j.s.Server Started @979593ms
[junit4] 2> 978115 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_99F0ADBAE0C10765-001/tempDir-001/jetty3,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/ge_va/t,
hostPort=42327,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_99F0ADBAE0C10765-001/shard-3-001/cores}
[junit4] 2> 978116 ERROR
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may
be missing or incomplete.
[junit4] 2> 978116 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr?
version 8.0.0
[junit4] 2> 978116 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on
port null
[junit4] 2> 978116 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default
config dir: null
[junit4] 2> 978116 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-08-26T08:08:16.047Z
[junit4] 2> 978121 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 978122 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.ForceLeaderTest_99F0ADBAE0C10765-001/shard-3-001/solr.xml
[junit4] 2> 978125 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1240603, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 978127 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765]) [
] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43349/solr
[junit4] 2> 978131 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765])
[n:127.0.0.1:42327_ge_va%2Ft ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (3)
[junit4] 2> 978132 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765])
[n:127.0.0.1:42327_ge_va%2Ft ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 978132 INFO
(TEST-ForceLeaderTest.testLastPublishedStateIsActive-seed#[99F0ADBAE0C10765])
[n:127.0.0.1:42327_ge_va%2Ft ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42327_ge_va%2Ft
[junit4] 2> 978133 INFO
(zkCallback-1061-thread-1-processing-n:127.0.0.1:41107_ge_va%2Ft)
[n:127.0.0.1:41107_ge_va%2Ft ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (3) -> (4)
[junit4] 2> 978133 INFO
(zkCallback-1049-thread-2-processing-n:127.0.0.1:36149_ge_va%2Ft)
[n:127.0.0.1:36149_ge_va%2Ft ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (3) -> (4)
[junit4] 2> 978133 INFO (zkCallback-1056-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 978133 INFO
(zkCallback-1073-thread-1-processing-n:127.0.0.1:42327_ge_va%2Ft)
[n:127.0.0.1:42327_ge_va%2Ft ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKe
[...truncated too long message...]
1/state.json] for collection [collection1] has occurred - updating... (live
nodes size: [2])
[junit4] 2> 174362 INFO
(zkCallback-745-thread-2-processing-n:127.0.0.1:44841_solr)
[n:127.0.0.1:44841_solr ] 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> 174362 INFO
(zkCallback-752-thread-1-processing-n:127.0.0.1:45543_solr)
[n:127.0.0.1:45543_solr ] 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> 174363 INFO
(zkCallback-752-thread-2-processing-n:127.0.0.1:45543_solr)
[n:127.0.0.1:45543_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/mainCorpus/state.json] for collection [mainCorpus] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 174363 INFO
(zkCallback-752-thread-1-processing-n:127.0.0.1:45543_solr)
[n:127.0.0.1:45543_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/mainCorpus/state.json] for collection [mainCorpus] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 174363 INFO
(zkCallback-752-thread-1-processing-n:127.0.0.1:45543_solr)
[n:127.0.0.1:45543_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/destination/state.json] for collection [destination] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 174363 INFO
(zkCallback-752-thread-2-processing-n:127.0.0.1:45543_solr)
[n:127.0.0.1:45543_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/destination/state.json] for collection [destination] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 174364 INFO
(zkCallback-745-thread-2-processing-n:127.0.0.1:44841_solr)
[n:127.0.0.1:44841_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/destination/state.json] for collection [destination] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 174364 INFO
(zkCallback-745-thread-1-processing-n:127.0.0.1:44841_solr)
[n:127.0.0.1:44841_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/destination/state.json] for collection [destination] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 174366 INFO
(zkCallback-745-thread-1-processing-n:127.0.0.1:44841_solr)
[n:127.0.0.1:44841_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/workQueue/state.json] for collection [workQueue] has occurred
- updating... (live nodes size: [2])
[junit4] 2> 174366 INFO
(zkCallback-745-thread-2-processing-n:127.0.0.1:44841_solr)
[n:127.0.0.1:44841_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/workQueue/state.json] for collection [workQueue] has occurred
- updating... (live nodes size: [2])
[junit4] 2> 174367 INFO
(zkCallback-745-thread-3-processing-n:127.0.0.1:44841_solr)
[n:127.0.0.1:44841_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (1)
[junit4] 2> 174373 INFO (jetty-closer-735-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=98548863009423366-127.0.0.1:44841_solr-n_0000000000) closing
[junit4] 2> 174373 INFO
(OverseerStateUpdate-98548863009423366-127.0.0.1:44841_solr-n_0000000000)
[n:127.0.0.1:44841_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:44841_solr
[junit4] 2> 175818 WARN
(zkCallback-751-thread-1-processing-n:127.0.0.1:44069_solr)
[n:127.0.0.1:44069_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 175818 INFO (jetty-closer-735-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@178acb5{/solr,null,UNAVAILABLE}
[junit4] 2> 175865 WARN
(zkCallback-752-thread-1-processing-n:127.0.0.1:45543_solr)
[n:127.0.0.1:45543_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 175865 INFO (jetty-closer-735-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1d990f8{/solr,null,UNAVAILABLE}
[junit4] 2> 175877 WARN
(zkCallback-745-thread-4-processing-n:127.0.0.1:44841_solr)
[n:127.0.0.1:44841_solr ] o.a.s.c.c.ZkStateReader ZooKeeper watch triggered,
but Solr cannot talk to ZK: [KeeperErrorCode = Session expired for /live_nodes]
[junit4] 2> 175877 INFO (jetty-closer-735-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4398c7{/solr,null,UNAVAILABLE}
[junit4] 2> 175878 ERROR
(SUITE-StreamExpressionTest-seed#[A64F71E6FD2F155A]-worker) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 175878 INFO
(SUITE-StreamExpressionTest-seed#[A64F71E6FD2F155A]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:36255 36255
[junit4] 2> 183931 INFO (Thread-444) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:36255 36255
[junit4] 2> 183931 WARN (Thread-444) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 94 /solr/aliases.json
[junit4] 2> 8 /solr/configs/ml
[junit4] 2> 6 /solr/configs/conf
[junit4] 2> 4 /solr/security.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 94 /solr/clusterprops.json
[junit4] 2> 94 /solr/clusterstate.json
[junit4] 2> 38
/solr/collections/destinationCollection/state.json
[junit4] 2> 30
/solr/collections/parallelDestinationCollection1/state.json
[junit4] 2> 22 /solr/collections/destination/state.json
[junit4] 2> 21 /solr/collections/mainCorpus/state.json
[junit4] 2> 20
/solr/collections/parallelDestinationCollection/state.json
[junit4] 2> 19 /solr/collections/workQueue/state.json
[junit4] 2> 12 /solr/collections/collection1/state.json
[junit4] 2> 10 /solr/collections/uknownCollection/state.json
[junit4] 2> 10 /solr/collections/modelCollection/state.json
[junit4] 2> 10
/solr/collections/checkpointCollection/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 94 /solr/live_nodes
[junit4] 2> 94 /solr/collections
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-solrj/test/J2/temp/solr.client.solrj.io.stream.StreamExpressionTest_A64F71E6FD2F155A-001
[junit4] 2> NOTE: test params are: codec=Lucene70,
sim=RandomSimilarity(queryNorm=false): {}, locale=fr-FR, timezone=SystemV/HST10
[junit4] 2> NOTE: Linux 4.10.0-27-generic i386/Oracle Corporation
1.8.0_144 (32-bit)/cpus=8,threads=1,free=146787216,total=321388544
[junit4] 2> NOTE: All tests run in this JVM: [AndEvaluatorTest,
CubedRootEvaluatorTest, ModifiableSolrParamsTest, JettyWebappTest, JdbcTest,
GreaterThanEvaluatorTest, GraphExpressionTest, NaturalLogEvaluatorTest,
TestConfigSetAdminRequest, CloudSolrClientCacheTest, SchemaTest,
TestZkConfigManager, TestJavaBinCodec, SolrParamTest, TestBatchUpdate,
EmpiricalDistributionEvaluatorTest, HttpSolrClientConPoolTest, TestPathTrie,
ConcurrentUpdateSolrClientBuilderTest, ReverseEvaluatorTest, SolrExceptionTest,
StreamExpressionTest]
[junit4] Completed [143/145 (1!)] on J2 in 109.84s, 95 tests, 1 error <<<
FAILURES!
[...truncated 1805 lines...]
[junit4] Suite: org.apache.solr.analytics.NoFacetCloudTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/contrib/solr-analytics/test/J0/temp/solr.analytics.NoFacetCloudTest_4E874E67E30C1AEC-001/init-core-data-001
[junit4] 2> NOTE: test params are: codec=Lucene70,
sim=RandomSimilarity(queryNorm=true): {}, locale=es-PY, timezone=AET
[junit4] 2> NOTE: Linux 4.10.0-27-generic i386/Oracle Corporation
1.8.0_144 (32-bit)/cpus=8,threads=1,free=176475328,total=225968128
[junit4] 2> NOTE: All tests run in this JVM:
[AbstractAnalyticsStatsCloudTest, FieldFacetTest, NoFacetTest, NoFacetCloudTest]
[junit4] 2> NOTE: reproduce with: ant test -Dtestcase=NoFacetCloudTest
-Dtests.seed=4E874E67E30C1AEC -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=es-PY -Dtests.timezone=AET -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.00s J0 | NoFacetCloudTest (suite) <<<
[junit4] > Throwable #1: java.lang.AssertionError: Could not find
collection:collection1
[junit4] > at
__randomizedtesting.SeedInfo.seed([4E874E67E30C1AEC]:0)
[junit4] > at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:155)
[junit4] > at
org.apache.solr.analytics.AbstractAnalyticsStatsCloudTest.setupCluster(AbstractAnalyticsStatsCloudTest.java:76)
[junit4] > at
org.apache.solr.analytics.NoFacetCloudTest.populate(NoFacetCloudTest.java:62)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] Completed [17/17 (1!)] on J0 in 43.58s, 0 tests, 1 failure <<<
FAILURES!
[...truncated 36720 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]