Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21376/
Java: 64bit/jdk-10-ea+41 -XX:-UseCompressedOops -XX:+UseParallelGC
1 tests failed.
FAILED:
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple
Error Message:
Waiting for collection testSimple2 null Live Nodes: [127.0.0.1:45057_solr,
127.0.0.1:46429_solr] Last available state:
DocCollection(testSimple2//collections/testSimple2/state.json/19)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{ "shard1":{
"range":"80000000-ffffffff", "state":"active", "replicas":{
"core_node3":{ "core":"testSimple2_shard1_replica_n1",
"base_url":"http://127.0.0.1:46557/solr",
"node_name":"127.0.0.1:46557_solr", "state":"down",
"type":"NRT"}, "core_node5":{
"core":"testSimple2_shard1_replica_n2",
"base_url":"http://127.0.0.1:45057/solr",
"node_name":"127.0.0.1:45057_solr", "state":"active",
"type":"NRT", "leader":"true"}}}, "shard2":{
"range":"0-7fffffff", "state":"active", "replicas":{
"core_node7":{ "core":"testSimple2_shard2_replica_n4",
"base_url":"http://127.0.0.1:46557/solr",
"node_name":"127.0.0.1:46557_solr", "state":"down",
"type":"NRT"}, "core_node8":{
"core":"testSimple2_shard2_replica_n6",
"base_url":"http://127.0.0.1:45057/solr",
"node_name":"127.0.0.1:45057_solr", "state":"active",
"type":"NRT", "leader":"true"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"2", "autoAddReplicas":"true", "nrtReplicas":"2",
"tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Waiting for collection testSimple2
null
Live Nodes: [127.0.0.1:45057_solr, 127.0.0.1:46429_solr]
Last available state:
DocCollection(testSimple2//collections/testSimple2/state.json/19)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{
"shard1":{
"range":"80000000-ffffffff",
"state":"active",
"replicas":{
"core_node3":{
"core":"testSimple2_shard1_replica_n1",
"base_url":"http://127.0.0.1:46557/solr",
"node_name":"127.0.0.1:46557_solr",
"state":"down",
"type":"NRT"},
"core_node5":{
"core":"testSimple2_shard1_replica_n2",
"base_url":"http://127.0.0.1:45057/solr",
"node_name":"127.0.0.1:45057_solr",
"state":"active",
"type":"NRT",
"leader":"true"}}},
"shard2":{
"range":"0-7fffffff",
"state":"active",
"replicas":{
"core_node7":{
"core":"testSimple2_shard2_replica_n4",
"base_url":"http://127.0.0.1:46557/solr",
"node_name":"127.0.0.1:46557_solr",
"state":"down",
"type":"NRT"},
"core_node8":{
"core":"testSimple2_shard2_replica_n6",
"base_url":"http://127.0.0.1:45057/solr",
"node_name":"127.0.0.1:45057_solr",
"state":"active",
"type":"NRT",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"2",
"autoAddReplicas":"true",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([8BA81FCB0D2D88ED:B31B3B352ADE5C3C]:0)
at org.junit.Assert.fail(Assert.java:93)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
at
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest.testSimple(AutoAddReplicasIntegrationTest.java:126)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
Build Log:
[...truncated 12730 lines...]
[junit4] Suite:
org.apache.solr.cloud.autoscaling.AutoAddReplicasIntegrationTest
[junit4] 2> 989978 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[8BA81FCB0D2D88ED]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_8BA81FCB0D2D88ED-001/init-core-data-001
[junit4] 2> 989979 WARN
(SUITE-AutoAddReplicasIntegrationTest-seed#[8BA81FCB0D2D88ED]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=3 numCloses=3
[junit4] 2> 989979 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[8BA81FCB0D2D88ED]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 989980 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[8BA81FCB0D2D88ED]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", ssl=0.0/0.0, value=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 989980 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[8BA81FCB0D2D88ED]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 3 servers in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_8BA81FCB0D2D88ED-001/tempDir-001
[junit4] 2> 989980 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[8BA81FCB0D2D88ED]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 989982 INFO (Thread-3485) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 989982 INFO (Thread-3485) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 990036 ERROR (Thread-3485) [ ] 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> 990082 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[8BA81FCB0D2D88ED]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:39569
[junit4] 2> 990095 INFO (zkConnectionManagerCallback-2128-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 990099 INFO (jetty-launcher-2125-thread-1) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z,
git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 990101 INFO (jetty-launcher-2125-thread-2) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z,
git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 990107 INFO (jetty-launcher-2125-thread-3) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z,
git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 990168 INFO (jetty-launcher-2125-thread-3) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 990168 INFO (jetty-launcher-2125-thread-3) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 990168 INFO (jetty-launcher-2125-thread-3) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 990219 INFO (jetty-launcher-2125-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 990219 INFO (jetty-launcher-2125-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 990219 INFO (jetty-launcher-2125-thread-2) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 990219 INFO (jetty-launcher-2125-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3a547530{/solr,null,AVAILABLE}
[junit4] 2> 990220 INFO (jetty-launcher-2125-thread-2) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@919d3e0{HTTP/1.1,[http/1.1]}{127.0.0.1:45057}
[junit4] 2> 990220 INFO (jetty-launcher-2125-thread-2) [ ]
o.e.j.s.Server Started @993239ms
[junit4] 2> 990220 INFO (jetty-launcher-2125-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45057}
[junit4] 2> 990220 ERROR (jetty-launcher-2125-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 990220 INFO (jetty-launcher-2125-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 990221 INFO (jetty-launcher-2125-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 990221 INFO (jetty-launcher-2125-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 990221 INFO (jetty-launcher-2125-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-01T14:10:20.961082Z
[junit4] 2> 990243 INFO (jetty-launcher-2125-thread-3) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@143ddf18{/solr,null,AVAILABLE}
[junit4] 2> 990243 INFO (jetty-launcher-2125-thread-3) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@6f5018d8{HTTP/1.1,[http/1.1]}{127.0.0.1:46557}
[junit4] 2> 990243 INFO (jetty-launcher-2125-thread-3) [ ]
o.e.j.s.Server Started @993262ms
[junit4] 2> 990243 INFO (jetty-launcher-2125-thread-3) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46557}
[junit4] 2> 990244 ERROR (jetty-launcher-2125-thread-3) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 990244 INFO (jetty-launcher-2125-thread-3) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 990244 INFO (jetty-launcher-2125-thread-3) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 990244 INFO (jetty-launcher-2125-thread-3) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 990244 INFO (jetty-launcher-2125-thread-3) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-01T14:10:20.984278Z
[junit4] 2> 990245 INFO (zkConnectionManagerCallback-2132-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 990246 INFO (jetty-launcher-2125-thread-3) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 990250 INFO (zkConnectionManagerCallback-2130-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 990250 INFO (jetty-launcher-2125-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 990264 INFO (jetty-launcher-2125-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39569/solr
[junit4] 2> 990265 INFO (jetty-launcher-2125-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 990270 INFO (jetty-launcher-2125-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 990270 INFO (jetty-launcher-2125-thread-1) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 990266 INFO (zkConnectionManagerCallback-2137-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 990270 INFO (jetty-launcher-2125-thread-3) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39569/solr
[junit4] 2> 990286 INFO (jetty-launcher-2125-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@c8e5e71{/solr,null,AVAILABLE}
[junit4] 2> 990315 INFO (jetty-launcher-2125-thread-1) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@19d98e3e{HTTP/1.1,[http/1.1]}{127.0.0.1:46429}
[junit4] 2> 990315 INFO (jetty-launcher-2125-thread-1) [ ]
o.e.j.s.Server Started @993334ms
[junit4] 2> 990315 INFO (jetty-launcher-2125-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46429}
[junit4] 2> 990315 ERROR (jetty-launcher-2125-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 990315 INFO (jetty-launcher-2125-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 990315 INFO (jetty-launcher-2125-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 990315 INFO (jetty-launcher-2125-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 990315 INFO (jetty-launcher-2125-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-02-01T14:10:21.055843Z
[junit4] 2> 990319 INFO
(zkConnectionManagerCallback-2140-thread-1-processing-n:127.0.0.1:45057_solr)
[n:127.0.0.1:45057_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 990323 INFO (zkConnectionManagerCallback-2144-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 990323 INFO (zkConnectionManagerCallback-2142-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 990323 INFO (jetty-launcher-2125-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 990324 INFO
(zkConnectionManagerCallback-2147-thread-1-processing-n:127.0.0.1:46557_solr)
[n:127.0.0.1:46557_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 990332 INFO (jetty-launcher-2125-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:39569/solr
[junit4] 2> 990346 INFO (zkConnectionManagerCallback-2152-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 990366 INFO
(zkConnectionManagerCallback-2154-thread-1-processing-n:127.0.0.1:46429_solr)
[n:127.0.0.1:46429_solr ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 990372 INFO (jetty-launcher-2125-thread-1)
[n:127.0.0.1:46429_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 990373 INFO (jetty-launcher-2125-thread-1)
[n:127.0.0.1:46429_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:46429_solr
[junit4] 2> 990373 INFO (jetty-launcher-2125-thread-1)
[n:127.0.0.1:46429_solr ] o.a.s.c.Overseer Overseer
(id=72074461770416137-127.0.0.1:46429_solr-n_0000000000) starting
[junit4] 2> 990398 INFO (jetty-launcher-2125-thread-1)
[n:127.0.0.1:46429_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46429_solr
[junit4] 2> 990399 DEBUG
(OverseerAutoScalingTriggerThread-72074461770416137-127.0.0.1:46429_solr-n_0000000000)
[n:127.0.0.1:46429_solr ] o.a.s.c.a.OverseerTriggerThread Adding
.autoAddReplicas trigger
[junit4] 2> 990400 DEBUG
(OverseerAutoScalingTriggerThread-72074461770416137-127.0.0.1:46429_solr-n_0000000000)
[n:127.0.0.1:46429_solr ] o.a.s.c.a.OverseerTriggerThread Refreshing
/autoscaling.json with znode version 1
[junit4] 2> 990404 DEBUG
(OverseerAutoScalingTriggerThread-72074461770416137-127.0.0.1:46429_solr-n_0000000000)
[n:127.0.0.1:46429_solr ] o.a.s.c.a.NodeLostTrigger Initial livenodes: []
[junit4] 2> 990404 DEBUG
(OverseerAutoScalingTriggerThread-72074461770416137-127.0.0.1:46429_solr-n_0000000000)
[n:127.0.0.1:46429_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion -1
[junit4] 2> 990405 DEBUG
(OverseerAutoScalingTriggerThread-72074461770416137-127.0.0.1:46429_solr-n_0000000000)
[n:127.0.0.1:46429_solr ] o.a.s.c.a.OverseerTriggerThread Processed trigger
updates upto znodeVersion 1
[junit4] 2> 990408 INFO (jetty-launcher-2125-thread-2)
[n:127.0.0.1:45057_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 990411 INFO (jetty-launcher-2125-thread-2)
[n:127.0.0.1:45057_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 990411 INFO (jetty-launcher-2125-thread-3)
[n:127.0.0.1:46557_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 990414 INFO (jetty-launcher-2125-thread-2)
[n:127.0.0.1:45057_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45057_solr
[junit4] 2> 990416 INFO
(zkCallback-2153-thread-1-processing-n:127.0.0.1:46429_solr)
[n:127.0.0.1:46429_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 990418 INFO (jetty-launcher-2125-thread-3)
[n:127.0.0.1:46557_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 990419 INFO (jetty-launcher-2125-thread-3)
[n:127.0.0.1:46557_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46557_solr
[junit4] 2> 990432 INFO (jetty-launcher-2125-thread-1)
[n:127.0.0.1:46429_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46429.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b478b28
[junit4] 2> 990433 DEBUG
(OverseerAutoScalingTriggerThread-72074461770416137-127.0.0.1:46429_solr-n_0000000000)
[n:127.0.0.1:46429_solr ] o.a.s.c.a.OverseerTriggerThread -- clean old
nodeAdded markers
[junit4] 2> 990433 DEBUG
(OverseerAutoScalingTriggerThread-72074461770416137-127.0.0.1:46429_solr-n_0000000000)
[n:127.0.0.1:46429_solr ] o.a.s.c.a.OverseerTriggerThread Current
znodeVersion 1, lastZnodeVersion 1
[junit4] 2> 990434 DEBUG (ScheduledTrigger-3413-thread-1)
[n:127.0.0.1:46429_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 2
[junit4] 2> 990435 INFO
(zkCallback-2153-thread-1-processing-n:127.0.0.1:46429_solr)
[n:127.0.0.1:46429_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 990440 INFO (jetty-launcher-2125-thread-1)
[n:127.0.0.1:46429_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46429.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b478b28
[junit4] 2> 990440 INFO (jetty-launcher-2125-thread-1)
[n:127.0.0.1:46429_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46429.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b478b28
[junit4] 2> 990441 INFO (jetty-launcher-2125-thread-1)
[n:127.0.0.1:46429_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.autoscaling.AutoAddReplicasIntegrationTest_8BA81FCB0D2D88ED-001/tempDir-001/node1/.
[junit4] 2> 990443 INFO
(zkCallback-2139-thread-1-processing-n:127.0.0.1:45057_solr)
[n:127.0.0.1:45057_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (3)
[junit4] 2> 990443 INFO
(zkCallback-2146-thread-1-processing-n:127.0.0.1:46557_solr)
[n:127.0.0.1:46557_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (3)
[junit4] 2> 990489 INFO (jetty-launcher-2125-thread-2)
[n:127.0.0.1:45057_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45057.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b478b28
[junit4] 2> 990497 INFO (jetty-launcher-2125-thread-2)
[n:127.0.0.1:45057_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45057.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b478b28
[junit4] 2> 990497 INFO (jetty-launcher-2125-thread-2)
[n:127.0.0.1:45057_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45057.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b478b28
[junit4] 2> 990506 INFO (jetty-launcher-2125-thread-2)
[n:127.0.0.1:45057_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.autoscaling.AutoAddReplicasIntegrationTest_8BA81FCB0D2D88ED-001/tempDir-001/node2/.
[junit4] 2> 990533 INFO (jetty-launcher-2125-thread-3)
[n:127.0.0.1:46557_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46557.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b478b28
[junit4] 2> 990543 INFO (jetty-launcher-2125-thread-3)
[n:127.0.0.1:46557_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46557.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b478b28
[junit4] 2> 990544 INFO (jetty-launcher-2125-thread-3)
[n:127.0.0.1:46557_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46557.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b478b28
[junit4] 2> 990545 INFO (jetty-launcher-2125-thread-3)
[n:127.0.0.1:46557_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.autoscaling.AutoAddReplicasIntegrationTest_8BA81FCB0D2D88ED-001/tempDir-001/node3/.
[junit4] 2> 990590 INFO (zkConnectionManagerCallback-2160-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 990592 INFO (zkConnectionManagerCallback-2164-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 990594 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[8BA81FCB0D2D88ED]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 990595 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[8BA81FCB0D2D88ED]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:39569/solr ready
[junit4] 2> 990607 INFO
(TEST-AutoAddReplicasIntegrationTest.testSimple-seed#[8BA81FCB0D2D88ED]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting testSimple
[junit4] 2> 990610 INFO (qtp1003379168-10425) [n:127.0.0.1:46557_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:46429_solr,127.0.0.1:46557_solr&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 990612 INFO
(OverseerThreadFactory-3415-thread-1-processing-n:127.0.0.1:46429_solr)
[n:127.0.0.1:46429_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
testSimple1
[junit4] 2> 990715 INFO
(OverseerStateUpdate-72074461770416137-127.0.0.1:46429_solr-n_0000000000)
[n:127.0.0.1:46429_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testSimple1_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:46429/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 990720 INFO
(OverseerStateUpdate-72074461770416137-127.0.0.1:46429_solr-n_0000000000)
[n:127.0.0.1:46429_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testSimple1_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:46557/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 990721 INFO
(OverseerStateUpdate-72074461770416137-127.0.0.1:46429_solr-n_0000000000)
[n:127.0.0.1:46429_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testSimple1_shard2_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:46429/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 990722 INFO
(OverseerStateUpdate-72074461770416137-127.0.0.1:46429_solr-n_0000000000)
[n:127.0.0.1:46429_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testSimple1_shard2_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:46557/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 990963 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 990963 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 990970 INFO (qtp1003379168-10431) [n:127.0.0.1:46557_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 990970 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 990971 INFO (qtp1003379168-10431) [n:127.0.0.1:46557_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 991027 INFO (qtp1003379168-10427) [n:127.0.0.1:46557_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 991128 INFO
(zkCallback-2146-thread-1-processing-n:127.0.0.1:46557_solr)
[n:127.0.0.1:46557_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 991128 INFO
(zkCallback-2153-thread-1-processing-n:127.0.0.1:46429_solr)
[n:127.0.0.1:46429_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 991129 INFO
(zkCallback-2146-thread-2-processing-n:127.0.0.1:46557_solr)
[n:127.0.0.1:46557_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 991436 DEBUG (ScheduledTrigger-3413-thread-1)
[n:127.0.0.1:46429_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 991981 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 992025 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 992027 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.s.IndexSchema [testSimple1_shard2_replica_n4] Schema name=minimal
[junit4] 2> 992033 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.s.IndexSchema [testSimple1_shard1_replica_n1] Schema name=minimal
[junit4] 2> 992035 INFO (qtp1003379168-10427) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 992040 INFO (qtp1003379168-10427) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.s.IndexSchema [testSimple1_shard2_replica_n6] Schema name=minimal
[junit4] 2> 992042 INFO (qtp1003379168-10427) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 992042 INFO (qtp1003379168-10427) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n6' using
configuration from collection testSimple1, trusted=true
[junit4] 2> 992042 INFO (qtp1003379168-10427) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46557.solr.core.testSimple1.shard2.replica_n6' (registry
'solr.core.testSimple1.shard2.replica_n6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b478b28
[junit4] 2> 992043 INFO (qtp1003379168-10427) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 992043 INFO (qtp1003379168-10427) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n6] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_8BA81FCB0D2D88ED-001/tempDir-001/node3/testSimple1_shard2_replica_n6],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_8BA81FCB0D2D88ED-001/tempDir-001/node3/./testSimple1_shard2_replica_n6/data/]
[junit4] 2> 992051 INFO (qtp1003379168-10431) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 992079 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 992079 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n1' using
configuration from collection testSimple1, trusted=true
[junit4] 2> 992080 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 992080 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46429.solr.core.testSimple1.shard1.replica_n1' (registry
'solr.core.testSimple1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b478b28
[junit4] 2> 992080 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 992080 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_8BA81FCB0D2D88ED-001/tempDir-001/node1/testSimple1_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_8BA81FCB0D2D88ED-001/tempDir-001/node1/./testSimple1_shard1_replica_n1/data/]
[junit4] 2> 992082 INFO (qtp1003379168-10431) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.s.IndexSchema [testSimple1_shard1_replica_n2] Schema name=minimal
[junit4] 2> 992080 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard2_replica_n4' using
configuration from collection testSimple1, trusted=true
[junit4] 2> 992082 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46429.solr.core.testSimple1.shard2.replica_n4' (registry
'solr.core.testSimple1.shard2.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b478b28
[junit4] 2> 992082 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 992083 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SolrCore [[testSimple1_shard2_replica_n4] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_8BA81FCB0D2D88ED-001/tempDir-001/node1/testSimple1_shard2_replica_n4],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_8BA81FCB0D2D88ED-001/tempDir-001/node1/./testSimple1_shard2_replica_n4/data/]
[junit4] 2> 992083 INFO (qtp1003379168-10431) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 992083 INFO (qtp1003379168-10431) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple1_shard1_replica_n2' using
configuration from collection testSimple1, trusted=true
[junit4] 2> 992084 INFO (qtp1003379168-10431) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46557.solr.core.testSimple1.shard1.replica_n2' (registry
'solr.core.testSimple1.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b478b28
[junit4] 2> 992084 INFO (qtp1003379168-10431) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 992084 INFO (qtp1003379168-10431) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.SolrCore [[testSimple1_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_8BA81FCB0D2D88ED-001/tempDir-001/node3/testSimple1_shard1_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_8BA81FCB0D2D88ED-001/tempDir-001/node3/./testSimple1_shard1_replica_n2/data/]
[junit4] 2> 992154 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 992154 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 992156 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 992156 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 992157 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@91bcfe2[testSimple1_shard1_replica_n1] main]
[junit4] 2> 992158 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 992158 INFO (qtp1003379168-10431) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 992159 INFO (qtp1003379168-10431) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 992159 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 992159 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 992160 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1591208022271590400
[junit4] 2> 992160 INFO (qtp1003379168-10431) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 992160 INFO (qtp1003379168-10431) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 992161 INFO (qtp1003379168-10431) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@578ae492[testSimple1_shard1_replica_n2] main]
[junit4] 2> 992164 INFO
(searcherExecutor-3423-thread-1-processing-n:127.0.0.1:46429_solr
x:testSimple1_shard1_replica_n1 s:shard1 c:testSimple1 r:core_node3)
[n:127.0.0.1:46429_solr c:testSimple1 s:shard1 r:core_node3
x:testSimple1_shard1_replica_n1] o.a.s.c.SolrCore
[testSimple1_shard1_replica_n1] Registered new searcher
Searcher@91bcfe2[testSimple1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 992170 INFO (qtp1003379168-10427) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 992170 INFO (qtp1003379168-10427) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 992172 INFO (qtp1003379168-10427) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 992172 INFO (qtp1003379168-10427) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 992172 INFO (qtp1003379168-10431) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 992172 INFO (qtp1003379168-10431) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 992173 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9999ms
[junit4] 2> 992173 INFO (qtp1003379168-10431) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 992174 INFO
(searcherExecutor-3425-thread-1-processing-n:127.0.0.1:46557_solr
x:testSimple1_shard1_replica_n2 s:shard1 c:testSimple1 r:core_node5)
[n:127.0.0.1:46557_solr c:testSimple1 s:shard1 r:core_node5
x:testSimple1_shard1_replica_n2] o.a.s.c.SolrCore
[testSimple1_shard1_replica_n2] Registered new searcher
Searcher@578ae492[testSimple1_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 992174 INFO (qtp1003379168-10431) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1591208022286270464
[junit4] 2> 992174 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 992174 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 992176 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 992176 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 992177 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@109c67f[testSimple1_shard2_replica_n4] main]
[junit4] 2> 992177 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 992178 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 992178 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 992179 INFO (qtp1003379168-10427) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@ba78a2d[testSimple1_shard2_replica_n6] main]
[junit4] 2> 992179 INFO
(searcherExecutor-3424-thread-1-processing-n:127.0.0.1:46429_solr
x:testSimple1_shard2_replica_n4 s:shard2 c:testSimple1 r:core_node7)
[n:127.0.0.1:46429_solr c:testSimple1 s:shard2 r:core_node7
x:testSimple1_shard2_replica_n4] o.a.s.c.SolrCore
[testSimple1_shard2_replica_n4] Registered new searcher
Searcher@109c67f[testSimple1_shard2_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 992179 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1591208022291513344
[junit4] 2> 992180 INFO (qtp1003379168-10427) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 992180 INFO (qtp1003379168-10427) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 992181 INFO (qtp1003379168-10427) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 992182 INFO
(searcherExecutor-3422-thread-1-processing-n:127.0.0.1:46557_solr
x:testSimple1_shard2_replica_n6 s:shard2 c:testSimple1 r:core_node8)
[n:127.0.0.1:46557_solr c:testSimple1 s:shard2 r:core_node8
x:testSimple1_shard2_replica_n6] o.a.s.c.SolrCore
[testSimple1_shard2_replica_n6] Registered new searcher
Searcher@ba78a2d[testSimple1_shard2_replica_n6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 992182 INFO (qtp1003379168-10427) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1591208022294659072
[junit4] 2> 992186 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 992186 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 992186 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:46429/solr/testSimple1_shard2_replica_n4/
[junit4] 2> 992186 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4
url=http://127.0.0.1:46429/solr START
replicas=[http://127.0.0.1:46557/solr/testSimple1_shard2_replica_n6/]
nUpdates=100
[junit4] 2> 992187 INFO (qtp1003379168-10430) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.c.S.Request [testSimple1_shard2_replica_n6] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 992286 INFO
(zkCallback-2153-thread-1-processing-n:127.0.0.1:46429_solr)
[n:127.0.0.1:46429_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 992286 INFO
(zkCallback-2146-thread-1-processing-n:127.0.0.1:46557_solr)
[n:127.0.0.1:46557_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 992286 INFO
(zkCallback-2146-thread-2-processing-n:127.0.0.1:46557_solr)
[n:127.0.0.1:46557_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 992438 DEBUG (ScheduledTrigger-3413-thread-2)
[n:127.0.0.1:46429_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 992486 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard2_replica_n4
url=http://127.0.0.1:46429/solr DONE. We have no versions. sync failed.
[junit4] 2> 992486 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 992486 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 992486 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 992488 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:46429/solr/testSimple1_shard2_replica_n4/ shard2
[junit4] 2> 992589 INFO
(zkCallback-2153-thread-1-processing-n:127.0.0.1:46429_solr)
[n:127.0.0.1:46429_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 992589 INFO
(zkCallback-2146-thread-2-processing-n:127.0.0.1:46557_solr)
[n:127.0.0.1:46557_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 992589 INFO
(zkCallback-2146-thread-1-processing-n:127.0.0.1:46557_solr)
[n:127.0.0.1:46557_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 992639 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 992644 INFO (qtp1845110057-10456) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard2 r:core_node7 x:testSimple1_shard2_replica_n4]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1673
[junit4] 2> 992673 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 992673 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 992673 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:46429/solr/testSimple1_shard1_replica_n1/
[junit4] 2> 992674 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1
url=http://127.0.0.1:46429/solr START
replicas=[http://127.0.0.1:46557/solr/testSimple1_shard1_replica_n2/]
nUpdates=100
[junit4] 2> 992675 INFO (qtp1003379168-10421) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.c.S.Request [testSimple1_shard1_replica_n2] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 992740 INFO
(zkCallback-2153-thread-1-processing-n:127.0.0.1:46429_solr)
[n:127.0.0.1:46429_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 992740 INFO
(zkCallback-2146-thread-2-processing-n:127.0.0.1:46557_solr)
[n:127.0.0.1:46557_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 992740 INFO
(zkCallback-2146-thread-1-processing-n:127.0.0.1:46557_solr)
[n:127.0.0.1:46557_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 992974 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.u.PeerSync PeerSync: core=testSimple1_shard1_replica_n1
url=http://127.0.0.1:46429/solr DONE. We have no versions. sync failed.
[junit4] 2> 992974 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 992974 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 992974 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 992976 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:46429/solr/testSimple1_shard1_replica_n1/ shard1
[junit4] 2> 993077 INFO
(zkCallback-2153-thread-1-processing-n:127.0.0.1:46429_solr)
[n:127.0.0.1:46429_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 993077 INFO
(zkCallback-2146-thread-2-processing-n:127.0.0.1:46557_solr)
[n:127.0.0.1:46557_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 993077 INFO
(zkCallback-2146-thread-1-processing-n:127.0.0.1:46557_solr)
[n:127.0.0.1:46557_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 993127 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 993153 INFO (qtp1845110057-10423) [n:127.0.0.1:46429_solr
c:testSimple1 s:shard1 r:core_node3 x:testSimple1_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2190
[junit4] 2> 993180 INFO (qtp1003379168-10431) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard1 r:core_node5 x:testSimple1_shard1_replica_n2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple1_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2209
[junit4] 2> 993204 INFO (qtp1003379168-10427) [n:127.0.0.1:46557_solr
c:testSimple1 s:shard2 r:core_node8 x:testSimple1_shard2_replica_n6]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple1_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2177
[junit4] 2> 993206 INFO (qtp1003379168-10425) [n:127.0.0.1:46557_solr
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 993304 INFO
(zkCallback-2153-thread-1-processing-n:127.0.0.1:46429_solr)
[n:127.0.0.1:46429_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 993304 INFO
(zkCallback-2146-thread-2-processing-n:127.0.0.1:46557_solr)
[n:127.0.0.1:46557_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 993304 INFO
(zkCallback-2146-thread-1-processing-n:127.0.0.1:46557_solr)
[n:127.0.0.1:46557_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple1/state.json] for collection [testSimple1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 993438 DEBUG (ScheduledTrigger-3413-thread-1)
[n:127.0.0.1:46429_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 994206 INFO (qtp1003379168-10425) [n:127.0.0.1:46557_solr
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=true&name=testSimple1&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:46429_solr,127.0.0.1:46557_solr&wt=javabin&version=2}
status=0 QTime=3595
[junit4] 2> 994206 INFO (qtp1003379168-10429) [n:127.0.0.1:46557_solr
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=2&collection.configName=conf&maxShardsPerNode=2&autoAddReplicas=false&name=testSimple2&nrtReplicas=2&action=CREATE&numShards=2&createNodeSet=127.0.0.1:46557_solr,127.0.0.1:45057_solr&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 994210 INFO
(OverseerThreadFactory-3415-thread-2-processing-n:127.0.0.1:46429_solr)
[n:127.0.0.1:46429_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
testSimple2
[junit4] 2> 994211 INFO
(OverseerCollectionConfigSetProcessor-72074461770416137-127.0.0.1:46429_solr-n_0000000000)
[n:127.0.0.1:46429_solr ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 994414 INFO
(OverseerStateUpdate-72074461770416137-127.0.0.1:46429_solr-n_0000000000)
[n:127.0.0.1:46429_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testSimple2_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:46557/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 994415 INFO
(OverseerStateUpdate-72074461770416137-127.0.0.1:46429_solr-n_0000000000)
[n:127.0.0.1:46429_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple2",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"testSimple2_shard1_replica_n2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:45057/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 994415 INFO
(OverseerStateUpdate-72074461770416137-127.0.0.1:46429_solr-n_0000000000)
[n:127.0.0.1:46429_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple2",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testSimple2_shard2_replica_n4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:46557/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 994416 INFO
(OverseerStateUpdate-72074461770416137-127.0.0.1:46429_solr-n_0000000000)
[n:127.0.0.1:46429_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"testSimple2",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"testSimple2_shard2_replica_n6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:45057/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 994438 DEBUG (ScheduledTrigger-3413-thread-1)
[n:127.0.0.1:46429_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 994621 INFO (qtp1003379168-10513) [n:127.0.0.1:46557_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n1&action=CREATE&numShards=2&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 994621 INFO (qtp1003379168-10426) [n:127.0.0.1:46557_solr
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=conf&newCollection=true&name=testSimple2_shard2_replica_n4&action=CREATE&numShards=2&collection=testSimple2&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 994621 INFO (qtp430212660-10435) [n:127.0.0.1:45057_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node8&collection.configName=conf&newCollection=true&name=testSimple2_shard2_replica_n6&action=CREATE&numShards=2&collection=testSimple2&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 994621 INFO (qtp430212660-10435) [n:127.0.0.1:45057_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 994662 INFO (qtp430212660-10537) [n:127.0.0.1:45057_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=conf&newCollection=true&name=testSimple2_shard1_replica_n2&action=CREATE&numShards=2&collection=testSimple2&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 994811 INFO
(zkCallback-2146-thread-1-processing-n:127.0.0.1:46557_solr)
[n:127.0.0.1:46557_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple2/state.json] for collection [testSimple2] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 994811 INFO
(zkCallback-2146-thread-2-processing-n:127.0.0.1:46557_solr)
[n:127.0.0.1:46557_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple2/state.json] for collection [testSimple2] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 994814 INFO
(zkCallback-2139-thread-1-processing-n:127.0.0.1:45057_solr)
[n:127.0.0.1:45057_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple2/state.json] for collection [testSimple2] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 994814 INFO
(zkCallback-2139-thread-2-processing-n:127.0.0.1:45057_solr)
[n:127.0.0.1:45057_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple2/state.json] for collection [testSimple2] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 995438 DEBUG (ScheduledTrigger-3413-thread-1)
[n:127.0.0.1:46429_solr ] o.a.s.c.a.NodeLostTrigger Running NodeLostTrigger:
.auto_add_replicas with currently live nodes: 3
[junit4] 2> 995627 INFO (qtp1003379168-10513) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 995627 INFO (qtp1003379168-10426) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 995632 INFO (qtp1003379168-10426) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.s.IndexSchema [testSimple2_shard2_replica_n4] Schema name=minimal
[junit4] 2> 995632 INFO (qtp1003379168-10513) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.s.IndexSchema [testSimple2_shard1_replica_n1] Schema name=minimal
[junit4] 2> 995634 INFO (qtp1003379168-10426) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 995634 INFO (qtp1003379168-10426) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard2_replica_n4' using
configuration from collection testSimple2, trusted=true
[junit4] 2> 995634 INFO (qtp1003379168-10426) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46557.solr.core.testSimple2.shard2.replica_n4' (registry
'solr.core.testSimple2.shard2.replica_n4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b478b28
[junit4] 2> 995635 INFO (qtp1003379168-10426) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 995635 INFO (qtp1003379168-10426) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.c.SolrCore [[testSimple2_shard2_replica_n4] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_8BA81FCB0D2D88ED-001/tempDir-001/node3/testSimple2_shard2_replica_n4],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_8BA81FCB0D2D88ED-001/tempDir-001/node3/./testSimple2_shard2_replica_n4/data/]
[junit4] 2> 995635 INFO (qtp1003379168-10513) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 995635 INFO (qtp1003379168-10513) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n1' using
configuration from collection testSimple2, trusted=true
[junit4] 2> 995635 INFO (qtp1003379168-10513) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46557.solr.core.testSimple2.shard1.replica_n1' (registry
'solr.core.testSimple2.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b478b28
[junit4] 2> 995635 INFO (qtp1003379168-10513) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 995635 INFO (qtp1003379168-10513) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.SolrCore [[testSimple2_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_8BA81FCB0D2D88ED-001/tempDir-001/node3/testSimple2_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_8BA81FCB0D2D88ED-001/tempDir-001/node3/./testSimple2_shard1_replica_n1/data/]
[junit4] 2> 995638 INFO (qtp430212660-10435) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 995642 INFO (qtp430212660-10435) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.s.IndexSchema [testSimple2_shard2_replica_n6] Schema name=minimal
[junit4] 2> 995654 INFO (qtp430212660-10435) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 995654 INFO (qtp430212660-10435) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard2_replica_n6' using
configuration from collection testSimple2, trusted=true
[junit4] 2> 995666 INFO (qtp430212660-10435) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45057.solr.core.testSimple2.shard2.replica_n6' (registry
'solr.core.testSimple2.shard2.replica_n6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b478b28
[junit4] 2> 995666 INFO (qtp430212660-10435) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 995666 INFO (qtp430212660-10435) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.c.SolrCore [[testSimple2_shard2_replica_n6] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_8BA81FCB0D2D88ED-001/tempDir-001/node2/testSimple2_shard2_replica_n6],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_8BA81FCB0D2D88ED-001/tempDir-001/node2/./testSimple2_shard2_replica_n6/data/]
[junit4] 2> 995679 INFO (qtp430212660-10537) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 995690 INFO (qtp1003379168-10513) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 995690 INFO (qtp1003379168-10513) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 995692 INFO (qtp1003379168-10513) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 995692 INFO (qtp1003379168-10513) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 995693 INFO (qtp1003379168-10513) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@5f459895[testSimple2_shard1_replica_n1] main]
[junit4] 2> 995694 INFO (qtp1003379168-10513) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 995694 INFO (qtp1003379168-10513) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 995694 INFO (qtp430212660-10537) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.s.IndexSchema [testSimple2_shard1_replica_n2] Schema name=minimal
[junit4] 2> 995694 INFO (qtp1003379168-10513) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 995695 INFO (qtp1003379168-10513) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1591208025978306560
[junit4] 2> 995696 INFO (qtp430212660-10537) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 995696 INFO (qtp430212660-10537) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.c.CoreContainer Creating SolrCore 'testSimple2_shard1_replica_n2' using
configuration from collection testSimple2, trusted=true
[junit4] 2> 995696 INFO (qtp430212660-10537) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45057.solr.core.testSimple2.shard1.replica_n2' (registry
'solr.core.testSimple2.shard1.replica_n2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b478b28
[junit4] 2> 995696 INFO (qtp430212660-10537) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 995697 INFO (qtp430212660-10537) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.c.SolrCore [[testSimple2_shard1_replica_n2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_8BA81FCB0D2D88ED-001/tempDir-001/node2/testSimple2_shard1_replica_n2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.autoscaling.AutoAddReplicasIntegrationTest_8BA81FCB0D2D88ED-001/tempDir-001/node2/./testSimple2_shard1_replica_n2/data/]
[junit4] 2> 995707 INFO (qtp1003379168-10513) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard1 r:core_node3 x:testSimple2_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9999ms
[junit4] 2> 995711 INFO (qtp1003379168-10426) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 995711 INFO (qtp1003379168-10426) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 995715 INFO
(searcherExecutor-3443-thread-1-processing-n:127.0.0.1:46557_solr
x:testSimple2_shard1_replica_n1 s:shard1 c:testSimple2 r:core_node3)
[n:127.0.0.1:46557_solr c:testSimple2 s:shard1 r:core_node3
x:testSimple2_shard1_replica_n1] o.a.s.c.SolrCore
[testSimple2_shard1_replica_n1] Registered new searcher
Searcher@5f459895[testSimple2_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 995774 INFO (qtp1003379168-10426) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 995774 INFO (qtp1003379168-10426) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 995775 INFO (qtp1003379168-10426) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@179ccc03[testSimple2_shard2_replica_n4] main]
[junit4] 2> 995777 INFO (qtp1003379168-10426) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 995777 INFO (qtp1003379168-10426) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 995778 INFO (qtp1003379168-10426) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 995779 INFO
(searcherExecutor-3442-thread-1-processing-n:127.0.0.1:46557_solr
x:testSimple2_shard2_replica_n4 s:shard2 c:testSimple2 r:core_node7)
[n:127.0.0.1:46557_solr c:testSimple2 s:shard2 r:core_node7
x:testSimple2_shard2_replica_n4] o.a.s.c.SolrCore
[testSimple2_shard2_replica_n4] Registered new searcher
Searcher@179ccc03[testSimple2_shard2_replica_n4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 995779 INFO (qtp1003379168-10426) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1591208026066386944
[junit4] 2> 995782 INFO (qtp430212660-10435) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 995782 INFO (qtp430212660-10435) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 995783 INFO (qtp1003379168-10426) [n:127.0.0.1:46557_solr
c:testSimple2 s:shard2 r:core_node7 x:testSimple2_shard2_replica_n4]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard2: total=2 found=1 timeoutin=9999ms
[junit4] 2> 995784 INFO (qtp430212660-10435) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 995784 INFO (qtp430212660-10435) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 995807 INFO (qtp430212660-10435) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@71136111[testSimple2_shard2_replica_n6] main]
[junit4] 2> 995808 INFO (qtp430212660-10435) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 995808 INFO (qtp430212660-10435) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 995809 INFO (qtp430212660-10435) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 995809 INFO
(searcherExecutor-3444-thread-1-processing-n:127.0.0.1:45057_solr
x:testSimple2_shard2_replica_n6 s:shard2 c:testSimple2 r:core_node8)
[n:127.0.0.1:45057_solr c:testSimple2 s:shard2 r:core_node8
x:testSimple2_shard2_replica_n6] o.a.s.c.SolrCore
[testSimple2_shard2_replica_n6] Registered new searcher
Searcher@71136111[testSimple2_shard2_replica_n6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 995809 INFO (qtp430212660-10435) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard2 r:core_node8 x:testSimple2_shard2_replica_n6]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1591208026097844224
[junit4] 2> 995846 INFO (qtp430212660-10537) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 995846 INFO (qtp430212660-10537) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 995850 INFO (qtp430212660-10537) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 995850 INFO (qtp430212660-10537) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 995852 INFO (qtp430212660-10537) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7a822e5c[testSimple2_shard1_replica_n2] main]
[junit4] 2> 995853 INFO (qtp430212660-10537) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf
[junit4] 2> 995853 INFO (qtp430212660-10537) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf
[junit4] 2> 995853 INFO (qtp430212660-10537) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 995854 INFO
(searcherExecutor-3450-thread-1-processing-n:127.0.0.1:45057_solr
x:testSimple2_shard1_replica_n2 s:shard1 c:testSimple2 r:core_node5)
[n:127.0.0.1:45057_solr c:testSimple2 s:shard1 r:core_node5
x:testSimple2_shard1_replica_n2] o.a.s.c.SolrCore
[testSimple2_shard1_replica_n2] Registered new searcher
Searcher@7a822e5c[testSimple2_shard1_replica_n2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 995854 INFO (qtp430212660-10537) [n:127.0.0.1:45057_solr
c:testSimple2 s:shard1 r:core_node5 x:testSimple2_shard1_replica_n2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1591208026145030144
[junit4] 2> 995891 INFO
(zkCallback-2146-thread-1-processing-n:127.0.0.1:46557_solr)
[n:127.0.0.1:46557_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/testSimple2/state.json] for collection [testSimple2] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 995891 INFO
(zkCallback-2146-thread-2-processing-n:127.0.0.1:46557_solr)
[n:127.0.0.1:46557_solr ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent s
[...truncated too long message...]
rd2.replica_n2 / com.codahale.metrics.MetricRegistry@7fa52b65
[junit4] 2> 1136500 INFO (coreCloseExecutor-3535-thread-3)
[n:127.0.0.1:45057_solr c:testSimple2 s:shard1 r:core_node5
x:testSimple2_shard1_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.testSimple2.shard1.leader, tag=1416491891
[junit4] 2> 1136500 INFO (coreCloseExecutor-3535-thread-4)
[n:127.0.0.1:45057_solr c:testSimple2 s:shard2 r:core_node8
x:testSimple2_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.testSimple2.shard2.replica_n6, tag=67836843
[junit4] 2> 1136500 INFO (coreCloseExecutor-3535-thread-4)
[n:127.0.0.1:45057_solr c:testSimple2 s:shard2 r:core_node8
x:testSimple2_shard2_replica_n6] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@6e95256a: rootName =
solr_45057, domain = solr.core.testSimple2.shard2.replica_n6, service url =
null, agent id = null] for registry solr.core.testSimple2.shard2.replica_n6 /
com.codahale.metrics.MetricRegistry@328f8077
[junit4] 2> 1136507 INFO (coreCloseExecutor-3536-thread-5)
[n:127.0.0.1:46429_solr c:testSimple3 s:shard3 r:core_node6
x:testSimple3_shard3_replica_n4] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.testSimple3.shard3.replica_n4, tag=750490417
[junit4] 2> 1136507 INFO (coreCloseExecutor-3536-thread-5)
[n:127.0.0.1:46429_solr c:testSimple3 s:shard3 r:core_node6
x:testSimple3_shard3_replica_n4] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@68297f57: rootName =
solr_46429, domain = solr.core.testSimple3.shard3.replica_n4, service url =
null, agent id = null] for registry solr.core.testSimple3.shard3.replica_n4 /
com.codahale.metrics.MetricRegistry@34bb181d
[junit4] 2> 1136508 INFO (coreCloseExecutor-3535-thread-4)
[n:127.0.0.1:45057_solr c:testSimple2 s:shard2 r:core_node8
x:testSimple2_shard2_replica_n6] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.testSimple2.shard2.leader, tag=67836843
[junit4] 2> 1136508 INFO (coreCloseExecutor-3535-thread-1)
[n:127.0.0.1:45057_solr c:testSimple1 s:shard1 r:core_node12
x:testSimple1_shard1_replica_n11] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.testSimple1.shard1.leader, tag=690123090
[junit4] 2> 1136508 INFO (coreCloseExecutor-3535-thread-2)
[n:127.0.0.1:45057_solr c:testSimple1 s:shard2 r:core_node10
x:testSimple1_shard2_replica_n9] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.testSimple1.shard2.leader, tag=740981103
[junit4] 2> 1136510 INFO (jetty-closer-2126-thread-3) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@574900a5{/solr,null,UNAVAILABLE}
[junit4] 2> 1136511 INFO (jetty-closer-2126-thread-3) [ ]
o.e.j.s.session Stopped scavenging
[junit4] 2> 1136513 INFO (coreCloseExecutor-3536-thread-5)
[n:127.0.0.1:46429_solr c:testSimple3 s:shard3 r:core_node6
x:testSimple3_shard3_replica_n4] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.testSimple3.shard3.leader, tag=750490417
[junit4] 2> 1136514 INFO (coreCloseExecutor-3536-thread-4)
[n:127.0.0.1:46429_solr c:testSimple3 s:shard2 r:core_node5
x:testSimple3_shard2_replica_n2] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.testSimple3.shard2.leader, tag=1560939206
[junit4] 2> 1136516 INFO (jetty-closer-2126-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=72074461770416137-127.0.0.1:46429_solr-n_0000000000) closing
[junit4] 2> 1136516 INFO
(OverseerStateUpdate-72074461770416137-127.0.0.1:46429_solr-n_0000000000)
[n:127.0.0.1:46429_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:46429_solr
[junit4] 2> 1136516 WARN
(OverseerAutoScalingTriggerThread-72074461770416137-127.0.0.1:46429_solr-n_0000000000)
[n:127.0.0.1:46429_solr ] o.a.s.c.a.OverseerTriggerThread
OverseerTriggerThread woken up but we are closed, exiting.
[junit4] 2> 1136518 DEBUG (jetty-closer-2126-thread-1) [ ]
o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread has been closed explicitly
[junit4] 2> 1136519 INFO (jetty-closer-2126-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@c8e5e71{/solr,null,UNAVAILABLE}
[junit4] 2> 1136519 INFO (jetty-closer-2126-thread-1) [ ]
o.e.j.s.session Stopped scavenging
[junit4] 2> 1136520 ERROR
(SUITE-AutoAddReplicasIntegrationTest-seed#[8BA81FCB0D2D88ED]-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> 1136521 INFO
(SUITE-AutoAddReplicasIntegrationTest-seed#[8BA81FCB0D2D88ED]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:39569 39569
[junit4] 2> 1137664 INFO (Thread-3485) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:39569 39569
[junit4] 2> 1137664 WARN (Thread-3485) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 9 /solr/collections/testSimple1/terms/shard2
[junit4] 2> 9 /solr/collections/testSimple1/terms/shard1
[junit4] 2> 7 /solr/collections/testSimple2/terms/shard2
[junit4] 2> 7 /solr/collections/testSimple2/terms/shard1
[junit4] 2> 6 /solr/aliases.json
[junit4] 2> 5 /solr/security.json
[junit4] 2> 5 /solr/configs/conf
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 2 /solr/collections/testSimple3/terms/shard3
[junit4] 2> 2 /solr/collections/testSimple3/terms/shard2
[junit4] 2> 2 /solr/collections/testSimple3/terms/shard1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 40 /solr/collections/testSimple2/state.json
[junit4] 2> 27 /solr/collections/testSimple1/state.json
[junit4] 2> 6 /solr/clusterstate.json
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 3
/solr/collections/testSimple1/leader_elect/shard1/election/72074461770416137-core_node3-n_0000000000
[junit4] 2> 3
/solr/overseer_elect/election/72074461770416137-127.0.0.1:46429_solr-n_0000000000
[junit4] 2> 3
/solr/collections/testSimple1/leader_elect/shard2/election/72074461770416137-core_node7-n_0000000000
[junit4] 2> 2
/solr/overseer_elect/election/72074461770416132-127.0.0.1:45057_solr-n_0000000001
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/live_nodes
[junit4] 2> 6 /solr/collections
[junit4] 2>
[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.autoscaling.AutoAddReplicasIntegrationTest_8BA81FCB0D2D88ED-001
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@2589d98a),
locale=ksb, timezone=America/Indianapolis
[junit4] 2> NOTE: Linux 4.13.0-32-generic amd64/Oracle Corporation 10-ea
(64-bit)/cpus=8,threads=1,free=54530576,total=523239424
[junit4] 2> NOTE: All tests run in this JVM: [ResourceLoaderTest,
TestComputePlanAction, TestHttpShardHandlerFactory, SoftAutoCommitTest,
ClassificationUpdateProcessorIntegrationTest, LeaderElectionContextKeyTest,
CustomHighlightComponentTest, TestRawResponseWriter, BasicFunctionalityTest,
TestReversedWildcardFilterFactory, PreAnalyzedFieldManagedSchemaCloudTest,
TestSearchPerf, DirectSolrConnectionTest, TestRandomRequestDistribution,
TestFieldCache, TestSolrIndexConfig, TestReloadDeadlock,
MissingSegmentRecoveryTest, UpdateLogTest, ShufflingReplicaListTransformerTest,
RuleEngineTest, TestLegacyNumericUtils, DistribJoinFromCollectionTest,
DeleteNodeTest, SpellCheckCollatorWithCollapseTest, ZkStateReaderTest,
JSONWriterTest, TestDistribIDF, ZkControllerTest, AlternateDirectoryTest,
PKIAuthenticationIntegrationTest, TestPostingsSolrHighlighter, FileUtilsTest,
FacetPivotSmallTest, SolrCLIZkUtilsTest, TestFastLRUCache,
TestStressInPlaceUpdates, ChaosMonkeySafeLeaderTest, SuggesterTest,
TestCryptoKeys, ZkFailoverTest, TestDownShardTolerantSearch,
TestNoOpRegenerator, TestManagedSynonymGraphFilterFactory,
TestFieldTypeResource, TestTrieFacet, SortSpecParsingTest,
TestMiniSolrCloudClusterSSL, SolrCoreTest, SSLMigrationTest,
TestGraphMLResponseWriter, FastVectorHighlighterTest, TestFieldSortValues,
TestPayloadScoreQParserPlugin, TestEmbeddedSolrServerAdminHandler,
ReplicationFactorTest, TestPullReplica, MetricsHandlerTest, SuggesterFSTTest,
CdcrRequestHandlerTest, BlockCacheTest, HdfsBasicDistributedZk2Test,
TestElisionMultitermQuery, BJQParserTest, HighlighterTest,
TestReplicationHandlerBackup, RequestLoggingTest, TestConfigReload,
PolyFieldTest, CheckHdfsIndexTest, OverseerTest,
DistributedFacetPivotSmallAdvancedTest, TestTriggerIntegration,
CdcrBootstrapTest, SignatureUpdateProcessorFactoryTest,
HdfsDirectoryFactoryTest, TestFuzzyAnalyzedSuggestions, TestTrie,
TestCursorMarkWithoutUniqueKey, HLLSerializationTest,
OutOfBoxZkACLAndCredentialsProvidersTest, AtomicUpdateProcessorFactoryTest,
TestJettySolrRunner, TestSlowCompositeReaderWrapper, LargeFieldTest,
TlogReplayBufferedWhileIndexingTest, BitVectorTest,
OverseerModifyCollectionTest, SampleTest, TestSolrConfigHandlerConcurrent,
CdcrUpdateLogTest, DistributedIntervalFacetingTest,
PreAnalyzedUpdateProcessorTest, TestRuleBasedAuthorizationPlugin,
LeaderInitiatedRecoveryOnShardRestartTest, TestFoldingMultitermQuery,
UpdateRequestProcessorFactoryTest, NodeLostTriggerTest, SuggestComponentTest,
SystemInfoHandlerTest, DirectUpdateHandlerOptimizeTest,
AutoAddReplicasIntegrationTest]
[junit4] Completed [324/774 (1!)] on J1 in 147.72s, 1 test, 1 failure <<<
FAILURES!
[...truncated 42415 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]