Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21138/
Java: 64bit/jdk-9.0.1 -XX:+UseCompressedOops -XX:+UseParallelGC
3 tests failed.
FAILED:
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple
Error Message:
Waiting for collection testSimple2 null Live Nodes: [127.0.0.1:45895_solr,
127.0.0.1:46147_solr] Last available state:
DocCollection(testSimple2//collections/testSimple2/state.json/16)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{ "shard1":{
"range":"80000000-ffffffff", "state":"active", "replicas":{
"core_node3":{ "core":"testSimple2_shard1_replica_n1",
"base_url":"https://127.0.0.1:45895/solr",
"node_name":"127.0.0.1:45895_solr", "state":"active",
"type":"NRT", "leader":"true"}, "core_node5":{
"core":"testSimple2_shard1_replica_n2",
"base_url":"https://127.0.0.1:38883/solr",
"node_name":"127.0.0.1:38883_solr", "state":"down",
"type":"NRT"}}}, "shard2":{ "range":"0-7fffffff",
"state":"active", "replicas":{ "core_node7":{
"core":"testSimple2_shard2_replica_n4",
"base_url":"https://127.0.0.1:45895/solr",
"node_name":"127.0.0.1:45895_solr", "state":"active",
"type":"NRT", "leader":"true"}, "core_node8":{
"core":"testSimple2_shard2_replica_n6",
"base_url":"https://127.0.0.1:38883/solr",
"node_name":"127.0.0.1:38883_solr", "state":"down",
"type":"NRT"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"2",
"autoAddReplicas":"true", "nrtReplicas":"2", "tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple2
null
Live Nodes: [127.0.0.1:45895_solr, 127.0.0.1:46147_solr]
Last available state:
DocCollection(testSimple2//collections/testSimple2/state.json/16)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{
"shard1":{
"range":"80000000-ffffffff",
"state":"active",
"replicas":{
"core_node3":{
"core":"testSimple2_shard1_replica_n1",
"base_url":"https://127.0.0.1:45895/solr",
"node_name":"127.0.0.1:45895_solr",
"state":"active",
"type":"NRT",
"leader":"true"},
"core_node5":{
"core":"testSimple2_shard1_replica_n2",
"base_url":"https://127.0.0.1:38883/solr",
"node_name":"127.0.0.1:38883_solr",
"state":"down",
"type":"NRT"}}},
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{
"core_node7":{
"core":"testSimple2_shard2_replica_n4",
"base_url":"https://127.0.0.1:45895/solr",
"node_name":"127.0.0.1:45895_solr",
"state":"active",
"type":"NRT",
"leader":"true"},
"core_node8":{
"core":"testSimple2_shard2_replica_n6",
"base_url":"https://127.0.0.1:38883/solr",
"node_name":"127.0.0.1:38883_solr",
"state":"down",
"type":"NRT"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"2",
"autoAddReplicas":"true",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([CC7B4B8435C7C78A:F4C86F7A1234135B]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
at
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:126)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
FAILED:
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest.testSimple
Error Message:
IOException occured when talking to server at: http://127.0.0.1:40161/solr
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when
talking to server at: http://127.0.0.1:40161/solr
at
__randomizedtesting.SeedInfo.seed([CC7B4B8435C7C78A:F4C86F7A1234135B]:0)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:657)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:255)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.request(HttpSolrClient.java:244)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.doRequest(LBHttpSolrClient.java:483)
at
org.apache.solr.client.solrj.impl.LBHttpSolrClient.request(LBHttpSolrClient.java:413)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1104)
at
org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java: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
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: org.apache.http.NoHttpResponseException: 127.0.0.1:40161 failed to
respond
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:141)
at
org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
at
org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:259)
at
org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:163)
at
org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:165)
at
org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:273)
at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:125)
at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185)
at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111)
at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:56)
at
org.apache.solr.client.solrj.impl.HttpSolrClient.executeMethod(HttpSolrClient.java:542)
... 47 more
FAILED:
org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction.testIntegration
Error Message:
Stack Trace:
java.util.ConcurrentModificationException
at
__randomizedtesting.SeedInfo.seed([CC7B4B8435C7C78A:7C1A45A810F866AF]:0)
at
java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:939)
at java.base/java.util.ArrayList$Itr.next(ArrayList.java:893)
at
org.apache.solr.cloud.autoscaling.sim.SimSolrCloudTestCase.tearDown(SimSolrCloudTestCase.java:141)
at jdk.internal.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:992)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
Build Log:
[...truncated 12805 lines...]
[junit4] Suite: org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestExecutePlanAction_CC7B4B8435C7C78A-001/init-core-data-001
[junit4] 2> 1429041 WARN
(SUITE-TestExecutePlanAction-seed#[CC7B4B8435C7C78A]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 1429041 INFO
(SUITE-TestExecutePlanAction-seed#[CC7B4B8435C7C78A]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 1429042 INFO
(SUITE-TestExecutePlanAction-seed#[CC7B4B8435C7C78A]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 1429042 INFO
(SUITE-TestExecutePlanAction-seed#[CC7B4B8435C7C78A]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1429043 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
[junit4] 2> 1429043 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode
version 0
[junit4] 2> 1429043 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10006_solr,
127.0.0.1:10007_solr]
[junit4] 2> 1429043 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion -1
[junit4] 2> 1429044 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 0
[junit4] 2> 1429044 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 1429044 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 0, lastZnodeVersion 0
[junit4] 2> 1429044 DEBUG (ScheduledTrigger-5046-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429045 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testExecute
[junit4] 2> 1429045 DEBUG
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
1
[junit4] 2> 1429045 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 1
[junit4] 2> 1429045 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing
object cache...
[junit4] 2> 1429045 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
[junit4] 2> 1429045 DEBUG
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
[junit4] 2> 1429046 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 1429046 WARN (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Interrupted
[junit4] 2> java.lang.InterruptedException
[junit4] 2> at
java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1247)
[junit4] 2> at
java.base/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
[junit4] 2> at
org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:154)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 1429048 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
[junit4] 2> 1429048 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode
version 2
[junit4] 2> 1429049 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10006_solr,
127.0.0.1:10007_solr]
[junit4] 2> 1429049 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion -1
[junit4] 2> 1429049 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 2
[junit4] 2> 1429049 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 1429049 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 2, lastZnodeVersion 2
[junit4] 2> 1429049 DEBUG (ScheduledTrigger-5049-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429069 DEBUG (ScheduledTrigger-5049-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429090 DEBUG (ScheduledTrigger-5049-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429110 DEBUG (ScheduledTrigger-5049-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429130 DEBUG (ScheduledTrigger-5049-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429150 DEBUG (ScheduledTrigger-5049-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429151 DEBUG (simCloudManagerPool-5048-thread-1) [ ]
o.a.s.c.o.ClusterStateMutator building a new cName: testExecute
[junit4] 2> 1429162 DEBUG (simCloudManagerPool-5048-thread-1) [ ]
o.a.s.c.Assign Identify nodes using default
[junit4] 2> 1429171 DEBUG (ScheduledTrigger-5049-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429189 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.TestExecutePlanAction Collection ready after 1118ms
[junit4] 2> 1429191 DEBUG (ScheduledTrigger-5049-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429191 DEBUG
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.ExecutePlanAction -- processing event: {
[junit4] 2> "id":"15037f05e7ac2040Tc6jw4u7gyhltezfcysale4iry",
[junit4] 2> "source":"mock_trigger_name",
[junit4] 2> "eventTime":1514193563065000000,
[junit4] 2> "eventType":"NODELOST",
[junit4] 2> "properties":{
[junit4] 2> "eventTimes":[1514193563065000000],
[junit4] 2> "nodeNames":["127.0.0.1:10007_solr"]}} with context
properties:
{operations=[org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@61e7b541,
org.apache.solr.cloud.autoscaling.sim.TestExecutePlanAction$1@702bdaef]}
[junit4] 2> 1429191 DEBUG
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.ExecutePlanAction Executing operation:
action=MOVEREPLICA&collection=testExecute&targetNode=127.0.0.1:10006_solr&inPlaceMove=true&replica=core_node1
[junit4] 2> 1429211 DEBUG (ScheduledTrigger-5049-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429231 DEBUG (ScheduledTrigger-5049-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429251 DEBUG (ScheduledTrigger-5049-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429272 DEBUG (ScheduledTrigger-5049-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429292 DEBUG (ScheduledTrigger-5049-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429293 DEBUG (simCloudManagerPool-5048-thread-4) [ ]
o.a.s.c.a.s.SimClusterStateProvider -- new replica: {"core_node4":{
[junit4] 2> "core":"testExecute_shard1_replica_n3",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testExecute",
[junit4] 2> "node_name":"127.0.0.1:10006_solr",
[junit4] 2> "type":"NRT"}}
[junit4] 2> 1429312 DEBUG (ScheduledTrigger-5049-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429332 DEBUG (ScheduledTrigger-5049-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429352 DEBUG (ScheduledTrigger-5049-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429373 DEBUG (ScheduledTrigger-5049-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429393 DEBUG (ScheduledTrigger-5049-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429405 DEBUG
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.ExecutePlanAction Executing operation: action=OVERSEERSTATUS
[junit4] 2> 1429406 DEBUG (simCloudManagerPool-5048-thread-5) [ ]
o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testExecute /
shard1: {"core_node2":{
[junit4] 2> "node_name":"127.0.0.1:10006_solr",
[junit4] 2> "core":"testExecute_shard1_replica_n2",
[junit4] 2> "leader":"true",
[junit4] 2> "state":"active",
[junit4] 2> "type":"NRT",
[junit4] 2> "INDEX.sizeInBytes":123450000,
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testExecute"}}
[junit4] 2> 1429406 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.TestExecutePlanAction Collection ready after 6ms
[junit4] 2> 1429406 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.TestExecutePlanAction -------------_ FINAL STATE --------------
[junit4] 2> 1429407 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.TestExecutePlanAction * Node values: {
[junit4] 2> "127.0.0.1:10006_solr":{
[junit4] 2> "sysprop.java.vendor":"Oracle Corporation",
[junit4] 2> "cores":2,
[junit4] 2> "host":"127.0.0.1",
[junit4] 2> "freedisk":980,
[junit4] 2> "sysprop.java.version":"9.0.1",
[junit4] 2> "ip_1":"127",
[junit4] 2> "ip_3":"0",
[junit4] 2> "ip_2":"0",
[junit4] 2> "ip_4":"1",
[junit4] 2> "node":"127.0.0.1:10006_solr",
[junit4] 2> "metrics:solr.jvm:buffers.direct.Count":0,
[junit4] 2> "port":10006,
[junit4] 2> "heapUsage":123450000,
[junit4] 2> "sysLoadAvg":1.0,
[junit4] 2>
"metrics:solr.node:ADMIN./admin/authorization.clientErrors:count":0},
[junit4] 2> "127.0.0.1:10007_solr":{
[junit4] 2> "sysprop.java.vendor":"Oracle Corporation",
[junit4] 2> "cores":0,
[junit4] 2> "host":"127.0.0.1",
[junit4] 2> "freedisk":1000,
[junit4] 2> "sysprop.java.version":"9.0.1",
[junit4] 2> "ip_1":"127",
[junit4] 2> "ip_3":"0",
[junit4] 2> "ip_2":"0",
[junit4] 2> "ip_4":"1",
[junit4] 2> "node":"127.0.0.1:10007_solr",
[junit4] 2> "metrics:solr.jvm:buffers.direct.Count":0,
[junit4] 2> "port":10007,
[junit4] 2> "heapUsage":123450000,
[junit4] 2> "sysLoadAvg":1.0,
[junit4] 2>
"metrics:solr.node:ADMIN./admin/authorization.clientErrors:count":0}}
[junit4] 2> 1429407 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.TestExecutePlanAction * Live nodes: [127.0.0.1:10006_solr,
127.0.0.1:10007_solr]
[junit4] 2> 1429407 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.TestExecutePlanAction * Collection testExecute state:
DocCollection(testExecute//clusterstate.json/3)={
[junit4] 2> "replicationFactor":"2",
[junit4] 2> "pullReplicas":"0",
[junit4] 2> "router":{"name":"compositeId"},
[junit4] 2> "maxShardsPerNode":"1",
[junit4] 2> "autoAddReplicas":"false",
[junit4] 2> "nrtReplicas":"2",
[junit4] 2> "tlogReplicas":"0",
[junit4] 2> "autoCreated":"true",
[junit4] 2> "shards":{"shard1":{
[junit4] 2> "replicas":{
[junit4] 2> "core_node2":{
[junit4] 2> "core":"testExecute_shard1_replica_n2",
[junit4] 2> "leader":"true",
[junit4] 2> "INDEX.sizeInBytes":123450000,
[junit4] 2> "node_name":"127.0.0.1:10006_solr",
[junit4] 2> "state":"active",
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node4":{
[junit4] 2> "node_name":"127.0.0.1:10006_solr",
[junit4] 2> "core":"testExecute_shard1_replica_n3",
[junit4] 2> "state":"active",
[junit4] 2> "INDEX.sizeInBytes":123450000,
[junit4] 2> "type":"NRT"}},
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active"}}}
[junit4] 2> 1429407 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testExecute
[junit4] 2> 1429407 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase
[junit4] 2>
[junit4] 2> 1429407 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase #############################################
[junit4] 2> 1429407 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ############ FINAL CLUSTER STATS ############
[junit4] 2> 1429407 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase #############################################
[junit4] 2>
[junit4] 2> 1429407 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## Live nodes: 2
[junit4] 2> 1429407 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## Empty nodes: 1
[junit4] 2> 1429407 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## Dead nodes: 0
[junit4] 2> 1429408 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## Collections: [testExecute]
[junit4] 2> 1429408 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## Max replicas per node: 2
[junit4] 2> 1429408 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## Min replicas per node: 0
[junit4] 2> 1429408 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## Total replicas: 2
[junit4] 2> 1429408 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## * testExecute 2
[junit4] 2> 1429408 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## - active 2
[junit4] 2> 1429408 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ######### Final Solr op counts ##########
[junit4] 2> 1429408 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## - CREATE 1
[junit4] 2> 1429408 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## - DELETESTATUS 2
[junit4] 2> 1429408 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## - MOVEREPLICA 1
[junit4] 2> 1429408 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## - OVERSEERSTATUS 1
[junit4] 2> 1429408 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## - REQUESTSTATUS 2
[junit4] 2> 1429408 INFO
(TEST-TestExecutePlanAction.testExecute-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ######### Autoscaling event counts ###########
[junit4] 2> 1429410 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testIntegration
[junit4] 2> 1429410 DEBUG
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
3
[junit4] 2> 1429410 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 3
[junit4] 2> 1429410 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimCloudManager === Restarting OverseerTriggerThread and clearing
object cache...
[junit4] 2> 1429410 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread -- clean old nodeLost markers
[junit4] 2> 1429411 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 1429411 WARN (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Interrupted
[junit4] 2> java.lang.InterruptedException
[junit4] 2> at
java.base/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireInterruptibly(AbstractQueuedSynchronizer.java:1247)
[junit4] 2> at
java.base/java.util.concurrent.locks.ReentrantLock.lockInterruptibly(ReentrantLock.java:317)
[junit4] 2> at
org.apache.solr.cloud.autoscaling.OverseerTriggerThread.run(OverseerTriggerThread.java:154)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 1429411 DEBUG
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
[junit4] 2> 1429411 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Adding .autoAddReplicas trigger
[junit4] 2> 1429411 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode
version 4
[junit4] 2> 1429411 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10006_solr,
127.0.0.1:10007_solr]
[junit4] 2> 1429411 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion -1
[junit4] 2> 1429411 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 4
[junit4] 2> 1429412 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 1429412 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 4, lastZnodeVersion 4
[junit4] 2> 1429412 DEBUG (ScheduledTrigger-5052-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429432 DEBUG (ScheduledTrigger-5052-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429452 DEBUG (ScheduledTrigger-5052-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429472 DEBUG (ScheduledTrigger-5052-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429492 DEBUG (ScheduledTrigger-5052-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429513 DEBUG (ScheduledTrigger-5052-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429513 DEBUG (simCloudManagerPool-5051-thread-1) [ ]
o.a.s.c.a.AutoScalingHandler Verified autoscaling configuration
[junit4] 2> 1429513 DEBUG (simCloudManagerPool-5051-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread Refreshing /autoscaling.json with znode version
5
[junit4] 2> 1429514 DEBUG (simCloudManagerPool-5051-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10006_solr,
127.0.0.1:10007_solr]
[junit4] 2> 1429514 DEBUG (simCloudManagerPool-5051-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Initial livenodes: [127.0.0.1:10006_solr,
127.0.0.1:10007_solr]
[junit4] 2> 1429514 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Processed trigger updates upto znodeVersion 5
[junit4] 2> 1429514 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread -- clean old nodeAdded markers
[junit4] 2> 1429514 DEBUG (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread Current znodeVersion 5, lastZnodeVersion 5
[junit4] 2> 1429514 DEBUG (simCloudManagerPool-5051-thread-2) [ ]
o.a.s.c.o.ClusterStateMutator building a new cName: testIntegration
[junit4] 2> 1429514 DEBUG (ScheduledTrigger-5052-thread-3) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with
currently live nodes: 2
[junit4] 2> 1429524 DEBUG (simCloudManagerPool-5051-thread-2) [ ]
o.a.s.c.Assign Identify nodes using default
[junit4] 2> 1429533 DEBUG (ScheduledTrigger-5052-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 2
[junit4] 2> 1429534 DEBUG (ScheduledTrigger-5052-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with
currently live nodes: 2
[junit4] 2> 1429547 DEBUG (simCloudManagerPool-5051-thread-5) [ ]
o.a.s.c.a.s.SimClusterStateProvider -- elected new leader for testIntegration /
shard1: {"core_node1":{
[junit4] 2> "node_name":"127.0.0.1:10007_solr",
[junit4] 2> "core":"testIntegration_shard1_replica_n1",
[junit4] 2> "leader":"true",
[junit4] 2> "state":"active",
[junit4] 2> "type":"NRT",
[junit4] 2> "INDEX.sizeInBytes":123450000,
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testIntegration"}}
[junit4] 2> 1429553 DEBUG (ScheduledTrigger-5052-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 1
[junit4] 2> 1429553 DEBUG (ScheduledTrigger-5052-thread-4) [ ]
o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10006_solr
[junit4] 2> 1429555 DEBUG (ScheduledTrigger-5052-thread-3) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with
currently live nodes: 1
[junit4] 2> 1429555 DEBUG (ScheduledTrigger-5052-thread-3) [ ]
o.a.s.c.a.NodeLostTrigger Tracking lost node: 127.0.0.1:10006_solr
[junit4] 2> 1429573 DEBUG (ScheduledTrigger-5052-thread-1) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: .auto_add_replicas with
currently live nodes: 1
[junit4] 2> 1429575 DEBUG (ScheduledTrigger-5052-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger: node_lost_trigger with
currently live nodes: 1
[junit4] 2> 1429575 DEBUG (ScheduledTrigger-5052-thread-2) [ ]
o.a.s.c.a.NodeLostTrigger NodeLostTrigger firing registered processor for lost
nodes: [127.0.0.1:10006_solr]
[junit4] 2> 1429575 DEBUG (ScheduledTrigger-5052-thread-2) [ ]
o.a.s.c.a.ScheduledTriggers ++++++++ Cooldown inactive - processing event: {
[junit4] 2> "id":"6ef0ef5dfcce1Tc6jw4u7gyhltezfcysale4irz",
[junit4] 2> "source":"node_lost_trigger",
[junit4] 2> "eventTime":1951697393929441,
[junit4] 2> "eventType":"NODELOST",
[junit4] 2> "properties":{
[junit4] 2> "eventTimes":[1951697393929441],
[junit4] 2> "nodeNames":["127.0.0.1:10006_solr"]}}
[junit4] 2> 1429576 DEBUG (AutoscalingActionExecutor-5053-thread-1) [ ]
o.a.s.c.a.ScheduledTriggers -- processing actions for {
[junit4] 2> "id":"6ef0ef5dfcce1Tc6jw4u7gyhltezfcysale4irz",
[junit4] 2> "source":"node_lost_trigger",
[junit4] 2> "eventTime":1951697393929441,
[junit4] 2> "eventType":"NODELOST",
[junit4] 2> "properties":{
[junit4] 2> "eventTimes":[1951697393929441],
[junit4] 2> "_enqueue_time_":1951698411131141,
[junit4] 2> "nodeNames":["127.0.0.1:10006_solr"]}}
[junit4] 2> 1429576 DEBUG (AutoscalingActionExecutor-5053-thread-1) [ ]
o.a.s.c.a.ComputePlanAction -- processing event: {
[junit4] 2> "id":"6ef0ef5dfcce1Tc6jw4u7gyhltezfcysale4irz",
[junit4] 2> "source":"node_lost_trigger",
[junit4] 2> "eventTime":1951697393929441,
[junit4] 2> "eventType":"NODELOST",
[junit4] 2> "properties":{
[junit4] 2> "eventTimes":[1951697393929441],
[junit4] 2> "_enqueue_time_":1951698411131141,
[junit4] 2> "nodeNames":["127.0.0.1:10006_solr"]}} with context
properties: {BEFORE_ACTION=[compute_plan]}
[junit4] 2> 1429577 INFO (AutoscalingActionExecutor-5053-thread-1) [ ]
o.a.s.c.a.ComputePlanAction Computed Plan:
action=MOVEREPLICA&collection=testIntegration&targetNode=127.0.0.1:10007_solr&inPlaceMove=true&replica=core_node2
[junit4] 2> 1429577 INFO (AutoscalingActionExecutor-5053-thread-1) [ ]
o.a.s.c.s.c.a.PolicyHelper returnSession, curr-time 1951698503
sessionWrapper.createTime 1951698492737041, this.sessionWrapper.createTime
1951698492737041
[junit4] 2> 1429577 DEBUG (AutoscalingActionExecutor-5053-thread-1) [ ]
o.a.s.c.a.ExecutePlanAction -- processing event: {
[junit4] 2> "id":"6ef0ef5dfcce1Tc6jw4u7gyhltezfcysale4irz",
[junit4] 2> "source":"node_lost_trigger",
[junit4] 2> "eventTime":1951697393929441,
[junit4] 2> "eventType":"NODELOST",
[junit4] 2> "properties":{
[junit4] 2> "eventTimes":[1951697393929441],
[junit4] 2> "_enqueue_time_":1951698411131141,
[junit4] 2> "nodeNames":["127.0.0.1:10006_solr"]}} with context
properties:
{operations=[org.apache.solr.client.solrj.request.CollectionAdminRequest$MoveReplica@b579960],
AFTER_ACTION=[compute_plan], BEFORE_ACTION=[compute_plan, execute_plan]}
[junit4] 2> 1429577 DEBUG (AutoscalingActionExecutor-5053-thread-1) [ ]
o.a.s.c.a.ExecutePlanAction Executing operation:
action=MOVEREPLICA&collection=testIntegration&targetNode=127.0.0.1:10007_solr&inPlaceMove=true&replica=core_node2
[junit4] 2> 1429678 DEBUG (simCloudManagerPool-5051-thread-7) [ ]
o.a.s.c.a.s.SimClusterStateProvider -- new replica: {"core_node4":{
[junit4] 2> "core":"testIntegration_shard1_replica_n3",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"testIntegration",
[junit4] 2> "node_name":"127.0.0.1:10007_solr",
[junit4] 2> "type":"NRT"}}
[junit4] 2> 1429789 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.TestExecutePlanAction -------------_ FINAL STATE --------------
[junit4] 2> 1429789 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.TestExecutePlanAction * Node values: {
[junit4] 2> "127.0.0.1:10006_solr":{
[junit4] 2> "sysprop.java.vendor":"Oracle Corporation",
[junit4] 2> "cores":1,
[junit4] 2> "host":"127.0.0.1",
[junit4] 2> "freedisk":970,
[junit4] 2> "sysprop.java.version":"9.0.1",
[junit4] 2> "ip_1":"127",
[junit4] 2> "ip_3":"0",
[junit4] 2> "ip_2":"0",
[junit4] 2> "ip_4":"1",
[junit4] 2> "node":"127.0.0.1:10006_solr",
[junit4] 2> "metrics:solr.jvm:buffers.direct.Count":0,
[junit4] 2> "port":10006,
[junit4] 2> "heapUsage":123450000,
[junit4] 2> "sysLoadAvg":1.0,
[junit4] 2>
"metrics:solr.node:ADMIN./admin/authorization.clientErrors:count":0},
[junit4] 2> "127.0.0.1:10007_solr":{
[junit4] 2> "sysprop.java.vendor":"Oracle Corporation",
[junit4] 2> "cores":2,
[junit4] 2> "host":"127.0.0.1",
[junit4] 2> "freedisk":980,
[junit4] 2> "sysprop.java.version":"9.0.1",
[junit4] 2> "ip_1":"127",
[junit4] 2> "ip_3":"0",
[junit4] 2> "ip_2":"0",
[junit4] 2> "ip_4":"1",
[junit4] 2> "node":"127.0.0.1:10007_solr",
[junit4] 2> "metrics:solr.jvm:buffers.direct.Count":0,
[junit4] 2> "port":10007,
[junit4] 2> "heapUsage":123450000,
[junit4] 2> "sysLoadAvg":1.0,
[junit4] 2>
"metrics:solr.node:ADMIN./admin/authorization.clientErrors:count":0}}
[junit4] 2> 1429789 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.TestExecutePlanAction * Live nodes: [127.0.0.1:10007_solr]
[junit4] 2> 1429789 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.TestExecutePlanAction * Collection testIntegration state:
DocCollection(testIntegration//clusterstate.json/10)={
[junit4] 2> "replicationFactor":"2",
[junit4] 2> "pullReplicas":"0",
[junit4] 2> "router":{"name":"compositeId"},
[junit4] 2> "maxShardsPerNode":"1",
[junit4] 2> "autoAddReplicas":"false",
[junit4] 2> "nrtReplicas":"2",
[junit4] 2> "tlogReplicas":"0",
[junit4] 2> "autoCreated":"true",
[junit4] 2> "shards":{"shard1":{
[junit4] 2> "replicas":{
[junit4] 2> "core_node1":{
[junit4] 2> "core":"testIntegration_shard1_replica_n1",
[junit4] 2> "leader":"true",
[junit4] 2> "INDEX.sizeInBytes":123450000,
[junit4] 2> "node_name":"127.0.0.1:10007_solr",
[junit4] 2> "state":"active",
[junit4] 2> "type":"NRT"},
[junit4] 2> "core_node4":{
[junit4] 2> "node_name":"127.0.0.1:10007_solr",
[junit4] 2> "core":"testIntegration_shard1_replica_n3",
[junit4] 2> "state":"active",
[junit4] 2> "INDEX.sizeInBytes":123450000,
[junit4] 2> "type":"NRT"}},
[junit4] 2> "range":"80000000-7fffffff",
[junit4] 2> "state":"active"}}}
[junit4] 2> 1429789 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.SolrTestCaseJ4 ###Ending testIntegration
[junit4] 2> 1429789 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase
[junit4] 2>
[junit4] 2> 1429789 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase #############################################
[junit4] 2> 1429789 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ############ FINAL CLUSTER STATS ############
[junit4] 2> 1429789 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase #############################################
[junit4] 2>
[junit4] 2> 1429789 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## Live nodes: 1
[junit4] 2> 1429789 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## Empty nodes: 0
[junit4] 2> 1429789 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## Dead nodes: 1
[junit4] 2> 1429789 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## 127.0.0.1:10006_solr
[junit4] 2> 1429789 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## Collections: [testIntegration]
[junit4] 2> 1429789 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## Max replicas per node: 2
[junit4] 2> 1429790 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## Min replicas per node: 2
[junit4] 2> 1429790 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## Total replicas: 2
[junit4] 2> 1429790 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## * testIntegration 2
[junit4] 2> 1429790 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## - active 2
[junit4] 2> 1429790 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ######### Final Solr op counts ##########
[junit4] 2> 1429790 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## - CREATE 1
[junit4] 2> 1429790 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## - DELETESTATUS 1
[junit4] 2> 1429790 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## - MOVEREPLICA 1
[junit4] 2> 1429790 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## - REQUESTSTATUS 1
[junit4] 2> 1429790 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## - autoscaling 1
[junit4] 2> 1429790 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ## - update 1
[junit4] 2> 1429790 INFO
(TEST-TestExecutePlanAction.testIntegration-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.c.a.s.SimSolrCloudTestCase ######### Autoscaling event counts ###########
[junit4] 2> 1429790 DEBUG (AutoscalingActionExecutor-5053-thread-1) [ ]
o.a.s.c.a.ScheduledTriggers -- processing took 10743 ms for event
id=6ef0ef5dfcce1Tc6jw4u7gyhltezfcysale4irz
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=TestExecutePlanAction -Dtests.method=testIntegration
-Dtests.seed=CC7B4B8435C7C78A -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=fr-TD -Dtests.timezone=Pacific/Efate -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] ERROR 0.38s J2 | TestExecutePlanAction.testIntegration <<<
[junit4] > Throwable #1: java.util.ConcurrentModificationException
[junit4] > at
__randomizedtesting.SeedInfo.seed([CC7B4B8435C7C78A:7C1A45A810F866AF]:0)
[junit4] > at
java.base/java.util.ArrayList$Itr.checkForComodification(ArrayList.java:939)
[junit4] > at
java.base/java.util.ArrayList$Itr.next(ArrayList.java:893)
[junit4] > at
org.apache.solr.cloud.autoscaling.sim.SimSolrCloudTestCase.tearDown(SimSolrCloudTestCase.java:141)
[junit4] > at
jdk.internal.reflect.GeneratedMethodAccessor11.invoke(Unknown Source)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:564)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 1429792 WARN (Simulated OverseerAutoScalingTriggerThread) [
] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we are
closed, exiting.
[junit4] 2> 1429793 DEBUG
(SUITE-TestExecutePlanAction-seed#[CC7B4B8435C7C78A]-worker) [ ]
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.sim.TestExecutePlanAction_CC7B4B8435C7C78A-001
[junit4] 2> Dec 25, 2017 9:19:23 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1216, maxMBSortInHeap=7.8437959522432985,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@46ddd939),
locale=fr-TD, timezone=Pacific/Efate
[junit4] 2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 9.0.1
(64-bit)/cpus=8,threads=1,free=157442904,total=524288000
[junit4] 2> NOTE: All tests run in this JVM: [LegacyCloudClusterPropTest,
BasicDistributedZk2Test, DeleteStatusTest, TestRandomCollapseQParserPlugin,
XmlUpdateRequestHandlerTest, TestSolrDeletionPolicy2,
AnalysisErrorHandlingTest, BlockJoinFacetRandomTest, TestStreamBody,
TestRTimerTree, TestXmlQParserPlugin, TestSolrCoreSnapshots,
CSVRequestHandlerTest, TestReload, TestNumericRangeQuery32, TestCustomSort,
TestSearchPerf, TestTolerantSearch, ReturnFieldsTest, SystemLogListenerTest,
TestCustomStream, XsltUpdateRequestHandlerTest, SolrTestCaseJ4Test,
TestHashPartitioner, TestSchemaSimilarityResource, DocValuesMissingTest,
HdfsUnloadDistributedZkTest, TestTolerantUpdateProcessorCloud,
TestDistributedMissingSort, ImplicitSnitchTest, FacetPivotSmallTest,
TestNodeAddedTrigger, ReplaceNodeTest, SuggesterTest,
TestCopyFieldCollectionResource, TestManagedResourceStorage,
TestExtendedDismaxParser, TestElisionMultitermQuery, TestInfoStreamLogging,
SuggestComponentTest, TestLegacyNumericUtils, OverseerTest, RollingRestartTest,
ZkNodePropsTest, TestCollectionAPI, TestSizeLimitedDistributedMap,
ConnectionReuseTest, TestPartialUpdateDeduplication,
TestLMJelinekMercerSimilarityFactory, TestLRUCache,
TestCloudJSONFacetJoinDomain, PeerSyncReplicationTest,
TestSolrConfigHandlerCloud, UniqFieldsUpdateProcessorFactoryTest,
OverriddenZkACLAndCredentialsProvidersTest, TestStressUserVersions,
LeaderFailureAfterFreshStartTest, ExitableDirectoryReaderTest,
ChaosMonkeyNothingIsSafeTest, ClusterStateTest, TestFuzzyAnalyzedSuggestions,
TestStressInPlaceUpdates, TestLegacyNumericRangeQueryBuilder, TestRealTimeGet,
FieldAnalysisRequestHandlerTest, TestSolrQueryResponse, EchoParamsTest,
TestScoreJoinQPScore, CopyFieldTest, SolrCLIZkUtilsTest,
BigEndianAscendingWordSerializerTest, TestLockTree,
TestConfigSetsAPIExclusivity, SecurityConfHandlerTest, SuggesterWFSTTest,
ShardSplitTest, TestQueryTypes, PluginInfoTest, TestDocTermOrds,
TestExactStatsCache, TemplateUpdateProcessorTest, MultiThreadedOCPTest,
TestSortByMinMaxFunction, TolerantUpdateProcessorTest,
MoveReplicaHDFSFailoverTest, HdfsRecoverLeaseTest, TestBulkSchemaConcurrent,
TestDefaultStatsCache, ChangedSchemaMergeTest, TestSchemaManager,
SortByFunctionTest, TestBackupRepositoryFactory,
TlogReplayBufferedWhileIndexingTest, TestDelegationWithHadoopAuth,
TestSSLRandomization, TestApiFramework, TestUseDocValuesAsStored2,
TestCoreContainer, TestSlowCompositeReaderWrapper, SimpleMLTQParserTest,
AddSchemaFieldsUpdateProcessorFactoryTest, BlobRepositoryCloudTest,
TestReloadAndDeleteDocs, TestBlobHandler, TestCollationFieldDocValues,
TestFunctionQuery, TestRawResponseWriter, TestExecutePlanAction]
[junit4] Completed [341/765 (1!)] on J2 in 1.02s, 2 tests, 1 error <<<
FAILURES!
[...truncated 722 lines...]
[junit4] Suite:
org.apache.solr.cloud.autoscaling.AutoAddReplicasPlanActionTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_CC7B4B8435C7C78A-001/init-core-data-001
[junit4] 2> 2497169 WARN
(SUITE-AutoAddReplicasPlanActionTest-seed#[CC7B4B8435C7C78A]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=16 numCloses=16
[junit4] 2> 2497170 INFO
(SUITE-AutoAddReplicasPlanActionTest-seed#[CC7B4B8435C7C78A]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 2497170 INFO
(SUITE-AutoAddReplicasPlanActionTest-seed#[CC7B4B8435C7C78A]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 2497170 INFO
(SUITE-AutoAddReplicasPlanActionTest-seed#[CC7B4B8435C7C78A]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 2497170 INFO
(SUITE-AutoAddReplicasPlanActionTest-seed#[CC7B4B8435C7C78A]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_CC7B4B8435C7C78A-001/tempDir-001
[junit4] 2> 2497170 INFO
(SUITE-AutoAddReplicasPlanActionTest-seed#[CC7B4B8435C7C78A]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 2497171 INFO (Thread-5391) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 2497171 INFO (Thread-5391) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 2497172 ERROR (Thread-5391) [ ] 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> 2497271 INFO
(SUITE-AutoAddReplicasPlanActionTest-seed#[CC7B4B8435C7C78A]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:35207
[junit4] 2> 2497273 INFO (zkConnectionManagerCallback-8789-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2497277 INFO (jetty-launcher-8786-thread-1) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 2497278 INFO (jetty-launcher-8786-thread-2) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 2497278 INFO (jetty-launcher-8786-thread-3) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 2497278 INFO (jetty-launcher-8786-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@203d7b70{/solr,null,AVAILABLE}
[junit4] 2> 2497279 INFO (jetty-launcher-8786-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@35499ddd{/solr,null,AVAILABLE}
[junit4] 2> 2497280 INFO (jetty-launcher-8786-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@e44a9d7{/solr,null,AVAILABLE}
[junit4] 2> 2497280 INFO (jetty-launcher-8786-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@653663ce{HTTP/1.1,[http/1.1]}{127.0.0.1:40161}
[junit4] 2> 2497280 INFO (jetty-launcher-8786-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@756631de{HTTP/1.1,[http/1.1]}{127.0.0.1:42753}
[junit4] 2> 2497280 INFO (jetty-launcher-8786-thread-2) [ ]
o.e.j.s.Server Started @2498718ms
[junit4] 2> 2497280 INFO (jetty-launcher-8786-thread-1) [ ]
o.e.j.s.Server Started @2498718ms
[junit4] 2> 2497280 INFO (jetty-launcher-8786-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40161}
[junit4] 2> 2497280 INFO (jetty-launcher-8786-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=42753}
[junit4] 2> 2497280 INFO (jetty-launcher-8786-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@4ef18ab9{HTTP/1.1,[http/1.1]}{127.0.0.1:45839}
[junit4] 2> 2497281 ERROR (jetty-launcher-8786-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2497281 ERROR (jetty-launcher-8786-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2497281 INFO (jetty-launcher-8786-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 2497281 INFO (jetty-launcher-8786-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 2497281 INFO (jetty-launcher-8786-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2497281 INFO (jetty-launcher-8786-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2497281 INFO (jetty-launcher-8786-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2497281 INFO (jetty-launcher-8786-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2497281 INFO (jetty-launcher-8786-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-12-25T09:37:11.124642Z
[junit4] 2> 2497281 INFO (jetty-launcher-8786-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-12-25T09:37:11.124719Z
[junit4] 2> 2497281 INFO (jetty-launcher-8786-thread-3) [ ]
o.e.j.s.Server Started @2498718ms
[junit4] 2> 2497281 INFO (jetty-launcher-8786-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45839}
[junit4] 2> 2497282 ERROR (jetty-launcher-8786-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 2497282 INFO (jetty-launcher-8786-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 2497282 INFO (jetty-launcher-8786-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 2497282 INFO (jetty-launcher-8786-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 2497282 INFO (jetty-launcher-8786-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-12-25T09:37:11.125479Z
[junit4] 2> 2497283 INFO (zkConnectionManagerCallback-8791-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2497283 INFO (zkConnectionManagerCallback-8795-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2497283 INFO (zkConnectionManagerCallback-8793-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2497284 INFO (jetty-launcher-8786-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2497284 INFO (jetty-launcher-8786-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2497284 INFO (jetty-launcher-8786-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 2497288 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x1608d0879670003, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 2497290 INFO (jetty-launcher-8786-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35207/solr
[junit4] 2> 2497290 INFO (jetty-launcher-8786-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35207/solr
[junit4] 2> 2497291 INFO (zkConnectionManagerCallback-8801-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2497291 INFO (zkConnectionManagerCallback-8803-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2497292 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x1608d0879670004, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 2497293 INFO
(zkConnectionManagerCallback-8805-thread-1-processing-n:127.0.0.1:45839_solr)
[n:127.0.0.1:45839_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2497293 INFO
(zkConnectionManagerCallback-8807-thread-1-processing-n:127.0.0.1:42753_solr)
[n:127.0.0.1:42753_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2497294 INFO (jetty-launcher-8786-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35207/solr
[junit4] 2> 2497295 INFO (zkConnectionManagerCallback-8811-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2497296 INFO
(zkConnectionManagerCallback-8813-thread-1-processing-n:127.0.0.1:40161_solr)
[n:127.0.0.1:40161_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2497341 INFO (jetty-launcher-8786-thread-3)
[n:127.0.0.1:45839_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2497341 INFO (jetty-launcher-8786-thread-2)
[n:127.0.0.1:40161_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2497341 INFO (jetty-launcher-8786-thread-3)
[n:127.0.0.1:45839_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:45839_solr
[junit4] 2> 2497342 INFO (jetty-launcher-8786-thread-2)
[n:127.0.0.1:40161_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40161_solr
[junit4] 2> 2497342 INFO (jetty-launcher-8786-thread-3)
[n:127.0.0.1:45839_solr ] o.a.s.c.Overseer Overseer
(id=99234259338199046-127.0.0.1:45839_solr-n_0000000000) starting
[junit4] 2> 2497342 INFO (jetty-launcher-8786-thread-1)
[n:127.0.0.1:42753_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 2497345 INFO
(zkCallback-8806-thread-1-processing-n:127.0.0.1:42753_solr)
[n:127.0.0.1:42753_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2497345 INFO
(zkCallback-8812-thread-1-processing-n:127.0.0.1:40161_solr)
[n:127.0.0.1:40161_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2497345 INFO
(zkCallback-8804-thread-1-processing-n:127.0.0.1:45839_solr)
[n:127.0.0.1:45839_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 2497345 INFO (jetty-launcher-8786-thread-1)
[n:127.0.0.1:42753_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42753_solr
[junit4] 2> 2497346 INFO
(zkCallback-8804-thread-1-processing-n:127.0.0.1:45839_solr)
[n:127.0.0.1:45839_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 2497346 INFO
(zkCallback-8812-thread-1-processing-n:127.0.0.1:40161_solr)
[n:127.0.0.1:40161_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 2497347 INFO (jetty-launcher-8786-thread-3)
[n:127.0.0.1:45839_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45839_solr
[junit4] 2> 2497348 INFO
(zkCallback-8806-thread-1-processing-n:127.0.0.1:42753_solr)
[n:127.0.0.1:42753_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 2497349 INFO
(zkCallback-8804-thread-1-processing-n:127.0.0.1:45839_solr)
[n:127.0.0.1:45839_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 2497349 INFO
(zkCallback-8812-thread-1-processing-n:127.0.0.1:40161_solr)
[n:127.0.0.1:40161_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 2497349 INFO
(zkCallback-8806-thread-2-processing-n:127.0.0.1:42753_solr)
[n:127.0.0.1:42753_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 2497370 INFO (jetty-launcher-8786-thread-3)
[n:127.0.0.1:45839_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45839.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e5df980
[junit4] 2> 2497370 INFO (jetty-launcher-8786-thread-2)
[n:127.0.0.1:40161_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40161.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e5df980
[junit4] 2> 2497374 INFO (jetty-launcher-8786-thread-1)
[n:127.0.0.1:42753_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42753.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e5df980
[junit4] 2> 2497375 INFO (jetty-launcher-8786-thread-3)
[n:127.0.0.1:45839_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45839.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e5df980
[junit4] 2> 2497375 INFO (jetty-launcher-8786-thread-2)
[n:127.0.0.1:40161_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40161.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e5df980
[junit4] 2> 2497375 INFO (jetty-launcher-8786-thread-3)
[n:127.0.0.1:45839_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45839.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e5df980
[junit4] 2> 2497375 INFO (jetty-launcher-8786-thread-2)
[n:127.0.0.1:40161_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40161.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e5df980
[junit4] 2> 2497376 INFO (jetty-launcher-8786-thread-2)
[n:127.0.0.1:40161_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_CC7B4B8435C7C78A-001/tempDir-001/node2/.
[junit4] 2> 2497376 INFO (jetty-launcher-8786-thread-3)
[n:127.0.0.1:45839_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_CC7B4B8435C7C78A-001/tempDir-001/node3/.
[junit4] 2> 2497379 INFO (jetty-launcher-8786-thread-1)
[n:127.0.0.1:42753_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42753.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e5df980
[junit4] 2> 2497380 INFO (jetty-launcher-8786-thread-1)
[n:127.0.0.1:42753_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42753.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e5df980
[junit4] 2> 2497380 INFO (jetty-launcher-8786-thread-1)
[n:127.0.0.1:42753_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_CC7B4B8435C7C78A-001/tempDir-001/node1/.
[junit4] 2> 2497419 INFO (zkConnectionManagerCallback-8821-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2497421 INFO (zkConnectionManagerCallback-8825-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 2497422 INFO
(SUITE-AutoAddReplicasPlanActionTest-seed#[CC7B4B8435C7C78A]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 2497422 INFO
(SUITE-AutoAddReplicasPlanActionTest-seed#[CC7B4B8435C7C78A]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35207/solr ready
[junit4] 2> 2497429 INFO
(TEST-AutoAddReplicasPlanActionTest.testSimple-seed#[CC7B4B8435C7C78A]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testSimple
[junit4] 2> 2497430 INFO (qtp1986508110-31491) [n:127.0.0.1:45839_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:42753_solr,127.0.0.1:40161_solr&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 2497431 INFO
(OverseerThreadFactory-7726-thread-1-processing-n:127.0.0.1:45839_solr)
[n:127.0.0.1:45839_solr ] o.a.s.c.CreateCollectionCmd Create collection
testSimple1
[junit4] 2> 2497536 INFO
(OverseerStateUpdate-99234259338199046-127.0.0.1:45839_solr-n_0000000000)
[n:127.0.0.1:45839_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":"http://127.0.0.1:42753/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2497537 INFO
(OverseerStateUpdate-99234259338199046-127.0.0.1:45839_solr-n_0000000000)
[n:127.0.0.1:45839_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":"http://127.0.0.1:40161/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2497539 INFO
(OverseerStateUpdate-99234259338199046-127.0.0.1:45839_solr-n_0000000000)
[n:127.0.0.1:45839_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":"http://127.0.0.1:42753/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2497540 INFO
(OverseerStateUpdate-99234259338199046-127.0.0.1:45839_solr-n_0000000000)
[n:127.0.0.1:45839_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":"http://127.0.0.1:40161/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 2497742 INFO (qtp652144990-31474) [n:127.0.0.1:42753_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> 2497742 INFO (qtp1361339907-31485) [n:127.0.0.1:40161_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> 2497742 INFO (qtp652144990-31468) [n:127.0.0.1:42753_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> 2497742 INFO (qtp1361339907-31486) [n:127.0.0.1:40161_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> 2497743 INFO (qtp652144990-31474) [n:127.0.0.1:42753_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2497743 INFO (qtp1361339907-31486) [n:127.0.0.1:40161_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 2497847 INFO
(zkCallback-8806-thread-2-processing-n:127.0.0.1:42753_solr)
[n:127.0.0.1:42753_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> 2497847 INFO
(zkCallback-8806-thread-1-processing-n:127.0.0.1:42753_solr)
[n:127.0.0.1:42753_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> 2497847 INFO
(zkCallback-8812-thread-2-processing-n:127.0.0.1:40161_solr)
[n:127.0.0.1:40161_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> 2497847 INFO
(zkCallback-8812-thread-1-processing-n:127.0.0.1:40161_solr)
[n:127.0.0.1:40161_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> 2498749 INFO (qtp1361339907-31486) [n:127.0.0.1:40161_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2498749 INFO (qtp652144990-31474) [n:127.0.0.1:42753_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2498749 INFO (qtp652144990-31468) [n:127.0.0.1:42753_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2498756 INFO (qtp1361339907-31485) [n:127.0.0.1:40161_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 2498760 INFO (qtp1361339907-31485) [n:127.0.0.1:40161_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> 2498760 INFO (qtp652144990-31468) [n:127.0.0.1:42753_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> 2498760 INFO (qtp1361339907-31486) [n:127.0.0.1:40161_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> 2498762 INFO (qtp1361339907-31485) [n:127.0.0.1:40161_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> 2498762 INFO (qtp652144990-31468) [n:127.0.0.1:42753_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> 2498762 INFO (qtp652144990-31474) [n:127.0.0.1:42753_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> 2498762 INFO (qtp652144990-31468) [n:127.0.0.1:42753_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> 2498762 INFO (qtp1361339907-31485) [n:127.0.0.1:40161_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> 2498762 INFO (qtp1361339907-31486) [n:127.0.0.1:40161_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> 2498762 INFO (qtp1361339907-31486) [n:127.0.0.1:40161_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> 2498762 INFO (qtp1361339907-31486) [n:127.0.0.1:40161_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40161.solr.core.testSimple1.shard2.replica_n6' (registry
'solr.core.testSimple1.shard2.replica_n6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e5df980
[junit4] 2> 2498762 INFO (qtp652144990-31468) [n:127.0.0.1:42753_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42753.solr.core.testSimple1.shard2.replica_n4' (registry
'solr.core.testSimple1.shard2.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e5df980
[junit4] 2> 2498762 INFO (qtp1361339907-31485) [n:127.0.0.1:40161_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40161.solr.core.testSimple1.shard1.replica_n2' (registry
'solr.core.testSimple1.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e5df980
[junit4] 2> 2498763 INFO (qtp652144990-31468) [n:127.0.0.1:42753_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2498762 INFO (qtp1361339907-31486) [n:127.0.0.1:40161_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2498763 INFO (qtp652144990-31468) [n:127.0.0.1:42753_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-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_CC7B4B8435C7C78A-001/tempDir-001/node1/testSimple1_shard2_replica_n4],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_CC7B4B8435C7C78A-001/tempDir-001/node1/./testSimple1_shard2_replica_n4/data/]
[junit4] 2> 2498763 INFO (qtp1361339907-31486) [n:127.0.0.1:40161_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-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_CC7B4B8435C7C78A-001/tempDir-001/node2/testSimple1_shard2_replica_n6],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_CC7B4B8435C7C78A-001/tempDir-001/node2/./testSimple1_shard2_replica_n6/data/]
[junit4] 2> 2498763 INFO (qtp1361339907-31485) [n:127.0.0.1:40161_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 2498763 INFO (qtp1361339907-31485) [n:127.0.0.1:40161_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-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_CC7B4B8435C7C78A-001/tempDir-001/node2/testSimple1_shard1_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_CC7B4B8435C7C78A-001/tempDir-001/node2/./testSimple1_shard1_replica_n2/data/]
[junit4] 2> 2498763 INFO (qtp652144990-31474) [n:127.0.0.1:42753_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> 2498763 INFO (qtp652144990-31474) [n:127.0.0.1:42753_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> 2498763 INFO (qtp652144990-31474) [n:127.0.0.1:42753_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_42753.solr.core.testSimple1.shard1.replica_n1' (registry
'solr.core.testSimple1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@4e5df980
[junit4] 2> 2498763 INFO (qtp652144990-31474) [n:127.0.0.1:42753_solr
c:testSim
[...truncated too long message...]
tSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.m.SolrMetricManager Closing metric reporters for
registry=solr.collection.testSimple1.shard2.leader, tag=29427554
[junit4] 2> 2637541 INFO (coreCloseExecutor-9355-thread-5)
[n:127.0.0.1:46147_solr c:testSimple3 s:shard2 r:core_node5
x:testSimple3_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.testSimple3.shard2.leader, tag=972938759
[junit4] 2> 2637541 INFO (jetty-closer-4853-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=99234259197624329-127.0.0.1:46147_solr-n_0000000001) closing
[junit4] 2> 2637541 INFO
(OverseerStateUpdate-99234259197624329-127.0.0.1:46147_solr-n_0000000001)
[n:127.0.0.1:46147_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:46147_solr
[junit4] 2> 2637541 WARN
(OverseerAutoScalingTriggerThread-99234259197624329-127.0.0.1:46147_solr-n_0000000001)
[n:127.0.0.1:46147_solr ] o.a.s.c.a.OverseerTriggerThread
OverseerTriggerThread woken up but we are closed, exiting.
[junit4] 2> 2637541 DEBUG (jetty-closer-4853-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
[junit4] 2> 2637542 INFO (jetty-closer-4853-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@66c55fd0{/solr,null,UNAVAILABLE}
[junit4] 2> 2637542 ERROR
(SUITE-AutoAddReplicasIntegrationTest-seed#[CC7B4B8435C7C78A]-worker) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 2637542 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[CC7B4B8435C7C78A]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:41187 41187
[junit4] 2> 2637962 INFO (Thread-6843) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:41187 41187
[junit4] 2> 2637962 WARN (Thread-6843) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/aliases.json
[junit4] 2> 5 /solr/security.json
[junit4] 2> 5 /solr/configs/conf
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 43 /solr/collections/testSimple1/state.json
[junit4] 2> 29 /solr/collections/testSimple2/state.json
[junit4] 2> 6 /solr/clusterprops.json
[junit4] 2> 6 /solr/clusterstate.json
[junit4] 2> 5 /solr/collections/testSimple3/state.json
[junit4] 2> 3
/solr/collections/testSimple1/leader_elect/shard2/election/99234259197624329-core_node8-n_0000000000
[junit4] 2> 3
/solr/overseer_elect/election/99234259197624329-127.0.0.1:46147_solr-n_0000000001
[junit4] 2> 2 /solr/autoscaling.json
[junit4] 2> 2
/solr/collections/testSimple1/leader_elect/shard1/election/99234259197624329-core_node5-n_0000000001
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/live_nodes
[junit4] 2> 6 /solr/collections
[junit4] 2> 2 /solr/overseer/queue
[junit4] 2> 2 /solr/autoscaling/events/.auto_add_replicas
[junit4] 2> 2 /solr/overseer/collection-queue-work
[junit4] 2> 2 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_CC7B4B8435C7C78A-001
[junit4] 2> Dec 25, 2017 9:39:31 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Lucene70,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@12a1d950),
locale=zgh-MA, timezone=Pacific/Kwajalein
[junit4] 2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation 9.0.1
(64-bit)/cpus=8,threads=1,free=123706776,total=521142272
[junit4] 2> NOTE: All tests run in this JVM: [LegacyCloudClusterPropTest,
BasicDistributedZk2Test, DeleteStatusTest, TestRandomCollapseQParserPlugin,
XmlUpdateRequestHandlerTest, TestSolrDeletionPolicy2,
AnalysisErrorHandlingTest, BlockJoinFacetRandomTest, TestStreamBody,
TestRTimerTree, TestXmlQParserPlugin, TestSolrCoreSnapshots,
CSVRequestHandlerTest, TestReload, TestNumericRangeQuery32, TestCustomSort,
TestSearchPerf, TestTolerantSearch, ReturnFieldsTest, SystemLogListenerTest,
TestCustomStream, XsltUpdateRequestHandlerTest, SolrTestCaseJ4Test,
TestHashPartitioner, TestSchemaSimilarityResource, DocValuesMissingTest,
HdfsUnloadDistributedZkTest, TestTolerantUpdateProcessorCloud,
TestDistributedMissingSort, ImplicitSnitchTest, FacetPivotSmallTest,
TestNodeAddedTrigger, ReplaceNodeTest, SuggesterTest,
TestCopyFieldCollectionResource, TestManagedResourceStorage,
TestExtendedDismaxParser, TestElisionMultitermQuery, TestInfoStreamLogging,
SuggestComponentTest, TestLegacyNumericUtils, OverseerTest, RollingRestartTest,
ZkNodePropsTest, TestCollectionAPI, TestSizeLimitedDistributedMap,
ConnectionReuseTest, TestPartialUpdateDeduplication,
TestLMJelinekMercerSimilarityFactory, TestLRUCache,
TestCloudJSONFacetJoinDomain, PeerSyncReplicationTest,
TestSolrConfigHandlerCloud, UniqFieldsUpdateProcessorFactoryTest,
OverriddenZkACLAndCredentialsProvidersTest, TestStressUserVersions,
LeaderFailureAfterFreshStartTest, ExitableDirectoryReaderTest,
ChaosMonkeyNothingIsSafeTest, ClusterStateTest, TestFuzzyAnalyzedSuggestions,
TestStressInPlaceUpdates, TestLegacyNumericRangeQueryBuilder, TestRealTimeGet,
FieldAnalysisRequestHandlerTest, TestSolrQueryResponse, EchoParamsTest,
TestScoreJoinQPScore, CopyFieldTest, SolrCLIZkUtilsTest,
BigEndianAscendingWordSerializerTest, TestLockTree,
TestConfigSetsAPIExclusivity, SecurityConfHandlerTest, SuggesterWFSTTest,
ShardSplitTest, TestQueryTypes, PluginInfoTest, TestDocTermOrds,
TestExactStatsCache, TemplateUpdateProcessorTest, MultiThreadedOCPTest,
TestSortByMinMaxFunction, TolerantUpdateProcessorTest,
MoveReplicaHDFSFailoverTest, HdfsRecoverLeaseTest, TestBulkSchemaConcurrent,
TestDefaultStatsCache, ChangedSchemaMergeTest, TestSchemaManager,
SortByFunctionTest, TestBackupRepositoryFactory,
TlogReplayBufferedWhileIndexingTest, TestDelegationWithHadoopAuth,
TestSSLRandomization, TestApiFramework, TestUseDocValuesAsStored2,
TestCoreContainer, TestSlowCompositeReaderWrapper, SimpleMLTQParserTest,
AddSchemaFieldsUpdateProcessorFactoryTest, BlobRepositoryCloudTest,
TestReloadAndDeleteDocs, TestBlobHandler, TestCollationFieldDocValues,
TestFunctionQuery, TestRawResponseWriter, TestExecutePlanAction,
CoreAdminCreateDiscoverTest, TestLMDirichletSimilarityFactory,
TestManagedSchemaAPI, PeerSyncWithIndexFingerprintCachingTest,
TestPrepRecovery, AutoScalingHandlerTest,
PreAnalyzedFieldManagedSchemaCloudTest, DocValuesNotIndexedTest, UtilsToolTest,
OverseerRolesTest, TestValueSourceCache, CollectionReloadTest,
TestSimpleQParserPlugin, JSONWriterTest, TestUniqueKeyFieldResource,
HdfsAutoAddReplicasIntegrationTest, FullSolrCloudDistribCmdsTest,
ZkSolrClientTest, TestRandomDVFaceting, ZkControllerTest, SolrCoreTest,
StatsComponentTest, SpellCheckComponentTest, SolrCmdDistributorTest,
PeerSyncTest, DirectUpdateHandlerTest, HighlighterTest, SolrIndexSplitterTest,
SimplePostToolTest, TestCoreDiscovery, AnalysisAfterCoreReloadTest,
SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest,
CoreAdminHandlerTest, DocValuesTest, SuggesterTSTTest, TestStressLucene,
TestTrie, NoCacheHeaderTest, WordBreakSolrSpellCheckerTest,
SchemaVersionSpecificBehaviorTest, SolrCoreCheckLockOnStartupTest,
TestPseudoReturnFields, FieldMutatingUpdateProcessorTest,
DefaultValueUpdateProcessorTest, TestRemoteStreaming, DocValuesMultiTest,
DistanceFunctionTest, SolrInfoBeanTest, CacheHeaderTest,
IndexBasedSpellCheckerTest, TestSurroundQueryParser, DisMaxRequestHandlerTest,
DirectSolrSpellCheckerTest, TestOmitPositions, FileBasedSpellCheckerTest,
TermVectorComponentTest, TestIndexingPerformance, MoreLikeThisHandlerTest,
RequiredFieldsTest, FastVectorHighlighterTest, IndexSchemaRuntimeFieldTest,
LoggingHandlerTest, IndexSchemaTest, TestJmxIntegration,
UpdateRequestProcessorFactoryTest, TestCSVResponseWriter, MBeansHandlerTest,
QueryParsingTest, TestAnalyzedSuggestions, JsonLoaderTest,
BinaryUpdateRequestHandlerTest, TestPHPSerializedResponseWriter,
PingRequestHandlerTest, TestComponentsName, TestLFUCache,
TestQuerySenderListener, UpdateParamsTest, AlternateDirectoryTest,
TestQuerySenderNoQuery, ResponseLogComponentTest, SolrIndexConfigTest,
BadComponentTest, TestBinaryField, TestConfig, OutputWriterTest,
TestSolrCoreProperties, TestPostingsSolrHighlighter, DirectSolrConnectionTest,
TestPhraseSuggestions, SpellPossibilityIteratorTest, TestCharFilters,
TestCodecSupport, TestXIncludeConfig, TestDFRSimilarityFactory,
TestIBSimilarityFactory, TestBM25SimilarityFactory, TestFastWriter,
TimeZoneUtilsTest, ResourceLoaderTest, ScriptEngineTest,
OpenExchangeRatesOrgProviderTest, TestFastLRUCache, DateMathParserTest,
PreAnalyzedFieldTest, PrimUtilsTest, RAMDirectoryFactoryTest, UUIDFieldTest,
TestRTGBase, TestCrossCoreJoin, TestSimpleTrackingShardHandler,
AliasIntegrationTest, ChaosMonkeyNothingIsSafeWithPullReplicasTest,
CustomCollectionTest, DistribJoinFromCollectionTest, ForceLeaderTest,
MissingSegmentRecoveryTest, MoveReplicaHDFSTest, TestCloudDeleteByQuery,
TestCloudPseudoReturnFields, TestCloudRecovery,
TestDeleteCollectionOnDownNodes, TestDownShardTolerantSearch,
TestHdfsCloudBackupRestore, TestRandomRequestDistribution,
TestRequestForwarding, TestSolrCloudWithDelegationTokens,
TestSolrCloudWithKerberosAlt, TestSolrCloudWithSecureImpersonation,
TestStressCloudBlindAtomicUpdates, AutoAddReplicasIntegrationTest]
[junit4] Completed [570/765 (3!)] on J2 in 143.23s, 1 test, 1 failure <<<
FAILURES!
[...truncated 41498 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]