Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/1328/
Java: 32bit/jdk1.8.0_162 -client -XX:+UseSerialGC
3 tests failed.
FAILED:
org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitWithChaosMonkey
Error Message:
There are still nodes recoverying - waited for 330 seconds
Stack Trace:
java.lang.AssertionError: There are still nodes recoverying - waited for 330
seconds
at
__randomizedtesting.SeedInfo.seed([6E199299B77EFC76:E53E4148F67857F2]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:185)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:140)
at
org.apache.solr.cloud.AbstractDistribZkTestBase.waitForRecoveriesToFinish(AbstractDistribZkTestBase.java:135)
at
org.apache.solr.cloud.AbstractFullDistribZkTestBase.waitForRecoveriesToFinish(AbstractFullDistribZkTestBase.java:915)
at
org.apache.solr.cloud.api.collections.ShardSplitTest.testSplitWithChaosMonkey(ShardSplitTest.java:431)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED:
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple
Error Message:
No live SolrServers available to handle this
request:[https://127.0.0.1:45423/solr]
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: No live SolrServers available
to handle this request:[https://127.0.0.1:45423/solr]
at
__randomizedtesting.SeedInfo.seed([6E199299B77EFC76:56AAB667908D28A7]:0)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:462)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:884)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:817)
at org.apache.solr.client.solrj.SolrClient.request(SolrClient.java:1219)
at
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple(AutoAddReplicasPlanActionTest.java:110)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.apache.solr.client.solrj.SolrServerException: IOException
occured when talking to server at: https://127.0.0.1:45423/solr
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)
... 44 more
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:45423 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)
... 48 more
FAILED: org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testListeners
Error Message:
Stack Trace:
java.lang.AssertionError
at
__randomizedtesting.SeedInfo.seed([6E199299B77EFC76:83D905890A1261AF]:0)
at org.junit.Assert.fail(Assert.java:92)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.junit.Assert.assertTrue(Assert.java:54)
at
org.apache.solr.cloud.autoscaling.TriggerIntegrationTest.testListeners(TriggerIntegrationTest.java:1053)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 12416 lines...]
[junit4] Suite:
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest
[junit4] 2> 371488 INFO
(SUITE-AutoAddReplicasPlanActionTest-seed#[6E199299B77EFC76]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_6E199299B77EFC76-001/init-core-data-001
[junit4] 2> 371488 WARN
(SUITE-AutoAddReplicasPlanActionTest-seed#[6E199299B77EFC76]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=11 numCloses=11
[junit4] 2> 371489 INFO
(SUITE-AutoAddReplicasPlanActionTest-seed#[6E199299B77EFC76]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 371490 INFO
(SUITE-AutoAddReplicasPlanActionTest-seed#[6E199299B77EFC76]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 371492 INFO
(SUITE-AutoAddReplicasPlanActionTest-seed#[6E199299B77EFC76]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_6E199299B77EFC76-001/tempDir-001
[junit4] 2> 371492 INFO
(SUITE-AutoAddReplicasPlanActionTest-seed#[6E199299B77EFC76]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 371493 INFO (Thread-550) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 371493 INFO (Thread-550) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 371495 ERROR (Thread-550) [ ] 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> 371593 INFO
(SUITE-AutoAddReplicasPlanActionTest-seed#[6E199299B77EFC76]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:38537
[junit4] 2> 371600 INFO (zkConnectionManagerCallback-851-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 371610 INFO (jetty-launcher-848-thread-2) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T11:27:37-10:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 371610 INFO (jetty-launcher-848-thread-1) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T11:27:37-10:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 371611 INFO (jetty-launcher-848-thread-3) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T11:27:37-10:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 371612 INFO (jetty-launcher-848-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 371612 INFO (jetty-launcher-848-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 371612 INFO (jetty-launcher-848-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 371612 INFO (jetty-launcher-848-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 371612 INFO (jetty-launcher-848-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 371612 INFO (jetty-launcher-848-thread-3) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 371612 INFO (jetty-launcher-848-thread-2) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 371612 INFO (jetty-launcher-848-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 371612 INFO (jetty-launcher-848-thread-1) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 371616 INFO (jetty-launcher-848-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@df5ff5{/solr,null,AVAILABLE}
[junit4] 2> 371616 INFO (jetty-launcher-848-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3dee49{/solr,null,AVAILABLE}
[junit4] 2> 371624 INFO (jetty-launcher-848-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@241d5a{SSL,[ssl,
http/1.1]}{127.0.0.1:38563}
[junit4] 2> 371624 INFO (jetty-launcher-848-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@17ff56a{SSL,[ssl,
http/1.1]}{127.0.0.1:38849}
[junit4] 2> 371624 INFO (jetty-launcher-848-thread-3) [ ]
o.e.j.s.Server Started @372777ms
[junit4] 2> 371624 INFO (jetty-launcher-848-thread-1) [ ]
o.e.j.s.Server Started @372778ms
[junit4] 2> 371624 INFO (jetty-launcher-848-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=38563}
[junit4] 2> 371624 INFO (jetty-launcher-848-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=38849}
[junit4] 2> 371624 ERROR (jetty-launcher-848-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 371624 ERROR (jetty-launcher-848-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 371624 INFO (jetty-launcher-848-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.3.0
[junit4] 2> 371624 INFO (jetty-launcher-848-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.3.0
[junit4] 2> 371624 INFO (jetty-launcher-848-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 371624 INFO (jetty-launcher-848-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4276a8{/solr,null,AVAILABLE}
[junit4] 2> 371624 INFO (jetty-launcher-848-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 371624 INFO (jetty-launcher-848-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 371624 INFO (jetty-launcher-848-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 371624 INFO (jetty-launcher-848-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-10T07:36:32.410Z
[junit4] 2> 371624 INFO (jetty-launcher-848-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-10T07:36:32.410Z
[junit4] 2> 371625 INFO (jetty-launcher-848-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@10dbc5b{SSL,[ssl,
http/1.1]}{127.0.0.1:45423}
[junit4] 2> 371625 INFO (jetty-launcher-848-thread-2) [ ]
o.e.j.s.Server Started @372779ms
[junit4] 2> 371625 INFO (jetty-launcher-848-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45423}
[junit4] 2> 371625 ERROR (jetty-launcher-848-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 371626 INFO (jetty-launcher-848-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.3.0
[junit4] 2> 371626 INFO (jetty-launcher-848-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 371626 INFO (jetty-launcher-848-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 371626 INFO (jetty-launcher-848-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-10T07:36:32.412Z
[junit4] 2> 371627 INFO (zkConnectionManagerCallback-854-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 371628 INFO (jetty-launcher-848-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 371632 INFO (zkConnectionManagerCallback-855-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 371633 INFO (jetty-launcher-848-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 371636 INFO (zkConnectionManagerCallback-857-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 371637 INFO (jetty-launcher-848-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 371642 INFO (jetty-launcher-848-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38537/solr
[junit4] 2> 371643 INFO (jetty-launcher-848-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38537/solr
[junit4] 2> 371644 INFO (zkConnectionManagerCallback-862-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 371645 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x1003c48048d0004, likely client has closed socket
[junit4] 2> 371645 INFO (zkConnectionManagerCallback-865-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 371648 INFO (jetty-launcher-848-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38537/solr
[junit4] 2> 371655 INFO
(zkConnectionManagerCallback-868-thread-1-processing-n:127.0.0.1:38563_solr)
[n:127.0.0.1:38563_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 371655 INFO
(zkConnectionManagerCallback-870-thread-1-processing-n:127.0.0.1:38849_solr)
[n:127.0.0.1:38849_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 371656 INFO (zkConnectionManagerCallback-873-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 371662 INFO
(zkConnectionManagerCallback-875-thread-1-processing-n:127.0.0.1:45423_solr)
[n:127.0.0.1:45423_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 371759 INFO (jetty-launcher-848-thread-3)
[n:127.0.0.1:38563_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 371759 INFO (jetty-launcher-848-thread-2)
[n:127.0.0.1:45423_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 371759 INFO (jetty-launcher-848-thread-1)
[n:127.0.0.1:38849_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 371760 INFO (jetty-launcher-848-thread-3)
[n:127.0.0.1:38563_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:38563_solr
[junit4] 2> 371760 INFO (jetty-launcher-848-thread-2)
[n:127.0.0.1:45423_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45423_solr
[junit4] 2> 371760 INFO (jetty-launcher-848-thread-1)
[n:127.0.0.1:38849_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38849_solr
[junit4] 2> 371760 INFO (jetty-launcher-848-thread-3)
[n:127.0.0.1:38563_solr ] o.a.s.c.Overseer Overseer
(id=72123874049589254-127.0.0.1:38563_solr-n_0000000000) starting
[junit4] 2> 371765 INFO
(zkCallback-869-thread-1-processing-n:127.0.0.1:38849_solr)
[n:127.0.0.1:38849_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 371766 INFO
(zkCallback-874-thread-1-processing-n:127.0.0.1:45423_solr)
[n:127.0.0.1:45423_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 371766 INFO
(zkCallback-867-thread-1-processing-n:127.0.0.1:38563_solr)
[n:127.0.0.1:38563_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 371791 INFO (jetty-launcher-848-thread-3)
[n:127.0.0.1:38563_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38563_solr
[junit4] 2> 371792 INFO
(zkCallback-874-thread-1-processing-n:127.0.0.1:45423_solr)
[n:127.0.0.1:45423_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 371792 INFO
(zkCallback-869-thread-1-processing-n:127.0.0.1:38849_solr)
[n:127.0.0.1:38849_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 371804 INFO
(zkCallback-867-thread-1-processing-n:127.0.0.1:38563_solr)
[n:127.0.0.1:38563_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 371901 INFO (jetty-launcher-848-thread-2)
[n:127.0.0.1:45423_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45423.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1de83c6
[junit4] 2> 371916 INFO (jetty-launcher-848-thread-2)
[n:127.0.0.1:45423_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45423.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1de83c6
[junit4] 2> 371916 INFO (jetty-launcher-848-thread-2)
[n:127.0.0.1:45423_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45423.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1de83c6
[junit4] 2> 371918 INFO (jetty-launcher-848-thread-2)
[n:127.0.0.1:45423_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_6E199299B77EFC76-001/tempDir-001/node2/.
[junit4] 2> 372037 INFO (jetty-launcher-848-thread-1)
[n:127.0.0.1:38849_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38849.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1de83c6
[junit4] 2> 372053 INFO (jetty-launcher-848-thread-1)
[n:127.0.0.1:38849_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38849.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1de83c6
[junit4] 2> 372054 INFO (jetty-launcher-848-thread-1)
[n:127.0.0.1:38849_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38849.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1de83c6
[junit4] 2> 372055 INFO (jetty-launcher-848-thread-1)
[n:127.0.0.1:38849_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_6E199299B77EFC76-001/tempDir-001/node1/.
[junit4] 2> 372195 INFO (jetty-launcher-848-thread-3)
[n:127.0.0.1:38563_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38563.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1de83c6
[junit4] 2> 372211 INFO (jetty-launcher-848-thread-3)
[n:127.0.0.1:38563_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38563.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1de83c6
[junit4] 2> 372212 INFO (jetty-launcher-848-thread-3)
[n:127.0.0.1:38563_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38563.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1de83c6
[junit4] 2> 372213 INFO (jetty-launcher-848-thread-3)
[n:127.0.0.1:38563_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_6E199299B77EFC76-001/tempDir-001/node3/.
[junit4] 2> 372262 INFO (zkConnectionManagerCallback-883-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 372279 INFO (zkConnectionManagerCallback-887-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 372280 INFO
(SUITE-AutoAddReplicasPlanActionTest-seed#[6E199299B77EFC76]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 372281 INFO
(SUITE-AutoAddReplicasPlanActionTest-seed#[6E199299B77EFC76]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38537/solr ready
[junit4] 2> 372298 INFO
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[6E199299B77EFC76]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testSimple
[junit4] 2> 372400 INFO (qtp7606036-3294) [n:127.0.0.1:38849_solr ]
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:45423_solr,127.0.0.1:38849_solr&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 372402 INFO
(OverseerThreadFactory-1174-thread-1-processing-n:127.0.0.1:38563_solr)
[n:127.0.0.1:38563_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
testSimple1
[junit4] 2> 372508 INFO
(OverseerStateUpdate-72123874049589254-127.0.0.1:38563_solr-n_0000000000)
[n:127.0.0.1:38563_solr ] 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":"https://127.0.0.1:38849/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 372509 INFO
(OverseerStateUpdate-72123874049589254-127.0.0.1:38563_solr-n_0000000000)
[n:127.0.0.1:38563_solr ] 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":"https://127.0.0.1:45423/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 372511 INFO
(OverseerStateUpdate-72123874049589254-127.0.0.1:38563_solr-n_0000000000)
[n:127.0.0.1:38563_solr ] 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":"https://127.0.0.1:38849/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 372513 INFO
(OverseerStateUpdate-72123874049589254-127.0.0.1:38563_solr-n_0000000000)
[n:127.0.0.1:38563_solr ] 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":"https://127.0.0.1:45423/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 372728 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr ]
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> 372729 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 372729 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr ]
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> 372795 INFO (qtp8878720-3371) [n:127.0.0.1:45423_solr ]
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> 372795 INFO (qtp8878720-3371) [n:127.0.0.1:45423_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 372817 INFO (qtp8878720-3301) [n:127.0.0.1:45423_solr ]
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> 372920 INFO
(zkCallback-874-thread-1-processing-n:127.0.0.1:45423_solr)
[n:127.0.0.1:45423_solr ] 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> 372920 INFO
(zkCallback-869-thread-1-processing-n:127.0.0.1:38849_solr)
[n:127.0.0.1:38849_solr ] 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> 372920 INFO
(zkCallback-874-thread-2-processing-n:127.0.0.1:45423_solr)
[n:127.0.0.1:45423_solr ] 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> 373740 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 373744 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 373754 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
[junit4] 2> 373757 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
[junit4] 2> 373758 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 373758 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using
configuration from collection testSimple1, trusted=true
[junit4] 2> 373758 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38849.solr.core.testSimple1.shard2.replica_n4' (registry
'solr.core.testSimple1.shard2.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1de83c6
[junit4] 2> 373758 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 373759 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_6E199299B77EFC76-001/tempDir-001/node1/testSimple1_shard2_replica_n4],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_6E199299B77EFC76-001/tempDir-001/node1/./testSimple1_shard2_replica_n4/data/]
[junit4] 2> 373759 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 373759 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using
configuration from collection testSimple1, trusted=true
[junit4] 2> 373759 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38849.solr.core.testSimple1.shard1.replica_n1' (registry
'solr.core.testSimple1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1de83c6
[junit4] 2> 373760 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 373760 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_6E199299B77EFC76-001/tempDir-001/node1/testSimple1_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_6E199299B77EFC76-001/tempDir-001/node1/./testSimple1_shard1_replica_n1/data/]
[junit4] 2> 373805 INFO (qtp8878720-3371) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 373822 INFO (qtp8878720-3371) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
[junit4] 2> 373825 INFO (qtp8878720-3301) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 373825 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 373825 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 373825 INFO (qtp8878720-3371) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 373825 INFO (qtp8878720-3371) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using
configuration from collection testSimple1, trusted=true
[junit4] 2> 373826 INFO (qtp8878720-3371) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45423.solr.core.testSimple1.shard1.replica_n2' (registry
'solr.core.testSimple1.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1de83c6
[junit4] 2> 373826 INFO (qtp8878720-3371) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 373826 INFO (qtp8878720-3371) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_6E199299B77EFC76-001/tempDir-001/node2/testSimple1_shard1_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_6E199299B77EFC76-001/tempDir-001/node2/./testSimple1_shard1_replica_n2/data/]
[junit4] 2> 373827 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 373827 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 373828 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1d115e4[testSimple1_shard2_replica_n4] main]
[junit4] 2> 373829 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 373829 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 373830 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 373831 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 373831 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 373831 INFO (qtp8878720-3301) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
[junit4] 2> 373842 INFO
(searcherExecutor-1181-thread-1-processing-n:127.0.0.1:38849_solr
x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7)
[n:127.0.0.1:38849_solr c:testSimple1 s:shard2 r:core_node7
x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore
[testSimple1_shard2_replica_n4] Registered new searcher
Searcher@1d115e4[testSimple1_shard2_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 373842 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1591998618930249728
[junit4] 2> 373842 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 373842 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 373843 INFO (qtp8878720-3301) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 373843 INFO (qtp8878720-3301) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using
configuration from collection testSimple1, trusted=true
[junit4] 2> 373843 INFO (qtp8878720-3301) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45423.solr.core.testSimple1.shard2.replica_n6' (registry
'solr.core.testSimple1.shard2.replica_n6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1de83c6
[junit4] 2> 373843 INFO (qtp8878720-3301) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 373843 INFO (qtp8878720-3301) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_6E199299B77EFC76-001/tempDir-001/node2/testSimple1_shard2_replica_n6],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_6E199299B77EFC76-001/tempDir-001/node2/./testSimple1_shard2_replica_n6/data/]
[junit4] 2> 373845 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@481f7e[testSimple1_shard1_replica_n1] main]
[junit4] 2> 373845 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 373846 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 373847 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 373847 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1591998618935492608
[junit4] 2> 373848 INFO
(searcherExecutor-1182-thread-1-processing-n:127.0.0.1:38849_solr
x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3)
[n:127.0.0.1:38849_solr c:testSimple1 s:shard1 r:core_node3
x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore
[testSimple1_shard1_replica_n1] Registered new searcher
Searcher@481f7e[testSimple1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 373851 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard2: total=2 found=1 timeoutin=9999ms
[junit4] 2> 373854 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9999ms
[junit4] 2> 373895 INFO (qtp8878720-3371) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 373895 INFO (qtp8878720-3371) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 373897 INFO (qtp8878720-3371) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 373897 INFO (qtp8878720-3371) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 373898 INFO (qtp8878720-3371) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@11e53e[testSimple1_shard1_replica_n2] main]
[junit4] 2> 373899 INFO (qtp8878720-3301) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 373899 INFO (qtp8878720-3301) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 373899 INFO (qtp8878720-3371) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 373899 INFO (qtp8878720-3371) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 373900 INFO (qtp8878720-3301) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 373900 INFO (qtp8878720-3371) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 373900 INFO (qtp8878720-3301) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 373900 INFO (qtp8878720-3371) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1591998618991067136
[junit4] 2> 373902 INFO
(searcherExecutor-1186-thread-1-processing-n:127.0.0.1:45423_solr
x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5)
[n:127.0.0.1:45423_solr c:testSimple1 s:shard1 r:core_node5
x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore
[testSimple1_shard1_replica_n2] Registered new searcher
Searcher@11e53e[testSimple1_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 373902 INFO (qtp8878720-3301) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@16c8b33[testSimple1_shard2_replica_n6] main]
[junit4] 2> 373903 INFO (qtp8878720-3301) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 373903 INFO (qtp8878720-3301) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 373904 INFO (qtp8878720-3301) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 373905 INFO
(searcherExecutor-1192-thread-1-processing-n:127.0.0.1:45423_solr
x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8)
[n:127.0.0.1:45423_solr c:testSimple1 s:shard2 r:core_node8
x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore
[testSimple1_shard2_replica_n6] Registered new searcher
Searcher@16c8b33[testSimple1_shard2_replica_n6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 373905 INFO (qtp8878720-3301) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1591998618996310016
[junit4] 2> 373955 INFO
(zkCallback-869-thread-1-processing-n:127.0.0.1:38849_solr)
[n:127.0.0.1:38849_solr ] 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> 373955 INFO
(zkCallback-874-thread-2-processing-n:127.0.0.1:45423_solr)
[n:127.0.0.1:45423_solr ] 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> 373955 INFO
(zkCallback-874-thread-1-processing-n:127.0.0.1:45423_solr)
[n:127.0.0.1:45423_solr ] 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> 374352 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 374352 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 374352 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:38849/solr/testSimple1_shard2_replica_n4/
[junit4] 2> 374352 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4
url=https://127.0.0.1:38849/solr START
replicas=[https://127.0.0.1:45423/solr/testSimple1_shard2_replica_n6/]
nUpdates=100
[junit4] 2> 374355 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 374355 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 374355 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:38849/solr/testSimple1_shard1_replica_n1/
[junit4] 2> 374355 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1
url=https://127.0.0.1:38849/solr START
replicas=[https://127.0.0.1:45423/solr/testSimple1_shard1_replica_n2/]
nUpdates=100
[junit4] 2> 374359 INFO (qtp8878720-3281) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.S.Request [testSimple1_shard2_replica_n6] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 374362 INFO (qtp8878720-3287) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.S.Request [testSimple1_shard1_replica_n2] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 374653 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4
url=https://127.0.0.1:38849/solr DONE. We have no versions. sync failed.
[junit4] 2> 374653 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 374653 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
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> 374653 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 374655 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1
url=https://127.0.0.1:38849/solr DONE. We have no versions. sync failed.
[junit4] 2> 374656 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 374656 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
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> 374656 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 374656 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:38849/solr/testSimple1_shard2_replica_n4/ shard2
[junit4] 2> 374658 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:38849/solr/testSimple1_shard1_replica_n1/ shard1
[junit4] 2> 374760 INFO
(zkCallback-874-thread-1-processing-n:127.0.0.1:45423_solr)
[n:127.0.0.1:45423_solr ] 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> 374760 INFO
(zkCallback-869-thread-1-processing-n:127.0.0.1:38849_solr)
[n:127.0.0.1:38849_solr ] 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> 374760 INFO
(zkCallback-874-thread-2-processing-n:127.0.0.1:45423_solr)
[n:127.0.0.1:45423_solr ] 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> 374806 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 374808 INFO (qtp7606036-3286) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
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=2080
[junit4] 2> 374809 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 374810 INFO (qtp7606036-3288) [n:127.0.0.1:38849_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
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=2081
[junit4] 2> 374907 INFO (qtp8878720-3371) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
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=2112
[junit4] 2> 374917 INFO (qtp8878720-3301) [n:127.0.0.1:45423_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
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=2099
[junit4] 2> 374921 INFO (qtp7606036-3294) [n:127.0.0.1:38849_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 375013 INFO
(zkCallback-869-thread-1-processing-n:127.0.0.1:38849_solr)
[n:127.0.0.1:38849_solr ] 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> 375013 INFO
(zkCallback-874-thread-2-processing-n:127.0.0.1:45423_solr)
[n:127.0.0.1:45423_solr ] 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> 375013 INFO
(zkCallback-874-thread-1-processing-n:127.0.0.1:45423_solr)
[n:127.0.0.1:45423_solr ] 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> 375921 INFO (qtp7606036-3294) [n:127.0.0.1:38849_solr ]
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:45423_solr,127.0.0.1:38849_solr&wt=javabin&version=2}
status=0 QTime=3520
[junit4] 2> 375923 INFO (qtp7606036-3299) [n:127.0.0.1:38849_solr ]
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:38849_solr,127.0.0.1:38563_solr&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 375925 INFO
(OverseerThreadFactory-1174-thread-2-processing-n:127.0.0.1:38563_solr)
[n:127.0.0.1:38563_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
testSimple2
[junit4] 2> 375925 INFO
(OverseerCollectionConfigSetProcessor-72123874049589254-127.0.0.1:38563_solr-n_0000000000)
[n:127.0.0.1:38563_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 376131 INFO
(OverseerStateUpdate-72123874049589254-127.0.0.1:38563_solr-n_0000000000)
[n:127.0.0.1:38563_solr ] 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":"https://127.0.0.1:38849/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 376133 INFO
(OverseerStateUpdate-72123874049589254-127.0.0.1:38563_solr-n_0000000000)
[n:127.0.0.1:38563_solr ] 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":"https://127.0.0.1:38563/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 376336 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr ]
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> 376425 INFO (qtp16495928-3295) [n:127.0.0.1:38563_solr ]
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> 376426 INFO (qtp16495928-3295) [n:127.0.0.1:38563_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 376529 INFO
(zkCallback-867-thread-1-processing-n:127.0.0.1:38563_solr)
[n:127.0.0.1:38563_solr ] 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> 376529 INFO
(zkCallback-869-thread-1-processing-n:127.0.0.1:38849_solr)
[n:127.0.0.1:38849_solr ] 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> 376529 INFO
(zkCallback-869-thread-2-processing-n:127.0.0.1:38849_solr)
[n:127.0.0.1:38849_solr ] 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> 376530 INFO
(zkCallback-867-thread-2-processing-n:127.0.0.1:38563_solr)
[n:127.0.0.1:38563_solr ] 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> 377346 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 377368 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.s.IndexSchema [testSimple2_shard1_replica_n1] Schema name=minimal
[junit4] 2> 377370 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 377370 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n1' using
configuration from collection testSimple2, trusted=true
[junit4] 2> 377370 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38849.solr.core.testSimple2.shard1.replica_n1' (registry
'solr.core.testSimple2.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1de83c6
[junit4] 2> 377370 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 377371 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.SolrCore [[testSimple2_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_6E199299B77EFC76-001/tempDir-001/node1/testSimple2_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_6E199299B77EFC76-001/tempDir-001/node1/./testSimple2_shard1_replica_n1/data/]
[junit4] 2> 377417 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 377417 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 377418 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 377418 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 377420 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1defeeb[testSimple2_shard1_replica_n1] main]
[junit4] 2> 377421 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 377421 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 377422 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 377423 INFO
(searcherExecutor-1201-thread-1-processing-n:127.0.0.1:38849_solr
x:testSimple2_shard1_replica_n1 s:shard1 c:testSimple2 r:core_node3)
[n:127.0.0.1:38849_solr c:testSimple2 s:shard1 r:core_node3
x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore
[testSimple2_shard1_replica_n1] Registered new searcher
Searcher@1defeeb[testSimple2_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 377423 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1591998622685200384
[junit4] 2> 377428 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9999ms
[junit4] 2> 377447 INFO (qtp16495928-3295) [n:127.0.0.1:38563_solr
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.3.0
[junit4] 2> 377453 INFO (qtp16495928-3295) [n:127.0.0.1:38563_solr
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2]
o.a.s.s.IndexSchema [testSimple2_shard1_replica_n2] Schema name=minimal
[junit4] 2> 377455 INFO (qtp16495928-3295) [n:127.0.0.1:38563_solr
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 377455 INFO (qtp16495928-3295) [n:127.0.0.1:38563_solr
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n2' using
configuration from collection testSimple2, trusted=true
[junit4] 2> 377456 INFO (qtp16495928-3295) [n:127.0.0.1:38563_solr
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_38563.solr.core.testSimple2.shard1.replica_n2' (registry
'solr.core.testSimple2.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1de83c6
[junit4] 2> 377456 INFO (qtp16495928-3295) [n:127.0.0.1:38563_solr
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 377456 INFO (qtp16495928-3295) [n:127.0.0.1:38563_solr
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2]
o.a.s.c.SolrCore [[testSimple2_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_6E199299B77EFC76-001/tempDir-001/node3/testSimple2_shard1_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_6E199299B77EFC76-001/tempDir-001/node3/./testSimple2_shard1_replica_n2/data/]
[junit4] 2> 377502 INFO (qtp16495928-3295) [n:127.0.0.1:38563_solr
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 377502 INFO (qtp16495928-3295) [n:127.0.0.1:38563_solr
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 377503 INFO (qtp16495928-3295) [n:127.0.0.1:38563_solr
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 377503 INFO (qtp16495928-3295) [n:127.0.0.1:38563_solr
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 377505 INFO (qtp16495928-3295) [n:127.0.0.1:38563_solr
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@af774[testSimple2_shard1_replica_n2] main]
[junit4] 2> 377506 INFO (qtp16495928-3295) [n:127.0.0.1:38563_solr
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 377507 INFO (qtp16495928-3295) [n:127.0.0.1:38563_solr
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 377507 INFO (qtp16495928-3295) [n:127.0.0.1:38563_solr
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 377507 INFO (qtp16495928-3295) [n:127.0.0.1:38563_solr
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1591998622773280768
[junit4] 2> 377508 INFO
(searcherExecutor-1206-thread-1-processing-n:127.0.0.1:38563_solr
x:testSimple2_shard1_replica_n2 s:shard1 c:testSimple2 r:core_node4)
[n:127.0.0.1:38563_solr c:testSimple2 s:shard1 r:core_node4
x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore
[testSimple2_shard1_replica_n2] Registered new searcher
Searcher@af774[testSimple2_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 377529 INFO
(zkCallback-869-thread-2-processing-n:127.0.0.1:38849_solr)
[n:127.0.0.1:38849_solr ] 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> 377529 INFO
(zkCallback-869-thread-1-processing-n:127.0.0.1:38849_solr)
[n:127.0.0.1:38849_solr ] 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> 377529 INFO
(zkCallback-867-thread-2-processing-n:127.0.0.1:38563_solr)
[n:127.0.0.1:38563_solr ] 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> 377529 INFO
(zkCallback-867-thread-1-processing-n:127.0.0.1:38563_solr)
[n:127.0.0.1:38563_solr ] 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> 377928 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 377929 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 377929 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:38849/solr/testSimple2_shard1_replica_n1/
[junit4] 2> 377929 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n1
url=https://127.0.0.1:38849/solr START
replicas=[https://127.0.0.1:38563/solr/testSimple2_shard1_replica_n2/]
nUpdates=100
[junit4] 2> 377935 INFO (qtp16495928-3282) [n:127.0.0.1:38563_solr
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2]
o.a.s.c.S.Request [testSimple2_shard1_replica_n2] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 378229 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=testSimple2_shard1_replica_n1
url=https://127.0.0.1:38849/solr DONE. We have no versions. sync failed.
[junit4] 2> 378229 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 378229 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
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> 378229 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 378233 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:38849/solr/testSimple2_shard1_replica_n1/ shard1
[junit4] 2> 378335 INFO
(zkCallback-867-thread-2-processing-n:127.0.0.1:38563_solr)
[n:127.0.0.1:38563_solr ] 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> 378335 INFO
(zkCallback-869-thread-1-processing-n:127.0.0.1:38849_solr)
[n:127.0.0.1:38849_solr ] 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> 378335 INFO
(zkCallback-867-thread-1-processing-n:127.0.0.1:38563_solr)
[n:127.0.0.1:38563_solr ] 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> 378335 INFO
(zkCallback-869-thread-2-processing-n:127.0.0.1:38849_solr)
[n:127.0.0.1:38849_solr ] 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> 378384 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 378487 INFO
(zkCallback-869-thread-2-processing-n:127.0.0.1:38849_solr)
[n:127.0.0.1:38849_solr ] 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> 378487 INFO
(zkCallback-867-thread-1-processing-n:127.0.0.1:38563_solr)
[n:127.0.0.1:38563_solr ] 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> 378487 INFO
(zkCallback-869-thread-1-processing-n:127.0.0.1:38849_solr)
[n:127.0.0.1:38849_solr ] 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> 378487 INFO
(zkCallback-867-thread-2-processing-n:127.0.0.1:38563_solr)
[n:127.0.0.1:38563_solr ] 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> 378523 INFO (qtp7606036-3296) [n:127.0.0.1:38849_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={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}
status=0 QTime=2187
[junit4] 2> 378527 INFO (qtp16495928-3295) [n:127.0.0.1:38563_solr
c:testSimple2 s:shard1 r:core_node4 x:testSimple2_shard1_replica_n2]
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=2102
[junit4] 2> 378530 INFO (qtp7606036-3299) [n:127.0.0.1:38849_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[j
[...truncated too long message...]
bb
[junit4] 2> 3533079 INFO (coreCloseExecutor-10067-thread-1)
[n:127.0.0.1:37129_ c:collection1 s:shard1 r:core_node48
x:collection1_shard1_replica_n47] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection1.shard1.replica_n47, tag=21812155
[junit4] 2> 3533079 INFO (coreCloseExecutor-10067-thread-1)
[n:127.0.0.1:37129_ c:collection1 s:shard1 r:core_node48
x:collection1_shard1_replica_n47] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@c2da50: rootName = null,
domain = solr.core.collection1.shard1.replica_n47, service url = null, agent id
= null] for registry solr.core.collection1.shard1.replica_n47 /
com.codahale.metrics.MetricRegistry@148d488
[junit4] 2> 3533093 INFO (coreCloseExecutor-10067-thread-1)
[n:127.0.0.1:37129_ c:collection1 s:shard1 r:core_node48
x:collection1_shard1_replica_n47] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection1.shard1.leader, tag=21812155
[junit4] 2> 3533095 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[6E199299B77EFC76]) [
] o.a.s.c.Overseer Overseer
(id=72124078864400402-127.0.0.1:37129_-n_0000000004) closing
[junit4] 2> 3533095 INFO
(OverseerStateUpdate-72124078864400402-127.0.0.1:37129_-n_0000000004)
[n:127.0.0.1:37129_ ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:37129_
[junit4] 2> 3533095 WARN
(OverseerAutoScalingTriggerThread-72124078864400402-127.0.0.1:37129_-n_0000000004)
[n:127.0.0.1:37129_ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread
woken up but we are closed, exiting.
[junit4] 2> 3533101 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[6E199299B77EFC76]) [
] o.e.j.s.AbstractConnector Stopped
ServerConnector@541f38{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 3533101 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[6E199299B77EFC76]) [
] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4a404b{/,null,UNAVAILABLE}
[junit4] 2> 3533101 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[6E199299B77EFC76]) [
] o.e.j.s.session Stopped scavenging
[junit4] 2> 3533102 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[6E199299B77EFC76]) [
] o.a.s.c.ChaosMonkey monkey: stop jetty! 35445
[junit4] 2> 3533102 ERROR
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[6E199299B77EFC76]) [
] 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> 3533102 INFO
(TEST-ShardSplitTest.testSplitStaticIndexReplication-seed#[6E199299B77EFC76]) [
] o.a.s.c.ZkTestServer connecting to 127.0.0.1:40079 40079
[junit4] 2> 3542856 INFO (Thread-6360) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:40079 40079
[junit4] 2> 3542857 WARN (Thread-6360) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 9 /solr/aliases.json
[junit4] 2> 6 /solr/security.json
[junit4] 2> 6 /solr/configs/conf1
[junit4] 2> 6 /solr/collections/collection1/terms/shard1
[junit4] 2> 6
/solr/collections/testSplitStaticIndexReplication/terms/shard1_0
[junit4] 2> 5 /solr/collections/collection1/state.json
[junit4] 2> 5 /solr/collections/collection1/terms/shard2
[junit4] 2> 3
/solr/collections/testSplitStaticIndexReplication/terms/shard1_1
[junit4] 2> 3
/solr/collections/testSplitStaticIndexReplication/terms/shard1
[junit4] 2> 2
/solr/collections/control_collection/terms/shard1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 9 /solr/clusterprops.json
[junit4] 2> 9 /solr/clusterstate.json
[junit4] 2> 4
/solr/collections/testSplitStaticIndexReplication/state.json
[junit4] 2> 4 /solr/autoscaling.json
[junit4] 2> 2
/solr/overseer_elect/election/72124078864400393-127.0.0.1:35233_-n_0000000001
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 9 /solr/live_nodes
[junit4] 2> 9 /solr/collections
[junit4] 2> 4 /solr/overseer/queue
[junit4] 2> 4 /solr/autoscaling/events/.auto_add_replicas
[junit4] 2> 4 /solr/overseer/collection-queue-work
[junit4] 2> 4 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.api.collections.ShardSplitTest_6E199299B77EFC76-001
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarity(queryNorm=false): {}, locale=de, timezone=NZ-CHAT
[junit4] 2> NOTE: Linux 4.13.0-32-generic i386/Oracle Corporation
1.8.0_162 (32-bit)/cpus=8,threads=1,free=196425224,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [TestMergePolicyConfig,
DistributedTermsComponentTest, TestSortableTextField,
ChaosMonkeyNothingIsSafeTest, RuleEngineTest, TestNodeLostTrigger,
TestConfigSets, ChangedSchemaMergeTest, TestEmbeddedSolrServerSchemaAPI,
TestTriggerIntegration, TestLuceneIndexBackCompat, TestDocTermOrds,
CollectionsAPIDistributedZkTest, ExternalFileFieldSortTest, SimpleFacetsTest,
TestRandomRequestDistribution, TestDynamicLoading, TestComponentsName,
DistributedQueryElevationComponentTest, TestFieldTypeResource, ZkFailoverTest,
BlockJoinFacetRandomTest, CloudExitableDirectoryReaderTest, TestCloudRecovery,
TestCustomSort, SolrCoreCheckLockOnStartupTest, TestCollectionAPIs,
MoveReplicaTest, JavabinLoaderTest, UtilsToolTest, FullHLLTest,
OutputWriterTest, CustomHighlightComponentTest,
OpenExchangeRatesOrgProviderTest, TestSchemaSimilarityResource,
HdfsDirectoryFactoryTest, PreAnalyzedFieldManagedSchemaCloudTest,
SuggesterWFSTTest, TestPseudoReturnFields, RAMDirectoryFactoryTest,
TestCrossCoreJoin, TestLMDirichletSimilarityFactory, PluginInfoTest,
SimpleMLTQParserTest, DocValuesMissingTest, TestPullReplica,
TestFastOutputStream, OpenCloseCoreStressTest, DistributedVersionInfoTest,
TestPHPSerializedResponseWriter, CollectionReloadTest, SolrIndexSplitterTest,
TestDelegationWithHadoopAuth, TestExtendedDismaxParser, EchoParamsTest,
TestCloudNestedDocsSort, ConcurrentCreateRoutedAliasTest,
TestSortByMinMaxFunction, TestInitParams, TestRandomFaceting,
TestLegacyNumericUtils, TestManagedSynonymGraphFilterFactory,
HttpTriggerListenerTest, TestBlendedInfixSuggestions, TestConfig,
TestMiniSolrCloudClusterSSL, TestRTimerTree, TestSizeLimitedDistributedMap,
TestComputePlanAction, TestNumericRangeQuery32, TestConfigSetsAPI,
SubstringBytesRefFilterTest, TestDocSet, TestCollectionAPI,
TestDownShardTolerantSearch, TestHighlightDedupGrouping, TestSSLRandomization,
TestExceedMaxTermLength, DeleteShardTest,
DistributedFacetPivotSmallAdvancedTest, DeleteLastCustomShardedReplicaTest,
TestDefaultStatsCache, TestSQLHandler, CoreSorterTest, SolrCloudReportersTest,
TestIndexSearcher, TestSolrQueryResponse, XmlUpdateRequestHandlerTest,
SolrCLIZkUtilsTest, DistributedFacetExistsSmallTest,
TemplateUpdateProcessorTest, NumberUtilsTest, TestNonDefinedSimilarityFactory,
CdcrBootstrapTest, TestJsonFacets, TestLegacyNumericRangeQueryBuilder,
TestNumericTerms64, HdfsWriteToMultipleCollectionsTest, TestCSVResponseWriter,
ConjunctionSolrSpellCheckerTest, TestExactStatsCache,
TestManagedResourceStorage, HdfsChaosMonkeySafeLeaderTest,
LeaderInitiatedRecoveryOnShardRestartTest, TestWriterPerf,
TestStressUserVersions, TestAuthenticationFramework, SynonymTokenizerTest,
JSONWriterTest, TestSolrCoreParser, SuggestComponentTest, HdfsThreadLeakTest,
TestScoreJoinQPScore, ZkNodePropsTest, NodeLostTriggerTest,
TestLeaderElectionZkExpiry, TestIndexingPerformance, HttpPartitionOnCommitTest,
RankQueryTest, ActionThrottleTest, TestSolrQueryParser, ReplicationFactorTest,
TestLocalFSCloudBackupRestore, TestManagedSchema,
DistributedQueryComponentCustomSortTest, TestCryptoKeys,
ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, SyncSliceTest,
ShardRoutingTest, ZkSolrClientTest, ZkCLITest, ShardRoutingCustomTest,
TestDistributedSearch, DistributedSpellCheckComponentTest,
TermVectorComponentDistributedTest, TestJoin, StatsComponentTest,
SolrCmdDistributorTest, BadIndexSchemaTest, TestSort, DirectUpdateHandlerTest,
ShowFileRequestHandlerTest, SimplePostToolTest, AnalysisAfterCoreReloadTest,
SpellCheckCollatorTest, SolrRequestParserTest, DocValuesTest,
StatelessScriptUpdateProcessorFactoryTest, DocValuesMultiTest,
TestSolrDeletionPolicy1, DebugComponentTest, IndexBasedSpellCheckerTest,
LukeRequestHandlerTest, TestQueryTypes, TestOmitPositions, RequestHandlersTest,
MoreLikeThisHandlerTest, FieldAnalysisRequestHandlerTest,
RegexBoostProcessorTest, TestCollationField, MBeansHandlerTest,
DistributedIntervalFacetingTest, AliasIntegrationTest,
ChaosMonkeySafeLeaderWithPullReplicasTest, CleanupOldIndexTest,
CreateCollectionCleanupTest, DeleteReplicaTest,
DistribDocExpirationUpdateProcessorTest, ForceLeaderTest,
MoveReplicaHDFSFailoverTest, OverriddenZkACLAndCredentialsProvidersTest,
PeerSyncReplicationTest, RemoteQueryErrorTest, ReplaceNodeTest,
SSLMigrationTest, SharedFSAutoReplicaFailoverTest, SolrCloudExampleTest,
TestCloudDeleteByQuery, TestCloudJSONFacetJoinDomain, TestClusterProperties,
TestConfigSetsAPIExclusivity, TestConfigSetsAPIZkFailure,
TestDeleteCollectionOnDownNodes, TestExclusionRuleCollectionAccess,
TestLeaderInitiatedRecoveryThread, TestRebalanceLeaders, TestSegmentSorting,
TestShortCircuitedRequests, TestSolrCloudWithKerberosAlt,
TestStressInPlaceUpdates, TlogReplayBufferedWhileIndexingTest,
TriLevelCompositeIdRoutingTest, CollectionTooManyReplicasTest,
HdfsCollectionsAPIDistributedZkTest, ShardSplitTest]
[junit4] Completed [699/774 (3!)] on J0 in 838.75s, 5 tests, 1 failure <<<
FAILURES!
[...truncated 44189 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]