Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/4282/ Java: 64bit/jdk-9 -XX:+UseCompressedOops -XX:+UseParallelGC
4 tests failed. FAILED: org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple Error Message: IOException occured when talking to server at: http://127.0.0.1:65361/solr Stack Trace: org.apache.solr.client.solrj.SolrServerException: IOException occured when talking to server at: http://127.0.0.1:65361/solr at __randomizedtesting.SeedInfo.seed([ABE1F31C5D6DC3F4:9352D7E27A9E1725]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) at org.apache.solr.client.solrj.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.sendRequest(CloudSolrClient.java:1104) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816) at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219) at org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:108) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:844) Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:65361 failed to respond at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141) at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56) at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259) at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163) at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165) at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273) at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542) ... 47 more FAILED: org.apache.solr.client.solrj.impl.CloudSolrClientTest.testRetryUpdatesWhenClusterStateIsStale Error Message: Error from server at http://127.0.0.1:55601/solr/stale_state_test_col_shard1_replica_n1: 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/stale_state_test_col_shard1_replica_n1/update. Reason: <pre> Can not find: /solr/stale_state_test_col_shard1_replica_n1/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.HttpSolrClient$RemoteSolrException: Error from server at http://127.0.0.1:55601/solr/stale_state_test_col_shard1_replica_n1: 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/stale_state_test_col_shard1_replica_n1/update. Reason: <pre> Can not find: /solr/stale_state_test_col_shard1_replica_n1/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([F112CB8EBC2E95AD:452353665FC7E381]:0) at org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:607) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255) at org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244) at org.apache.solr.client.solrj.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.directUpdate(CloudSolrClient.java:559) at org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1016) at org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:883) at org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:816) at org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:194) at org.apache.solr.client.solrj.request.UpdateRequest.commit(UpdateRequest.java:233) at org.apache.solr.client.solrj.impl.CloudSolrClientTest.testRetryUpdatesWhenClusterStateIsStale(CloudSolrClientTest.java:844) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984) at org.junit.rules.ExpectedException$ExpectedExceptionStatement.evaluate(ExpectedException.java:110) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:844) FAILED: org.apache.lucene.search.TestSimilarity.testSimilarity Error Message: expected:<2.0> but was:<1.0> Stack Trace: java.lang.AssertionError: expected:<2.0> but was:<1.0> at __randomizedtesting.SeedInfo.seed([A1BCA2E500A65069:5013E2DD0046C572]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.failNotEquals(Assert.java:647) at org.junit.Assert.assertEquals(Assert.java:443) at org.junit.Assert.assertEquals(Assert.java:512) at org.apache.lucene.search.TestSimilarity$4.collect(TestSimilarity.java:146) at org.apache.lucene.search.AssertingLeafCollector.collect(AssertingLeafCollector.java:52) at org.apache.lucene.search.AssertingCollector$1.collect(AssertingCollector.java:56) at org.apache.lucene.search.AssertingLeafCollector.collect(AssertingLeafCollector.java:52) at org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:293) at org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:236) at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39) at org.apache.lucene.search.AssertingBulkScorer.score(AssertingBulkScorer.java:69) at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:645) at org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:72) at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:449) at org.apache.lucene.search.TestSimilarity.testSimilarity(TestSimilarity.java:137) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:844) FAILED: org.apache.lucene.search.spans.TestSpans.testSpanScorerZeroSloppyFreq Error Message: first doc score should be zero, 3.0794418 Stack Trace: java.lang.AssertionError: first doc score should be zero, 3.0794418 at __randomizedtesting.SeedInfo.seed([A1BCA2E500A65069:9DCF16CEB644656E]:0) at org.junit.Assert.fail(Assert.java:93) at org.junit.Assert.assertTrue(Assert.java:43) at org.apache.lucene.search.spans.TestSpans.testSpanScorerZeroSloppyFreq(TestSpans.java:320) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:564) at com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737) at com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934) at com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970) at com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984) at org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817) at com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468) at com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943) at com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829) at com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879) at com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890) at org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53) at org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47) at org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64) at org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54) at com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36) at com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368) at java.base/java.lang.Thread.run(Thread.java:844) Build Log: [...truncated 1154 lines...] [junit4] Suite: org.apache.lucene.search.spans.TestSpans [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestSpans -Dtests.method=testSpanScorerZeroSloppyFreq -Dtests.seed=A1BCA2E500A65069 -Dtests.slow=true -Dtests.locale=bm-ML -Dtests.timezone=America/Jamaica -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] FAILURE 0.01s J0 | TestSpans.testSpanScorerZeroSloppyFreq <<< [junit4] > Throwable #1: java.lang.AssertionError: first doc score should be zero, 3.0794418 [junit4] > at __randomizedtesting.SeedInfo.seed([A1BCA2E500A65069:9DCF16CEB644656E]:0) [junit4] > at org.apache.lucene.search.spans.TestSpans.testSpanScorerZeroSloppyFreq(TestSpans.java:320) [junit4] > at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit4] > at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit4] > at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit4] > at java.base/java.lang.reflect.Method.invoke(Method.java:564) [junit4] > at java.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {field=PostingsFormat(name=LuceneVarGapFixedInterval), id=FST50, text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128)))}, docValues:{}, maxPointsInLeafNode=290, maxMBSortInHeap=6.171637435460483, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1b43d783), locale=bm-ML, timezone=America/Jamaica [junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=147771008,total=480247808 [junit4] 2> NOTE: All tests run in this JVM: [TestRoaringDocIdSet, TestBooleanSimilarity, TestDistributionLL, TestBooleanRewrites, TestIndexFileDeleter, TestRegexpQuery, TestDirectMonotonic, TestDocInverterPerFieldErrorInfo, TestRegexpRandom2, TermInSetQueryTest, TestIndexWriterWithThreads, TestBooleanQuery, TestUpgradeIndexMergePolicy, TestExternalCodecs, TestSearchForDuplicates, Test2BBKDPoints, TestDateSort, TestScoreCachingWrappingScorer, Test2BPositions, TestCloseableThreadLocal, TestScorerPerf, TestParallelReaderEmptyIndex, TestSortRescorer, TestRecyclingByteBlockAllocator, TestSleepingLockWrapper, TestIndexManyDocuments, TestSimpleFSLockFactory, TestTieredMergePolicy, TestToken, TestNIOFSDirectory, TestNeedsScores, TestWildcardRandom, TestExceedMaxTermLength, TestIOUtils, TestSortedSetSelector, TestTerm, TestCustomNorms, TestLucene70DocValuesFormat, TestTwoPhaseCommitTool, TestSpanExplanations, TestSort, TestSimilarity2, TestBlendedTermQuery, TestLucene70SegmentInfoFormat, TestReadOnlyIndex, TestBinaryDocValuesUpdates, TestInPlaceMergeSorter, TestDocsAndPositions, TestPackedTokenAttributeImpl, TestCrashCausesCorruptIndex, TestSpanExplanationsOfNonMatches, TestLucene60PointsFormat, TestMatchAllDocsQuery, TestLongValuesSource, TestMultiPhraseEnum, TestLSBRadixSorter, TestFieldValueQuery, TestRegexpRandom, TestMSBRadixSorter, TestIndexWriterMergePolicy, TestGeoEncodingUtils, TestMinimize, TestNumericDocValuesUpdates, Test4GBStoredFields, TestDocCount, TestConjunctionDISI, TestPhrasePrefixQuery, TestDoc, TestOmitPositions, TestCrash, TestSegmentInfos, TestDocValuesQueries, TestIndexWriterExceptions, TestSpanNotQuery, TestCodecUtil, TestIndexWriterExceptions2, TestSameTokenSamePosition, TestSegmentTermEnum, TestDocIdsWriter, TestAttributeSource, TestStressDeletes, TestBagOfPositions, TestMixedCodecs, TestIndexSorting, TestParallelLeafReader, TestComplexExplanations, LimitedFiniteStringsIteratorTest, TestMergedIterator, TestAxiomaticF3LOG, TestForceMergeForever, TestBasicModelD, TestDeterminizeLexicon, TestDocValuesIndexing, TestStringMSBRadixSorter, TestDoubleRangeFieldQueries, TestDirectoryReader, TestIntroSelector, TestBinaryTerms, TestCharArrayMap, TestDocIdSetBuilder, TestSpanSearchEquivalence, TestSpanContainQuery, TestRecyclingIntBlockAllocator, TestSpanBoostQuery, TestDocumentsWriterDeleteQueue, TestDocument, TestFilterIterator, TestCharacterUtils, TestTermVectors, TestSimilarityProvider, TestIndexSearcher, TestLazyProxSkipping, TestLockFactory, TestPolygon, TestPrefixRandom, TestFilterCodecReader, TestSnapshotDeletionPolicy, TestPrefixQuery, TestTermsEnum, TestMultiThreadTermVectors, TestFieldsReader, TestHugeRamFile, TestSpans] [junit4] Completed [286/475 (1!)] on J0 in 0.42s, 26 tests, 1 failure <<< FAILURES! [...truncated 153 lines...] [junit4] Suite: org.apache.lucene.search.TestSimilarity [junit4] 2> NOTE: reproduce with: ant test -Dtestcase=TestSimilarity -Dtests.method=testSimilarity -Dtests.seed=A1BCA2E500A65069 -Dtests.slow=true -Dtests.locale=ar-KM -Dtests.timezone=US/East-Indiana -Dtests.asserts=true -Dtests.file.encoding=UTF-8 [junit4] FAILURE 0.19s J0 | TestSimilarity.testSimilarity <<< [junit4] > Throwable #1: java.lang.AssertionError: expected:<2.0> but was:<1.0> [junit4] > at __randomizedtesting.SeedInfo.seed([A1BCA2E500A65069:5013E2DD0046C572]:0) [junit4] > at org.apache.lucene.search.TestSimilarity$4.collect(TestSimilarity.java:146) [junit4] > at org.apache.lucene.search.AssertingLeafCollector.collect(AssertingLeafCollector.java:52) [junit4] > at org.apache.lucene.search.AssertingCollector$1.collect(AssertingCollector.java:56) [junit4] > at org.apache.lucene.search.AssertingLeafCollector.collect(AssertingLeafCollector.java:52) [junit4] > at org.apache.lucene.search.Weight$DefaultBulkScorer.scoreAll(Weight.java:293) [junit4] > at org.apache.lucene.search.Weight$DefaultBulkScorer.score(Weight.java:236) [junit4] > at org.apache.lucene.search.BulkScorer.score(BulkScorer.java:39) [junit4] > at org.apache.lucene.search.AssertingBulkScorer.score(AssertingBulkScorer.java:69) [junit4] > at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:645) [junit4] > at org.apache.lucene.search.AssertingIndexSearcher.search(AssertingIndexSearcher.java:72) [junit4] > at org.apache.lucene.search.IndexSearcher.search(IndexSearcher.java:449) [junit4] > at org.apache.lucene.search.TestSimilarity.testSimilarity(TestSimilarity.java:137) [junit4] > at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [junit4] > at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [junit4] > at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [junit4] > at java.base/java.lang.reflect.Method.invoke(Method.java:564) [junit4] > at java.base/java.lang.Thread.run(Thread.java:844) [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70), sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5b45d928), locale=ar-KM, timezone=US/East-Indiana [junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=186358504,total=480772096 [junit4] 2> NOTE: All tests run in this JVM: [TestRoaringDocIdSet, TestBooleanSimilarity, TestDistributionLL, TestBooleanRewrites, TestIndexFileDeleter, TestRegexpQuery, TestDirectMonotonic, TestDocInverterPerFieldErrorInfo, TestRegexpRandom2, TermInSetQueryTest, TestIndexWriterWithThreads, TestBooleanQuery, TestUpgradeIndexMergePolicy, TestExternalCodecs, TestSearchForDuplicates, Test2BBKDPoints, TestDateSort, TestScoreCachingWrappingScorer, Test2BPositions, TestCloseableThreadLocal, TestScorerPerf, TestParallelReaderEmptyIndex, TestSortRescorer, TestRecyclingByteBlockAllocator, TestSleepingLockWrapper, TestIndexManyDocuments, TestSimpleFSLockFactory, TestTieredMergePolicy, TestToken, TestNIOFSDirectory, TestNeedsScores, TestWildcardRandom, TestExceedMaxTermLength, TestIOUtils, TestSortedSetSelector, TestTerm, TestCustomNorms, TestLucene70DocValuesFormat, TestTwoPhaseCommitTool, TestSpanExplanations, TestSort, TestSimilarity2, TestBlendedTermQuery, TestLucene70SegmentInfoFormat, TestReadOnlyIndex, TestBinaryDocValuesUpdates, TestInPlaceMergeSorter, TestDocsAndPositions, TestPackedTokenAttributeImpl, TestCrashCausesCorruptIndex, TestSpanExplanationsOfNonMatches, TestLucene60PointsFormat, TestMatchAllDocsQuery, TestLongValuesSource, TestMultiPhraseEnum, TestLSBRadixSorter, TestFieldValueQuery, TestRegexpRandom, TestMSBRadixSorter, TestIndexWriterMergePolicy, TestGeoEncodingUtils, TestMinimize, TestNumericDocValuesUpdates, Test4GBStoredFields, TestDocCount, TestConjunctionDISI, TestPhrasePrefixQuery, TestDoc, TestOmitPositions, TestCrash, TestSegmentInfos, TestDocValuesQueries, TestIndexWriterExceptions, TestSpanNotQuery, TestCodecUtil, TestIndexWriterExceptions2, TestSameTokenSamePosition, TestSegmentTermEnum, TestDocIdsWriter, TestAttributeSource, TestStressDeletes, TestBagOfPositions, TestMixedCodecs, TestIndexSorting, TestParallelLeafReader, TestComplexExplanations, LimitedFiniteStringsIteratorTest, TestMergedIterator, TestAxiomaticF3LOG, TestForceMergeForever, TestBasicModelD, TestDeterminizeLexicon, TestDocValuesIndexing, TestStringMSBRadixSorter, TestDoubleRangeFieldQueries, TestDirectoryReader, TestIntroSelector, TestBinaryTerms, TestCharArrayMap, TestDocIdSetBuilder, TestSpanSearchEquivalence, TestSpanContainQuery, TestRecyclingIntBlockAllocator, TestSpanBoostQuery, TestDocumentsWriterDeleteQueue, TestDocument, TestFilterIterator, TestCharacterUtils, TestTermVectors, TestSimilarityProvider, TestIndexSearcher, TestLazyProxSkipping, TestLockFactory, TestPolygon, TestPrefixRandom, TestFilterCodecReader, TestSnapshotDeletionPolicy, TestPrefixQuery, TestTermsEnum, TestMultiThreadTermVectors, TestFieldsReader, TestHugeRamFile, TestSpans, TestFlex, TestStressIndexing2, TestDeterminism, TestBagOfPostings, TestStressNRT, TestIndexInput, TestOmitTf, TestMultiFields, TestLiveFieldValues, TestPayloads, TestNoDeletionPolicy, TestTermVectorsReader, TestIntBlockPool, TestTopDocsCollector, TestUnicodeUtil, TestPrefixCodedTerms, TestMaxTermFrequency, TestTermScorer, TestIndexableField, TestCheckIndex, TestConstantScoreQuery, TestConjunctions, TestPositionIncrement, TestSimilarity] [junit4] Completed [335/475 (2!)] on J0 in 0.20s, 1 test, 1 failure <<< FAILURES! [...truncated 11972 lines...] [junit4] Suite: org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest [junit4] 2> 2670834 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[ABE1F31C5D6DC3F4]-worker) [ ] o.a.s.SolrTestCaseJ4 SecureRandom sanity checks: test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom [junit4] 2> Creating dataDir: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_ABE1F31C5D6DC3F4-001/init-core-data-001 [junit4] 2> 2670836 WARN (SUITE-AutoAddReplicasPlanActionTest-seed#[ABE1F31C5D6DC3F4]-worker) [ ] o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4 [junit4] 2> 2670836 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[ABE1F31C5D6DC3F4]-worker) [ ] o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true) w/NUMERIC_DOCVALUES_SYSPROP=false [junit4] 2> 2670838 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[ABE1F31C5D6DC3F4]-worker) [ ] o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via: @org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0, clientAuth=0.0/0.0) w/ MAC_OS_X supressed clientAuth [junit4] 2> 2670838 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[ABE1F31C5D6DC3F4]-worker) [ ] o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_ABE1F31C5D6DC3F4-001/tempDir-001 [junit4] 2> 2670838 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[ABE1F31C5D6DC3F4]-worker) [ ] o.a.s.c.ZkTestServer STARTING ZK TEST SERVER [junit4] 2> 2670839 INFO (Thread-5043) [ ] o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0 [junit4] 2> 2670839 INFO (Thread-5043) [ ] o.a.s.c.ZkTestServer Starting server [junit4] 2> 2670843 ERROR (Thread-5043) [ ] 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> 2670943 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[ABE1F31C5D6DC3F4]-worker) [ ] o.a.s.c.ZkTestServer start zk server on port:65359 [junit4] 2> 2670965 INFO (jetty-launcher-5307-thread-1) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 2670965 INFO (jetty-launcher-5307-thread-2) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 2670965 INFO (jetty-launcher-5307-thread-3) [ ] o.e.j.s.Server jetty-9.3.20.v20170531 [junit4] 2> 2670967 INFO (jetty-launcher-5307-thread-1) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3270ce52{/solr,null,AVAILABLE} [junit4] 2> 2670969 INFO (jetty-launcher-5307-thread-3) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@3f311c1{/solr,null,AVAILABLE} [junit4] 2> 2670970 INFO (jetty-launcher-5307-thread-2) [ ] o.e.j.s.h.ContextHandler Started o.e.j.s.ServletContextHandler@f0b2011{/solr,null,AVAILABLE} [junit4] 2> 2670970 INFO (jetty-launcher-5307-thread-1) [ ] o.e.j.s.AbstractConnector Started ServerConnector@519b8e5{HTTP/1.1,[http/1.1]}{127.0.0.1:65361} [junit4] 2> 2670970 INFO (jetty-launcher-5307-thread-2) [ ] o.e.j.s.AbstractConnector Started ServerConnector@d432b48{HTTP/1.1,[http/1.1]}{127.0.0.1:65363} [junit4] 2> 2670970 INFO (jetty-launcher-5307-thread-1) [ ] o.e.j.s.Server Started @2672522ms [junit4] 2> 2670970 INFO (jetty-launcher-5307-thread-2) [ ] o.e.j.s.Server Started @2672523ms [junit4] 2> 2670971 INFO (jetty-launcher-5307-thread-1) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65361} [junit4] 2> 2670971 INFO (jetty-launcher-5307-thread-2) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65363} [junit4] 2> 2670970 INFO (jetty-launcher-5307-thread-3) [ ] o.e.j.s.AbstractConnector Started ServerConnector@7b75ac84{HTTP/1.1,[http/1.1]}{127.0.0.1:65362} [junit4] 2> 2670971 INFO (jetty-launcher-5307-thread-3) [ ] o.e.j.s.Server Started @2672524ms [junit4] 2> 2670971 INFO (jetty-launcher-5307-thread-3) [ ] o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr, hostPort=65362} [junit4] 2> 2670972 ERROR (jetty-launcher-5307-thread-2) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2670972 ERROR (jetty-launcher-5307-thread-1) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2670972 ERROR (jetty-launcher-5307-thread-3) [ ] o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be missing or incomplete. [junit4] 2> 2670972 INFO (jetty-launcher-5307-thread-2) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 2670972 INFO (jetty-launcher-5307-thread-1) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 2670972 INFO (jetty-launcher-5307-thread-2) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2670972 INFO (jetty-launcher-5307-thread-1) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2670972 INFO (jetty-launcher-5307-thread-1) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 2670972 INFO (jetty-launcher-5307-thread-3) [ ] o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version 8.0.0 [junit4] 2> 2670972 INFO (jetty-launcher-5307-thread-3) [ ] o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null [junit4] 2> 2670972 INFO (jetty-launcher-5307-thread-3) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 2670972 INFO (jetty-launcher-5307-thread-3) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-11-10T07:24:39.413686Z [junit4] 2> 2670972 INFO (jetty-launcher-5307-thread-1) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-11-10T07:24:39.413622Z [junit4] 2> 2670972 INFO (jetty-launcher-5307-thread-2) [ ] o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null [junit4] 2> 2670973 INFO (jetty-launcher-5307-thread-2) [ ] o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time: 2017-11-10T07:24:39.414199Z [junit4] 2> 2670976 INFO (jetty-launcher-5307-thread-3) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 2670977 INFO (jetty-launcher-5307-thread-2) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 2670977 INFO (jetty-launcher-5307-thread-1) [ ] o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading... [junit4] 2> 2671014 INFO (jetty-launcher-5307-thread-2) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65359/solr [junit4] 2> 2671014 INFO (jetty-launcher-5307-thread-3) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65359/solr [junit4] 2> 2671071 INFO (jetty-launcher-5307-thread-1) [ ] o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:65359/solr [junit4] 2> 2671126 INFO (jetty-launcher-5307-thread-1) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 2671130 INFO (jetty-launcher-5307-thread-1) [ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:65361_solr [junit4] 2> 2671132 INFO (jetty-launcher-5307-thread-1) [ ] o.a.s.c.Overseer Overseer (id=98978934245490697-127.0.0.1:65361_solr-n_0000000000) starting [junit4] 2> 2671145 INFO (jetty-launcher-5307-thread-1) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65361_solr [junit4] 2> 2671146 INFO (OverseerStateUpdate-98978934245490697-127.0.0.1:65361_solr-n_0000000000) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 2671205 INFO (jetty-launcher-5307-thread-1) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65361.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d8d741 [junit4] 2> 2671216 INFO (jetty-launcher-5307-thread-3) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 2671217 INFO (jetty-launcher-5307-thread-2) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1) [junit4] 2> 2671218 INFO (jetty-launcher-5307-thread-1) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65361.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d8d741 [junit4] 2> 2671219 INFO (jetty-launcher-5307-thread-1) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65361.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d8d741 [junit4] 2> 2671219 INFO (jetty-launcher-5307-thread-3) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 2671219 INFO (jetty-launcher-5307-thread-2) [ ] o.a.s.c.Overseer Overseer (id=null) closing [junit4] 2> 2671220 INFO (jetty-launcher-5307-thread-1) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_ABE1F31C5D6DC3F4-001/tempDir-001/node1/. [junit4] 2> 2671223 INFO (jetty-launcher-5307-thread-2) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65363_solr [junit4] 2> 2671223 INFO (jetty-launcher-5307-thread-3) [ ] o.a.s.c.ZkController Register node as live in ZooKeeper:/live_nodes/127.0.0.1:65362_solr [junit4] 2> 2671224 INFO (zkCallback-5326-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3) [junit4] 2> 2671224 INFO (zkCallback-5320-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3) [junit4] 2> 2671224 INFO (zkCallback-5319-thread-1) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (3) [junit4] 2> 2671257 INFO (jetty-launcher-5307-thread-3) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65362.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d8d741 [junit4] 2> 2671263 INFO (jetty-launcher-5307-thread-2) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65363.solr.node' (registry 'solr.node') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d8d741 [junit4] 2> 2671280 INFO (jetty-launcher-5307-thread-3) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65362.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d8d741 [junit4] 2> 2671280 INFO (jetty-launcher-5307-thread-3) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65362.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d8d741 [junit4] 2> 2671280 INFO (jetty-launcher-5307-thread-2) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65363.solr.jvm' (registry 'solr.jvm') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d8d741 [junit4] 2> 2671281 INFO (jetty-launcher-5307-thread-2) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65363.solr.jetty' (registry 'solr.jetty') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d8d741 [junit4] 2> 2671281 INFO (jetty-launcher-5307-thread-3) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_ABE1F31C5D6DC3F4-001/tempDir-001/node3/. [junit4] 2> 2671281 INFO (jetty-launcher-5307-thread-2) [ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions underneath /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_ABE1F31C5D6DC3F4-001/tempDir-001/node2/. [junit4] 2> 2671330 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[ABE1F31C5D6DC3F4]-worker) [ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3) [junit4] 2> 2671331 INFO (SUITE-AutoAddReplicasPlanActionTest-seed#[ABE1F31C5D6DC3F4]-worker) [ ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:65359/solr ready [junit4] 2> 2671350 INFO (TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[ABE1F31C5D6DC3F4]) [ ] o.a.s.SolrTestCaseJ4 ###Starting testSimple [junit4] 2> 2671353 INFO (qtp1875250534-27130) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:65361_solr,127.0.0.1:65362_solr&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2671356 INFO (OverseerThreadFactory-11549-thread-1) [ ] o.a.s.c.CreateCollectionCmd Create collection testSimple1 [junit4] 2> 2671467 INFO (OverseerStateUpdate-98978934245490697-127.0.0.1:65361_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple1_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:65361/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2671470 INFO (OverseerStateUpdate-98978934245490697-127.0.0.1:65361_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple1", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple1_shard1_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:65362/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2671474 INFO (OverseerStateUpdate-98978934245490697-127.0.0.1:65361_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple1", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"testSimple1_shard2_replica_n4", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:65361/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2671478 INFO (OverseerStateUpdate-98978934245490697-127.0.0.1:65361_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple1", [junit4] 2> "shard":"shard2", [junit4] 2> "core":"testSimple1_shard2_replica_n6", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:65362/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2671700 INFO (qtp1875250534-27131) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 2671700 INFO (qtp1875250534-27131) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 2671700 INFO (qtp1263240964-27138) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 2671701 INFO (qtp1263240964-27138) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 2671701 INFO (qtp1263240964-27140) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 2671701 INFO (qtp1875250534-27132) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT [junit4] 2> 2671818 INFO (zkCallback-5326-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2671818 INFO (zkCallback-5319-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2671818 INFO (zkCallback-5326-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2671819 INFO (zkCallback-5319-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2672721 INFO (qtp1263240964-27138) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 2672721 INFO (qtp1875250534-27131) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 2672721 INFO (qtp1263240964-27140) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 2672726 INFO (qtp1875250534-27132) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 2672727 INFO (qtp1875250534-27131) [ ] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal [junit4] 2> 2672727 INFO (qtp1263240964-27138) [ ] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal [junit4] 2> 2672729 INFO (qtp1263240964-27140) [ ] o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal [junit4] 2> 2672729 INFO (qtp1875250534-27131) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2672729 INFO (qtp1875250534-27131) [ ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using configuration from collection testSimple1, trusted=true [junit4] 2> 2672730 INFO (qtp1263240964-27138) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2672730 INFO (qtp1875250534-27131) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65361.solr.core.testSimple1.shard1.replica_n1' (registry 'solr.core.testSimple1.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d8d741 [junit4] 2> 2672730 INFO (qtp1263240964-27140) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2672730 INFO (qtp1263240964-27140) [ ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using configuration from collection testSimple1, trusted=true [junit4] 2> 2672730 INFO (qtp1263240964-27138) [ ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using configuration from collection testSimple1, trusted=true [junit4] 2> 2672730 INFO (qtp1875250534-27131) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2672730 INFO (qtp1875250534-27131) [ ] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_ABE1F31C5D6DC3F4-001/tempDir-001/node1/testSimple1_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_ABE1F31C5D6DC3F4-001/tempDir-001/node1/./testSimple1_shard1_replica_n1/data/] [junit4] 2> 2672730 INFO (qtp1263240964-27140) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65362.solr.core.testSimple1.shard1.replica_n2' (registry 'solr.core.testSimple1.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d8d741 [junit4] 2> 2672730 INFO (qtp1263240964-27138) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65362.solr.core.testSimple1.shard2.replica_n6' (registry 'solr.core.testSimple1.shard2.replica_n6') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d8d741 [junit4] 2> 2672730 INFO (qtp1263240964-27140) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2672730 INFO (qtp1263240964-27138) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2672730 INFO (qtp1263240964-27140) [ ] o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_ABE1F31C5D6DC3F4-001/tempDir-001/node3/testSimple1_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_ABE1F31C5D6DC3F4-001/tempDir-001/node3/./testSimple1_shard1_replica_n2/data/] [junit4] 2> 2672730 INFO (qtp1263240964-27138) [ ] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_ABE1F31C5D6DC3F4-001/tempDir-001/node3/testSimple1_shard2_replica_n6], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_ABE1F31C5D6DC3F4-001/tempDir-001/node3/./testSimple1_shard2_replica_n6/data/] [junit4] 2> 2672733 INFO (qtp1875250534-27132) [ ] o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal [junit4] 2> 2672734 INFO (qtp1875250534-27132) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2672735 INFO (qtp1875250534-27132) [ ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using configuration from collection testSimple1, trusted=true [junit4] 2> 2672735 INFO (qtp1875250534-27132) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65361.solr.core.testSimple1.shard2.replica_n4' (registry 'solr.core.testSimple1.shard2.replica_n4') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d8d741 [junit4] 2> 2672735 INFO (qtp1875250534-27132) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2672735 INFO (qtp1875250534-27132) [ ] o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_ABE1F31C5D6DC3F4-001/tempDir-001/node1/testSimple1_shard2_replica_n4], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_ABE1F31C5D6DC3F4-001/tempDir-001/node1/./testSimple1_shard2_replica_n4/data/] [junit4] 2> 2672782 INFO (qtp1263240964-27140) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2672782 INFO (qtp1263240964-27140) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2672783 INFO (qtp1263240964-27140) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2672783 INFO (qtp1263240964-27140) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2672794 INFO (qtp1875250534-27131) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2672794 INFO (qtp1875250534-27131) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2672795 INFO (qtp1875250534-27131) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2672795 INFO (qtp1875250534-27131) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2672796 INFO (qtp1263240964-27138) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2672796 INFO (qtp1263240964-27138) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2672797 INFO (qtp1263240964-27138) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2672797 INFO (qtp1263240964-27138) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2672797 INFO (qtp1263240964-27140) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@51461e47[testSimple1_shard1_replica_n2] main] [junit4] 2> 2672799 INFO (qtp1263240964-27140) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2672799 INFO (qtp1263240964-27140) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2672800 INFO (qtp1263240964-27140) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2672800 INFO (qtp1263240964-27140) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583662949980962816 [junit4] 2> 2672800 INFO (searcherExecutor-11557-thread-1) [ ] o.a.s.c.SolrCore [testSimple1_shard1_replica_n2] Registered new searcher Searcher@51461e47[testSimple1_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2672802 INFO (qtp1875250534-27131) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@70403ef9[testSimple1_shard1_replica_n1] main] [junit4] 2> 2672803 INFO (qtp1875250534-27131) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2672804 INFO (qtp1875250534-27131) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2672804 INFO (qtp1875250534-27131) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2672804 INFO (qtp1875250534-27131) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583662949985157120 [junit4] 2> 2672805 INFO (searcherExecutor-11556-thread-1) [ ] o.a.s.c.SolrCore [testSimple1_shard1_replica_n1] Registered new searcher Searcher@70403ef9[testSimple1_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2672807 INFO (qtp1263240964-27140) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 2672807 INFO (qtp1263240964-27140) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 2672807 INFO (qtp1263240964-27140) [ ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:65362/solr/testSimple1_shard1_replica_n2/ [junit4] 2> 2672808 INFO (qtp1263240964-27140) [ ] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=http://127.0.0.1:65362/solr START replicas=[http://127.0.0.1:65361/solr/testSimple1_shard1_replica_n1/] nUpdates=100 [junit4] 2> 2672809 INFO (qtp1875250534-27134) [ ] o.a.s.c.S.Request [testSimple1_shard1_replica_n1] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 2672821 INFO (qtp1263240964-27138) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@75804a76[testSimple1_shard2_replica_n6] main] [junit4] 2> 2672822 INFO (qtp1263240964-27138) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2672822 INFO (qtp1263240964-27138) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2672823 INFO (qtp1263240964-27138) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2672823 INFO (qtp1263240964-27138) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583662950005080064 [junit4] 2> 2672823 INFO (searcherExecutor-11558-thread-1) [ ] o.a.s.c.SolrCore [testSimple1_shard2_replica_n6] Registered new searcher Searcher@75804a76[testSimple1_shard2_replica_n6] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2672828 INFO (qtp1263240964-27138) [ ] o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for shard shard2: total=2 found=1 timeoutin=9999ms [junit4] 2> 2672836 INFO (qtp1875250534-27132) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2672836 INFO (qtp1875250534-27132) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2672838 INFO (qtp1875250534-27132) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2672838 INFO (qtp1875250534-27132) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2672839 INFO (qtp1875250534-27132) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@24bff288[testSimple1_shard2_replica_n4] main] [junit4] 2> 2672840 INFO (qtp1875250534-27132) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2672841 INFO (qtp1875250534-27132) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2672841 INFO (qtp1875250534-27132) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2672841 INFO (qtp1875250534-27132) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583662950023954432 [junit4] 2> 2672842 INFO (searcherExecutor-11559-thread-1) [ ] o.a.s.c.SolrCore [testSimple1_shard2_replica_n4] Registered new searcher Searcher@24bff288[testSimple1_shard2_replica_n4] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2672940 INFO (zkCallback-5326-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2672940 INFO (zkCallback-5319-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2672940 INFO (zkCallback-5319-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2672940 INFO (zkCallback-5326-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2673111 INFO (qtp1263240964-27140) [ ] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n2 url=http://127.0.0.1:65362/solr DONE. We have no versions. sync failed. [junit4] 2> 2673111 INFO (qtp1263240964-27140) [ ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 2673112 INFO (qtp1263240964-27140) [ ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway [junit4] 2> 2673112 INFO (qtp1263240964-27140) [ ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 2673117 INFO (qtp1263240964-27140) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:65362/solr/testSimple1_shard1_replica_n2/ shard1 [junit4] 2> 2673227 INFO (zkCallback-5326-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2673227 INFO (zkCallback-5319-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2673227 INFO (zkCallback-5326-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2673227 INFO (zkCallback-5319-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2673277 INFO (qtp1263240964-27140) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 2673280 INFO (qtp1263240964-27140) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1579 [junit4] 2> 2673332 INFO (qtp1263240964-27138) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 2673333 INFO (qtp1263240964-27138) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 2673333 INFO (qtp1263240964-27138) [ ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:65362/solr/testSimple1_shard2_replica_n6/ [junit4] 2> 2673333 INFO (qtp1263240964-27138) [ ] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6 url=http://127.0.0.1:65362/solr START replicas=[http://127.0.0.1:65361/solr/testSimple1_shard2_replica_n4/] nUpdates=100 [junit4] 2> 2673334 INFO (qtp1875250534-27135) [ ] o.a.s.c.S.Request [testSimple1_shard2_replica_n4] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 2673384 INFO (zkCallback-5319-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2673384 INFO (zkCallback-5326-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2673384 INFO (zkCallback-5319-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2673384 INFO (zkCallback-5326-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2673642 INFO (qtp1263240964-27138) [ ] o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n6 url=http://127.0.0.1:65362/solr DONE. We have no versions. sync failed. [junit4] 2> 2673642 INFO (qtp1263240964-27138) [ ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 2673642 INFO (qtp1263240964-27138) [ ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway [junit4] 2> 2673642 INFO (qtp1263240964-27138) [ ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 2673648 INFO (qtp1263240964-27138) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:65362/solr/testSimple1_shard2_replica_n6/ shard2 [junit4] 2> 2673751 INFO (zkCallback-5326-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2673751 INFO (zkCallback-5319-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2673751 INFO (zkCallback-5319-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2673751 INFO (zkCallback-5326-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2673806 INFO (qtp1263240964-27138) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 2673808 INFO (qtp1263240964-27138) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2107 [junit4] 2> 2673811 INFO (qtp1875250534-27131) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2111 [junit4] 2> 2673858 INFO (qtp1875250534-27132) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT} status=0 QTime=2157 [junit4] 2> 2673862 INFO (qtp1875250534-27130) [ ] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most 30 seconds. Check all shard replicas [junit4] 2> 2673961 INFO (zkCallback-5326-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2673961 INFO (zkCallback-5319-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2673961 INFO (zkCallback-5319-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2673961 INFO (zkCallback-5326-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple1/state.json] for collection [testSimple1] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2674865 INFO (qtp1875250534-27130) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:65361_solr,127.0.0.1:65362_solr&wt=javabin&version=2} status=0 QTime=3512 [junit4] 2> 2674866 INFO (qtp1875250534-27127) [ ] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params replicationFactor=2&collection.configName=conf&maxShardsPerNode=1&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=1&createNodeSet=127.0.0.1:65362_solr,127.0.0.1:65363_solr&wt=javabin&version=2 and sendToOCPQueue=true [junit4] 2> 2674869 INFO (OverseerThreadFactory-11549-thread-2) [ ] o.a.s.c.CreateCollectionCmd Create collection testSimple2 [junit4] 2> 2674870 INFO (OverseerCollectionConfigSetProcessor-98978934245490697-127.0.0.1:65361_solr-n_0000000000) [ ] 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> 2675092 INFO (OverseerStateUpdate-98978934245490697-127.0.0.1:65361_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple2", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple2_shard1_replica_n1", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:65363/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2675096 INFO (OverseerStateUpdate-98978934245490697-127.0.0.1:65361_solr-n_0000000000) [ ] o.a.s.c.o.SliceMutator createReplica() { [junit4] 2> "operation":"ADDREPLICA", [junit4] 2> "collection":"testSimple2", [junit4] 2> "shard":"shard1", [junit4] 2> "core":"testSimple2_shard1_replica_n2", [junit4] 2> "state":"down", [junit4] 2> "base_url":"http://127.0.0.1:65362/solr", [junit4] 2> "type":"NRT", [junit4] 2> "waitForFinalState":"false"} [junit4] 2> 2675313 INFO (qtp1263240964-27148) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 2675313 INFO (qtp685707072-27142) [ ] o.a.s.h.a.CoreAdminOperation core create command qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT [junit4] 2> 2675313 INFO (qtp685707072-27142) [ ] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647 transient cores [junit4] 2> 2675432 INFO (zkCallback-5320-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2675432 INFO (zkCallback-5319-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2675432 INFO (zkCallback-5319-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2675435 INFO (zkCallback-5320-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2676336 INFO (qtp685707072-27142) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 2676338 INFO (qtp1263240964-27148) [ ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0 [junit4] 2> 2676358 INFO (qtp685707072-27142) [ ] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n1] Schema name=minimal [junit4] 2> 2676358 INFO (qtp1263240964-27148) [ ] o.a.s.s.IndexSchema [testSimple2_shard1_replica_n2] Schema name=minimal [junit4] 2> 2676359 INFO (qtp685707072-27142) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2676359 INFO (qtp685707072-27142) [ ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n1' using configuration from collection testSimple2, trusted=true [junit4] 2> 2676360 INFO (qtp1263240964-27148) [ ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id [junit4] 2> 2676360 INFO (qtp1263240964-27148) [ ] o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n2' using configuration from collection testSimple2, trusted=true [junit4] 2> 2676360 INFO (qtp685707072-27142) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65363.solr.core.testSimple2.shard1.replica_n1' (registry 'solr.core.testSimple2.shard1.replica_n1') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d8d741 [junit4] 2> 2676360 INFO (qtp1263240964-27148) [ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_65362.solr.core.testSimple2.shard1.replica_n2' (registry 'solr.core.testSimple2.shard1.replica_n2') enabled at server: com.sun.jmx.mbeanserver.JmxMBeanServer@d8d741 [junit4] 2> 2676360 INFO (qtp685707072-27142) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2676360 INFO (qtp1263240964-27148) [ ] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder [junit4] 2> 2676360 INFO (qtp685707072-27142) [ ] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n1] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_ABE1F31C5D6DC3F4-001/tempDir-001/node2/testSimple2_shard1_replica_n1], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_ABE1F31C5D6DC3F4-001/tempDir-001/node2/./testSimple2_shard1_replica_n1/data/] [junit4] 2> 2676360 INFO (qtp1263240964-27148) [ ] o.a.s.c.SolrCore [[testSimple2_shard1_replica_n2] ] Opening new SolrCore at [/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_ABE1F31C5D6DC3F4-001/tempDir-001/node3/testSimple2_shard1_replica_n2], dataDir=[/Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_ABE1F31C5D6DC3F4-001/tempDir-001/node3/./testSimple2_shard1_replica_n2/data/] [junit4] 2> 2676419 INFO (qtp1263240964-27148) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2676419 INFO (qtp1263240964-27148) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2676421 INFO (qtp685707072-27142) [ ] o.a.s.u.UpdateHandler Using UpdateLog implementation: org.apache.solr.update.UpdateLog [junit4] 2> 2676421 INFO (qtp685707072-27142) [ ] o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536 [junit4] 2> 2676424 INFO (qtp1263240964-27148) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2676424 INFO (qtp1263240964-27148) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2676424 INFO (qtp685707072-27142) [ ] o.a.s.u.CommitTracker Hard AutoCommit: disabled [junit4] 2> 2676424 INFO (qtp685707072-27142) [ ] o.a.s.u.CommitTracker Soft AutoCommit: disabled [junit4] 2> 2676425 INFO (qtp1263240964-27148) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@65614556[testSimple2_shard1_replica_n2] main] [junit4] 2> 2676426 INFO (qtp685707072-27142) [ ] o.a.s.s.SolrIndexSearcher Opening [Searcher@3940fbf4[testSimple2_shard1_replica_n1] main] [junit4] 2> 2676427 INFO (qtp1263240964-27148) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2676428 INFO (qtp1263240964-27148) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2676428 INFO (qtp685707072-27142) [ ] o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase: /configs/conf [junit4] 2> 2676428 INFO (qtp685707072-27142) [ ] o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf [junit4] 2> 2676429 INFO (qtp1263240964-27148) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2676429 INFO (qtp1263240964-27148) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583662953786245120 [junit4] 2> 2676429 INFO (qtp685707072-27142) [ ] o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms. [junit4] 2> 2676429 INFO (qtp685707072-27142) [ ] o.a.s.u.UpdateLog Could not find max version in index or recent updates, using new clock 1583662953786245120 [junit4] 2> 2676431 INFO (searcherExecutor-11577-thread-1) [ ] o.a.s.c.SolrCore [testSimple2_shard1_replica_n2] Registered new searcher Searcher@65614556[testSimple2_shard1_replica_n2] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2676434 INFO (searcherExecutor-11576-thread-1) [ ] o.a.s.c.SolrCore [testSimple2_shard1_replica_n1] Registered new searcher Searcher@3940fbf4[testSimple2_shard1_replica_n1] main{ExitableDirectoryReader(UninvertingDirectoryReader())} [junit4] 2> 2676441 INFO (qtp1263240964-27148) [ ] o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue. [junit4] 2> 2676441 INFO (qtp1263240964-27148) [ ] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync [junit4] 2> 2676441 INFO (qtp1263240964-27148) [ ] o.a.s.c.SyncStrategy Sync replicas to http://127.0.0.1:65362/solr/testSimple2_shard1_replica_n2/ [junit4] 2> 2676441 INFO (qtp1263240964-27148) [ ] o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n2 url=http://127.0.0.1:65362/solr START replicas=[http://127.0.0.1:65363/solr/testSimple2_shard1_replica_n1/] nUpdates=100 [junit4] 2> 2676441 INFO (qtp685707072-27144) [ ] o.a.s.c.S.Request [testSimple2_shard1_replica_n1] webapp=/solr path=/get params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2} status=0 QTime=0 [junit4] 2> 2676543 INFO (zkCallback-5320-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2676543 INFO (zkCallback-5319-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2676543 INFO (zkCallback-5319-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2676543 INFO (zkCallback-5320-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2676752 INFO (qtp1263240964-27148) [ ] o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n2 url=http://127.0.0.1:65362/solr DONE. We have no versions. sync failed. [junit4] 2> 2676752 INFO (qtp1263240964-27148) [ ] o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the next candidate [junit4] 2> 2676752 INFO (qtp1263240964-27148) [ ] o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we can't sync in that case - we were active before, so become leader anyway [junit4] 2> 2676752 INFO (qtp1263240964-27148) [ ] o.a.s.c.ShardLeaderElectionContext Found all replicas participating in election, clear LIR [junit4] 2> 2676757 INFO (qtp1263240964-27148) [ ] o.a.s.c.ShardLeaderElectionContext I am the new leader: http://127.0.0.1:65362/solr/testSimple2_shard1_replica_n2/ shard1 [junit4] 2> 2676861 INFO (zkCallback-5320-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2676861 INFO (zkCallback-5319-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2676861 INFO (zkCallback-5319-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2676861 INFO (zkCallback-5320-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2676915 INFO (qtp1263240964-27148) [ ] o.a.s.c.ZkController I am the leader, no recovery necessary [junit4] 2> 2676917 INFO (qtp1263240964-27148) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=1&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT} status=0 QTime=1604 [junit4] 2> 2677026 INFO (zkCallback-5319-thread-2) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2677026 INFO (zkCallback-5319-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent state:SyncConnected type:NodeDataChanged path:/collections/testSimple2/state.json] for collection [testSimple2] has occurred - updating... (live nodes size: [3]) [junit4] 2> 2677026 INFO (zkCallback-5320-thread-1) [ ] o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEv [...truncated too long message...] reporters for registry=solr.collection.localShardsTestColl.shard2.leader, tag=1526068412 [junit4] 2> 235571 INFO (coreCloseExecutor-581-thread-6) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.localShardsTestColl.shard3.replica_n16, tag=1148066152 [junit4] 2> 235571 INFO (coreCloseExecutor-581-thread-6) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@6a0794a5: rootName = solr_55599, domain = solr.core.localShardsTestColl.shard3.replica_n16, service url = null, agent id = null] for registry solr.core.localShardsTestColl.shard3.replica_n16 / com.codahale.metrics.MetricRegistry@7b8e8129 [junit4] 2> 235581 INFO (coreCloseExecutor-582-thread-5) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.localShardsTestColl.shard3.leader, tag=2073452896 [junit4] 2> 235581 INFO (coreCloseExecutor-582-thread-6) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.localShardsTestColl.shard2.replica_n8, tag=694622216 [junit4] 2> 235581 INFO (coreCloseExecutor-582-thread-6) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4a0abca4: rootName = solr_55601, domain = solr.core.localShardsTestColl.shard2.replica_n8, service url = null, agent id = null] for registry solr.core.localShardsTestColl.shard2.replica_n8 / com.codahale.metrics.MetricRegistry@25f56b8d [junit4] 2> 235637 INFO (coreCloseExecutor-580-thread-7) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.localShardsTestColl.shard3.leader, tag=699374400 [junit4] 2> 235637 INFO (coreCloseExecutor-580-thread-8) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.localShardsTestColl.shard1.replica_n1, tag=467437681 [junit4] 2> 235637 INFO (coreCloseExecutor-580-thread-8) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@36fca43: rootName = solr_55600, domain = solr.core.localShardsTestColl.shard1.replica_n1, service url = null, agent id = null] for registry solr.core.localShardsTestColl.shard1.replica_n1 / com.codahale.metrics.MetricRegistry@6d60b416 [junit4] 2> 235736 INFO (coreCloseExecutor-581-thread-6) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.localShardsTestColl.shard3.leader, tag=1148066152 [junit4] 2> 235736 INFO (coreCloseExecutor-581-thread-7) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.localShardsTestColl.shard1.replica_n4, tag=1978059661 [junit4] 2> 235737 INFO (coreCloseExecutor-581-thread-7) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@20ec24ba: rootName = solr_55599, domain = solr.core.localShardsTestColl.shard1.replica_n4, service url = null, agent id = null] for registry solr.core.localShardsTestColl.shard1.replica_n4 / com.codahale.metrics.MetricRegistry@2c4c19a1 [junit4] 2> 235738 INFO (coreCloseExecutor-582-thread-6) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.localShardsTestColl.shard2.leader, tag=694622216 [junit4] 2> 235743 INFO (coreCloseExecutor-582-thread-7) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.core.localShardsTestColl.shard1.replica_n2, tag=495181624 [junit4] 2> 235743 INFO (coreCloseExecutor-582-thread-7) [ ] o.a.s.m.r.SolrJmxReporter Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@4b21ca9a: rootName = solr_55601, domain = solr.core.localShardsTestColl.shard1.replica_n2, service url = null, agent id = null] for registry solr.core.localShardsTestColl.shard1.replica_n2 / com.codahale.metrics.MetricRegistry@5ca0cd08 [junit4] 2> 235765 INFO (coreCloseExecutor-580-thread-8) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.localShardsTestColl.shard1.leader, tag=467437681 [junit4] 2> 235765 INFO (coreCloseExecutor-580-thread-5) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.overwrite.shard1.leader, tag=1181756983 [junit4] 2> 235772 INFO (jetty-closer-1808-thread-2) [ ] o.a.s.c.Overseer Overseer (id=98978979713449990-127.0.0.1:55600_solr-n_0000000000) closing [junit4] 2> 235773 INFO (OverseerStateUpdate-98978979713449990-127.0.0.1:55600_solr-n_0000000000) [ ] o.a.s.c.Overseer Overseer Loop exiting : 127.0.0.1:55600_solr [junit4] 2> 235775 WARN (OverseerAutoScalingTriggerThread-98978979713449990-127.0.0.1:55600_solr-n_0000000000) [ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are closed, exiting. [junit4] 2> 235781 INFO (coreCloseExecutor-582-thread-7) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.localShardsTestColl.shard1.leader, tag=495181624 [junit4] 2> 235782 INFO (jetty-closer-1808-thread-2) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@73a328d4{/solr,null,UNAVAILABLE} [junit4] 2> 235783 INFO (zkCallback-1823-thread-4) [ ] o.a.s.c.OverseerElectionContext I am going to be the leader 127.0.0.1:55599_solr [junit4] 2> 235789 INFO (jetty-closer-1808-thread-1) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@ca5ab62{/solr,null,UNAVAILABLE} [junit4] 2> 235795 INFO (coreCloseExecutor-581-thread-7) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.localShardsTestColl.shard1.leader, tag=1978059661 [junit4] 2> 235796 INFO (coreCloseExecutor-581-thread-3) [ ] o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.collection.2nd_collection.shard1.leader, tag=170882703 [junit4] 2> 235802 INFO (jetty-closer-1808-thread-3) [ ] o.e.j.s.h.ContextHandler Stopped o.e.j.s.ServletContextHandler@4a1d100f{/solr,null,UNAVAILABLE} [junit4] 2> 235804 ERROR (SUITE-CloudSolrClientTest-seed#[F112CB8EBC2E95AD]-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> 235804 INFO (SUITE-CloudSolrClientTest-seed#[F112CB8EBC2E95AD]-worker) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:55596 55596 [junit4] 2> 235826 INFO (Thread-255) [ ] o.a.s.c.ZkTestServer connecting to 127.0.0.1:55596 55596 [junit4] 2> 235956 WARN (Thread-255) [ ] o.a.s.c.ZkTestServer Watch limit violations: [junit4] 2> Maximum concurrent create/delete watches above limit: [junit4] 2> [junit4] 2> 8 /solr/clusterprops.json [junit4] 2> 8 /solr/aliases.json [junit4] 2> 3 /solr/security.json [junit4] 2> 3 /solr/configs/conf [junit4] 2> [junit4] 2> Maximum concurrent data watches above limit: [junit4] 2> [junit4] 2> 24 /solr/collections/foo/state.json [junit4] 2> 24 /solr/collections/localShardsTestColl/state.json [junit4] 2> 16 /solr/collections/stale_state_test_col/state.json [junit4] 2> 14 /solr/collections/multicollection2/state.json [junit4] 2> 14 /solr/collections/multicollection1/state.json [junit4] 2> 12 /solr/collections/collection1/state.json [junit4] 2> 12 /solr/collections/2nd_collection/state.json [junit4] 2> 10 /solr/collections/nemesis/state.json [junit4] 2> 8 /solr/clusterstate.json [junit4] 2> 6 /solr/collections/overwrite/state.json [junit4] 2> 2 /solr/collections/localShardsTestColl/leader_elect/shard3/election/98978979713449993-core_node17-n_0000000000 [junit4] 2> [junit4] 2> Maximum concurrent children watches above limit: [junit4] 2> [junit4] 2> 8 /solr/live_nodes [junit4] 2> 8 /solr/collections [junit4] 2> [junit4] 2> NOTE: leaving temporary files on disk at: /Users/jenkins/workspace/Lucene-Solr-master-MacOSX/solr/build/solr-solrj/test/J1/temp/solr.client.solrj.impl.CloudSolrClientTest_F112CB8EBC2E95AD-001 [junit4] 2> Nov 10, 2017 7:36:48 AM com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks [junit4] 2> WARNING: Will linger awaiting termination of 1 leaked thread(s). [junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {_version_=PostingsFormat(name=MockRandom), multiDefault=FST50, a_t=PostingsFormat(name=MockRandom), title_s=FST50, intDefault=PostingsFormat(name=MockRandom), id=PostingsFormat(name=Memory), text=PostingsFormat(name=Memory), timestamp=PostingsFormat(name=MockRandom)}, docValues:{_version_=DocValuesFormat(name=Lucene70), multiDefault=DocValuesFormat(name=Direct), title_s=DocValuesFormat(name=Direct), intDefault=DocValuesFormat(name=Lucene70), id=DocValuesFormat(name=Asserting), timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1275, maxMBSortInHeap=6.943729689406609, sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@1ad153d), locale=ig, timezone=America/Sitka [junit4] 2> NOTE: Mac OS X 10.11.6 x86_64/Oracle Corporation 9 (64-bit)/cpus=3,threads=1,free=116529384,total=329252864 [junit4] 2> NOTE: All tests run in this JVM: [NormalizeEvaluatorTest, TestClusteringResponse, ArcCosineEvaluatorTest, GraphExpressionTest, AndEvaluatorTest, RegressionEvaluatorTest, JsonValidatorTest, JDBCStreamTest, SolrPingTest, DivideEvaluatorTest, NaturalLogEvaluatorTest, ModuloEvaluatorTest, ContentStreamTest, ArcTangentEvaluatorTest, SolrExampleStreamingBinaryTest, DocumentAnalysisResponseTest, TestSolrJErrorHandling, TestV2Request, EqualToEvaluatorTest, OperationsTest, HttpSolrClientConPoolTest, SolrExampleJettyTest, SolrSchemalessExampleTest, AscEvaluatorTest, StreamExpressionTest, LargeVolumeJettyTest, TestNamedListCodec, CloudSolrClientTest] [junit4] Completed [139/146 (1!)] on J1 in 35.97s, 16 tests, 1 error <<< FAILURES! [...truncated 39180 lines...]
--------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
