Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21488/
Java: 64bit/jdk-9.0.4 -XX:+UseCompressedOops -XX:+UseParallelGC
1 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:45833/solr","node_name":"127.0.0.1:45833_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:45833/solr","node_name":"127.0.0.1:45833_solr","state":"active","type":"NRT"}
at
__randomizedtesting.SeedInfo.seed([868760D47A43A46E:ED35F0ED4BFC996]: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)
Build Log:
[...truncated 13841 lines...]
[junit4] Suite: org.apache.solr.cloud.AddReplicaTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_868760D47A43A46E-001/init-core-data-001
[junit4] 2> 1878752 WARN
(SUITE-AddReplicaTest-seed#[868760D47A43A46E]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=9 numCloses=9
[junit4] 2> 1878752 INFO
(SUITE-AddReplicaTest-seed#[868760D47A43A46E]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1878752 INFO
(SUITE-AddReplicaTest-seed#[868760D47A43A46E]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 1878753 INFO
(SUITE-AddReplicaTest-seed#[868760D47A43A46E]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1878753 INFO
(SUITE-AddReplicaTest-seed#[868760D47A43A46E]-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_868760D47A43A46E-001/tempDir-001
[junit4] 2> 1878753 INFO
(SUITE-AddReplicaTest-seed#[868760D47A43A46E]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1878753 INFO (Thread-7160) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1878753 INFO (Thread-7160) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1878754 ERROR (Thread-7160) [ ] 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> 1878853 INFO
(SUITE-AddReplicaTest-seed#[868760D47A43A46E]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:46411
[junit4] 2> 1878855 INFO (zkConnectionManagerCallback-3339-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1878857 INFO (jetty-launcher-3336-thread-1) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T11:27:37-10:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1878857 INFO (jetty-launcher-3336-thread-4) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T11:27:37-10:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1878857 INFO (jetty-launcher-3336-thread-2) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T11:27:37-10:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1878857 INFO (jetty-launcher-3336-thread-3) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T11:27:37-10:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1878858 INFO (jetty-launcher-3336-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1878858 INFO (jetty-launcher-3336-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1878858 INFO (jetty-launcher-3336-thread-1) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 1878858 INFO (jetty-launcher-3336-thread-4) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1878858 INFO (jetty-launcher-3336-thread-4) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1878858 INFO (jetty-launcher-3336-thread-4) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 1878859 INFO (jetty-launcher-3336-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1878859 INFO (jetty-launcher-3336-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@37e1ce22{/solr,null,AVAILABLE}
[junit4] 2> 1878859 INFO (jetty-launcher-3336-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1878859 INFO (jetty-launcher-3336-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1878859 INFO (jetty-launcher-3336-thread-4) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@11073e1d{/solr,null,AVAILABLE}
[junit4] 2> 1878859 INFO (jetty-launcher-3336-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1878859 INFO (jetty-launcher-3336-thread-3) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 1878859 INFO (jetty-launcher-3336-thread-2) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 1878859 INFO (jetty-launcher-3336-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@72374ba4{/solr,null,AVAILABLE}
[junit4] 2> 1878859 INFO (jetty-launcher-3336-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@7f57009c{/solr,null,AVAILABLE}
[junit4] 2> 1878860 INFO (jetty-launcher-3336-thread-3) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@6df6fc15{SSL,[ssl,
http/1.1]}{127.0.0.1:33835}
[junit4] 2> 1878860 INFO (jetty-launcher-3336-thread-4) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@20076fde{SSL,[ssl,
http/1.1]}{127.0.0.1:45833}
[junit4] 2> 1878860 INFO (jetty-launcher-3336-thread-3) [ ]
o.e.j.s.Server Started @1880516ms
[junit4] 2> 1878860 INFO (jetty-launcher-3336-thread-4) [ ]
o.e.j.s.Server Started @1880516ms
[junit4] 2> 1878860 INFO (jetty-launcher-3336-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=33835}
[junit4] 2> 1878860 INFO (jetty-launcher-3336-thread-4) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45833}
[junit4] 2> 1878860 INFO (jetty-launcher-3336-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@71e8b4c9{SSL,[ssl,
http/1.1]}{127.0.0.1:46285}
[junit4] 2> 1878860 INFO (jetty-launcher-3336-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@739c7592{SSL,[ssl,
http/1.1]}{127.0.0.1:46771}
[junit4] 2> 1878860 ERROR (jetty-launcher-3336-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1878860 INFO (jetty-launcher-3336-thread-2) [ ]
o.e.j.s.Server Started @1880516ms
[junit4] 2> 1878860 INFO (jetty-launcher-3336-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 1878860 INFO (jetty-launcher-3336-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46771}
[junit4] 2> 1878860 INFO (jetty-launcher-3336-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1878860 ERROR (jetty-launcher-3336-thread-4) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1878860 ERROR (jetty-launcher-3336-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1878860 INFO (jetty-launcher-3336-thread-4) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 1878860 INFO (jetty-launcher-3336-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 1878860 INFO (jetty-launcher-3336-thread-4) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1878860 INFO (jetty-launcher-3336-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1878860 INFO (jetty-launcher-3336-thread-4) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1878860 INFO (jetty-launcher-3336-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1878861 INFO (jetty-launcher-3336-thread-4) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-19T00:28:08.094004Z
[junit4] 2> 1878861 INFO (jetty-launcher-3336-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-19T00:28:08.094033Z
[junit4] 2> 1878860 INFO (jetty-launcher-3336-thread-1) [ ]
o.e.j.s.Server Started @1880516ms
[junit4] 2> 1878860 INFO (jetty-launcher-3336-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1878861 INFO (jetty-launcher-3336-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46285}
[junit4] 2> 1878861 INFO (jetty-launcher-3336-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-19T00:28:08.094163Z
[junit4] 2> 1878861 ERROR (jetty-launcher-3336-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1878861 INFO (jetty-launcher-3336-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 1878861 INFO (jetty-launcher-3336-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1878861 INFO (jetty-launcher-3336-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1878861 INFO (jetty-launcher-3336-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-19T00:28:08.094396Z
[junit4] 2> 1878861 INFO (zkConnectionManagerCallback-3342-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1878861 INFO (zkConnectionManagerCallback-3343-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1878861 INFO (zkConnectionManagerCallback-3345-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1878862 INFO (zkConnectionManagerCallback-3347-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1878862 INFO (jetty-launcher-3336-thread-4) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1878862 INFO (jetty-launcher-3336-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1878862 INFO (jetty-launcher-3336-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1878862 INFO (jetty-launcher-3336-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 1878864 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x100691909280002, likely client has closed socket
[junit4] 2> 1878865 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x100691909280003, likely client has closed socket
[junit4] 2> 1878865 INFO (jetty-launcher-3336-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46411/solr
[junit4] 2> 1878865 INFO (jetty-launcher-3336-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46411/solr
[junit4] 2> 1878866 INFO (jetty-launcher-3336-thread-4) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46411/solr
[junit4] 2> 1878866 INFO (jetty-launcher-3336-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:46411/solr
[junit4] 2> 1878873 INFO (zkConnectionManagerCallback-3361-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1878873 INFO (zkConnectionManagerCallback-3357-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1878877 INFO (zkConnectionManagerCallback-3354-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1878877 DEBUG (jetty-launcher-3336-thread-2)
[n:127.0.0.1:46771_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$337/1866851050@3f7f8b33
[junit4] 2> 1878877 DEBUG (jetty-launcher-3336-thread-4)
[n:127.0.0.1:45833_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$337/1866851050@2388d6c5
[junit4] 2> 1878881 INFO (zkConnectionManagerCallback-3363-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1878881 DEBUG (jetty-launcher-3336-thread-3)
[n:127.0.0.1:33835_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$337/1866851050@5b9f8be8
[junit4] 2> 1878882 INFO
(zkConnectionManagerCallback-3367-thread-1-processing-n:127.0.0.1:45833_solr)
[n:127.0.0.1:45833_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1878882 INFO
(zkConnectionManagerCallback-3365-thread-1-processing-n:127.0.0.1:46771_solr)
[n:127.0.0.1:46771_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1878882 INFO
(zkConnectionManagerCallback-3369-thread-1-processing-n:127.0.0.1:33835_solr)
[n:127.0.0.1:33835_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1878882 DEBUG (jetty-launcher-3336-thread-1)
[n:127.0.0.1:46285_solr ] o.a.s.c.ZkController Added new OnReconnect
listener org.apache.solr.cloud.ZkController$$Lambda$337/1866851050@278fd11d
[junit4] 2> 1878883 INFO
(zkConnectionManagerCallback-3371-thread-1-processing-n:127.0.0.1:46285_solr)
[n:127.0.0.1:46285_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1878910 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/clusterprops.json
[junit4] 2> 1878910 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/clusterprops.json
[junit4] 2> 1878910 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/clusterprops.json
[junit4] 2> 1878910 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1878910 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/clusterprops.json
[junit4] 2> 1878910 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1878910 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1878910 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/clusterstate.json
[junit4] 2> 1878910 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1878910 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/clusterstate.json
[junit4] 2> 1878910 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/collections
[junit4] 2> 1878910 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/clusterstate.json
[junit4] 2> 1878910 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/clusterstate.json
[junit4] 2> 1878910 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/collections
[junit4] 2> 1878910 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/aliases.json
[junit4] 2> 1878910 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/collections
[junit4] 2> 1878910 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/collections
[junit4] 2> 1878911 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/aliases.json
[junit4] 2> 1878911 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/aliases.json
[junit4] 2> 1878911 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/aliases.json
[junit4] 2> 1878911 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/security.json
[junit4] 2> 1878911 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/security.json
[junit4] 2> 1878911 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/security.json
[junit4] 2> 1878911 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/security.json
[junit4] 2> 1878911 INFO (jetty-launcher-3336-thread-4)
[n:127.0.0.1:45833_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1878911 INFO (jetty-launcher-3336-thread-1)
[n:127.0.0.1:46285_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1878912 INFO (jetty-launcher-3336-thread-3)
[n:127.0.0.1:33835_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1878912 INFO (jetty-launcher-3336-thread-2)
[n:127.0.0.1:46771_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1878912 DEBUG (jetty-launcher-3336-thread-4)
[n:127.0.0.1:45833_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/72173150286643209-127.0.0.1:45833_solr-n_0000000000
[junit4] 2> 1878912 DEBUG (jetty-launcher-3336-thread-1)
[n:127.0.0.1:46285_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/72173150286643212-127.0.0.1:46285_solr-n_0000000001
[junit4] 2> 1878912 DEBUG (jetty-launcher-3336-thread-3)
[n:127.0.0.1:33835_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/72173150286643211-127.0.0.1:33835_solr-n_0000000002
[junit4] 2> 1878912 DEBUG (jetty-launcher-3336-thread-2)
[n:127.0.0.1:46771_solr ] o.a.s.c.LeaderElector Joined leadership election
with path:
/overseer_elect/election/72173150286643210-127.0.0.1:46771_solr-n_0000000003
[junit4] 2> 1878913 INFO (jetty-launcher-3336-thread-4)
[n:127.0.0.1:45833_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:45833_solr
[junit4] 2> 1878913 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data:
/solr/overseer_elect/election/72173150286643209-127.0.0.1:45833_solr-n_0000000000
[junit4] 2> 1878913 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data:
/solr/overseer_elect/election/72173150286643212-127.0.0.1:46285_solr-n_0000000001
[junit4] 2> 1878913 DEBUG (jetty-launcher-3336-thread-1)
[n:127.0.0.1:46285_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/72173150286643209-127.0.0.1:45833_solr-n_0000000000 to
know if I could be the leader
[junit4] 2> 1878913 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data:
/solr/overseer_elect/election/72173150286643211-127.0.0.1:33835_solr-n_0000000002
[junit4] 2> 1878913 DEBUG (jetty-launcher-3336-thread-3)
[n:127.0.0.1:33835_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/72173150286643212-127.0.0.1:46285_solr-n_0000000001 to
know if I could be the leader
[junit4] 2> 1878913 DEBUG (jetty-launcher-3336-thread-2)
[n:127.0.0.1:46771_solr ] o.a.s.c.LeaderElector Watching path
/overseer_elect/election/72173150286643211-127.0.0.1:33835_solr-n_0000000002 to
know if I could be the leader
[junit4] 2> 1878913 INFO (jetty-launcher-3336-thread-1)
[n:127.0.0.1:46285_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46285_solr
[junit4] 2> 1878913 INFO (jetty-launcher-3336-thread-3)
[n:127.0.0.1:33835_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33835_solr
[junit4] 2> 1878913 INFO (jetty-launcher-3336-thread-2)
[n:127.0.0.1:46771_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46771_solr
[junit4] 2> 1878913 INFO (jetty-launcher-3336-thread-4)
[n:127.0.0.1:45833_solr ] o.a.s.c.Overseer Overseer
(id=72173150286643209-127.0.0.1:45833_solr-n_0000000000) starting
[junit4] 2> 1878913 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/live_nodes
[junit4] 2> 1878913 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/live_nodes
[junit4] 2> 1878913 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/live_nodes
[junit4] 2> 1878913 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/live_nodes
[junit4] 2> 1878913 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1878913 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1878913 INFO
(zkCallback-3364-thread-1-processing-n:127.0.0.1:46771_solr)
[n:127.0.0.1:46771_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1878913 INFO
(zkCallback-3370-thread-1-processing-n:127.0.0.1:46285_solr)
[n:127.0.0.1:46285_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1878913 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1878914 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1878914 INFO
(zkCallback-3368-thread-1-processing-n:127.0.0.1:33835_solr)
[n:127.0.0.1:33835_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1878914 INFO
(zkCallback-3366-thread-1-processing-n:127.0.0.1:45833_solr)
[n:127.0.0.1:45833_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1878915 DEBUG
(OverseerCollectionConfigSetProcessor-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.OverseerTaskProcessor Process current
queue of overseer operations
[junit4] 2> 1878915 DEBUG
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.Overseer Starting to work on the main queue
[junit4] 2> 1878916 DEBUG (jetty-launcher-3336-thread-4)
[n:127.0.0.1:45833_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:45833_solr as DOWN
[junit4] 2> 1878916 DEBUG
(OverseerAutoScalingTriggerThread-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.a.OverseerTriggerThread Adding
.autoAddReplicas trigger
[junit4] 2> 1878916 DEBUG
(OverseerCollectionConfigSetProcessor-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.OverseerTaskProcessor Cleaning up
work-queue. #Running tasks: 0
[junit4] 2> 1878916 DEBUG
(OverseerCollectionConfigSetProcessor-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.OverseerTaskProcessor RunningTasks: []
[junit4] 2> 1878916 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/autoscaling.json
[junit4] 2> 1878916 DEBUG
(OverseerCollectionConfigSetProcessor-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
[junit4] 2> 1878916 DEBUG
(OverseerCollectionConfigSetProcessor-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
[junit4] 2> 1878916 INFO (jetty-launcher-3336-thread-4)
[n:127.0.0.1:45833_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45833_solr
[junit4] 2> 1878916 DEBUG
(OverseerCollectionConfigSetProcessor-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.OverseerTaskProcessor RunningZKTasks: []
[junit4] 2> 1878916 DEBUG
(OverseerCollectionConfigSetProcessor-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.OverseerTaskQueue Peeking for top 100
elements. ExcludeSet: []
[junit4] 2> 1878916 DEBUG
(OverseerAutoScalingTriggerThread-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 1
[junit4] 2> 1878916 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/queue-work
[junit4] 2> 1878916 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/live_nodes
[junit4] 2> 1878916 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/live_nodes
[junit4] 2> 1878916 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/live_nodes
[junit4] 2> 1878916 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/live_nodes
[junit4] 2> 1878916 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/collection-queue-work
[junit4] 2> 1878916 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1878917 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1878917 INFO
(zkCallback-3370-thread-1-processing-n:127.0.0.1:46285_solr)
[n:127.0.0.1:46285_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1878917 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/queue
[junit4] 2> 1878917 INFO
(zkCallback-3364-thread-1-processing-n:127.0.0.1:46771_solr)
[n:127.0.0.1:46771_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1878917 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1878917 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1878917 INFO
(zkCallback-3368-thread-1-processing-n:127.0.0.1:33835_solr)
[n:127.0.0.1:33835_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1878917 INFO
(zkCallback-3366-thread-1-processing-n:127.0.0.1:45833_solr)
[n:127.0.0.1:45833_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1878917 DEBUG
(OverseerAutoScalingTriggerThread-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.a.NodeLostTrigger Initial livenodes:
[127.0.0.1:45833_solr, 127.0.0.1:33835_solr, 127.0.0.1:46771_solr,
127.0.0.1:46285_solr]
[junit4] 2> 1878917 DEBUG
(OverseerAutoScalingTriggerThread-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion -1
[junit4] 2> 1878917 DEBUG
(OverseerAutoScalingTriggerThread-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 1
[junit4] 2> 1878917 DEBUG
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
message = {
[junit4] 2> "operation":"downnode",
[junit4] 2> "node_name":"127.0.0.1:45833_solr"} current state version: 0
[junit4] 2> 1878917 DEBUG
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.o.NodeMutator DownNode state invoked for
node: 127.0.0.1:45833_solr
[junit4] 2> 1878918 DEBUG
(OverseerAutoScalingTriggerThread-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeAdded markers
[junit4] 2> 1878918 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/autoscaling/events/.auto_add_replicas
[junit4] 2> 1878918 DEBUG
(OverseerAutoScalingTriggerThread-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion 1
[junit4] 2> 1878918 DEBUG (ScheduledTrigger-7653-thread-1)
[n:127.0.0.1:45833_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 4
[junit4] 2> 1878940 INFO (jetty-launcher-3336-thread-2)
[n:127.0.0.1:46771_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46771.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@503af330
[junit4] 2> 1878945 INFO (jetty-launcher-3336-thread-2)
[n:127.0.0.1:46771_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46771.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@503af330
[junit4] 2> 1878945 INFO (jetty-launcher-3336-thread-2)
[n:127.0.0.1:46771_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46771.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@503af330
[junit4] 2> 1878946 INFO (jetty-launcher-3336-thread-3)
[n:127.0.0.1:33835_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33835.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@503af330
[junit4] 2> 1878946 INFO (jetty-launcher-3336-thread-2)
[n:127.0.0.1:46771_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_868760D47A43A46E-001/tempDir-001/node2/.
[junit4] 2> 1878953 INFO (jetty-launcher-3336-thread-3)
[n:127.0.0.1:33835_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33835.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@503af330
[junit4] 2> 1878953 INFO (jetty-launcher-3336-thread-3)
[n:127.0.0.1:33835_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_33835.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@503af330
[junit4] 2> 1878954 INFO (jetty-launcher-3336-thread-3)
[n:127.0.0.1:33835_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_868760D47A43A46E-001/tempDir-001/node3/.
[junit4] 2> 1878960 INFO (jetty-launcher-3336-thread-4)
[n:127.0.0.1:45833_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45833.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@503af330
[junit4] 2> 1878962 INFO (jetty-launcher-3336-thread-1)
[n:127.0.0.1:46285_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46285.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@503af330
[junit4] 2> 1878965 INFO (jetty-launcher-3336-thread-4)
[n:127.0.0.1:45833_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45833.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@503af330
[junit4] 2> 1878965 INFO (jetty-launcher-3336-thread-4)
[n:127.0.0.1:45833_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45833.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@503af330
[junit4] 2> 1878966 INFO (jetty-launcher-3336-thread-4)
[n:127.0.0.1:45833_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_868760D47A43A46E-001/tempDir-001/node4/.
[junit4] 2> 1878968 INFO (jetty-launcher-3336-thread-1)
[n:127.0.0.1:46285_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46285.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@503af330
[junit4] 2> 1878968 INFO (jetty-launcher-3336-thread-1)
[n:127.0.0.1:46285_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46285.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@503af330
[junit4] 2> 1878968 INFO (jetty-launcher-3336-thread-1)
[n:127.0.0.1:46285_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_868760D47A43A46E-001/tempDir-001/node1/.
[junit4] 2> 1879016 INFO (zkConnectionManagerCallback-3381-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1879018 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/overseer/queue
[junit4] 2> 1879018 INFO (zkConnectionManagerCallback-3385-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1879018 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/queue
[junit4] 2> 1879018 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/clusterprops.json
[junit4] 2> 1879019 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/live_nodes
[junit4] 2> 1879019 INFO
(SUITE-AddReplicaTest-seed#[868760D47A43A46E]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (4)
[junit4] 2> 1879019 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/clusterstate.json
[junit4] 2> 1879019 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/collections
[junit4] 2> 1879020 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/aliases.json
[junit4] 2> 1879020 INFO
(SUITE-AddReplicaTest-seed#[868760D47A43A46E]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:46411/solr ready
[junit4] 2> 1879030 INFO
(TEST-AddReplicaTest.test-seed#[868760D47A43A46E]) [ ] o.a.s.SolrTestCaseJ4
###Starting test
[junit4] 2> 1879031 INFO (zkConnectionManagerCallback-3387-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1879040 INFO (qtp92333590-19389) [n:127.0.0.1:33835_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> 1879040 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/overseer/collection-queue-work
[junit4] 2> 1879040 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/overseer/collection-queue-work/qnr-0000000000
[junit4] 2> 1879040 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/collection-queue-work
[junit4] 2> 1879040 DEBUG
(OverseerCollectionConfigSetProcessor-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.ZkDistributedQueue Found child node with
improper name: qnr-0000000000
[junit4] 2> 1879041 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/overseer/collection-queue-work
[junit4] 2> 1879041 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/collection-queue-work
[junit4] 2> 1879041 DEBUG
(OverseerCollectionConfigSetProcessor-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.ZkDistributedQueue Found child node with
improper name: qnr-0000000000
[junit4] 2> 1879041 DEBUG
(OverseerCollectionConfigSetProcessor-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.OverseerTaskQueue Returning topN
elements: [/overseer/collection-queue-work/qn-0000000000, ]
[junit4] 2> 1879041 DEBUG
(OverseerCollectionConfigSetProcessor-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.OverseerTaskProcessor Got 1 tasks from
work-queue : [[org.apache.solr.cloud.OverseerTaskQueue$QueueEvent@2e684ecf]]
[junit4] 2> 1879041 DEBUG
(OverseerCollectionConfigSetProcessor-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.OverseerTaskProcessor Marked task
[/overseer/collection-queue-work/qn-0000000000] as running
[junit4] 2> 1879041 DEBUG
(OverseerCollectionConfigSetProcessor-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_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> 1879041 DEBUG
(OverseerThreadFactory-7655-thread-1-processing-n:127.0.0.1:45833_solr)
[n:127.0.0.1:45833_solr ] o.a.s.c.OverseerTaskProcessor Runner processing
/overseer/collection-queue-work/qn-0000000000
[junit4] 2> 1879041 DEBUG
(OverseerThreadFactory-7655-thread-1-processing-n:127.0.0.1:45833_solr)
[n:127.0.0.1:45833_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> 1879042 INFO
(OverseerThreadFactory-7655-thread-1-processing-n:127.0.0.1:45833_solr)
[n:127.0.0.1:45833_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
addreplicatest_coll
[junit4] 2> 1879041 DEBUG
(OverseerCollectionConfigSetProcessor-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.OverseerTaskProcessor Cleaning up
work-queue. #Running tasks: 1
[junit4] 2> 1879042 DEBUG
(OverseerCollectionConfigSetProcessor-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.OverseerTaskProcessor RunningTasks:
[/overseer/collection-queue-work/qn-0000000000]
[junit4] 2> 1879042 DEBUG
(OverseerCollectionConfigSetProcessor-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.OverseerTaskProcessor BlockedTasks: []
[junit4] 2> 1879042 DEBUG
(OverseerCollectionConfigSetProcessor-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.OverseerTaskProcessor CompletedTasks: []
[junit4] 2> 1879042 DEBUG
(OverseerCollectionConfigSetProcessor-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.OverseerTaskProcessor RunningZKTasks:
[/overseer/collection-queue-work/qn-0000000000]
[junit4] 2> 1879042 DEBUG
(OverseerCollectionConfigSetProcessor-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.OverseerTaskQueue Peeking for top 99
elements. ExcludeSet: [/overseer/collection-queue-work/qn-0000000000],[]
[junit4] 2> 1879042 DEBUG
(OverseerThreadFactory-7655-thread-1-processing-n:127.0.0.1:45833_solr)
[n:127.0.0.1:45833_solr ] o.a.s.c.a.c.Assign Identify nodes using default
[junit4] 2> 1879042 DEBUG
(OverseerThreadFactory-7655-thread-1-processing-n:127.0.0.1:45833_solr)
[n:127.0.0.1:45833_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler
creating collections conf node /collections/addreplicatest_coll
[junit4] 2> 1879042 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/collections
[junit4] 2> 1879042 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/collections
[junit4] 2> 1879042 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/collections
[junit4] 2> 1879042 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/collections
[junit4] 2> 1879043 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/collections
[junit4] 2> 1879043 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/collections
[junit4] 2> 1879043 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/collections
[junit4] 2> 1879043 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/collections
[junit4] 2> 1879043 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/collections
[junit4] 2> 1879043 DEBUG
(OverseerThreadFactory-7655-thread-1-processing-n:127.0.0.1:45833_solr)
[n:127.0.0.1:45833_solr ] o.a.s.c.a.c.CreateCollectionCmd Check for
collection zkNode:addreplicatest_coll
[junit4] 2> 1879043 DEBUG
(OverseerThreadFactory-7655-thread-1-processing-n:127.0.0.1:45833_solr)
[n:127.0.0.1:45833_solr ] o.a.s.c.a.c.CreateCollectionCmd Collection zkNode
exists
[junit4] 2> 1879043 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/overseer/queue
[junit4] 2> 1879043 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/queue
[junit4] 2> 1879043 DEBUG
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_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> 1879044 DEBUG
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.o.ClusterStateMutator building a new
cName: addreplicatest_coll
[junit4] 2> 1879044 DEBUG
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.o.ZkStateWriter going to create_collection
/collections/addreplicatest_coll/state.json
[junit4] 2> 1879044 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/collections
[junit4] 2> 1879044 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/overseer/queue
[junit4] 2> 1879044 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/queue
[junit4] 2> 1879144 DEBUG
(OverseerThreadFactory-7655-thread-1-processing-n:127.0.0.1:45833_solr)
[n:127.0.0.1:45833_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> 1879146 DEBUG
(OverseerThreadFactory-7655-thread-1-processing-n:127.0.0.1:45833_solr)
[n:127.0.0.1:45833_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:46285_solr
[junit4] 2> 1879146 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/overseer/queue
[junit4] 2> 1879146 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/queue
[junit4] 2> 1879147 DEBUG
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_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:46285/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"} current state version: 0
[junit4] 2> 1879147 INFO
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_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:46285/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1879147 DEBUG
(OverseerThreadFactory-7655-thread-1-processing-n:127.0.0.1:45833_solr)
[n:127.0.0.1:45833_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:33835_solr
[junit4] 2> 1879147 DEBUG
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.o.SliceMutator Old Slice: shard1:{
[junit4] 2> "range":"80000000-ffffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{}}
[junit4] 2> 1879147 DEBUG
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_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:46285/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 1879147 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/overseer/queue
[junit4] 2> 1879147 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/queue
[junit4] 2> 1879147 DEBUG
(OverseerThreadFactory-7655-thread-1-processing-n:127.0.0.1:45833_solr)
[n:127.0.0.1:45833_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler
Expecting [addreplicatest_coll_shard1_replica_n1,
addreplicatest_coll_shard2_replica_n2] cores but found {}
[junit4] 2> 1879147 DEBUG
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_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:33835/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"} current state version: 0
[junit4] 2> 1879148 INFO
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_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:33835/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 1879148 DEBUG
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.o.SliceMutator Old Slice: shard2:{
[junit4] 2> "range":"0-7fffffff",
[junit4] 2> "state":"active",
[junit4] 2> "replicas":{}}
[junit4] 2> 1879148 DEBUG
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_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:33835/solr",
[junit4] 2> "state":"down",
[junit4] 2> "node_name":null,
[junit4] 2> "type":"NRT"}}}
[junit4] 2> 1879248 DEBUG
(OverseerThreadFactory-7655-thread-1-processing-n:127.0.0.1:45833_solr)
[n:127.0.0.1:45833_solr ] o.a.s.c.a.c.OverseerCollectionMessageHandler
Expecting [addreplicatest_coll_shard1_replica_n1,
addreplicatest_coll_shard2_replica_n2] cores but found {}
[junit4] 2> 1879248 DEBUG
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/addreplicatest_coll/state.json version: 0
[junit4] 2> 1879249 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/overseer/queue
[junit4] 2> 1879249 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/queue
[junit4] 2> 1879355 INFO (qtp92333590-19392) [n:127.0.0.1:33835_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> 1879356 INFO (qtp92333590-19392) [n:127.0.0.1:33835_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 1879362 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1879362 DEBUG (qtp92333590-19392) [n:127.0.0.1:33835_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> 1879363 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/overseer/queue
[junit4] 2> 1879363 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/queue
[junit4] 2> 1879363 DEBUG (qtp92333590-19392) [n:127.0.0.1:33835_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> 1879363 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1879363 DEBUG
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.Overseer processMessage: queueSize: 1,
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:33835/solr",
[junit4] 2> "node_name":"127.0.0.1:33835_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> 1879363 DEBUG
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_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:33835/solr",
[junit4] 2> "node_name":"127.0.0.1:33835_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> 1879363 DEBUG (qtp92333590-19392) [n:127.0.0.1:33835_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> 1879363 DEBUG
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_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:33835/solr","node_name":"127.0.0.1:33835_solr","state":"down","type":"NRT"}
[junit4] 2> 1879363 INFO (qtp580092293-19380) [n:127.0.0.1:46285_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> 1879364 DEBUG
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_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:46285/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:33835/solr",
[junit4] 2> "node_name":"127.0.0.1:33835_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT"}}}}}
[junit4] 2> 1879364 INFO (qtp580092293-19380) [n:127.0.0.1:46285_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 1879364 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1879364 DEBUG (qtp580092293-19380) [n:127.0.0.1:46285_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> 1879365 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/overseer/queue
[junit4] 2> 1879365 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/queue
[junit4] 2> 1879365 DEBUG (qtp580092293-19380) [n:127.0.0.1:46285_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> 1879365 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1879365 DEBUG
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_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:46285/solr",
[junit4] 2> "node_name":"127.0.0.1:46285_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> 1879365 DEBUG
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_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:46285/solr",
[junit4] 2> "node_name":"127.0.0.1:46285_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> 1879365 DEBUG (qtp580092293-19380) [n:127.0.0.1:46285_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> 1879365 DEBUG
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_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:46285/solr","node_name":"127.0.0.1:46285_solr","state":"down","type":"NRT"}
[junit4] 2> 1879365 DEBUG
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_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:46285/solr",
[junit4] 2> "node_name":"127.0.0.1:46285_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:33835/solr",
[junit4] 2> "node_name":"127.0.0.1:33835_solr",
[junit4] 2> "state":"down",
[junit4] 2> "type":"NRT"}}}}}
[junit4] 2> 1879466 DEBUG
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/addreplicatest_coll/state.json version: 1
[junit4] 2> 1879466 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1879466 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1879466 INFO
(zkCallback-3368-thread-1-processing-n:127.0.0.1:33835_solr)
[n:127.0.0.1:33835_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> 1879466 INFO
(zkCallback-3370-thread-1-processing-n:127.0.0.1:46285_solr)
[n:127.0.0.1:46285_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> 1879466 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/overseer/queue
[junit4] 2> 1879466 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1879466 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1879467 INFO
(zkCallback-3368-thread-2-processing-n:127.0.0.1:33835_solr)
[n:127.0.0.1:33835_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> 1879467 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/queue
[junit4] 2> 1879467 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1879468 INFO
(zkCallback-3370-thread-2-processing-n:127.0.0.1:46285_solr)
[n:127.0.0.1:46285_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> 1879468 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1879918 DEBUG (ScheduledTrigger-7653-thread-1)
[n:127.0.0.1:45833_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 4
[junit4] 2> 1880368 INFO (qtp92333590-19392) [n:127.0.0.1:33835_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> 1880376 INFO (qtp580092293-19380) [n:127.0.0.1:46285_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> 1880378 INFO (qtp92333590-19392) [n:127.0.0.1:33835_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> 1880379 INFO (qtp92333590-19392) [n:127.0.0.1:33835_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> 1880379 INFO (qtp92333590-19392) [n:127.0.0.1:33835_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> 1880379 INFO (qtp580092293-19380) [n:127.0.0.1:46285_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> 1880380 INFO (qtp92333590-19392) [n:127.0.0.1:33835_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_33835.solr.core.addreplicatest_coll.shard2.replica_n2'
(registry 'solr.core.addreplicatest_coll.shard2.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@503af330
[junit4] 2> 1880380 INFO (qtp92333590-19392) [n:127.0.0.1:33835_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> 1880380 INFO (qtp92333590-19392) [n:127.0.0.1:33835_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_868760D47A43A46E-001/tempDir-001/node3/addreplicatest_coll_shard2_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_868760D47A43A46E-001/tempDir-001/node3/./addreplicatest_coll_shard2_replica_n2/data/]
[junit4] 2> 1880380 INFO (qtp580092293-19380) [n:127.0.0.1:46285_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> 1880380 INFO (qtp580092293-19380) [n:127.0.0.1:46285_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> 1880381 INFO (qtp580092293-19380) [n:127.0.0.1:46285_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_46285.solr.core.addreplicatest_coll.shard1.replica_n1'
(registry 'solr.core.addreplicatest_coll.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@503af330
[junit4] 2> 1880381 INFO (qtp580092293-19380) [n:127.0.0.1:46285_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> 1880381 INFO (qtp580092293-19380) [n:127.0.0.1:46285_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_868760D47A43A46E-001/tempDir-001/node1/addreplicatest_coll_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.AddReplicaTest_868760D47A43A46E-001/tempDir-001/node1/./addreplicatest_coll_shard1_replica_n1/data/]
[junit4] 2> 1880409 INFO (qtp92333590-19392) [n:127.0.0.1:33835_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> 1880409 INFO (qtp92333590-19392) [n:127.0.0.1:33835_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> 1880410 INFO (qtp580092293-19380) [n:127.0.0.1:46285_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1880410 INFO (qtp580092293-19380) [n:127.0.0.1:46285_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.u.UpdateLog Initializing
UpdateLog: dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1880410 INFO (qtp92333590-19392) [n:127.0.0.1:33835_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> 1880411 INFO (qtp92333590-19392) [n:127.0.0.1:33835_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> 1880411 INFO (qtp580092293-19380) [n:127.0.0.1:46285_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 1880411 INFO (qtp580092293-19380) [n:127.0.0.1:46285_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 1880411 INFO (qtp92333590-19392) [n:127.0.0.1:33835_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@25e19bbd[addreplicatest_coll_shard2_replica_n2] main]
[junit4] 2> 1880412 INFO (qtp580092293-19380) [n:127.0.0.1:46285_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@2db9bd4e[addreplicatest_coll_shard1_replica_n1] main]
[junit4] 2> 1880412 INFO (qtp92333590-19392) [n:127.0.0.1:33835_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> 1880412 INFO (qtp92333590-19392) [n:127.0.0.1:33835_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> 1880412 INFO (qtp580092293-19380) [n:127.0.0.1:46285_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 1880412 INFO (qtp580092293-19380) [n:127.0.0.1:46285_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded
null at path _rest_managed.json using ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1880413 INFO (qtp92333590-19392) [n:127.0.0.1:33835_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> 1880413 INFO (qtp580092293-19380) [n:127.0.0.1:46285_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits
will be reserved for 10000ms.
[junit4] 2> 1880413 INFO
(searcherExecutor-7664-thread-1-processing-n:127.0.0.1:33835_solr
x:addreplicatest_coll_shard2_replica_n2 s:shard2 c:addreplicatest_coll
r:core_node4) [n:127.0.0.1:33835_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@25e19bbd[addreplicatest_coll_shard2_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1880413 INFO (qtp92333590-19392) [n:127.0.0.1:33835_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 1592787038000644096
[junit4] 2> 1880413 INFO
(searcherExecutor-7665-thread-1-processing-n:127.0.0.1:46285_solr
x:addreplicatest_coll_shard1_replica_n1 s:shard1 c:addreplicatest_coll
r:core_node3) [n:127.0.0.1:46285_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] Registered new searcher
Searcher@2db9bd4e[addreplicatest_coll_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1880413 INFO (qtp580092293-19380) [n:127.0.0.1:46285_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max
version in index or recent updates, using new clock 1592787038000644096
[junit4] 2> 1880414 DEBUG (qtp580092293-19380) [n:127.0.0.1:46285_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ZkController watch zkdir
/configs/conf1
[junit4] 2> 1880415 DEBUG (qtp92333590-19392) [n:127.0.0.1:33835_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> 1880415 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/configs/conf1
[junit4] 2> 1880415 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/configs/conf1
[junit4] 2> 1880416 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/collections/addreplicatest_coll/terms/shard2
[junit4] 2> 1880416 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/collections/addreplicatest_coll/terms/shard1
[junit4] 2> 1880416 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: data: /solr/collections/addreplicatest_coll/terms/shard2
[junit4] 2> 1880416 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: data: /solr/collections/addreplicatest_coll/terms/shard1
[junit4] 2> 1880416 DEBUG (qtp92333590-19392) [n:127.0.0.1:33835_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:33835/solr collection:addreplicatest_coll shard:shard2
[junit4] 2> 1880416 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/collections/addreplicatest_coll/terms/shard2
[junit4] 2> 1880416 DEBUG (qtp580092293-19380) [n:127.0.0.1:46285_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ZkController Register replica
- core:addreplicatest_coll_shard1_replica_n1
address:https://127.0.0.1:46285/solr collection:addreplicatest_coll shard:shard1
[junit4] 2> 1880416 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: create/delete: /solr/collections/addreplicatest_coll/terms/shard1
[junit4] 2> 1880417 DEBUG (qtp92333590-19392) [n:127.0.0.1:33835_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/72173150286643211-core_node4-n_0000000000
[junit4] 2> 1880417 DEBUG (qtp580092293-19380) [n:127.0.0.1:46285_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.LeaderElector Joined
leadership election with path:
/collections/addreplicatest_coll/leader_elect/shard1/election/72173150286643212-core_node3-n_0000000000
[junit4] 2> 1880417 DEBUG (qtp92333590-19392) [n:127.0.0.1:33835_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> 1880417 DEBUG (qtp580092293-19380) [n:127.0.0.1:46285_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
Running the leader process for shard=shard1 and weAreReplacement=false and
leaderVoteWait=10000
[junit4] 2> 1880417 INFO (qtp92333590-19392) [n:127.0.0.1:33835_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> 1880417 INFO (qtp92333590-19392) [n:127.0.0.1:33835_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> 1880417 INFO (qtp580092293-19380) [n:127.0.0.1:46285_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 1880417 INFO (qtp92333590-19392) [n:127.0.0.1:33835_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:33835/solr/addreplicatest_coll_shard2_replica_n2/
[junit4] 2> 1880417 INFO (qtp580092293-19380) [n:127.0.0.1:46285_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I
may be the new leader - try and sync
[junit4] 2> 1880417 INFO (qtp92333590-19392) [n:127.0.0.1:33835_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> 1880417 INFO (qtp580092293-19380) [n:127.0.0.1:46285_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:46285/solr/addreplicatest_coll_shard1_replica_n1/
[junit4] 2> 1880417 INFO (qtp92333590-19392) [n:127.0.0.1:33835_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:33835/solr/addreplicatest_coll_shard2_replica_n2/ has no
replicas
[junit4] 2> 1880417 INFO (qtp580092293-19380) [n:127.0.0.1:46285_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.SyncStrategy Sync Success -
now sync replicas to me
[junit4] 2> 1880417 DEBUG (qtp92333590-19392) [n:127.0.0.1:33835_solr
c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ShardLeaderElectionContext
127.0.0.1:33835_solr synched 0
[junit4] 2> 1880417 INFO (qtp580092293-19380) [n:127.0.0.1:46285_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.SyncStrategy
https://127.0.0.1:46285/solr/addreplicatest_coll_shard1_replica_n1/ has no
replicas
[junit4] 2> 1880417 INFO (qtp92333590-19392) [n:127.0.0.1:33835_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> 1880417 DEBUG (qtp580092293-19380) [n:127.0.0.1:46285_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
127.0.0.1:46285_solr synched 0
[junit4] 2> 1880417 INFO (qtp580092293-19380) [n:127.0.0.1:46285_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
Found all replicas participating in election, clear LIR
[junit4] 2> 1880418 DEBUG (qtp92333590-19392) [n:127.0.0.1:33835_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/72173150286643211-core_node4-n_0000000000
[junit4] 2> 1880418 DEBUG (qtp580092293-19380) [n:127.0.0.1:46285_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase
Creating leader registration node
/collections/addreplicatest_coll/leaders/shard1/leader after winning as
/collections/addreplicatest_coll/leader_elect/shard1/election/72173150286643212-core_node3-n_0000000000
[junit4] 2> 1880419 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/overseer/queue
[junit4] 2> 1880419 INFO (qtp92333590-19392) [n:127.0.0.1:33835_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:33835/solr/addreplicatest_coll_shard2_replica_n2/ shard2
[junit4] 2> 1880419 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: children: /solr/overseer/queue
[junit4] 2> 1880419 INFO (qtp580092293-19380) [n:127.0.0.1:46285_solr
c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext I
am the new leader:
https://127.0.0.1:46285/solr/addreplicatest_coll_shard1_replica_n1/ shard1
[junit4] 2> 1880419 DEBUG
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard2",
[junit4] 2> "collection":"addreplicatest_coll",
[junit4] 2> "base_url":"https://127.0.0.1:33835/solr",
[junit4] 2> "core":"addreplicatest_coll_shard2_replica_n2",
[junit4] 2> "state":"active"} current state version: 0
[junit4] 2> 1880419 DEBUG
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.Overseer processMessage: queueSize: 2,
message = {
[junit4] 2> "operation":"leader",
[junit4] 2> "shard":"shard1",
[junit4] 2> "collection":"addreplicatest_coll",
[junit4] 2> "base_url":"https://127.0.0.1:46285/solr",
[junit4] 2> "core":"addreplicatest_coll_shard1_replica_n1",
[junit4] 2> "state":"active"} current state version: 0
[junit4] 2> 1880520 DEBUG
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.o.ZkStateWriter going to update_collection
/collections/addreplicatest_coll/state.json version: 2
[junit4] 2> 1880520 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1880520 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1880520 INFO
(zkCallback-3368-thread-1-processing-n:127.0.0.1:33835_solr)
[n:127.0.0.1:33835_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> 1880520 INFO
(zkCallback-3370-thread-1-processing-n:127.0.0.1:46285_solr)
[n:127.0.0.1:46285_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> 1880520 INFO
(zkCallback-3370-thread-2-processing-n:127.0.0.1:46285_solr)
[n:127.0.0.1:46285_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> 1880520 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: children: /solr/overseer/queue
[junit4] 2> 1880520 INFO
(zkCallback-3368-thread-2-processing-n:127.0.0.1:33835_solr)
[n:127.0.0.1:33835_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> 1880520 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1880521 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1880521 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1880521 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
added: data: /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 1880521 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer W
[...truncated too long message...]
rd1 r:core_node3 x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ZkController
removed listener for config directory [/configs/conf1]
[junit4] 2> 1884161 DEBUG (coreCloseExecutor-7680-thread-1)
[n:127.0.0.1:46285_solr c:addreplicatest_coll s:shard1 r:core_node3
x:addreplicatest_coll_shard1_replica_n1] o.a.s.c.ZkController No more listeners
for config directory [/configs/conf1]
[junit4] 2> 1884161 DEBUG (coreCloseExecutor-7679-thread-1)
[n:127.0.0.1:33835_solr c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ZkController removed listener
for config directory [/configs/conf1]
[junit4] 2> 1884161 INFO (jetty-closer-3337-thread-4) [ ]
o.a.s.c.Overseer Overseer
(id=72173150286643209-127.0.0.1:45833_solr-n_0000000000) closing
[junit4] 2> 1884161 DEBUG (coreCloseExecutor-7679-thread-1)
[n:127.0.0.1:33835_solr c:addreplicatest_coll s:shard2 r:core_node4
x:addreplicatest_coll_shard2_replica_n2] o.a.s.c.ZkController No more listeners
for config directory [/configs/conf1]
[junit4] 2> 1884161 INFO
(OverseerStateUpdate-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:45833_solr
[junit4] 2> 1884161 WARN
(OverseerAutoScalingTriggerThread-72173150286643209-127.0.0.1:45833_solr-n_0000000000)
[n:127.0.0.1:45833_solr ] o.a.s.c.a.OverseerTriggerThread
OverseerTriggerThread woken up but we are closed, exiting.
[junit4] 2> 1884162 DEBUG (jetty-closer-3337-thread-4) [ ]
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
[junit4] 2> 1884162 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: create/delete:
/solr/overseer_elect/election/72173150286643209-127.0.0.1:45833_solr-n_0000000000
[junit4] 2> 1884162 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: create/delete:
/solr/overseer_elect/election/72173150286643212-127.0.0.1:46285_solr-n_0000000001
[junit4] 2> 1884162 DEBUG (SyncThread:0) [ ] o.a.s.c.ZkTestServer Watch
fired: create/delete:
/solr/collections/addreplicatest_coll/leader_elect/shard1/election/72173150286643212-core_node3-n_0000000000
[junit4] 2> 1884162 INFO (jetty-closer-3337-thread-4) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@11073e1d{/solr,null,UNAVAILABLE}
[junit4] 2> 1884163 INFO (jetty-closer-3337-thread-4) [ ]
o.e.j.s.session Stopped scavenging
[junit4] 2> 1884163 INFO (jetty-closer-3337-thread-2) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@37e1ce22{/solr,null,UNAVAILABLE}
[junit4] 2> 1884163 INFO (jetty-closer-3337-thread-2) [ ]
o.e.j.s.session Stopped scavenging
[junit4] 2> 1885663 INFO (jetty-closer-3337-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@72374ba4{/solr,null,UNAVAILABLE}
[junit4] 2> 1885663 INFO (jetty-closer-3337-thread-3) [ ]
o.e.j.s.session Stopped scavenging
[junit4] 2> 1885663 ERROR
(SUITE-AddReplicaTest-seed#[868760D47A43A46E]-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> 1885664 INFO
(SUITE-AddReplicaTest-seed#[868760D47A43A46E]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:46411 46411
[junit4] 2> 1885741 INFO (Thread-7160) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:46411 46411
[junit4] 2> 1885741 WARN (Thread-7160) [ ] 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> 5
/solr/collections/addreplicatest_coll/terms/shard1
[junit4] 2> 4 /solr/security.json
[junit4] 2> 3 /solr/configs/conf1
[junit4] 2> 2
/solr/collections/addreplicatest_coll/terms/shard2
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 20 /solr/collections/addreplicatest_coll/state.json
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2> 5 /solr/clusterprops.json
[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/J1/temp/solr.cloud.AddReplicaTest_868760D47A43A46E-001
[junit4] 2> Feb 19, 2018 12:28:14 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70): {},
docValues:{}, maxPointsInLeafNode=1374, maxMBSortInHeap=7.937964609340188,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@745e8f8e),
locale=ii, timezone=Asia/Novosibirsk
[junit4] 2> NOTE: Linux 4.13.0-32-generic amd64/Oracle Corporation 9.0.4
(64-bit)/cpus=8,threads=1,free=194741576,total=529006592
[junit4] 2> NOTE: All tests run in this JVM: [LoggingHandlerTest,
DocumentBuilderTest, SolrJmxReporterCloudTest, FileUtilsTest,
TestPKIAuthenticationPlugin, TestRequestForwarding, TestRandomFlRTGCloud,
AutoScalingHandlerTest, TestNumericTerms64, CdcrReplicationHandlerTest,
TestJsonFacets, JavabinLoaderTest, TestRTGBase, TestManagedResourceStorage,
BlobRepositoryCloudTest, BasicAuthStandaloneTest, TestNRTOpen,
OverseerModifyCollectionTest, TestFieldCollectionResource,
UpdateRequestProcessorFactoryTest, TestGraphTermsQParserPlugin,
TestHighFrequencyDictionaryFactory, BlockJoinFacetRandomTest, RankQueryTest,
HDFSCollectionsAPITest, TestSolrCoreParser, DocValuesMissingTest,
ParsingFieldUpdateProcessorsTest, MoveReplicaTest, SampleTest,
CSVRequestHandlerTest, SortByFunctionTest, TestCryptoKeys, FacetPivotSmallTest,
HdfsRecoverLeaseTest, DirectUpdateHandlerOptimizeTest, AlternateDirectoryTest,
AnalysisErrorHandlingTest, DistributedQueryComponentCustomSortTest,
TestPayloadCheckQParserPlugin, TestImplicitCoreProperties,
TestNodeAddedTrigger, TestStreamBody, TestSolrIndexConfig, TestZkChroot,
BufferStoreTest, TestExactStatsCache, TestSolr4Spatial, CdcrBidirectionalTest,
TestCustomSort, FastVectorHighlighterTest, HdfsSyncSliceTest,
ClassificationUpdateProcessorFactoryTest, TestDefaultStatsCache,
SubstringBytesRefFilterTest, DeleteStatusTest,
SignatureUpdateProcessorFactoryTest, TestDistributedMap,
DirectSolrConnectionTest, TestSurroundQueryParser,
TestManagedSynonymGraphFilterFactory, TestSystemIdResolver,
OverseerTaskQueueTest, TestDocTermOrds, SimpleMLTQParserTest,
DistribJoinFromCollectionTest, TestPostingsSolrHighlighter, SSLMigrationTest,
TestXIncludeConfig, TestFastLRUCache, CustomCollectionTest,
TestCloudNestedDocsSort, TestGraphMLResponseWriter,
ExitableDirectoryReaderTest, ZkControllerTest, SolrCloudReportersTest,
TestJettySolrRunner, OutOfBoxZkACLAndCredentialsProvidersTest,
TestLeaderElectionWithEmptyReplica, TestLegacyNumericUtils,
FieldMutatingUpdateProcessorTest, XsltUpdateRequestHandlerTest,
ReplicationFactorTest, AsyncCallRequestStatusResponseTest,
TestPartialUpdateDeduplication, TestAuthenticationFramework,
AddSchemaFieldsUpdateProcessorFactoryTest, JsonLoaderTest, TestPointFields,
TestBM25SimilarityFactory, CollectionsAPIAsyncDistributedZkTest,
CloneFieldUpdateProcessorFactoryTest, TestClusterStateMutator,
PeerSyncWithIndexFingerprintCachingTest, TermsComponentTest,
TestSubQueryTransformerCrossCore, TestNonDefinedSimilarityFactory,
SystemLogListenerTest, IndexSchemaTest, NumberUtilsTest,
PathHierarchyTokenizerFactoryTest, TestRecovery, CollectionStateFormat2Test,
TestRecoveryHdfs, TestCloudJSONFacetJoinDomain, TestCustomStream,
JSONWriterTest, ConfigureRecoveryStrategyTest, ResponseBuilderTest,
SolrMetricsIntegrationTest, TestCloudSchemaless, RemoteQueryErrorTest,
TestSortByMinMaxFunction, TestCursorMarkWithoutUniqueKey,
LeaderElectionContextKeyTest, AnalyticsMergeStrategyTest,
TestPerFieldSimilarity, TestSolrJ, TestSearchPerf,
TestSolrCloudWithDelegationTokens, QueryParsingTest, TestReload, TestLockTree,
TestStressUserVersions, TestMultiWordSynonyms, HighlighterTest,
TestFieldCacheWithThreads, TestDistributedGrouping, OverseerTest,
ChaosMonkeySafeLeaderTest, UnloadDistributedZkTest, SyncSliceTest,
ShardRoutingTest, BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest,
TestReplicationHandler, TestRandomFaceting, LeaderElectionTest,
ZkSolrClientTest, ShardRoutingCustomTest, TestFaceting,
DistributedSpellCheckComponentTest, TermVectorComponentDistributedTest,
TestRealTimeGet, TestStressReorder, TestJoin, TestStressVersions,
DistributedTermsComponentTest, TestRangeQuery, SimpleFacetsTest, SolrCoreTest,
SpellCheckComponentTest, QueryElevationComponentTest, PeerSyncTest,
TestFiltering, TestFunctionQuery, BasicFunctionalityTest,
DirectUpdateHandlerTest, SoftAutoCommitTest, ShowFileRequestHandlerTest,
DistributedQueryElevationComponentTest, SimplePostToolTest, TestCoreDiscovery,
SpellCheckCollatorTest, DocValuesTest, TestPseudoReturnFields,
DefaultValueUpdateProcessorTest, TestRemoteStreaming, SolrInfoBeanTest,
CacheHeaderTest, LukeRequestHandlerTest, TestWriterPerf,
TestReversedWildcardFilterFactory, PrimitiveFieldTypeTest,
FileBasedSpellCheckerTest, RequestHandlersTest, TestIndexingPerformance,
IndexSchemaRuntimeFieldTest, SolrPluginUtilsTest, TestCSVResponseWriter,
TestAnalyzedSuggestions, UniqFieldsUpdateProcessorFactoryTest,
TestPHPSerializedResponseWriter, TestComponentsName, SearchHandlerTest,
TestLFUCache, URLClassifyProcessorTest, DateMathParserTest,
SpellingQueryConverterTest, TestUtils, ZkNodePropsTest, UUIDFieldTest,
DistributedIntervalFacetingTest, TestSimpleTrackingShardHandler, AddReplicaTest]
[junit4] Completed [524/778 (1!)] on J1 in 7.78s, 1 test, 1 failure <<<
FAILURES!
[...truncated 42060 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]