Build: https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-8.x-Linux/54/
Java: 64bit/jdk-11.0.2 -XX:+UseCompressedOops -XX:+UseSerialGC
1 tests failed.
FAILED: org.apache.solr.cloud.TestCloudRecovery2.test
Error Message:
Timeout waiting to see state for collection=collection1
:DocCollection(collection1//collections/collection1/state.json/15)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node2":{ "core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:46197/solr",
"node_name":"127.0.0.1:46197_solr", "state":"down",
"type":"NRT", "force_set_state":"false"}, "core_node4":{
"core":"collection1_shard1_replica_n3",
"base_url":"http://127.0.0.1:40351/solr",
"node_name":"127.0.0.1:40351_solr", "state":"active",
"type":"NRT", "force_set_state":"false",
"leader":"true"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"2", "autoAddReplicas":"false", "nrtReplicas":"2",
"tlogReplicas":"0"} Live Nodes: [127.0.0.1:40351_solr, 127.0.0.1:46197_solr]
Last available state:
DocCollection(collection1//collections/collection1/state.json/15)={
"pullReplicas":"0", "replicationFactor":"2", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node2":{ "core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:46197/solr",
"node_name":"127.0.0.1:46197_solr", "state":"down",
"type":"NRT", "force_set_state":"false"}, "core_node4":{
"core":"collection1_shard1_replica_n3",
"base_url":"http://127.0.0.1:40351/solr",
"node_name":"127.0.0.1:40351_solr", "state":"active",
"type":"NRT", "force_set_state":"false",
"leader":"true"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"2", "autoAddReplicas":"false", "nrtReplicas":"2",
"tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError:
Timeout waiting to see state for collection=collection1
:DocCollection(collection1//collections/collection1/state.json/15)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node2":{
"core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:46197/solr",
"node_name":"127.0.0.1:46197_solr",
"state":"down",
"type":"NRT",
"force_set_state":"false"},
"core_node4":{
"core":"collection1_shard1_replica_n3",
"base_url":"http://127.0.0.1:40351/solr",
"node_name":"127.0.0.1:40351_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"2",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0"}
Live Nodes: [127.0.0.1:40351_solr, 127.0.0.1:46197_solr]
Last available state:
DocCollection(collection1//collections/collection1/state.json/15)={
"pullReplicas":"0",
"replicationFactor":"2",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node2":{
"core":"collection1_shard1_replica_n1",
"base_url":"http://127.0.0.1:46197/solr",
"node_name":"127.0.0.1:46197_solr",
"state":"down",
"type":"NRT",
"force_set_state":"false"},
"core_node4":{
"core":"collection1_shard1_replica_n3",
"base_url":"http://127.0.0.1:40351/solr",
"node_name":"127.0.0.1:40351_solr",
"state":"active",
"type":"NRT",
"force_set_state":"false",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"2",
"autoAddReplicas":"false",
"nrtReplicas":"2",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([7343DEB582E16F28:FB17E16F2C1D02D0]:0)
at org.junit.Assert.fail(Assert.java:88)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:310)
at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:288)
at
org.apache.solr.cloud.TestCloudRecovery2.test(TestCloudRecovery2.java:106)
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:566)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1750)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:938)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:974)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:988)
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:947)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:832)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:883)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:894)
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:834)
Build Log:
[...truncated 13131 lines...]
[junit4] Suite: org.apache.solr.cloud.TestCloudRecovery2
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_7343DEB582E16F28-001/init-core-data-001
[junit4] 2> 136050 WARN
(SUITE-TestCloudRecovery2-seed#[7343DEB582E16F28]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=17 numCloses=17
[junit4] 2> 136050 INFO
(SUITE-TestCloudRecovery2-seed#[7343DEB582E16F28]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 136051 INFO
(SUITE-TestCloudRecovery2-seed#[7343DEB582E16F28]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason="", value=0.0/0.0, ssl=0.0/0.0,
clientAuth=0.0/0.0)
[junit4] 2> 136051 INFO
(SUITE-TestCloudRecovery2-seed#[7343DEB582E16F28]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 136051 INFO
(SUITE-TestCloudRecovery2-seed#[7343DEB582E16F28]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_7343DEB582E16F28-001/tempDir-001
[junit4] 2> 136052 INFO
(SUITE-TestCloudRecovery2-seed#[7343DEB582E16F28]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 136052 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer client port:0.0.0.0/0.0.0.0:0
[junit4] 2> 136052 INFO (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Starting server
[junit4] 2> 136152 INFO
(SUITE-TestCloudRecovery2-seed#[7343DEB582E16F28]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:38295
[junit4] 2> 136152 INFO
(SUITE-TestCloudRecovery2-seed#[7343DEB582E16F28]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38295
[junit4] 2> 136152 INFO
(SUITE-TestCloudRecovery2-seed#[7343DEB582E16F28]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 38295
[junit4] 2> 136155 INFO (zkConnectionManagerCallback-866-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 136157 INFO (zkConnectionManagerCallback-868-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 136158 INFO (zkConnectionManagerCallback-870-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 136160 WARN (jetty-launcher-871-thread-2) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 136160 WARN (jetty-launcher-871-thread-1) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 136160 INFO (jetty-launcher-871-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 136160 INFO (jetty-launcher-871-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 136160 INFO (jetty-launcher-871-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 136160 INFO (jetty-launcher-871-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 0 try number 1 ...
[junit4] 2> 136160 INFO (jetty-launcher-871-thread-1) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
[junit4] 2> 136160 INFO (jetty-launcher-871-thread-2) [ ]
o.e.j.s.Server jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
[junit4] 2> 136213 INFO (jetty-launcher-871-thread-1) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 136213 INFO (jetty-launcher-871-thread-1) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 136213 INFO (jetty-launcher-871-thread-1) [ ]
o.e.j.s.session node0 Scavenging every 600000ms
[junit4] 2> 136225 INFO (jetty-launcher-871-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3bcb11c1{/solr,null,AVAILABLE}
[junit4] 2> 136232 INFO (jetty-launcher-871-thread-2) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 136232 INFO (jetty-launcher-871-thread-2) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 136232 INFO (jetty-launcher-871-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@c772167{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:?????}
[junit4] 2> 136232 INFO (jetty-launcher-871-thread-2) [ ]
o.e.j.s.session node0 Scavenging every 660000ms
[junit4] 2> 136232 INFO (jetty-launcher-871-thread-1) [ ]
o.e.j.s.Server Started @??????ms
[junit4] 2> 136232 INFO (jetty-launcher-871-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46197}
[junit4] 2> 136233 ERROR (jetty-launcher-871-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 136233 INFO (jetty-launcher-871-thread-1) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 136233 INFO (jetty-launcher-871-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.2.0
[junit4] 2> 136233 INFO (jetty-launcher-871-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 136233 INFO (jetty-launcher-871-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 136233 INFO (jetty-launcher-871-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-06T05:16:35.339423Z
[junit4] 2> 136237 INFO (jetty-launcher-871-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@17af1d4a{/solr,null,AVAILABLE}
[junit4] 2> 136238 INFO (jetty-launcher-871-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@43054cbc{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:?????}
[junit4] 2> 136238 INFO (jetty-launcher-871-thread-2) [ ]
o.e.j.s.Server Started @??????ms
[junit4] 2> 136238 INFO (jetty-launcher-871-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=40351}
[junit4] 2> 136238 ERROR (jetty-launcher-871-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 136238 INFO (jetty-launcher-871-thread-2) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 136239 INFO (jetty-launcher-871-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.2.0
[junit4] 2> 136239 INFO (jetty-launcher-871-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 136239 INFO (jetty-launcher-871-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 136239 INFO (jetty-launcher-871-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-06T05:16:35.345071Z
[junit4] 2> 136249 INFO (zkConnectionManagerCallback-873-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 136250 INFO (jetty-launcher-871-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 136250 INFO (zkConnectionManagerCallback-875-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 136252 INFO (jetty-launcher-871-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 136296 INFO (jetty-launcher-871-thread-1) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 136298 WARN (jetty-launcher-871-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@3c2cf2ad[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 136323 WARN (jetty-launcher-871-thread-1) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@1ebf11ad[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 136324 INFO (jetty-launcher-871-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38295/solr
[junit4] 2> 136345 INFO (zkConnectionManagerCallback-883-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 136348 INFO (jetty-launcher-871-thread-2) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 136354 WARN (jetty-launcher-871-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@70c63730[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 136369 INFO (zkConnectionManagerCallback-885-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 136386 WARN (jetty-launcher-871-thread-2) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@ab67f78[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 136387 INFO (jetty-launcher-871-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38295/solr
[junit4] 2> 136393 INFO (zkConnectionManagerCallback-893-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 136394 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x1008408353b0007, likely client has closed socket
[junit4] 2> 136405 INFO (zkConnectionManagerCallback-895-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 136411 INFO (jetty-launcher-871-thread-2)
[n:127.0.0.1:40351_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:40351_solr
[junit4] 2> 136412 INFO (jetty-launcher-871-thread-2)
[n:127.0.0.1:40351_solr ] o.a.s.c.Overseer Overseer
(id=72202764825591816-127.0.0.1:40351_solr-n_0000000000) starting
[junit4] 2> 136421 INFO (zkConnectionManagerCallback-902-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 136423 INFO (jetty-launcher-871-thread-2)
[n:127.0.0.1:40351_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:38295/solr ready
[junit4] 2> 136424 INFO
(OverseerStateUpdate-72202764825591816-127.0.0.1:40351_solr-n_0000000000)
[n:127.0.0.1:40351_solr ] o.a.s.c.Overseer Starting to work on the main
queue : 127.0.0.1:40351_solr
[junit4] 2> 136433 INFO (jetty-launcher-871-thread-2)
[n:127.0.0.1:40351_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:40351_solr
[junit4] 2> 136439 INFO (jetty-launcher-871-thread-1)
[n:127.0.0.1:46197_solr ] o.a.s.c.ZkController Publish
node=127.0.0.1:46197_solr as DOWN
[junit4] 2> 136441 INFO (jetty-launcher-871-thread-1)
[n:127.0.0.1:46197_solr ] o.a.s.c.TransientSolrCoreCacheDefault Allocating
transient cache for 2147483647 transient cores
[junit4] 2> 136441 INFO (jetty-launcher-871-thread-1)
[n:127.0.0.1:46197_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46197_solr
[junit4] 2> 136450 INFO (zkCallback-884-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 136453 INFO (zkCallback-901-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 136453 INFO (zkCallback-894-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 136473 INFO (jetty-launcher-871-thread-2)
[n:127.0.0.1:40351_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 136493 INFO (jetty-launcher-871-thread-2)
[n:127.0.0.1:40351_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40351.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9308faf
[junit4] 2> 136501 INFO (jetty-launcher-871-thread-2)
[n:127.0.0.1:40351_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40351.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9308faf
[junit4] 2> 136501 INFO (jetty-launcher-871-thread-2)
[n:127.0.0.1:40351_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40351.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9308faf
[junit4] 2> 136502 INFO (jetty-launcher-871-thread-2)
[n:127.0.0.1:40351_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_7343DEB582E16F28-001/tempDir-001/node1/.
[junit4] 2> 136531 INFO (zkConnectionManagerCallback-908-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 136532 INFO (jetty-launcher-871-thread-1)
[n:127.0.0.1:46197_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 136533 INFO (jetty-launcher-871-thread-1)
[n:127.0.0.1:46197_solr ] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster
at 127.0.0.1:38295/solr ready
[junit4] 2> 136563 INFO (jetty-launcher-871-thread-1)
[n:127.0.0.1:46197_solr ] o.a.s.h.a.MetricsHistoryHandler No .system
collection, keeping metrics history in memory.
[junit4] 2> 136593 INFO (jetty-launcher-871-thread-1)
[n:127.0.0.1:46197_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46197.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9308faf
[junit4] 2> 136606 INFO (jetty-launcher-871-thread-1)
[n:127.0.0.1:46197_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46197.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9308faf
[junit4] 2> 136608 INFO (jetty-launcher-871-thread-1)
[n:127.0.0.1:46197_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46197.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9308faf
[junit4] 2> 136609 INFO (jetty-launcher-871-thread-1)
[n:127.0.0.1:46197_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_7343DEB582E16F28-001/tempDir-001/node2/.
[junit4] 2> 136694 INFO (zkConnectionManagerCallback-914-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 136695 INFO
(SUITE-TestCloudRecovery2-seed#[7343DEB582E16F28]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 136697 INFO
(SUITE-TestCloudRecovery2-seed#[7343DEB582E16F28]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38295/solr ready
[junit4] 2> 136713 INFO (qtp1615581946-2294) [n:127.0.0.1:40351_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
collection.configName=config&maxShardsPerNode=2&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 136724 INFO
(OverseerThreadFactory-910-thread-1-processing-n:127.0.0.1:40351_solr)
[n:127.0.0.1:40351_solr ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 136833 INFO
(OverseerStateUpdate-72202764825591816-127.0.0.1:40351_solr-n_0000000000)
[n:127.0.0.1:40351_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1_shard1_replica_n1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:46197/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 136842 INFO
(OverseerStateUpdate-72202764825591816-127.0.0.1:40351_solr-n_0000000000)
[n:127.0.0.1:40351_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard1",
[junit4] 2> "core":"collection1_shard1_replica_n3",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"http://127.0.0.1:40351/solr",
[junit4] 2> "type":"NRT",
[junit4] 2> "waitForFinalState":"false"}
[junit4] 2> 137046 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
x:collection1_shard1_replica_n3] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n3&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 137047 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
x:collection1_shard1_replica_n3] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 2147483647 transient cores
[junit4] 2> 137050 INFO (qtp1504960984-2291) [n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1] o.a.s.h.a.CoreAdminOperation core create
command
qt=/admin/cores&coreNodeName=core_node2&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 138063 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
[junit4] 2> 138066 INFO (qtp1504960984-2291) [n:127.0.0.1:46197_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
[junit4] 2> 138069 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.s.IndexSchema [collection1_shard1_replica_n3] Schema name=minimal
[junit4] 2> 138070 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 138070 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n3' using
configuration from collection collection1, trusted=true
[junit4] 2> 138071 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_40351.solr.core.collection1.shard1.replica_n3' (registry
'solr.core.collection1.shard1.replica_n3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9308faf
[junit4] 2> 138071 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.SolrCore [[collection1_shard1_replica_n3] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_7343DEB582E16F28-001/tempDir-001/node1/collection1_shard1_replica_n3],
dataDir=[/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_7343DEB582E16F28-001/tempDir-001/node1/./collection1_shard1_replica_n3/data/]
[junit4] 2> 138072 INFO (qtp1504960984-2291) [n:127.0.0.1:46197_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.s.IndexSchema [collection1_shard1_replica_n1] Schema name=minimal
[junit4] 2> 138083 INFO (qtp1504960984-2291) [n:127.0.0.1:46197_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 138083 INFO (qtp1504960984-2291) [n:127.0.0.1:46197_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_n1' using
configuration from collection collection1, trusted=true
[junit4] 2> 138084 INFO (qtp1504960984-2291) [n:127.0.0.1:46197_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46197.solr.core.collection1.shard1.replica_n1' (registry
'solr.core.collection1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9308faf
[junit4] 2> 138084 INFO (qtp1504960984-2291) [n:127.0.0.1:46197_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.SolrCore [[collection1_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_7343DEB582E16F28-001/tempDir-001/node2/collection1_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_7343DEB582E16F28-001/tempDir-001/node2/./collection1_shard1_replica_n1/data/]
[junit4] 2> 138249 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 138249 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 138250 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 138250 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 138251 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@6d42896c[collection1_shard1_replica_n3] main]
[junit4] 2> 138252 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 138252 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 138253 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 138253 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1632758448635510784
[junit4] 2> 138256 INFO
(searcherExecutor-919-thread-1-processing-n:127.0.0.1:40351_solr
x:collection1_shard1_replica_n3 c:collection1 s:shard1 r:core_node4)
[n:127.0.0.1:40351_solr c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_n3] o.a.s.c.SolrCore
[collection1_shard1_replica_n3] Registered new searcher
Searcher@6d42896c[collection1_shard1_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 138257 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection1/terms/shard1 to Terms{values={core_node4=0}, version=0}
[junit4] 2> 138257 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/collection1/leaders/shard1
[junit4] 2> 138260 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9999ms
[junit4] 2> 138278 INFO (qtp1504960984-2291) [n:127.0.0.1:46197_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 138278 INFO (qtp1504960984-2291) [n:127.0.0.1:46197_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 138279 INFO (qtp1504960984-2291) [n:127.0.0.1:46197_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 138279 INFO (qtp1504960984-2291) [n:127.0.0.1:46197_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 138280 INFO (qtp1504960984-2291) [n:127.0.0.1:46197_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@36443532[collection1_shard1_replica_n1] main]
[junit4] 2> 138281 INFO (qtp1504960984-2291) [n:127.0.0.1:46197_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 138281 INFO (qtp1504960984-2291) [n:127.0.0.1:46197_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 138282 INFO (qtp1504960984-2291) [n:127.0.0.1:46197_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 138282 INFO (qtp1504960984-2291) [n:127.0.0.1:46197_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1632758448665919488
[junit4] 2> 138284 INFO
(searcherExecutor-920-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher
Searcher@36443532[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 138285 INFO (qtp1504960984-2291) [n:127.0.0.1:46197_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection1/terms/shard1 to Terms{values={core_node2=0,
core_node4=0}, version=1}
[junit4] 2> 138286 INFO (qtp1504960984-2291) [n:127.0.0.1:46197_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContextBase make sure parent is created
/collections/collection1/leaders/shard1
[junit4] 2> 138761 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 138761 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 138761 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:40351/solr/collection1_shard1_replica_n3/
[junit4] 2> 138761 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n3
url=http://127.0.0.1:40351/solr START
replicas=[http://127.0.0.1:46197/solr/collection1_shard1_replica_n1/]
nUpdates=100
[junit4] 2> 138762 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_n3
url=http://127.0.0.1:40351/solr DONE. We have no versions. sync failed.
[junit4] 2> 138764 INFO (qtp1504960984-2290) [n:127.0.0.1:46197_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.c.S.Request [collection1_shard1_replica_n1] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 138764 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 138764 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
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> 138765 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.ShardLeaderElectionContextBase Creating leader registration node
/collections/collection1/leaders/shard1/leader after winning as
/collections/collection1/leader_elect/shard1/election/72202764825591816-core_node4-n_0000000000
[junit4] 2> 138766 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:40351/solr/collection1_shard1_replica_n3/ shard1
[junit4] 2> 138867 INFO (zkCallback-894-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 138867 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 138869 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node4&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n3&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1822
[junit4] 2> 138969 INFO (zkCallback-894-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 138969 INFO (zkCallback-894-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 139289 INFO (qtp1504960984-2291) [n:127.0.0.1:46197_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node2&collection.configName=config&newCollection=true&name=collection1_shard1_replica_n1&action=CREATE&numShards=1&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=2239
[junit4] 2> 139293 INFO (qtp1615581946-2294) [n:127.0.0.1:40351_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
45 seconds. Check all shard replicas
[junit4] 2> 139389 INFO (zkCallback-884-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 139389 INFO (zkCallback-894-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 139389 INFO (zkCallback-894-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 139389 INFO (zkCallback-884-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 139389 INFO (qtp1615581946-2294) [n:127.0.0.1:40351_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={collection.configName=config&maxShardsPerNode=2&name=collection1&nrtReplicas=2&action=CREATE&numShards=1&wt=javabin&version=2}
status=0 QTime=2676
[junit4] 2> 139389 INFO
(SUITE-TestCloudRecovery2-seed#[7343DEB582E16F28]-worker) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
collection1 failOnTimeout:true timeout (sec):30
[junit4] 2> 139390 INFO
(SUITE-TestCloudRecovery2-seed#[7343DEB582E16F28]-worker) [ ]
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
[junit4] 2> 139411 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 139414 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1703145391
[junit4] 2> 139414 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:46197_solr
[junit4] 2> 139414 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.a.s.c.ZkController Publish this node as DOWN...
[junit4] 2> 139414 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:46197_solr as DOWN
[junit4] 2> 139416 INFO (coreCloseExecutor-929-thread-1)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@24dbbc70
[junit4] 2> 139416 INFO (coreCloseExecutor-929-thread-1)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection1.shard1.replica_n1, tag=24dbbc70
[junit4] 2> 139416 INFO (coreCloseExecutor-929-thread-1)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1487242: rootName =
solr_46197, domain = solr.core.collection1.shard1.replica_n1, service url =
null, agent id = null] for registry solr.core.collection1.shard1.replica_n1 /
com.codahale.metrics.MetricRegistry@b3ef84
[junit4] 2> 139425 INFO (coreCloseExecutor-929-thread-1)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection1.shard1.leader, tag=24dbbc70
[junit4] 2> 139429 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 139429 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@3d7ac807: rootName =
solr_46197, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@24706102
[junit4] 2> 139433 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 139433 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@274c6b0e: rootName =
solr_46197, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@5d2e3b5d
[junit4] 2> 139436 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 139436 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@1c0910d3: rootName =
solr_46197, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@552d0810
[junit4] 2> 139436 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 139442 INFO (zkCallback-894-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 139442 INFO (zkCallback-901-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 139443 INFO (zkCallback-913-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (1)
[junit4] 2> 139450 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@c772167{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:?}
[junit4] 2> 139451 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@3bcb11c1{/solr,null,UNAVAILABLE}
[junit4] 2> 139451 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ] o.e.j.s.session
node0 Stopped scavenging
[junit4] 2> 139462 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1632758449903239175,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 139462 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.SolrIndexWriter Calling setCommitData with
IW:org.apache.solr.update.SolrIndexWriter@61b8f7d5
commitCommandVersion:1632758449903239175
[junit4] 2> 139516 INFO (zkCallback-894-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 139516 INFO (zkCallback-894-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 139986 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7efc25ad[collection1_shard1_replica_n3] main]
[junit4] 2> 139986 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 139987 INFO
(searcherExecutor-919-thread-1-processing-n:127.0.0.1:40351_solr
x:collection1_shard1_replica_n3 c:collection1 s:shard1 r:core_node4)
[n:127.0.0.1:40351_solr c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_n3] o.a.s.c.SolrCore
[collection1_shard1_replica_n3] Registered new searcher
Searcher@7efc25ad[collection1_shard1_replica_n3]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.2.0):C100:[diagnostics={os=Linux,
java.vendor=Oracle Corporation, java.version=11.0.2, java.vm.version=11.0.2+9,
lucene.version=8.2.0, os.arch=amd64, java.runtime.version=11.0.2+9,
source=flush, os.version=4.18.0-17-generic,
timestamp=1557119798574}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 139988 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.ZkShardTerms Successful update of terms at
/collections/collection1/terms/shard1 to Terms{values={core_node2=0,
core_node4=1}, version=2}
[junit4] 2> 139988 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n3]
webapp=/solr path=/update params={commit=true&wt=javabin&version=2}{add=[0
(1632758449894850560), 1 (1632758449896947712), 2 (1632758449896947713), 3
(1632758449896947714), 4 (1632758449896947715), 5 (1632758449896947716), 6
(1632758449896947717), 7 (1632758449897996288), 8 (1632758449897996289), 9
(1632758449897996290), ... (100 adds)],commit=} 0 534
[junit4] 2> 139988 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.a.s.c.s.e.JettySolrRunner Start Jetty (original configured port=0)
[junit4] 2> 139989 WARN
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.e.j.s.AbstractConnector Ignoring deprecated socket close linger time
[junit4] 2> 139989 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.a.s.c.s.e.JettySolrRunner Trying to start Jetty on port 46197 try number 1 ...
[junit4] 2> 139989 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ] o.e.j.s.Server
jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git:
c4550056e785fb5665914545889f21dc136ad9e6; jvm 11.0.2+9
[junit4] 2> 139989 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ] o.e.j.s.session
DefaultSessionIdManager workerName=node0
[junit4] 2> 139989 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ] o.e.j.s.session
No SessionScavenger set, using defaults
[junit4] 2> 139990 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ] o.e.j.s.session
node0 Scavenging every 600000ms
[junit4] 2> 139990 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@63e2be06{/solr,null,AVAILABLE}
[junit4] 2> 139990 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@6d13fd8b{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:?????}
[junit4] 2> 139990 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ] o.e.j.s.Server
Started @??????ms
[junit4] 2> 139990 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=46197}
[junit4] 2> 139991 ERROR
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 139991 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.a.s.s.SolrDispatchFilter Using logger factory
org.apache.logging.slf4j.Log4jLoggerFactory
[junit4] 2> 139991 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.2.0
[junit4] 2> 139991 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 139991 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 139991 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2019-05-06T05:16:39.097234Z
[junit4] 2> 139992 INFO (zkConnectionManagerCallback-922-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 139993 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 140267 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.a.s.h.c.HttpShardHandlerFactory Host whitelist initialized:
WhitelistHostChecker [whitelistHosts=null, whitelistHostCheckingEnabled=true]
[junit4] 2> 140268 WARN
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@2e7fc316[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 140272 WARN
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.e.j.u.s.S.config No Client EndPointIdentificationAlgorithm configured for
SslContextFactory@7dce333[provider=null,keyStore=null,trustStore=null]
[junit4] 2> 140273 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38295/solr
[junit4] 2> 140297 INFO (zkConnectionManagerCallback-929-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 140301 INFO (zkConnectionManagerCallback-931-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 140304 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [n:127.0.0.1:46197_solr
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 140306 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [n:127.0.0.1:46197_solr
] o.a.s.c.ZkController Publish node=127.0.0.1:46197_solr as DOWN
[junit4] 2> 140306 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [n:127.0.0.1:46197_solr
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for
2147483647 transient cores
[junit4] 2> 140306 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [n:127.0.0.1:46197_solr
] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46197_solr
[junit4] 2> 140307 INFO (zkCallback-901-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 140307 INFO (zkCallback-894-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 140307 INFO (zkCallback-913-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 140335 INFO (zkCallback-930-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 140345 INFO (zkConnectionManagerCallback-938-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 140346 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [n:127.0.0.1:46197_solr
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 140347 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [n:127.0.0.1:46197_solr
] o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38295/solr
ready
[junit4] 2> 140347 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [n:127.0.0.1:46197_solr
] o.a.s.h.a.MetricsHistoryHandler No .system collection, keeping metrics
history in memory.
[junit4] 2> 140360 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [n:127.0.0.1:46197_solr
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46197.solr.node'
(registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9308faf
[junit4] 2> 140367 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [n:127.0.0.1:46197_solr
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46197.solr.jvm'
(registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9308faf
[junit4] 2> 140368 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [n:127.0.0.1:46197_solr
] o.a.s.m.r.SolrJmxReporter JMX monitoring for 'solr_46197.solr.jetty'
(registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9308faf
[junit4] 2> 140369 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [n:127.0.0.1:46197_solr
] o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_7343DEB582E16F28-001/tempDir-001/node2/.
[junit4] 2> 140369 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [n:127.0.0.1:46197_solr
] o.a.s.c.CorePropertiesLocator Cores are: [collection1_shard1_replica_n1]
[junit4] 2> 140376 INFO
(coreLoadExecutor-939-thread-1-processing-n:127.0.0.1:46197_solr)
[n:127.0.0.1:46197_solr ] o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.2.0
[junit4] 2> 140381 INFO
(coreLoadExecutor-939-thread-1-processing-n:127.0.0.1:46197_solr)
[n:127.0.0.1:46197_solr ] o.a.s.s.IndexSchema
[collection1_shard1_replica_n1] Schema name=minimal
[junit4] 2> 140382 INFO
(coreLoadExecutor-939-thread-1-processing-n:127.0.0.1:46197_solr)
[n:127.0.0.1:46197_solr ] o.a.s.s.IndexSchema Loaded schema minimal/1.1 with
uniqueid field id
[junit4] 2> 140395 INFO
(coreLoadExecutor-939-thread-1-processing-n:127.0.0.1:46197_solr)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene MatchVersion:
8.2.0
[junit4] 2> 140401 INFO
(coreLoadExecutor-939-thread-1-processing-n:127.0.0.1:46197_solr)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema
[collection1_shard1_replica_n1] Schema name=minimal
[junit4] 2> 140402 INFO
(coreLoadExecutor-939-thread-1-processing-n:127.0.0.1:46197_solr)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.s.IndexSchema Loaded schema minimal/1.1
with uniqueid field id
[junit4] 2> 140402 INFO
(coreLoadExecutor-939-thread-1-processing-n:127.0.0.1:46197_solr)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.CoreContainer Creating SolrCore
'collection1_shard1_replica_n1' using configuration from collection
collection1, trusted=true
[junit4] 2> 140402 INFO
(coreLoadExecutor-939-thread-1-processing-n:127.0.0.1:46197_solr)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_46197.solr.core.collection1.shard1.replica_n1' (registry
'solr.core.collection1.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9308faf
[junit4] 2> 140403 INFO
(coreLoadExecutor-939-thread-1-processing-n:127.0.0.1:46197_solr)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[[collection1_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_7343DEB582E16F28-001/tempDir-001/node2/collection1_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_7343DEB582E16F28-001/tempDir-001/node2/./collection1_shard1_replica_n1/data/]
[junit4] 2> 140409 INFO (zkCallback-894-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 140413 INFO (zkCallback-894-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 140434 INFO
(coreLoadExecutor-939-thread-1-processing-n:127.0.0.1:46197_solr)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 140434 INFO
(coreLoadExecutor-939-thread-1-processing-n:127.0.0.1:46197_solr)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Initializing UpdateLog:
dataDir=null defaultSyncLevel=FLUSH numRecordsToKeep=100 maxNumLogsToKeep=10
numVersionBuckets=65536
[junit4] 2> 140435 INFO
(coreLoadExecutor-939-thread-1-processing-n:127.0.0.1:46197_solr)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 140435 INFO
(coreLoadExecutor-939-thread-1-processing-n:127.0.0.1:46197_solr)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 140437 INFO
(coreLoadExecutor-939-thread-1-processing-n:127.0.0.1:46197_solr)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@69445cb2[collection1_shard1_replica_n1] main]
[junit4] 2> 140438 INFO
(coreLoadExecutor-939-thread-1-processing-n:127.0.0.1:46197_solr)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Configured
ZooKeeperStorageIO with znodeBase: /configs/config
[junit4] 2> 140438 INFO
(coreLoadExecutor-939-thread-1-processing-n:127.0.0.1:46197_solr)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.r.ManagedResourceStorage Loaded null at
path _rest_managed.json using ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 140438 INFO
(coreLoadExecutor-939-thread-1-processing-n:127.0.0.1:46197_solr)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will be
reserved for 10000ms.
[junit4] 2> 140438 INFO
(coreLoadExecutor-939-thread-1-processing-n:127.0.0.1:46197_solr)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Could not find max version
in index or recent updates, using new clock 1632758450926649344
[junit4] 2> 140440 INFO
(searcherExecutor-940-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher
Searcher@69445cb2[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 140442 INFO
(coreZkRegister-931-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContextBase make
sure parent is created /collections/collection1/leaders/shard1
[junit4] 2> 140443 INFO
(coreZkRegister-931-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.ZkController Core needs to
recover:collection1_shard1_replica_n1
[junit4] 2> 140444 INFO
(updateExecutor-925-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 140444 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 140444 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy startupVersions is
empty
[junit4] 2> 140446 INFO (qtp1615581946-2296) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.S.Request [collection1_shard1_replica_n3] webapp=/solr
path=/admin/ping params={wt=javabin&version=2} hits=100 status=0 QTime=0
[junit4] 2> 140446 INFO (qtp1615581946-2296) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.S.Request [collection1_shard1_replica_n3] webapp=/solr
path=/admin/ping params={wt=javabin&version=2} status=0 QTime=0
[junit4] 2> 140446 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Begin buffering
updates. core=[collection1_shard1_replica_n1]
[junit4] 2> 140446 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 140446 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Publishing state of
core [collection1_shard1_replica_n1] as recovering, leader is
[http://127.0.0.1:40351/solr/collection1_shard1_replica_n3/] and I am
[http://127.0.0.1:46197/solr/collection1_shard1_replica_n1/]
[junit4] 2> 140447 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.ZkShardTerms Successful update of
terms at /collections/collection1/terms/shard1 to Terms{values={core_node2=1,
core_node2_recovering=0, core_node4=1}, version=3}
[junit4] 2> 140448 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Sending prep recovery
command to [http://127.0.0.1:40351/solr]; [WaitForState:
action=PREPRECOVERY&core=collection1_shard1_replica_n3&nodeName=127.0.0.1:46197_solr&coreNodeName=core_node2&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 140449 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
x:collection1_shard1_replica_n3] o.a.s.h.a.PrepRecoveryOp Going to wait for
coreNodeName: core_node2, state: recovering, checkLive: true, onlyIfLeader:
true, onlyIfLeaderActive: true
[junit4] 2> 140449 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
x:collection1_shard1_replica_n3] o.a.s.h.a.PrepRecoveryOp In
WaitForState(recovering): collection=collection1, shard=shard1,
thisCore=collection1_shard1_replica_n3, leaderDoesNotNeedRecovery=false,
isLeader? true, live=true, checkLive=true, currentState=down,
localState=active, nodeName=127.0.0.1:46197_solr, coreNodeName=core_node2,
onlyIfActiveCheckResult=false, nodeProps:
core_node2:{"core":"collection1_shard1_replica_n1","base_url":"http://127.0.0.1:46197/solr","node_name":"127.0.0.1:46197_solr","state":"down","type":"NRT","force_set_state":"false"}
[junit4] 2> 140549 INFO (zkCallback-930-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 140549 INFO (zkCallback-894-thread-1) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 140549 INFO (zkCallback-894-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 140549 INFO (zkCallback-930-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 140549 INFO (watches-896-thread-1) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard1, thisCore=collection1_shard1_replica_n3,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=recovering, localState=active, nodeName=127.0.0.1:46197_solr,
coreNodeName=core_node2, onlyIfActiveCheckResult=false, nodeProps:
core_node2:{"core":"collection1_shard1_replica_n1","base_url":"http://127.0.0.1:46197/solr","node_name":"127.0.0.1:46197_solr","state":"recovering","type":"NRT","force_set_state":"false"}
[junit4] 2> 140549 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
x:collection1_shard1_replica_n3] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/cores
params={nodeName=127.0.0.1:46197_solr&onlyIfLeaderActive=true&core=collection1_shard1_replica_n3&coreNodeName=core_node2&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=100
[junit4] 2> 140549 INFO (zkCallback-930-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 140726 INFO
(OverseerCollectionConfigSetProcessor-72202764825591816-127.0.0.1:40351_solr-n_0000000000)
[n:127.0.0.1:40351_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> 140941 INFO
(TEST-TestCloudRecovery2.test-seed#[7343DEB582E16F28]) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
[junit4] 2> 140941 INFO (watches-911-thread-1) [ ]
o.a.s.c.SolrCloudTestCase active replica count: 1 expected replica count: 2
[junit4] 2> 141050 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Attempting to
PeerSync from [http://127.0.0.1:40351/solr/collection1_shard1_replica_n3/] -
recoveringAfterStartup=[true]
[junit4] 2> 141050 WARN
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.u.PeerSyncWithLeader no frame of
reference to tell if we've missed updates
[junit4] 2> 141050 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy PeerSync Recovery was
not successful - trying replication.
[junit4] 2> 141050 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Starting Replication
Recovery.
[junit4] 2> 141050 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy Attempting to
replicate from [http://127.0.0.1:40351/solr/collection1_shard1_replica_n3/].
[junit4] 2> 141051 INFO (qtp1615581946-2294) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1632758451569426432,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 141052 INFO (qtp1615581946-2294) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 141053 INFO (qtp1615581946-2294) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 141060 INFO (qtp23642715-2389) [n:127.0.0.1:46197_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.p.DistributedUpdateProcessor Ignoring commit while not ACTIVE - state:
BUFFERING replay: false
[junit4] 2> 141060 INFO (qtp23642715-2389) [n:127.0.0.1:46197_solr
c:collection1 s:shard1 r:core_node2 x:collection1_shard1_replica_n1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n1]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=false&commit=true&softCommit=false&distrib.from=http://127.0.0.1:40351/solr/collection1_shard1_replica_n3/&commit_end_point=replicas&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 141061 INFO (qtp1615581946-2294) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_n3]
webapp=/solr path=/update
params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 9
[junit4] 2> 141062 INFO (qtp1615581946-2296) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.S.Request [collection1_shard1_replica_n3] webapp=/solr
path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 141062 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Master's generation: 2
[junit4] 2> 141062 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Master's version:
1557119798568
[junit4] 2> 141062 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's generation: 1
[junit4] 2> 141062 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Slave's version: 0
[junit4] 2> 141062 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Starting replication
process
[junit4] 2> 141066 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.S.Request [collection1_shard1_replica_n3] webapp=/solr
path=/replication
params={generation=2&qt=/replication&tlogFiles=false&wt=javabin&version=2&command=filelist}
status=0 QTime=3
[junit4] 2> 141066 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Number of files in latest
index in master: 17
[junit4] 2> 141070 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState New IndexWriter
is ready to be used.
[junit4] 2> 141070 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Starting download
(fullCopy=false) to
MMapDirectory@/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_7343DEB582E16F28-001/tempDir-001/node2/collection1_shard1_replica_n1/data/index.20190506011640172
lockFactory=org.apache.lucene.store.NativeFSLockFactory@166766da
[junit4] 2> 141070 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher tmpIndexDir_type : class
org.apache.lucene.store.MMapDirectory ,
MMapDirectory@/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_7343DEB582E16F28-001/tempDir-001/node2/collection1_shard1_replica_n1/data/index.20190506011640172
lockFactory=org.apache.lucene.store.NativeFSLockFactory@166766da
[junit4] 2> 141071 INFO (qtp1615581946-2294) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.S.Request [collection1_shard1_replica_n3] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0.si&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 141073 INFO (qtp1615581946-2296) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.S.Request [collection1_shard1_replica_n3] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_Lucene50_0.doc&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 141074 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.S.Request [collection1_shard1_replica_n3] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_Lucene50_0.tim&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 141076 INFO (qtp1615581946-2294) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.S.Request [collection1_shard1_replica_n3] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_Lucene50_0.pos&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 141077 INFO (qtp1615581946-2296) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.S.Request [collection1_shard1_replica_n3] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0.nvd&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 141079 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.S.Request [collection1_shard1_replica_n3] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0.fdx&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 141080 INFO (qtp1615581946-2294) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.S.Request [collection1_shard1_replica_n3] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_Lucene50_0.tip&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 141082 INFO (qtp1615581946-2296) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.S.Request [collection1_shard1_replica_n3] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0.fdt&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 141083 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.S.Request [collection1_shard1_replica_n3] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0.dii&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 141085 INFO (qtp1615581946-2294) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.S.Request [collection1_shard1_replica_n3] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_Lucene50_1.tim&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 141086 INFO (qtp1615581946-2296) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.S.Request [collection1_shard1_replica_n3] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_Lucene50_1.doc&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 141088 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.S.Request [collection1_shard1_replica_n3] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_Lucene50_1.pos&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 141089 INFO (qtp1615581946-2294) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.S.Request [collection1_shard1_replica_n3] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0.dim&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 141091 INFO (qtp1615581946-2296) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.S.Request [collection1_shard1_replica_n3] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0_Lucene50_1.tip&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 141092 INFO (qtp1615581946-2292) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.S.Request [collection1_shard1_replica_n3] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0.nvm&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 141093 INFO (qtp1615581946-2294) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.S.Request [collection1_shard1_replica_n3] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=_0.fnm&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 141095 INFO (qtp1615581946-2296) [n:127.0.0.1:40351_solr
c:collection1 s:shard1 r:core_node4 x:collection1_shard1_replica_n3]
o.a.s.c.S.Request [collection1_shard1_replica_n3] webapp=/solr
path=/replication
params={generation=2&qt=/replication&file=segments_2&checksum=true&wt=filestream&command=filecontent}
status=0 QTime=0
[junit4] 2> 141095 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Bytes downloaded: 7249,
Bytes skipped downloading: 0
[junit4] 2> 141095 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.h.IndexFetcher Total time taken for
download (fullCopy=false,bytesDownloaded=7249) : 0 secs (null bytes/sec) to
MMapDirectory@/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_7343DEB582E16F28-001/tempDir-001/node2/collection1_shard1_replica_n1/data/index.20190506011640172
lockFactory=org.apache.lucene.store.NativeFSLockFactory@166766da
[junit4] 2> 141496 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState New IndexWriter
is ready to be used.
[junit4] 2> 141497 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@a205650[collection1_shard1_replica_n1] main]
[junit4] 2> 141498 INFO
(searcherExecutor-940-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.SolrCore
[collection1_shard1_replica_n1] Registered new searcher
Searcher@a205650[collection1_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader(Uninverting(_0(8.2.0):C100:[diagnostics={java.vendor=Oracle
Corporation, os=Linux, java.version=11.0.2, java.vm.version=11.0.2+9,
lucene.version=8.2.0, os.arch=amd64, java.runtime.version=11.0.2+9,
source=flush, os.version=4.18.0-17-generic,
timestamp=1557119798574}]:[attributes={Lucene50StoredFieldsFormat.mode=BEST_SPEED}])))}
[junit4] 2> 141498 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_shard1_replica_n1 c:collection1 s:shard1 r:core_node2)
[n:127.0.0.1:46197_solr c:collection1 s:shard1 r:core_node2
x:collection1_shard1_replica_n1] o.a.s.c.RecoveryStrategy No replay needed.
[junit4] 2> 141498 INFO
(recoveryExecutor-927-thread-1-processing-n:127.0.0.1:46197_solr
x:collection1_sha
[...truncated too long message...]
unit4] > at
org.apache.solr.cloud.TestCloudRecovery2.test(TestCloudRecovery2.java:106)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:566)
[junit4] > at java.base/java.lang.Thread.run(Thread.java:834)
[junit4] 2> 188899 INFO (jetty-closer-971-thread-1) [ ]
o.a.s.c.CoreContainer Shutting down CoreContainer instance=1419884126
[junit4] 2> 188899 INFO (jetty-closer-971-thread-1) [ ]
o.a.s.c.ZkController Remove node as live in
ZooKeeper:/live_nodes/127.0.0.1:40351_solr
[junit4] 2> 188900 INFO (jetty-closer-971-thread-1) [ ]
o.a.s.c.ZkController Publish this node as DOWN...
[junit4] 2> 188900 INFO (jetty-closer-971-thread-1) [ ]
o.a.s.c.ZkController Publish node=127.0.0.1:40351_solr as DOWN
[junit4] 2> 188901 INFO (coreCloseExecutor-964-thread-1)
[n:127.0.0.1:40351_solr c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_n3] o.a.s.c.SolrCore
[collection1_shard1_replica_n3] CLOSING SolrCore
org.apache.solr.core.SolrCore@75d52d6c
[junit4] 2> 188901 INFO (coreCloseExecutor-964-thread-1)
[n:127.0.0.1:40351_solr c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_n3] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection1.shard1.replica_n3, tag=75d52d6c
[junit4] 2> 188901 INFO (coreCloseExecutor-964-thread-1)
[n:127.0.0.1:40351_solr c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_n3] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@32b3a417: rootName =
solr_40351, domain = solr.core.collection1.shard1.replica_n3, service url =
null, agent id = null] for registry solr.core.collection1.shard1.replica_n3 /
com.codahale.metrics.MetricRegistry@17447d75
[junit4] 2> 188901 INFO (zkCallback-894-thread-2) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 188901 INFO (zkCallback-894-thread-3) [ ]
o.a.s.c.c.ZkStateReader A cluster state change: [WatchedEvent
state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [1])
[junit4] 2> 188906 INFO (coreCloseExecutor-964-thread-1)
[n:127.0.0.1:40351_solr c:collection1 s:shard1 r:core_node4
x:collection1_shard1_replica_n3] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection1.shard1.leader, tag=75d52d6c
[junit4] 2> 188908 INFO (jetty-closer-971-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.node,
tag=null
[junit4] 2> 188909 INFO (jetty-closer-971-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@69175289: rootName =
solr_40351, domain = solr.node, service url = null, agent id = null] for
registry solr.node / com.codahale.metrics.MetricRegistry@34d1505a
[junit4] 2> 188911 INFO (jetty-closer-971-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jvm,
tag=null
[junit4] 2> 188911 INFO (jetty-closer-971-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@27709482: rootName =
solr_40351, domain = solr.jvm, service url = null, agent id = null] for
registry solr.jvm / com.codahale.metrics.MetricRegistry@5d2e3b5d
[junit4] 2> 188913 INFO (jetty-closer-971-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.jetty,
tag=null
[junit4] 2> 188913 INFO (jetty-closer-971-thread-1) [ ]
o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@777a8d7d: rootName =
solr_40351, domain = solr.jetty, service url = null, agent id = null] for
registry solr.jetty / com.codahale.metrics.MetricRegistry@552d0810
[junit4] 2> 188913 INFO (jetty-closer-971-thread-1) [ ]
o.a.s.m.SolrMetricManager Closing metric reporters for registry=solr.cluster,
tag=null
[junit4] 2> 188914 INFO (closeThreadPool-975-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=72202764825591816-127.0.0.1:40351_solr-n_0000000000) closing
[junit4] 2> 188914 INFO
(OverseerStateUpdate-72202764825591816-127.0.0.1:40351_solr-n_0000000000)
[n:127.0.0.1:40351_solr ] o.a.s.c.Overseer Overseer Loop exiting :
127.0.0.1:40351_solr
[junit4] 2> 188914 INFO
(OverseerAutoScalingTriggerThread-72202764825591816-127.0.0.1:40351_solr-n_0000000000)
[ ] o.a.s.c.a.OverseerTriggerThread OverseerTriggerThread woken up but we
are closed, exiting.
[junit4] 2> 188916 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn Unable to read additional data from client sessionid
0x1008408353b0009, likely client has closed socket
[junit4] 2> 188917 INFO (jetty-closer-971-thread-1) [ ]
o.a.s.c.Overseer Overseer
(id=72202764825591816-127.0.0.1:40351_solr-n_0000000000) closing
[junit4] 2> 188917 INFO (closeThreadPool-975-thread-2) [ ]
o.a.s.c.Overseer Overseer
(id=72202764825591816-127.0.0.1:40351_solr-n_0000000000) closing
[junit4] 2> 188918 INFO (jetty-closer-971-thread-1) [ ]
o.e.j.s.AbstractConnector Stopped ServerConnector@43054cbc{HTTP/1.1,[http/1.1,
h2c]}{127.0.0.1:?}
[junit4] 2> 188918 INFO (jetty-closer-971-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@17af1d4a{/solr,null,UNAVAILABLE}
[junit4] 2> 188918 INFO (jetty-closer-971-thread-1) [ ]
o.e.j.s.session node0 Stopped scavenging
[junit4] 2> 188919 INFO
(SUITE-TestCloudRecovery2-seed#[7343DEB582E16F28]-worker) [ ]
o.a.s.c.ZkTestServer Shutting down ZkTestServer.
[junit4] 2> 188919 WARN (ZkTestServer Run Thread) [ ]
o.a.s.c.ZkTestServer Watch limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 17 /solr/collections/collection1/terms/shard1
[junit4] 2> 9 /solr/aliases.json
[junit4] 2> 9 /solr/clusterprops.json
[junit4] 2> 4 /solr/security.json
[junit4] 2> 4 /solr/configs/config
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 36 /solr/collections/collection1/state.json
[junit4] 2> 9 /solr/clusterstate.json
[junit4] 2> 3
/solr/overseer_elect/election/72202764825591816-127.0.0.1:40351_solr-n_0000000000
[junit4] 2> 3
/solr/collections/collection1/leader_elect/shard1/election/72202764825591816-core_node4-n_0000000000
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 9 /solr/collections
[junit4] 2> 5 /solr/live_nodes
[junit4] 2>
[junit4] 2> 188920 INFO
(SUITE-TestCloudRecovery2-seed#[7343DEB582E16F28]-worker) [ ]
o.a.s.c.ZkTestServer parse host and port list: 127.0.0.1:38295
[junit4] 2> 188920 INFO
(SUITE-TestCloudRecovery2-seed#[7343DEB582E16F28]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1 38295
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-BadApples-8.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery2_7343DEB582E16F28-001
[junit4] 2> May 06, 2019 5:17:28 AM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene80):
{num=Lucene50(blocksize=128), _root_=Lucene50(blocksize=128),
id=Lucene50(blocksize=128)}, docValues:{}, maxPointsInLeafNode=1379,
maxMBSortInHeap=5.515826527386132,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@68531ebf),
locale=my, timezone=America/Anguilla
[junit4] 2> NOTE: Linux 4.18.0-17-generic amd64/Oracle Corporation 11.0.2
(64-bit)/cpus=8,threads=1,free=203767912,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [TestSolrCloudSnapshots,
RuleEngineTest, SampleTest, TestUniqueKeyFieldResource, CacheHeaderTest,
TestQuerySenderListener, SolrCoreCheckLockOnStartupTest, TestCloudSchemaless,
MaxSizeAutoCommitTest, ComputePlanActionTest, AnalyticsMergeStrategyTest,
TestSolrDeletionPolicy1, TestCloudRecovery2]
[junit4] Completed [71/855 (1!)] on J0 in 53.78s, 1 test, 1 failure <<<
FAILURES!
[...truncated 45849 lines...]
[repro] Jenkins log URL:
https://jenkins.thetaphi.de/job/Lucene-Solr-BadApples-8.x-Linux/54/consoleText
[repro] Revision: 919b0854448174c626c9ffc7c11770ae2477b210
[repro] Repro line: ant test -Dtestcase=TestCloudRecovery2
-Dtests.method=test -Dtests.seed=7343DEB582E16F28 -Dtests.multiplier=3
-Dtests.slow=true -Dtests.badapples=true -Dtests.locale=my
-Dtests.timezone=America/Anguilla -Dtests.asserts=true
-Dtests.file.encoding=US-ASCII
[repro] ant clean
[...truncated 6 lines...]
[repro] Test suites by module:
[repro] solr/core
[repro] TestCloudRecovery2
[repro] ant compile-test
[...truncated 3581 lines...]
[repro] ant test-nocompile -Dtests.dups=5 -Dtests.maxfailures=5
-Dtests.class="*.TestCloudRecovery2" -Dtests.showOutput=onerror
-Dtests.seed=7343DEB582E16F28 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.badapples=true -Dtests.locale=my -Dtests.timezone=America/Anguilla
-Dtests.asserts=true -Dtests.file.encoding=US-ASCII
[...truncated 75 lines...]
[repro] Failures:
[repro] 0/5 failed: org.apache.solr.cloud.TestCloudRecovery2
[repro] Exiting with code 0
[...truncated 43 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]