Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21291/
Java: 64bit/jdk-10-ea+37 -XX:+UseCompressedOops -XX:+UseParallelGC
2 tests failed.
FAILED: org.apache.solr.cloud.AddReplicaTest.test
Error Message:
core_node6:{"core":"addreplicatest_coll_shard1_replica_n5","base_url":"https://127.0.0.1:34889/solr","node_name":"127.0.0.1:34889_solr","state":"active","type":"NRT"}
Stack Trace:
java.lang.AssertionError:
core_node6:{"core":"addreplicatest_coll_shard1_replica_n5","base_url":"https://127.0.0.1:34889/solr","node_name":"127.0.0.1:34889_solr","state":"active","type":"NRT"}
at
__randomizedtesting.SeedInfo.seed([4DC117C5F39006AD:C595281F5D6C6B55]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at org.apache.solr.cloud.AddReplicaTest.test(AddReplicaTest.java:84)
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: https://127.0.0.1:33951/solr
Stack Trace:
org.apache.solr.client.solrj.SolrServerException: IOException occured when
talking to server at: https://127.0.0.1:33951/solr
at
__randomizedtesting.SeedInfo.seed([4DC117C5F39006AD:7572333BD463D27C]: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:33951 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
Build Log:
[...truncated 13170 lines...]
[junit4] Suite: org.apache.solr.cloud.AddReplicaTest
[junit4] 2> 1743635 INFO
(SUITE-AddReplicaTest-seed#[4DC117C5F39006AD]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_4DC117C5F39006AD-001/init-core-data-001
[junit4] 2> 1743635 INFO
(SUITE-AddReplicaTest-seed#[4DC117C5F39006AD]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1743635 INFO
(SUITE-AddReplicaTest-seed#[4DC117C5F39006AD]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 1743636 INFO
(SUITE-AddReplicaTest-seed#[4DC117C5F39006AD]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 4 servers in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_4DC117C5F39006AD-001/tempDir-001
[junit4] 2> 1743636 INFO
(SUITE-AddReplicaTest-seed#[4DC117C5F39006AD]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1743637 INFO (Thread-4984) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1743637 INFO (Thread-4984) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1743642 ERROR (Thread-4984) [ ] 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> 1743737 INFO
(SUITE-AddReplicaTest-seed#[4DC117C5F39006AD]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:35175
[junit4] 2> 1743738 INFO (zkConnectionManagerCallback-9589-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1743741 INFO (jetty-launcher-9586-thread-3) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1743741 INFO (jetty-launcher-9586-thread-1) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1743741 INFO (jetty-launcher-9586-thread-4) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1743741 INFO (jetty-launcher-9586-thread-2) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-22T04:27:37+07:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1743750 INFO (jetty-launcher-9586-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1743750 INFO (jetty-launcher-9586-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1743750 INFO (jetty-launcher-9586-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1743750 INFO (jetty-launcher-9586-thread-2) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 1743750 INFO (jetty-launcher-9586-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1743750 INFO (jetty-launcher-9586-thread-4) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 1743754 INFO (jetty-launcher-9586-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@73cf664f{/solr,null,AVAILABLE}
[junit4] 2> 1743756 INFO (jetty-launcher-9586-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1743756 INFO (jetty-launcher-9586-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1743756 INFO (jetty-launcher-9586-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@11c4566b{/solr,null,AVAILABLE}
[junit4] 2> 1743756 INFO (jetty-launcher-9586-thread-3) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 1743756 INFO (jetty-launcher-9586-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@730132d0{SSL,[ssl,
http/1.1]}{127.0.0.1:44473}
[junit4] 2> 1743756 INFO (jetty-launcher-9586-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1743756 INFO (jetty-launcher-9586-thread-4) [ ]
o.e.j.s.Server Started @1748359ms
[junit4] 2> 1743756 INFO (jetty-launcher-9586-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1743756 INFO (jetty-launcher-9586-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44473}
[junit4] 2> 1743756 INFO (jetty-launcher-9586-thread-1) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 1743756 INFO (jetty-launcher-9586-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@5ff3ddb0{SSL,[ssl,
http/1.1]}{127.0.0.1:40917}
[junit4] 2> 1743756 ERROR (jetty-launcher-9586-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1743756 INFO (jetty-launcher-9586-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4e15a7c7{/solr,null,AVAILABLE}
[junit4] 2> 1743757 INFO (jetty-launcher-9586-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1743756 INFO (jetty-launcher-9586-thread-2) [ ]
o.e.j.s.Server Started @1748359ms
[junit4] 2> 1743757 INFO (jetty-launcher-9586-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1743757 INFO (jetty-launcher-9586-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40917}
[junit4] 2> 1743757 INFO (jetty-launcher-9586-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1743757 INFO (jetty-launcher-9586-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-18T01:26:12.692257Z
[junit4] 2> 1743757 ERROR (jetty-launcher-9586-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1743757 INFO (jetty-launcher-9586-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@5b2adbf1{SSL,[ssl,
http/1.1]}{127.0.0.1:34889}
[junit4] 2> 1743757 INFO (jetty-launcher-9586-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1743757 INFO (jetty-launcher-9586-thread-3) [ ]
o.e.j.s.Server Started @1748360ms
[junit4] 2> 1743757 INFO (jetty-launcher-9586-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1743757 INFO (jetty-launcher-9586-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=34889}
[junit4] 2> 1743757 INFO (jetty-launcher-9586-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1743757 INFO (jetty-launcher-9586-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-18T01:26:12.692747Z
[junit4] 2> 1743757 INFO (jetty-launcher-9586-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1ae7c7aa{/solr,null,AVAILABLE}
[junit4] 2> 1743757 ERROR (jetty-launcher-9586-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1743758 INFO (jetty-launcher-9586-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1743758 INFO (jetty-launcher-9586-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1743758 INFO (jetty-launcher-9586-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1743758 INFO (jetty-launcher-9586-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-18T01:26:12.693203Z
[junit4] 2> 1743758 INFO (jetty-launcher-9586-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@743aa34a{SSL,[ssl,
http/1.1]}{127.0.0.1:44057}
[junit4] 2> 1743758 INFO (jetty-launcher-9586-thread-1) [ ]
o.e.j.s.Server Started @1748360ms
[junit4] 2> 1743758 INFO (jetty-launcher-9586-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44057}
[junit4] 2> 1743758 INFO (zkConnectionManagerCallback-9591-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1743758 ERROR (jetty-launcher-9586-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1743758 INFO (zkConnectionManagerCallback-9593-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1743758 INFO (jetty-launcher-9586-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1743758 INFO (jetty-launcher-9586-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1743758 INFO (jetty-launcher-9586-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1743758 INFO (jetty-launcher-9586-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-18T01:26:12.693915Z
[junit4] 2> 1743758 INFO (jetty-launcher-9586-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1743759 INFO (jetty-launcher-9586-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1743766 INFO (zkConnectionManagerCallback-9595-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1743766 INFO (jetty-launcher-9586-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35175/solr
[junit4] 2> 1743766 INFO (jetty-launcher-9586-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35175/solr
[junit4] 2> 1743767 INFO (jetty-launcher-9586-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1743770 INFO (zkConnectionManagerCallback-9597-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1743770 INFO (jetty-launcher-9586-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1743779 INFO (zkConnectionManagerCallback-9603-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1743779 INFO (jetty-launcher-9586-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35175/solr
[junit4] 2> 1743780 DEBUG (jetty-launcher-9586-thread-2)
[n:127.0.0.1:40917_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$354/1626611715@450d1246
[junit4] 2> 1743782 INFO (zkConnectionManagerCallback-9605-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1743782 INFO (jetty-launcher-9586-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35175/solr
[junit4] 2> 1743783 DEBUG (jetty-launcher-9586-thread-4)
[n:127.0.0.1:44473_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$354/1626611715@1a04f395
[junit4] 2> 1743790 INFO (zkConnectionManagerCallback-9610-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1743790 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 0x16106df995d0008, 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> 1743790 DEBUG (jetty-launcher-9586-thread-1)
[n:127.0.0.1:44057_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$354/1626611715@2d67205e
[junit4] 2> 1743798 INFO
(zkConnectionManagerCallback-9617-thread-1-processing-n:127.0.0.1:44473_solr)
[n:127.0.0.1:44473_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1743798 INFO
(zkConnectionManagerCallback-9612-thread-1-processing-n:127.0.0.1:40917_solr)
[n:127.0.0.1:40917_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1743802 INFO
(zkConnectionManagerCallback-9619-thread-1-processing-n:127.0.0.1:44057_solr)
[n:127.0.0.1:44057_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1743802 INFO (zkConnectionManagerCallback-9615-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1743803 DEBUG (jetty-launcher-9586-thread-3)
[n:127.0.0.1:34889_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$354/1626611715@206a5497
[junit4] 2> 1743819 INFO
(zkConnectionManagerCallback-9623-thread-1-processing-n:127.0.0.1:34889_solr)
[n:127.0.0.1:34889_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1743823 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/clusterprops.json
[junit4] 2> 1743823 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1743823 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/clusterstate.json
[junit4] 2> 1743824 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/collections
[junit4] 2> 1743824 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/aliases.json
[junit4] 2> 1743824 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/security.json
[junit4] 2> 1743826 INFO (jetty-launcher-9586-thread-3)
[n:127.0.0.1:34889_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1743826 DEBUG (jetty-launcher-9586-thread-3)
[n:127.0.0.1:34889_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/99368224199344140-127.0.0.1:34889_solr-n_0000000000
[junit4] 2> 1743827 INFO (jetty-launcher-9586-thread-3)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:34889_solr
[junit4] 2> 1743827 INFO (jetty-launcher-9586-thread-3)
[n:127.0.0.1:34889_solr ] o.a.s.c.Overseer Overseer
(id=99368224199344140-127.0.0.1:34889_solr-n_0000000000) starting
[junit4] 2> 1743845 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/clusterprops.json
[junit4] 2> 1743845 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1743845 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/clusterstate.json
[junit4] 2> 1743846 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/clusterprops.json
[junit4] 2> 1743846 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/collections
[junit4] 2> 1743846 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1743846 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/aliases.json
[junit4] 2> 1743846 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/clusterstate.json
[junit4] 2> 1743846 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/security.json
[junit4] 2> 1743846 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/collections
[junit4] 2> 1743846 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/aliases.json
[junit4] 2> 1743847 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 1743847 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/security.json
[junit4] 2> 1743847 INFO (jetty-launcher-9586-thread-4)
[n:127.0.0.1:44473_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1743847 DEBUG (jetty-launcher-9586-thread-4)
[n:127.0.0.1:44473_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/99368224199344137-127.0.0.1:44473_solr-n_0000000001
[junit4] 2> 1743847 INFO (jetty-launcher-9586-thread-2)
[n:127.0.0.1:40917_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1743847 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data:
/solr/overseer_elect/election/99368224199344140-127.0.0.1:34889_solr-n_0000000000
[junit4] 2> 1743848 DEBUG (jetty-launcher-9586-thread-4)
[n:127.0.0.1:44473_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/99368224199344140-127.0.0.1:34889_solr-n_0000000000 to
know if I could be the leader
[junit4] 2> 1743848 DEBUG (jetty-launcher-9586-thread-2)
[n:127.0.0.1:40917_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/99368224199344135-127.0.0.1:40917_solr-n_0000000002
[junit4] 2> 1743848 INFO (jetty-launcher-9586-thread-4)
[n:127.0.0.1:44473_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44473_solr
[junit4] 2> 1743848 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data:
/solr/overseer_elect/election/99368224199344137-127.0.0.1:44473_solr-n_0000000001
[junit4] 2> 1743848 DEBUG (jetty-launcher-9586-thread-2)
[n:127.0.0.1:40917_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/99368224199344137-127.0.0.1:44473_solr-n_0000000001 to
know if I could be the leader
[junit4] 2> 1743848 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/live_nodes
[junit4] 2> 1743848 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/live_nodes
[junit4] 2> 1743848 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/live_nodes
[junit4] 2> 1743848 DEBUG (jetty-launcher-9586-thread-2)
[n:127.0.0.1:40917_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:40917_solr as DOWN
[junit4] 2> 1743850 INFO (jetty-launcher-9586-thread-2)
[n:127.0.0.1:40917_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40917_solr
[junit4] 2> 1743852 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/clusterprops.json
[junit4] 2> 1743852 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1743852 INFO (jetty-launcher-9586-thread-1)
[n:127.0.0.1:44057_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1743852 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/clusterstate.json
[junit4] 2> 1743853 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/collections
[junit4] 2> 1743853 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/aliases.json
[junit4] 2> 1743853 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/security.json
[junit4] 2> 1743854 INFO (jetty-launcher-9586-thread-1)
[n:127.0.0.1:44057_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1743854 DEBUG (jetty-launcher-9586-thread-1)
[n:127.0.0.1:44057_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/99368224199344139-127.0.0.1:44057_solr-n_0000000003
[junit4] 2> 1743850 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerTaskProcessor Process current
queue of overseer operations
[junit4] 2> 1743860 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data:
/solr/overseer_elect/election/99368224199344135-127.0.0.1:40917_solr-n_0000000002
[junit4] 2> 1743860 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1743860 DEBUG (jetty-launcher-9586-thread-1)
[n:127.0.0.1:44057_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/99368224199344135-127.0.0.1:40917_solr-n_0000000002 to
know if I could be the leader
[junit4] 2> 1743861 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1743861 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1743861 DEBUG (jetty-launcher-9586-thread-1)
[n:127.0.0.1:44057_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:44057_solr as DOWN
[junit4] 2> 1743861 INFO
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1743861 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerTaskProcessor Cleaning up
work-queue. #Running tasks: 0
[junit4] 2> 1743861 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
[junit4] 2> 1743861 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/queue-work
[junit4] 2> 1743861 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
[junit4] 2> 1743861 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
[junit4] 2> 1743862 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/queue
[junit4] 2> 1743862 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
[junit4] 2> 1743862 INFO (jetty-launcher-9586-thread-1)
[n:127.0.0.1:44057_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44057_solr
[junit4] 2> 1743862 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerTaskQueue Peeking for top 100
elements. ExcludeSet: []
[junit4] 2> 1743862 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:40917_solr"} current state version: 0
[junit4] 2> 1743862 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for
node: 127.0.0.1:40917_solr
[junit4] 2> 1743862 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:44057_solr"} current state version: 0
[junit4] 2> 1743862 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for
node: 127.0.0.1:44057_solr
[junit4] 2> 1743866 INFO
(zkCallback-9616-thread-1-processing-n:127.0.0.1:44473_solr)
[n:127.0.0.1:44473_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1743866 INFO
(zkCallback-9611-thread-1-processing-n:127.0.0.1:40917_solr)
[n:127.0.0.1:40917_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1743867 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/collection-queue-work
[junit4] 2> 1743867 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/live_nodes
[junit4] 2> 1743867 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/live_nodes
[junit4] 2> 1743869 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/live_nodes
[junit4] 2> 1743869 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/live_nodes
[junit4] 2> 1743869 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1743869 DEBUG (jetty-launcher-9586-thread-3)
[n:127.0.0.1:34889_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:34889_solr as DOWN
[junit4] 2> 1743869 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1743870 DEBUG
(OverseerAutoScalingTriggerThread-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.a.OverseerTriggerThread Adding
.autoAddReplicas trigger
[junit4] 2> 1743870 INFO
(zkCallback-9616-thread-1-processing-n:127.0.0.1:44473_solr)
[n:127.0.0.1:44473_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1743870 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1743870 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1743870 INFO
(zkCallback-9611-thread-1-processing-n:127.0.0.1:40917_solr)
[n:127.0.0.1:40917_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1743870 INFO
(zkCallback-9618-thread-1-processing-n:127.0.0.1:44057_solr)
[n:127.0.0.1:44057_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1743870 INFO
(zkCallback-9622-thread-1-processing-n:127.0.0.1:34889_solr)
[n:127.0.0.1:34889_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1743871 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/autoscaling.json
[junit4] 2> 1743871 DEBUG
(OverseerAutoScalingTriggerThread-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 1
[junit4] 2> 1743872 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/overseer/queue
[junit4] 2> 1743872 DEBUG
(OverseerAutoScalingTriggerThread-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.a.NodeLostTrigger Initial livenodes:
[127.0.0.1:44057_solr, 127.0.0.1:44473_solr, 127.0.0.1:40917_solr]
[junit4] 2> 1743872 DEBUG
(OverseerAutoScalingTriggerThread-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion -1
[junit4] 2> 1743872 DEBUG
(OverseerAutoScalingTriggerThread-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 1
[junit4] 2> 1743873 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/queue
[junit4] 2> 1743873 INFO (jetty-launcher-9586-thread-3)
[n:127.0.0.1:34889_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34889_solr
[junit4] 2> 1743874 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.Overseer processMessage: queueSize: 3,
message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:34889_solr"} current state version: 0
[junit4] 2> 1743874 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for
node: 127.0.0.1:34889_solr
[junit4] 2> 1743874 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/live_nodes
[junit4] 2> 1743874 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/live_nodes
[junit4] 2> 1743874 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/live_nodes
[junit4] 2> 1743875 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/live_nodes
[junit4] 2> 1743878 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1743878 INFO
(zkCallback-9616-thread-1-processing-n:127.0.0.1:44473_solr)
[n:127.0.0.1:44473_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1743878 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1743878 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1743878 INFO
(zkCallback-9622-thread-1-processing-n:127.0.0.1:34889_solr)
[n:127.0.0.1:34889_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1743878 INFO
(zkCallback-9618-thread-1-processing-n:127.0.0.1:44057_solr)
[n:127.0.0.1:44057_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1743878 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1743879 INFO
(zkCallback-9611-thread-1-processing-n:127.0.0.1:40917_solr)
[n:127.0.0.1:40917_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1743890 DEBUG
(OverseerAutoScalingTriggerThread-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeAdded markers
[junit4] 2> 1743890 DEBUG
(OverseerAutoScalingTriggerThread-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion 1
[junit4] 2> 1743891 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/autoscaling/events/.auto_add_replicas
[junit4] 2> 1743891 DEBUG (ScheduledTrigger-7558-thread-1)
[n:127.0.0.1:34889_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 4
[junit4] 2> 1743901 INFO (jetty-launcher-9586-thread-4)
[n:127.0.0.1:44473_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44473.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7377b117
[junit4] 2> 1743908 INFO (jetty-launcher-9586-thread-4)
[n:127.0.0.1:44473_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44473.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7377b117
[junit4] 2> 1743908 INFO (jetty-launcher-9586-thread-4)
[n:127.0.0.1:44473_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44473.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7377b117
[junit4] 2> 1743909 INFO (jetty-launcher-9586-thread-4)
[n:127.0.0.1:44473_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_4DC117C5F39006AD-001/tempDir-001/node4/.
[junit4] 2> 1743924 INFO (jetty-launcher-9586-thread-3)
[n:127.0.0.1:34889_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34889.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7377b117
[junit4] 2> 1743925 INFO (jetty-launcher-9586-thread-1)
[n:127.0.0.1:44057_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44057.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7377b117
[junit4] 2> 1743931 INFO (jetty-launcher-9586-thread-2)
[n:127.0.0.1:40917_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40917.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7377b117
[junit4] 2> 1743934 INFO (jetty-launcher-9586-thread-3)
[n:127.0.0.1:34889_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34889.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7377b117
[junit4] 2> 1743934 INFO (jetty-launcher-9586-thread-3)
[n:127.0.0.1:34889_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_34889.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7377b117
[junit4] 2> 1743935 INFO (jetty-launcher-9586-thread-1)
[n:127.0.0.1:44057_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44057.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7377b117
[junit4] 2> 1743935 INFO (jetty-launcher-9586-thread-1)
[n:127.0.0.1:44057_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44057.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7377b117
[junit4] 2> 1743936 INFO (jetty-launcher-9586-thread-3)
[n:127.0.0.1:34889_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_4DC117C5F39006AD-001/tempDir-001/node3/.
[junit4] 2> 1743936 INFO (jetty-launcher-9586-thread-1)
[n:127.0.0.1:44057_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_4DC117C5F39006AD-001/tempDir-001/node1/.
[junit4] 2> 1743939 INFO (jetty-launcher-9586-thread-2)
[n:127.0.0.1:40917_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40917.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7377b117
[junit4] 2> 1743939 INFO (jetty-launcher-9586-thread-2)
[n:127.0.0.1:40917_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40917.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7377b117
[junit4] 2> 1743940 INFO (jetty-launcher-9586-thread-2)
[n:127.0.0.1:40917_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_4DC117C5F39006AD-001/tempDir-001/node2/.
[junit4] 2> 1743974 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/overseer/queue
[junit4] 2> 1743974 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/queue
[junit4] 2> 1744252 INFO (zkConnectionManagerCallback-9631-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1744254 INFO (zkConnectionManagerCallback-9635-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1744254 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/clusterprops.json
[junit4] 2> 1744254 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1744254 INFO
(SUITE-AddReplicaTest-seed#[4DC117C5F39006AD]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1744254 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/clusterstate.json
[junit4] 2> 1744254 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/collections
[junit4] 2> 1744255 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/aliases.json
[junit4] 2> 1744255 INFO
(SUITE-AddReplicaTest-seed#[4DC117C5F39006AD]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35175/solr ready
[junit4] 2> 1744266 INFO
(TEST-AddReplicaTest.test-seed#[4DC117C5F39006AD]) [ ] o.a.s.SolrTestCaseJ4
###Starting test
[junit4] 2> 1744267 INFO (zkConnectionManagerCallback-9637-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1744282 INFO (qtp1828284115-27007) [n:127.0.0.1:44057_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&maxShardsPerNode=2&name=addreplicatest_coll&nrtReplicas=1&action=CREATE&numShards=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1744282 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/overseer/collection-queue-work
[junit4] 2> 1744282 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000000
[junit4] 2> 1744282 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/collection-queue-work
[junit4] 2> 1744283 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.ZkDistributedQueue Found child node with
improper name: qnr-0000000000
[junit4] 2> 1744283 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/overseer/collection-queue-work
[junit4] 2> 1744283 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/collection-queue-work
[junit4] 2> 1744283 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.ZkDistributedQueue Found child node with
improper name: qnr-0000000000
[junit4] 2> 1744283 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerTaskQueue Returning topN
elements: [/overseer/collection-queue-work/qn-0000000000, ]
[junit4] 2> 1744283 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from
work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
[junit4] 2> 1744283 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerTaskProcessor Marked task
[/overseer/collection-queue-work/qn-0000000000] as running
[junit4] 2> 1744283 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerTaskProcessor Overseer Collection
Message Handler: Get the message
id:/overseer/collection-queue-work/qn-0000000000 message:{
[junit4] 2> "name":"addreplicatest_coll",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"conf1",
[junit4] 2> "numShards":"2",
[junit4] 2> "maxShardsPerNode":"2",
[junit4] 2> "nrtReplicas":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 1744284 DEBUG
(OverseerThreadFactory-7560-thread-1-processing-n:127.0.0.1:34889_solr)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerTaskProcessor Runner processing
/overseer/collection-queue-work/qn-0000000000
[junit4] 2> 1744284 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerTaskProcessor Cleaning up
work-queue. #Running tasks: 1
[junit4] 2> 1744284 DEBUG
(OverseerThreadFactory-7560-thread-1-processing-n:127.0.0.1:34889_solr)
[n:127.0.0.1:34889_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler
OverseerCollectionMessageHandler.processMessage : create , {
[junit4] 2> "name":"addreplicatest_coll",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"conf1",
[junit4] 2> "numShards":"2",
[junit4] 2> "maxShardsPerNode":"2",
[junit4] 2> "nrtReplicas":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 1744284 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerTaskProcessor RunningTasks:
[/overseer/collection-queue-work/qn-0000000000]
[junit4] 2> 1744284 INFO
(OverseerThreadFactory-7560-thread-1-processing-n:127.0.0.1:34889_solr)
[n:127.0.0.1:34889_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
addreplicatest_coll
[junit4] 2> 1744284 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
[junit4] 2> 1744284 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
[junit4] 2> 1744284 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerTaskProcessor RunningZKTasks:
[/overseer/collection-queue-work/qn-0000000000]
[junit4] 2> 1744284 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerTaskQueue Peeking for top 99
elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000000],[]
[junit4] 2> 1744284 DEBUG
(OverseerThreadFactory-7560-thread-1-processing-n:127.0.0.1:34889_solr)
[n:127.0.0.1:34889_solr ] o.a.s.c.a.c.Assign Identify nodes using default
[junit4] 2> 1744284 DEBUG
(OverseerThreadFactory-7560-thread-1-processing-n:127.0.0.1:34889_solr)
[n:127.0.0.1:34889_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler
creating collections conf node /collections/addreplicatest_coll
[junit4] 2> 1744285 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/collections
[junit4] 2> 1744285 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/collections
[junit4] 2> 1744285 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/collections
[junit4] 2> 1744285 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/collections
[junit4] 2> 1744285 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/collections
[junit4] 2> 1744285 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/collections
[junit4] 2> 1744285 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/collections
[junit4] 2> 1744285 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/collections
[junit4] 2> 1744285 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/collections
[junit4] 2> 1744285 DEBUG
(OverseerThreadFactory-7560-thread-1-processing-n:127.0.0.1:34889_solr)
[n:127.0.0.1:34889_solr ] o.a.s.c.a.c.CreateCollectionCmd Check for
collection zkNode:addreplicatest_coll
[junit4] 2> 1744285 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/collections
[junit4] 2> 1744285 DEBUG
(OverseerThreadFactory-7560-thread-1-processing-n:127.0.0.1:34889_solr)
[n:127.0.0.1:34889_solr ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode
exists
[junit4] 2> 1744286 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/overseer/queue
[junit4] 2> 1744286 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/queue
[junit4] 2> 1744287 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "name":"addreplicatest_coll",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"conf1",
[junit4] 2> "numShards":"2",
[junit4] 2> "maxShardsPerNode":"2",
[junit4] 2> "nrtReplicas":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"} current state version: 0
[junit4] 2> 1744287 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.o.ClusterStateMutator building a new
cName: addreplicatest_coll
[junit4] 2> 1744287 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/addreplicatest_coll/state.json
[junit4] 2> 1744287 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/overseer/queue
[junit4] 2> 1744287 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/queue
[junit4] 2> 1744387 DEBUG
(OverseerThreadFactory-7560-thread-1-processing-n:127.0.0.1:34889_solr)
[n:127.0.0.1:34889_solr ] o.a.s.c.a.c.CreateCollectionCmd Creating SolrCores
for new collection addreplicatest_coll, shardNames [shard1, shard2] , message :
{
[junit4] 2> "name":"addreplicatest_coll",
[junit4] 2> "fromApi":"true",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "collection.configName":"conf1",
[junit4] 2> "numShards":"2",
[junit4] 2> "maxShardsPerNode":"2",
[junit4] 2> "nrtReplicas":"1",
[junit4] 2> "stateFormat":"2",
[junit4] 2> "operation":"create"}
[junit4] 2> 1744388 DEBUG
(OverseerThreadFactory-7560-thread-1-processing-n:127.0.0.1:34889_solr)
[n:127.0.0.1:34889_solr ] o.a.s.c.a.c.CreateCollectionCmd Creating core
addreplicatest_coll_shard1_replica_n1 as part of shard shard1 of collection
addreplicatest_coll on 127.0.0.1:40917_solr
[junit4] 2> 1744388 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/overseer/queue
[junit4] 2> 1744388 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/queue
[junit4] 2> 1744389 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"addreplicatest_coll",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"addreplicatest_coll_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:40917/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"} current state version: 0
[junit4] 2> 1744389 INFO
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"addreplicatest_coll",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"addreplicatest_coll_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:40917/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1744389 DEBUG
(OverseerThreadFactory-7560-thread-1-processing-n:127.0.0.1:34889_solr)
[n:127.0.0.1:34889_solr ] o.a.s.c.a.c.CreateCollectionCmd Creating core
addreplicatest_coll_shard2_replica_n2 as part of shard shard2 of collection
addreplicatest_coll on 127.0.0.1:44473_solr
[junit4] 2> 1744389 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
[junit4] 2> "range":"80000000-ffffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{}}
[junit4] 2> 1744389 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/overseer/queue
[junit4] 2> 1744389 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.o.SliceMutator New Slice: shard1:{
[junit4] 2> "range":"80000000-ffffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{"core_node3":{
[junit4] 2> "core":"addreplicatest_coll_shard1_replica_n1",
[junit4] 2> "base_url":"https://127.0.0.1:40917/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 1744389 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/queue
[junit4] 2> 1744389 DEBUG
(OverseerThreadFactory-7560-thread-1-processing-n:127.0.0.1:34889_solr)
[n:127.0.0.1:34889_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler
Expecting [addreplicatest_coll_shard1_replica_n1,
addreplicatest_coll_shard2_replica_n2] cores but found {}
[junit4] 2> 1744390 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"addreplicatest_coll",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"addreplicatest_coll_shard2_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:44473/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"} current state version: 0
[junit4] 2> 1744390 INFO
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"addreplicatest_coll",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"addreplicatest_coll_shard2_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:44473/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1744390 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.o.SliceMutator Old Slice: shard2:{
[junit4] 2> "range":"0-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{}}
[junit4] 2> 1744390 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.o.SliceMutator New Slice: shard2:{
[junit4] 2> "range":"0-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{"core_node4":{
[junit4] 2> "core":"addreplicatest_coll_shard2_replica_n2",
[junit4] 2> "base_url":"https://127.0.0.1:44473/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 1744490 DEBUG
(OverseerThreadFactory-7560-thread-1-processing-n:127.0.0.1:34889_solr)
[n:127.0.0.1:34889_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler
Expecting [addreplicatest_coll_shard1_replica_n1,
addreplicatest_coll_shard2_replica_n2] cores but found {}
[junit4] 2> 1744490 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/addreplicatest_coll/state.json version: 0
[junit4] 2> 1744491 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/overseer/queue
[junit4] 2> 1744891 DEBUG (ScheduledTrigger-7558-thread-1)
[n:127.0.0.1:34889_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 4
[junit4] 2> 1745225 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/queue
[junit4] 2> 1745242 INFO (qtp68181404-26997) [n:127.0.0.1:40917_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf1&newCollection=true&name=addreplicatest_coll_shard1_replica_n1&action=CREATE&numShards=2&collection=addreplicatest_coll&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1745242 INFO (qtp1201661434-26998) [n:127.0.0.1:44473_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=conf1&newCollection=true&name=addreplicatest_coll_shard2_replica_n2&action=CREATE&numShards=2&collection=addreplicatest_coll&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1745242 INFO (qtp68181404-26997) [n:127.0.0.1:40917_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1745242 INFO (qtp1201661434-26998) [n:127.0.0.1:44473_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1745243 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1745243 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1745243 DEBUG (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ZkController publishing
state=down
[junit4] 2> 1745243 DEBUG (qtp68181404-26997) [n:127.0.0.1:40917_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ZkController publishing
state=down
[junit4] 2> 1745244 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/overseer/queue
[junit4] 2> 1745244 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/queue
[junit4] 2> 1745244 DEBUG (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ZkController Registering watch
for collection addreplicatest_coll
[junit4] 2> 1745244 DEBUG (qtp68181404-26997) [n:127.0.0.1:40917_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ZkController Registering watch
for collection addreplicatest_coll
[junit4] 2> 1745244 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1745244 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1745244 DEBUG (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ZkController waiting to find
shard id in clusterstate for addreplicatest_coll_shard2_replica_n2
[junit4] 2> 1745244 DEBUG (qtp68181404-26997) [n:127.0.0.1:40917_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ZkController waiting to find
shard id in clusterstate for addreplicatest_coll_shard1_replica_n1
[junit4] 2> 1745244 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "core":"addreplicatest_coll_shard2_replica_n2",
[junit4] 2> "core_node_name":"core_node4",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:44473/solr",
[junit4] 2> "node_name":"127.0.0.1:44473_solr",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"addreplicatest_coll",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 1745244 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.o.ReplicaMutator Update state numShards=2
message={
[junit4] 2> "core":"addreplicatest_coll_shard2_replica_n2",
[junit4] 2> "core_node_name":"core_node4",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:44473/solr",
[junit4] 2> "node_name":"127.0.0.1:44473_solr",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"addreplicatest_coll",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"}
[junit4] 2> 1745244 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.o.ReplicaMutator Will update state for
replica:
core_node4:{"core":"addreplicatest_coll_shard2_replica_n2","base_url":"https://127.0.0.1:44473/solr","node_name":"127.0.0.1:44473_solr","state":"down","type":"NRT"}
[junit4] 2> 1745245 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.o.ReplicaMutator Collection is now:
DocCollection(addreplicatest_coll//collections/addreplicatest_coll/state.json/1)={
[junit4] 2> "pullReplicas":"0",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "router":{"name":"compositeId"},
[junit4] 2> "maxShardsPerNode":"2",
[junit4] 2> "autoAddReplicas":"false",
[junit4] 2> "nrtReplicas":"1",
[junit4] 2> "tlogReplicas":"0",
[junit4] 2> "shards":{
[junit4] 2> "shard1":{
[junit4] 2> "range":"80000000-ffffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{"core_node3":{
[junit4] 2> "core":"addreplicatest_coll_shard1_replica_n1",
[junit4] 2> "base_url":"https://127.0.0.1:40917/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}},
[junit4] 2> "shard2":{
[junit4] 2> "range":"0-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{"core_node4":{
[junit4] 2> "core":"addreplicatest_coll_shard2_replica_n2",
[junit4] 2> "base_url":"https://127.0.0.1:44473/solr",
[junit4] 2> "node_name":"127.0.0.1:44473_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT"}}}}}
[junit4] 2> 1745245 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "core":"addreplicatest_coll_shard1_replica_n1",
[junit4] 2> "core_node_name":"core_node3",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:40917/solr",
[junit4] 2> "node_name":"127.0.0.1:40917_solr",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"addreplicatest_coll",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"} current state version: 0
[junit4] 2> 1745245 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.o.ReplicaMutator Update state numShards=2
message={
[junit4] 2> "core":"addreplicatest_coll_shard1_replica_n1",
[junit4] 2> "core_node_name":"core_node3",
[junit4] 2> "roles":null,
[junit4] 2> "base_url":"https://127.0.0.1:40917/solr",
[junit4] 2> "node_name":"127.0.0.1:40917_solr",
[junit4] 2> "numShards":"2",
[junit4] 2> "state":"down",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"addreplicatest_coll",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"state"}
[junit4] 2> 1745245 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.o.ReplicaMutator Will update state for
replica:
core_node3:{"core":"addreplicatest_coll_shard1_replica_n1","base_url":"https://127.0.0.1:40917/solr","node_name":"127.0.0.1:40917_solr","state":"down","type":"NRT"}
[junit4] 2> 1745245 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.o.ReplicaMutator Collection is now:
DocCollection(addreplicatest_coll//collections/addreplicatest_coll/state.json/1)={
[junit4] 2> "pullReplicas":"0",
[junit4] 2> "replicationFactor":"1",
[junit4] 2> "router":{"name":"compositeId"},
[junit4] 2> "maxShardsPerNode":"2",
[junit4] 2> "autoAddReplicas":"false",
[junit4] 2> "nrtReplicas":"1",
[junit4] 2> "tlogReplicas":"0",
[junit4] 2> "shards":{
[junit4] 2> "shard1":{
[junit4] 2> "range":"80000000-ffffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{"core_node3":{
[junit4] 2> "core":"addreplicatest_coll_shard1_replica_n1",
[junit4] 2> "base_url":"https://127.0.0.1:40917/solr",
[junit4] 2> "node_name":"127.0.0.1:40917_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT"}}},
[junit4] 2> "shard2":{
[junit4] 2> "range":"0-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{"core_node4":{
[junit4] 2> "core":"addreplicatest_coll_shard2_replica_n2",
[junit4] 2> "base_url":"https://127.0.0.1:44473/solr",
[junit4] 2> "node_name":"127.0.0.1:44473_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT"}}}}}
[junit4] 2> 1745346 DEBUG
(OverseerStateUpdate-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/addreplicatest_coll/state.json version: 1
[junit4] 2> 1745346 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1745346 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1745346 INFO
(zkCallback-9616-thread-1-processing-n:127.0.0.1:44473_solr)
[n:127.0.0.1:44473_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/addreplicatest_coll/state.json] for collection
[addreplicatest_coll] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1745346 INFO
(zkCallback-9611-thread-1-processing-n:127.0.0.1:40917_solr)
[n:127.0.0.1:40917_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/addreplicatest_coll/state.json] for collection
[addreplicatest_coll] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1745346 INFO
(zkCallback-9616-thread-2-processing-n:127.0.0.1:44473_solr)
[n:127.0.0.1:44473_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/addreplicatest_coll/state.json] for collection
[addreplicatest_coll] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1745346 INFO
(zkCallback-9611-thread-2-processing-n:127.0.0.1:40917_solr)
[n:127.0.0.1:40917_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/addreplicatest_coll/state.json] for collection
[addreplicatest_coll] has occurred - updating... (live nodes size: [4])
[junit4] 2> 1745346 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1745346 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/overseer/queue
[junit4] 2> 1745346 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1745347 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1745347 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1745347 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/queue
[junit4] 2> 1746226 DEBUG (ScheduledTrigger-7558-thread-2)
[n:127.0.0.1:34889_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 4
[junit4] 2> 1746248 INFO (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 8.0.0
[junit4] 2> 1746248 INFO (qtp68181404-26997) [n:127.0.0.1:40917_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 8.0.0
[junit4] 2> 1746251 INFO (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.s.IndexSchema
[addreplicatest_coll_shard2_replica_n2] Schema name=minimal
[junit4] 2> 1746252 INFO (qtp68181404-26997) [n:127.0.0.1:40917_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.s.IndexSchema
[addreplicatest_coll_shard1_replica_n1] Schema name=minimal
[junit4] 2> 1746252 INFO (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 1746252 INFO (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.CoreContainer Creating
SolrCore 'addreplicatest_coll_shard2_replica_n2' using configuration from
collection addreplicatest_coll, trusted=true
[junit4] 2> 1746252 INFO (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr_44473.solr.core.addreplicatest_coll.shard2.replica_n2'
(registry 'solr.core.addreplicatest_coll.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7377b117
[junit4] 2> 1746252 INFO (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1746252 INFO (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.SolrCore
[[addreplicatest_coll_shard2_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_4DC117C5F39006AD-001/tempDir-001/node4/addreplicatest_coll_shard2_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_4DC117C5F39006AD-001/tempDir-001/node4/./addreplicatest_coll_shard2_replica_n2/data/]
[junit4] 2> 1746253 INFO (qtp68181404-26997) [n:127.0.0.1:40917_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema
minimal/1.1 with uniqueid field id
[junit4] 2> 1746253 INFO (qtp68181404-26997) [n:127.0.0.1:40917_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.CoreContainer Creating
SolrCore 'addreplicatest_coll_shard1_replica_n1' using configuration from
collection addreplicatest_coll, trusted=true
[junit4] 2> 1746254 INFO (qtp68181404-26997) [n:127.0.0.1:40917_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX
monitoring for 'solr_40917.solr.core.addreplicatest_coll.shard1.replica_n1'
(registry 'solr.core.addreplicatest_coll.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@7377b117
[junit4] 2> 1746254 INFO (qtp68181404-26997) [n:127.0.0.1:40917_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1746254 INFO (qtp68181404-26997) [n:127.0.0.1:40917_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.SolrCore
[[addreplicatest_coll_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_4DC117C5F39006AD-001/tempDir-001/node2/addreplicatest_coll_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_4DC117C5F39006AD-001/tempDir-001/node2/./addreplicatest_coll_shard1_replica_n1/data/]
[junit4] 2> 1746284 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerTaskProcessor Got 0 tasks from
work-queue : [[]]
[junit4] 2> 1746284 INFO (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1746284 INFO (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1746285 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerTaskProcessor Cleaning up
work-queue. #Running tasks: 1
[junit4] 2> 1746285 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerTaskProcessor RunningTasks:
[/overseer/collection-queue-work/qn-0000000000]
[junit4] 2> 1746285 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
[junit4] 2> 1746285 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
[junit4] 2> 1746285 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerTaskProcessor RunningZKTasks:
[/overseer/collection-queue-work/qn-0000000000]
[junit4] 2> 1746285 DEBUG
(OverseerCollectionConfigSetProcessor-99368224199344140-127.0.0.1:34889_solr-n_0000000000)
[n:127.0.0.1:34889_solr ] o.a.s.c.OverseerTaskQueue Peeking for top 99
elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000000],[]
[junit4] 2> 1746286 INFO (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 1746286 INFO (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 1746287 INFO (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@5f68b65d[addreplicatest_coll_shard2_replica_n2] main]
[junit4] 2> 1746288 INFO (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 1746288 INFO (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.r.ManagedResourceStorage Loaded
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1746288 INFO (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 1746289 INFO
(searcherExecutor-7569-thread-1-processing-n:127.0.0.1:44473_solr
x:addreplicatest_coll_shard2_replica_n2 s:shard2 c:addreplicatest_coll
r:core_node4) [n:127.0.0.1:44473_solr c:addreplicatest_coll s:shard2
r:core_node4 x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.SolrCore
[addreplicatest_coll_shard2_replica_n2] Registered new searcher
Searcher@5f68b65d[addreplicatest_coll_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1746289 INFO (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1589891589969281024
[junit4] 2> 1746290 DEBUG (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ZkController watch zkdir
/configs/conf1
[junit4] 2> 1746291 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/configs/conf1
[junit4] 2> 1746291 DEBUG (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ZkController Register replica
- core:addreplicatest_coll_shard2_replica_n2
address:https://127.0.0.1:44473/solr collection:addreplicatest_coll shard:shard2
[junit4] 2> 1746292 DEBUG (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.LeaderElector Joined
leadership election with path:
/collections/addreplicatest_coll/leader_elect/shard2/election/99368224199344137-core_node4-n_0000000000
[junit4] 2> 1746292 DEBUG (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext
Running the leader process for shard=shard2 and weAreReplacement=false and
leaderVoteWait=10000
[junit4] 2> 1746292 INFO (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 1746292 INFO (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I
may be the new leader - try and sync
[junit4] 2> 1746293 INFO (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:44473/solr/addreplicatest_coll_shard2_replica_n2/
[junit4] 2> 1746293 INFO (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.SyncStrategy Sync Success -
now sync replicas to me
[junit4] 2> 1746293 INFO (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.SyncStrategy
https://127.0.0.1:44473/solr/addreplicatest_coll_shard2_replica_n2/ has no
replicas
[junit4] 2> 1746293 DEBUG (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext
127.0.0.1:44473_solr synched 0
[junit4] 2> 1746293 INFO (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext
Found all replicas participating in election, clear LIR
[junit4] 2> 1746294 DEBUG (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContextBase
Creating leader registration node
/collections/addreplicatest_coll/leaders/shard2/leader after winning as
/collections/addreplicatest_coll/leader_elect/shard2/election/99368224199344137-core_node4-n_0000000000
[junit4] 2> 1746294 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/overseer/queue
[junit4] 2> 1746294 INFO (qtp1201661434-26998) [n:127.0.0.1:44473_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext I
am the new leader:
https://127.0.0.1:44473/solr/addreplicatest_coll_shard2_replica_n2/ shard2
[junit4] 2> 1746294 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added:
[...truncated too long message...]
testSimple2.shard1.replica_n1, service url = null, agent id = null] for
registry solr.core.testSimple2.shard1.replica_n1 /
com.codahale.metrics.MetricRegistry@575383c3
[junit4] 2> 1981555 INFO (coreCloseExecutor-2754-thread-2)
[n:127.0.0.1:33951_solr c:testSimple1 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=691996574
[junit4] 2> 1981558 INFO (coreCloseExecutor-2754-thread-3)
[n:127.0.0.1:33951_solr c:testSimple1 s:shard1 r:core_node5
x:testSimple1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.testSimple1.shard1.replica_n2, tag=1065485918
[junit4] 2> 1981558 INFO (coreCloseExecutor-2754-thread-3)
[n:127.0.0.1:33951_solr c:testSimple1 s:shard1 r:core_node5
x:testSimple1_shard1_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@23fc341e: rootName =
solr_33951, domain = solr.core.testSimple1.shard1.replica_n2, service url =
null, agent id = null] for registry solr.core.testSimple1.shard1.replica_n2 /
com.codahale.metrics.MetricRegistry@c7f33aa
[junit4] 2> 1981566 INFO (coreCloseExecutor-2754-thread-4)
[n:127.0.0.1:33951_solr c:testSimple3 s:shard3 r:core_node6
x:testSimple3_shard3_replica_n4] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.testSimple3.shard3.replica_n4, tag=1856948084
[junit4] 2> 1981566 INFO (coreCloseExecutor-2754-thread-4)
[n:127.0.0.1:33951_solr c:testSimple3 s:shard3 r:core_node6
x:testSimple3_shard3_replica_n4] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@7f83a7c: rootName =
solr_33951, domain = solr.core.testSimple3.shard3.replica_n4, service url =
null, agent id = null] for registry solr.core.testSimple3.shard3.replica_n4 /
com.codahale.metrics.MetricRegistry@2a3d92e1
[junit4] 2> 1981569 INFO (coreCloseExecutor-2753-thread-1)
[n:127.0.0.1:34197_solr c:testSimple1 s:shard1 r:core_node3
x:testSimple1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.testSimple1.shard1.leader, tag=1539858553
[junit4] 2> 1981569 INFO (coreCloseExecutor-2753-thread-2)
[n:127.0.0.1:34197_solr c:testSimple1 s:shard2 r:core_node7
x:testSimple1_shard2_replica_n4] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.testSimple1.shard2.leader, tag=1952589434
[junit4] 2> 1981569 INFO (coreCloseExecutor-2753-thread-3)
[n:127.0.0.1:34197_solr c:testSimple2 s:shard1 r:core_node3
x:testSimple2_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.testSimple2.shard1.leader, tag=378181737
[junit4] 2> 1981576 INFO (jetty-closer-1270-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=99368238833991689-127.0.0.1:34197_solr-n_0000000000) closing
[junit4] 2> 1981576 INFO
(OverseerStateUpdate-99368238833991689-127.0.0.1:34197_solr-n_0000000000)
[n:127.0.0.1:34197_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:34197_solr
[junit4] 2> 1981576 WARN
(OverseerAutoScalingTriggerThread-99368238833991689-127.0.0.1:34197_solr-n_0000000000)
[n:127.0.0.1:34197_solr ] o.a.s.c.a.OverseerTriggerThread
OverseerTriggerThread woken up but we are closed, exiting.
[junit4] 2> 1981581 INFO (coreCloseExecutor-2754-thread-5)
[n:127.0.0.1:33951_solr c:testSimple3 s:shard2 r:core_node5
x:testSimple3_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.testSimple3.shard2.replica_n2, tag=1048516687
[junit4] 2> 1981583 INFO (jetty-closer-1270-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@54dd6d1f{/solr,null,UNAVAILABLE}
[junit4] 2> 1981587 INFO (coreCloseExecutor-2754-thread-5)
[n:127.0.0.1:33951_solr c:testSimple3 s:shard2 r:core_node5
x:testSimple3_shard2_replica_n2] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@181f6e32: rootName =
solr_33951, domain = solr.core.testSimple3.shard2.replica_n2, service url =
null, agent id = null] for registry solr.core.testSimple3.shard2.replica_n2 /
com.codahale.metrics.MetricRegistry@5cf17fed
[junit4] 2> 1981595 INFO (coreCloseExecutor-2754-thread-1)
[n:127.0.0.1:33951_solr c:testSimple3 s:shard1 r:core_node3
x:testSimple3_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.testSimple3.shard1.leader, tag=92947043
[junit4] 2> 1981595 INFO (coreCloseExecutor-2754-thread-3)
[n:127.0.0.1:33951_solr c:testSimple1 s:shard1 r:core_node5
x:testSimple1_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.testSimple1.shard1.leader, tag=1065485918
[junit4] 2> 1981595 INFO (coreCloseExecutor-2754-thread-4)
[n:127.0.0.1:33951_solr c:testSimple3 s:shard3 r:core_node6
x:testSimple3_shard3_replica_n4] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.testSimple3.shard3.leader, tag=1856948084
[junit4] 2> 1981595 INFO (coreCloseExecutor-2754-thread-5)
[n:127.0.0.1:33951_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=1048516687
[junit4] 2> 1981599 INFO (jetty-closer-1270-thread-2) [ ]
o.e.j.s.session Stopped scavenging
[junit4] 2> 1981601 INFO
(zkCallback-1315-thread-3-processing-n:127.0.0.1:33951_solr)
[n:127.0.0.1:33951_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:33951_solr
[junit4] 2> 1981608 INFO (jetty-closer-1270-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@7dc0061{/solr,null,UNAVAILABLE}
[junit4] 2> 1981608 INFO (jetty-closer-1270-thread-1) [ ]
o.e.j.s.session Stopped scavenging
[junit4] 2> 1981609 ERROR
(SUITE-AutoAddReplicasPlanActionTest-seed#[4DC117C5F39006AD]-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> 1981609 INFO
(SUITE-AutoAddReplicasPlanActionTest-seed#[4DC117C5F39006AD]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:34829 34829
[junit4] 2> 1996635 INFO (Thread-1448) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:34829 34829
[junit4] 2> 1996636 WARN (Thread-1448) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/aliases.json
[junit4] 2> 4 /solr/security.json
[junit4] 2> 4 /solr/configs/conf
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 17 /solr/collections/testSimple1/state.json
[junit4] 2> 12 /solr/collections/testSimple2/state.json
[junit4] 2> 9 /solr/collections/testSimple3/state.json
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 2
/solr/overseer_elect/election/99368238833991685-127.0.0.1:43625_solr-n_0000000001
[junit4] 2> 2
/solr/collections/testSimple1/leader_elect/shard1/election/99368238833991689-core_node3-n_0000000000
[junit4] 2> 2
/solr/collections/testSimple1/leader_elect/shard2/election/99368238833991689-core_node7-n_0000000000
[junit4] 2> 2
/solr/overseer_elect/election/99368238833991689-127.0.0.1:34197_solr-n_0000000000
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/live_nodes
[junit4] 2> 5 /solr/collections
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.autoscaling.AutoAddReplicasPlanActionTest_4DC117C5F39006AD-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1799, maxMBSortInHeap=5.212370752331297,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@18ddba64),
locale=fi, timezone=Asia/Aden
[junit4] 2> NOTE: Linux 4.13.0-26-generic amd64/Oracle Corporation 10-ea
(64-bit)/cpus=8,threads=1,free=160786040,total=510132224
[junit4] 2> NOTE: All tests run in this JVM:
[DistributedTermsComponentTest, TestPushWriter, TestDelegationWithHadoopAuth,
TestRandomCollapseQParserPlugin, StatsComponentTest, DistribCursorPagingTest,
AnalyticsMergeStrategyTest, TestPhraseSuggestions, TestSolrCoreParser,
TestCloudManagedSchema, OverseerStatusTest, TestFastOutputStream,
TestSolrCloudWithKerberosAlt, TestStressInPlaceUpdates,
WrapperMergePolicyFactoryTest, TestIndexingPerformance, SparseHLLTest,
TestManagedSchemaThreadSafety, TestCryptoKeys, TestCSVResponseWriter,
SolrCoreCheckLockOnStartupTest, CdcrReplicationDistributedZkTest,
LeaderElectionContextKeyTest, CdcrVersionReplicationTest,
TermVectorComponentDistributedTest, TestDocumentBuilder,
TestPseudoReturnFields, SuggestComponentContextFilterQueryTest,
TestExceedMaxTermLength, TestSchemaResource, TestConfigSetsAPI, TestConfig,
TestMultiWordSynonyms, ForceLeaderTest, InfoHandlerTest, TestXmlQParserPlugin,
BlockJoinFacetRandomTest, TestPolicyCloud, BinaryUpdateRequestHandlerTest,
TestSolrConfigHandler, TestWordDelimiterFilterFactory,
AnalysisErrorHandlingTest, TestSort, TestCollapseQParserPlugin,
SolrIndexConfigTest, TestNonDefinedSimilarityFactory,
ChaosMonkeySafeLeaderWithPullReplicasTest, TolerantUpdateProcessorTest,
TestPKIAuthenticationPlugin, BasicDistributedZkTest, UUIDFieldTest,
TestPHPSerializedResponseWriter, TestHdfsBackupRestoreCore,
DistributedQueryElevationComponentTest, AutoAddReplicasPlanActionTest]
[junit4] Completed [454/768 (2!)] on J0 in 26.95s, 1 test, 1 error <<<
FAILURES!
[...truncated 41884 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]