Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/20513/
Java: 32bit/jdk1.8.0_144 -server -XX:+UseParallelGC
2 tests failed.
FAILED: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test
Error Message:
Expected 2 of 3 replicas to be active but only found 1;
[core_node5:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:33273/d/sf","node_name":"127.0.0.1:33273_d%2Fsf","state":"active","type":"NRT","leader":"true"}];
clusterState:
DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={
"pullReplicas":"0", "replicationFactor":"1", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node4":{ "state":"down",
"base_url":"http://127.0.0.1:37057/d/sf",
"core":"c8n_1x3_lf_shard1_replica_n1",
"node_name":"127.0.0.1:37057_d%2Fsf", "type":"NRT"},
"core_node5":{ "core":"c8n_1x3_lf_shard1_replica_n2",
"base_url":"http://127.0.0.1:33273/d/sf",
"node_name":"127.0.0.1:33273_d%2Fsf", "state":"active",
"type":"NRT", "leader":"true"}, "core_node6":{
"core":"c8n_1x3_lf_shard1_replica_n3",
"base_url":"http://127.0.0.1:38449/d/sf",
"node_name":"127.0.0.1:38449_d%2Fsf", "state":"down",
"type":"NRT"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"3", "tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found
1;
[core_node5:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:33273/d/sf","node_name":"127.0.0.1:33273_d%2Fsf","state":"active","type":"NRT","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={
"pullReplicas":"0",
"replicationFactor":"1",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node4":{
"state":"down",
"base_url":"http://127.0.0.1:37057/d/sf",
"core":"c8n_1x3_lf_shard1_replica_n1",
"node_name":"127.0.0.1:37057_d%2Fsf",
"type":"NRT"},
"core_node5":{
"core":"c8n_1x3_lf_shard1_replica_n2",
"base_url":"http://127.0.0.1:33273/d/sf",
"node_name":"127.0.0.1:33273_d%2Fsf",
"state":"active",
"type":"NRT",
"leader":"true"},
"core_node6":{
"core":"c8n_1x3_lf_shard1_replica_n3",
"base_url":"http://127.0.0.1:38449/d/sf",
"node_name":"127.0.0.1:38449_d%2Fsf",
"state":"down",
"type":"NRT"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"3",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([9AC715AA55C7ACF1:12932A70FB3BC109]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
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.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.TestCloudRecovery.corruptedLogTest
Error Message:
Timeout waiting for all live and active
Stack Trace:
java.lang.AssertionError: Timeout waiting for all live and active
at
__randomizedtesting.SeedInfo.seed([9AC715AA55C7ACF1:19B14A5883BEA250]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.TestCloudRecovery.corruptedLogTest(TestCloudRecovery.java:184)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
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.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 11926 lines...]
[junit4] Suite: org.apache.solr.cloud.TestCloudRecovery
[junit4] 2> 593321 INFO
(SUITE-TestCloudRecovery-seed#[9AC715AA55C7ACF1]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_9AC715AA55C7ACF1-001/init-core-data-001
[junit4] 2> 593322 INFO
(SUITE-TestCloudRecovery-seed#[9AC715AA55C7ACF1]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 593322 INFO
(SUITE-TestCloudRecovery-seed#[9AC715AA55C7ACF1]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (true) and clientAuth (true) via:
@org.apache.solr.util.RandomizeSSL(reason=, ssl=NaN, value=NaN, clientAuth=NaN)
[junit4] 2> 593323 INFO
(SUITE-TestCloudRecovery-seed#[9AC715AA55C7ACF1]-worker) [ ]
o.a.s.c.MiniSolrCloudCluster Starting cluster of 2 servers in
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_9AC715AA55C7ACF1-001/tempDir-001
[junit4] 2> 593323 INFO
(SUITE-TestCloudRecovery-seed#[9AC715AA55C7ACF1]-worker) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 593323 INFO (Thread-1354) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 593323 INFO (Thread-1354) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 593325 ERROR (Thread-1354) [ ] o.a.z.s.ZooKeeperServer
ZKShutdownHandler is not registered, so ZooKeeper server won't take any action
on ERROR or SHUTDOWN server state changes
[junit4] 2> 593423 INFO
(SUITE-TestCloudRecovery-seed#[9AC715AA55C7ACF1]-worker) [ ]
o.a.s.c.ZkTestServer start zk server on port:38899
[junit4] 2> 593427 INFO (jetty-launcher-1132-thread-2) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 593427 INFO (jetty-launcher-1132-thread-1) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 593432 INFO (jetty-launcher-1132-thread-1) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@196ff7a{/solr,null,AVAILABLE}
[junit4] 2> 593436 INFO (jetty-launcher-1132-thread-1) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@130c351{SSL,[ssl,
http/1.1]}{127.0.0.1:45535}
[junit4] 2> 593436 INFO (jetty-launcher-1132-thread-2) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@577acc{/solr,null,AVAILABLE}
[junit4] 2> 593436 INFO (jetty-launcher-1132-thread-1) [ ]
o.e.j.s.Server Started @595104ms
[junit4] 2> 593436 INFO (jetty-launcher-1132-thread-1) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=45535}
[junit4] 2> 593436 ERROR (jetty-launcher-1132-thread-1) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 593438 INFO (jetty-launcher-1132-thread-1) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 593438 INFO (jetty-launcher-1132-thread-1) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 593438 INFO (jetty-launcher-1132-thread-1) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 593438 INFO (jetty-launcher-1132-thread-1) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-09-21T17:03:34.375Z
[junit4] 2> 593439 INFO (jetty-launcher-1132-thread-2) [ ]
o.e.j.s.AbstractConnector Started ServerConnector@196c8d7{SSL,[ssl,
http/1.1]}{127.0.0.1:44105}
[junit4] 2> 593439 INFO (jetty-launcher-1132-thread-2) [ ]
o.e.j.s.Server Started @595107ms
[junit4] 2> 593439 INFO (jetty-launcher-1132-thread-2) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/solr,
hostPort=44105}
[junit4] 2> 593440 ERROR (jetty-launcher-1132-thread-2) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 593440 INFO (jetty-launcher-1132-thread-2) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 593440 INFO (jetty-launcher-1132-thread-2) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 593440 INFO (jetty-launcher-1132-thread-2) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 593440 INFO (jetty-launcher-1132-thread-2) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-09-21T17:03:34.377Z
[junit4] 2> 593440 INFO (jetty-launcher-1132-thread-1) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 593451 INFO (jetty-launcher-1132-thread-2) [ ]
o.a.s.s.SolrDispatchFilter solr.xml found in ZooKeeper. Loading...
[junit4] 2> 593452 INFO (jetty-launcher-1132-thread-1) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38899/solr
[junit4] 2> 593459 INFO (jetty-launcher-1132-thread-2) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:38899/solr
[junit4] 2> 593465 INFO (jetty-launcher-1132-thread-2)
[n:127.0.0.1:44105_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 593466 INFO (jetty-launcher-1132-thread-2)
[n:127.0.0.1:44105_solr ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:44105_solr
[junit4] 2> 593466 INFO (jetty-launcher-1132-thread-2)
[n:127.0.0.1:44105_solr ] o.a.s.c.Overseer Overseer
(id=98698095117008902-127.0.0.1:44105_solr-n_0000000000) starting
[junit4] 2> 593472 INFO (jetty-launcher-1132-thread-2)
[n:127.0.0.1:44105_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44105_solr
[junit4] 2> 593473 INFO
(zkCallback-1144-thread-1-processing-n:127.0.0.1:44105_solr)
[n:127.0.0.1:44105_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 593496 INFO (jetty-launcher-1132-thread-1)
[n:127.0.0.1:45535_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 593497 INFO (jetty-launcher-1132-thread-1)
[n:127.0.0.1:45535_solr ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 593498 INFO (jetty-launcher-1132-thread-1)
[n:127.0.0.1:45535_solr ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45535_solr
[junit4] 2> 593498 INFO
(zkCallback-1144-thread-1-processing-n:127.0.0.1:44105_solr)
[n:127.0.0.1:44105_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 593499 INFO
(zkCallback-1140-thread-1-processing-n:127.0.0.1:45535_solr)
[n:127.0.0.1:45535_solr ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 593549 INFO (jetty-launcher-1132-thread-2)
[n:127.0.0.1:44105_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44105.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@78ce38
[junit4] 2> 593557 INFO (jetty-launcher-1132-thread-2)
[n:127.0.0.1:44105_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44105.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@78ce38
[junit4] 2> 593557 INFO (jetty-launcher-1132-thread-2)
[n:127.0.0.1:44105_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44105.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@78ce38
[junit4] 2> 593558 INFO (jetty-launcher-1132-thread-2)
[n:127.0.0.1:44105_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_9AC715AA55C7ACF1-001/tempDir-001/node1/.
[junit4] 2> 593620 INFO (jetty-launcher-1132-thread-1)
[n:127.0.0.1:45535_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45535.solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@78ce38
[junit4] 2> 593628 INFO (jetty-launcher-1132-thread-1)
[n:127.0.0.1:45535_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45535.solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@78ce38
[junit4] 2> 593628 INFO (jetty-launcher-1132-thread-1)
[n:127.0.0.1:45535_solr ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45535.solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@78ce38
[junit4] 2> 593629 INFO (jetty-launcher-1132-thread-1)
[n:127.0.0.1:45535_solr ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_9AC715AA55C7ACF1-001/tempDir-001/node2/.
[junit4] 2> 593653 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15ea56503750007, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 593658 INFO
(SUITE-TestCloudRecovery-seed#[9AC715AA55C7ACF1]-worker) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 593658 INFO
(SUITE-TestCloudRecovery-seed#[9AC715AA55C7ACF1]-worker) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:38899/solr ready
[junit4] 2> 593704 INFO (qtp10956724-6293) [n:127.0.0.1:45535_solr ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
pullReplicas=0&replicationFactor=0&collection.configName=config&maxShardsPerNode=2&name=collection1&nrtReplicas=0&action=CREATE&numShards=2&tlogReplicas=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 593705 INFO
(OverseerThreadFactory-2629-thread-1-processing-n:127.0.0.1:44105_solr)
[n:127.0.0.1:44105_solr ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 593810 INFO
(OverseerStateUpdate-98698095117008902-127.0.0.1:44105_solr-n_0000000000)
[n:127.0.0.1:44105_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_t1",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:45535/solr",
[junit4] 2> "type":"TLOG"}
[junit4] 2> 593810 INFO
(OverseerStateUpdate-98698095117008902-127.0.0.1:44105_solr-n_0000000000)
[n:127.0.0.1:44105_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_t2",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:44105/solr",
[junit4] 2> "type":"TLOG"}
[junit4] 2> 593811 INFO
(OverseerStateUpdate-98698095117008902-127.0.0.1:44105_solr-n_0000000000)
[n:127.0.0.1:44105_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"collection1_shard2_replica_t4",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:45535/solr",
[junit4] 2> "type":"TLOG"}
[junit4] 2> 593812 INFO
(OverseerStateUpdate-98698095117008902-127.0.0.1:44105_solr-n_0000000000)
[n:127.0.0.1:44105_solr ] o.a.s.c.o.SliceMutator createReplica() {
[junit4] 2> "operation":"ADDREPLICA",
[junit4] 2> "collection":"collection1",
[junit4] 2> "shard":"shard2",
[junit4] 2> "core":"collection1_shard2_replica_t6",
[junit4] 2> "state":"down",
[junit4] 2> "base_url":"https://127.0.0.1:44105/solr",
[junit4] 2> "type":"TLOG"}
[junit4] 2> 594024 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node7&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t4&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 594024 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 594024 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 594059 INFO (qtp31722982-6307) [n:127.0.0.1:44105_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node5&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 594060 INFO (qtp31722982-6307) [n:127.0.0.1:44105_solr ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 2147483647
transient cores
[junit4] 2> 594067 INFO (qtp31722982-6292) [n:127.0.0.1:44105_solr ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&coreNodeName=core_node8&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t6&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 594171 INFO
(zkCallback-1144-thread-1-processing-n:127.0.0.1:44105_solr)
[n:127.0.0.1:44105_solr ] 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> 594171 INFO
(zkCallback-1140-thread-1-processing-n:127.0.0.1:45535_solr)
[n:127.0.0.1:45535_solr ] 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> 594171 INFO
(zkCallback-1144-thread-2-processing-n:127.0.0.1:44105_solr)
[n:127.0.0.1:44105_solr ] 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> 594171 INFO
(zkCallback-1140-thread-2-processing-n:127.0.0.1:45535_solr)
[n:127.0.0.1:45535_solr ] 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> 595032 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 595032 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 595044 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.s.IndexSchema [collection1_shard2_replica_t4] Schema name=minimal
[junit4] 2> 595045 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 595045 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.s.IndexSchema [collection1_shard1_replica_t1] Schema name=minimal
[junit4] 2> 595045 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t4' using
configuration from collection collection1, trusted=true
[junit4] 2> 595046 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45535.solr.core.collection1.shard2.replica_t4' (registry
'solr.core.collection1.shard2.replica_t4') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@78ce38
[junit4] 2> 595046 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 595046 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.SolrCore [[collection1_shard2_replica_t4] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_9AC715AA55C7ACF1-001/tempDir-001/node2/collection1_shard2_replica_t4],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_9AC715AA55C7ACF1-001/tempDir-001/node2/./collection1_shard2_replica_t4/data/]
[junit4] 2> 595047 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 595047 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t1' using
configuration from collection collection1, trusted=true
[junit4] 2> 595048 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_45535.solr.core.collection1.shard1.replica_t1' (registry
'solr.core.collection1.shard1.replica_t1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@78ce38
[junit4] 2> 595048 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 595048 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.SolrCore [[collection1_shard1_replica_t1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_9AC715AA55C7ACF1-001/tempDir-001/node2/collection1_shard1_replica_t1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_9AC715AA55C7ACF1-001/tempDir-001/node2/./collection1_shard1_replica_t1/data/]
[junit4] 2> 595068 INFO (qtp31722982-6307) [n:127.0.0.1:44105_solr
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 595073 INFO (qtp31722982-6307) [n:127.0.0.1:44105_solr
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2]
o.a.s.s.IndexSchema [collection1_shard1_replica_t2] Schema name=minimal
[junit4] 2> 595075 INFO (qtp31722982-6307) [n:127.0.0.1:44105_solr
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 595075 INFO (qtp31722982-6307) [n:127.0.0.1:44105_solr
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard1_replica_t2' using
configuration from collection collection1, trusted=true
[junit4] 2> 595076 INFO (qtp31722982-6307) [n:127.0.0.1:44105_solr
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44105.solr.core.collection1.shard1.replica_t2' (registry
'solr.core.collection1.shard1.replica_t2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@78ce38
[junit4] 2> 595076 INFO (qtp31722982-6307) [n:127.0.0.1:44105_solr
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 595076 INFO (qtp31722982-6307) [n:127.0.0.1:44105_solr
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2]
o.a.s.c.SolrCore [[collection1_shard1_replica_t2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_9AC715AA55C7ACF1-001/tempDir-001/node1/collection1_shard1_replica_t2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_9AC715AA55C7ACF1-001/tempDir-001/node1/./collection1_shard1_replica_t2/data/]
[junit4] 2> 595084 INFO (qtp31722982-6292) [n:127.0.0.1:44105_solr
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 595091 INFO (qtp31722982-6292) [n:127.0.0.1:44105_solr
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6]
o.a.s.s.IndexSchema [collection1_shard2_replica_t6] Schema name=minimal
[junit4] 2> 595114 INFO (qtp31722982-6292) [n:127.0.0.1:44105_solr
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6]
o.a.s.s.IndexSchema Loaded schema minimal/1.1 with uniqueid field id
[junit4] 2> 595114 INFO (qtp31722982-6292) [n:127.0.0.1:44105_solr
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6]
o.a.s.c.CoreContainer Creating SolrCore 'collection1_shard2_replica_t6' using
configuration from collection collection1, trusted=true
[junit4] 2> 595115 INFO (qtp31722982-6292) [n:127.0.0.1:44105_solr
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr_44105.solr.core.collection1.shard2.replica_t6' (registry
'solr.core.collection1.shard2.replica_t6') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@78ce38
[junit4] 2> 595115 INFO (qtp31722982-6292) [n:127.0.0.1:44105_solr
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 595115 INFO (qtp31722982-6292) [n:127.0.0.1:44105_solr
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6]
o.a.s.c.SolrCore [[collection1_shard2_replica_t6] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_9AC715AA55C7ACF1-001/tempDir-001/node1/collection1_shard2_replica_t6],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.TestCloudRecovery_9AC715AA55C7ACF1-001/tempDir-001/node1/./collection1_shard2_replica_t6/data/]
[junit4] 2> 595128 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 595128 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 595129 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 595129 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 595130 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@fc6262[collection1_shard1_replica_t1] main]
[junit4] 2> 595131 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 595131 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 595131 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 595132 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 595132 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 595132 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 595132 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 595133 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@13f0a81[collection1_shard2_replica_t4] main]
[junit4] 2> 595133 INFO
(searcherExecutor-2635-thread-1-processing-n:127.0.0.1:45535_solr
x:collection1_shard1_replica_t1 s:shard1 c:collection1 r:core_node3)
[n:127.0.0.1:45535_solr c:collection1 s:shard1 r:core_node3
x:collection1_shard1_replica_t1] o.a.s.c.SolrCore
[collection1_shard1_replica_t1] Registered new searcher
Searcher@fc6262[collection1_shard1_replica_t1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 595133 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1579169523769016320
[junit4] 2> 595134 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 595134 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 595135 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 595135 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1579169523771113472
[junit4] 2> 595136 INFO
(searcherExecutor-2634-thread-1-processing-n:127.0.0.1:45535_solr
x:collection1_shard2_replica_t4 s:shard2 c:collection1 r:core_node7)
[n:127.0.0.1:45535_solr c:collection1 s:shard2 r:core_node7
x:collection1_shard2_replica_t4] o.a.s.c.SolrCore
[collection1_shard2_replica_t4] Registered new searcher
Searcher@13f0a81[collection1_shard2_replica_t4]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 595140 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard2: total=2 found=1 timeoutin=9999ms
[junit4] 2> 595140 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=2 found=1 timeoutin=9999ms
[junit4] 2> 595155 INFO (qtp31722982-6307) [n:127.0.0.1:44105_solr
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 595155 INFO (qtp31722982-6307) [n:127.0.0.1:44105_solr
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 595156 INFO (qtp31722982-6307) [n:127.0.0.1:44105_solr
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 595156 INFO (qtp31722982-6307) [n:127.0.0.1:44105_solr
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 595158 INFO (qtp31722982-6307) [n:127.0.0.1:44105_solr
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1b77474[collection1_shard1_replica_t2] main]
[junit4] 2> 595159 INFO (qtp31722982-6307) [n:127.0.0.1:44105_solr
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 595159 INFO (qtp31722982-6307) [n:127.0.0.1:44105_solr
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 595160 INFO (qtp31722982-6307) [n:127.0.0.1:44105_solr
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 595160 INFO (qtp31722982-6292) [n:127.0.0.1:44105_solr
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 595160 INFO (qtp31722982-6292) [n:127.0.0.1:44105_solr
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir=null defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 595160 INFO
(searcherExecutor-2636-thread-1-processing-n:127.0.0.1:44105_solr
x:collection1_shard1_replica_t2 s:shard1 c:collection1 r:core_node5)
[n:127.0.0.1:44105_solr c:collection1 s:shard1 r:core_node5
x:collection1_shard1_replica_t2] o.a.s.c.SolrCore
[collection1_shard1_replica_t2] Registered new searcher
Searcher@1b77474[collection1_shard1_replica_t2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 595160 INFO (qtp31722982-6307) [n:127.0.0.1:44105_solr
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1579169523797327872
[junit4] 2> 595161 INFO (qtp31722982-6292) [n:127.0.0.1:44105_solr
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 595161 INFO (qtp31722982-6292) [n:127.0.0.1:44105_solr
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 595162 INFO (qtp31722982-6292) [n:127.0.0.1:44105_solr
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@b6efef[collection1_shard2_replica_t6] main]
[junit4] 2> 595163 INFO (qtp31722982-6292) [n:127.0.0.1:44105_solr
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/config
[junit4] 2> 595163 INFO (qtp31722982-6292) [n:127.0.0.1:44105_solr
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/config
[junit4] 2> 595163 INFO (qtp31722982-6292) [n:127.0.0.1:44105_solr
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 595164 INFO
(searcherExecutor-2639-thread-1-processing-n:127.0.0.1:44105_solr
x:collection1_shard2_replica_t6 s:shard2 c:collection1 r:core_node8)
[n:127.0.0.1:44105_solr c:collection1 s:shard2 r:core_node8
x:collection1_shard2_replica_t6] o.a.s.c.SolrCore
[collection1_shard2_replica_t6] Registered new searcher
Searcher@b6efef[collection1_shard2_replica_t6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 595164 INFO (qtp31722982-6292) [n:127.0.0.1:44105_solr
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1579169523801522176
[junit4] 2> 595242 INFO
(zkCallback-1144-thread-1-processing-n:127.0.0.1:44105_solr)
[n:127.0.0.1:44105_solr ] 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> 595242 INFO
(zkCallback-1140-thread-1-processing-n:127.0.0.1:45535_solr)
[n:127.0.0.1:45535_solr ] 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> 595242 INFO
(zkCallback-1140-thread-2-processing-n:127.0.0.1:45535_solr)
[n:127.0.0.1:45535_solr ] 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> 595242 INFO
(zkCallback-1144-thread-2-processing-n:127.0.0.1:44105_solr)
[n:127.0.0.1:44105_solr ] 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> 595641 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 595641 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 595641 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 595641 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 595641 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:45535/solr/collection1_shard2_replica_t4/
[junit4] 2> 595641 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.SyncStrategy Sync replicas to
https://127.0.0.1:45535/solr/collection1_shard1_replica_t1/
[junit4] 2> 595641 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_t4
url=https://127.0.0.1:45535/solr START
replicas=[https://127.0.0.1:44105/solr/collection1_shard2_replica_t6/]
nUpdates=100
[junit4] 2> 595641 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_t1
url=https://127.0.0.1:45535/solr START
replicas=[https://127.0.0.1:44105/solr/collection1_shard1_replica_t2/]
nUpdates=100
[junit4] 2> 595644 INFO (qtp31722982-6298) [n:127.0.0.1:44105_solr
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2]
o.a.s.c.S.Request [collection1_shard1_replica_t2] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 595644 INFO (qtp31722982-6305) [n:127.0.0.1:44105_solr
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6]
o.a.s.c.S.Request [collection1_shard2_replica_t6] webapp=/solr path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 595941 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.u.PeerSync PeerSync: core=collection1_shard1_replica_t1
url=https://127.0.0.1:45535/solr DONE. We have no versions. sync failed.
[junit4] 2> 595941 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.u.PeerSync PeerSync: core=collection1_shard2_replica_t4
url=https://127.0.0.1:45535/solr DONE. We have no versions. sync failed.
[junit4] 2> 595941 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 595942 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.SyncStrategy Leader's attempt to sync with shard failed, moving to the
next candidate
[junit4] 2> 595942 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
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> 595942 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 595942 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
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> 595942 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 595942 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.ZkController collection1_shard2_replica_t4 stopping background
replication from leader
[junit4] 2> 595942 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.ZkController collection1_shard1_replica_t1 stopping background
replication from leader
[junit4] 2> 595944 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:45535/solr/collection1_shard2_replica_t4/ shard2
[junit4] 2> 595944 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
https://127.0.0.1:45535/solr/collection1_shard1_replica_t1/ shard1
[junit4] 2> 596045 INFO
(zkCallback-1140-thread-2-processing-n:127.0.0.1:45535_solr)
[n:127.0.0.1:45535_solr ] 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> 596045 INFO
(zkCallback-1140-thread-1-processing-n:127.0.0.1:45535_solr)
[n:127.0.0.1:45535_solr ] 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> 596045 INFO
(zkCallback-1144-thread-1-processing-n:127.0.0.1:44105_solr)
[n:127.0.0.1:44105_solr ] 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> 596045 INFO
(zkCallback-1144-thread-2-processing-n:127.0.0.1:44105_solr)
[n:127.0.0.1:44105_solr ] 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> 596095 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 596095 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 596095 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node7&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t4&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=2071
[junit4] 2> 596096 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node3&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t1&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=2072
[junit4] 2> 596163 INFO (qtp31722982-6307) [n:127.0.0.1:44105_solr
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2]
o.a.s.c.ZkController collection1_shard1_replica_t2 starting background
replication from leader
[junit4] 2> 596163 INFO (qtp31722982-6307) [n:127.0.0.1:44105_solr
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2]
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll
interval: 00:00:03
[junit4] 2> 596166 INFO (qtp31722982-6307) [n:127.0.0.1:44105_solr
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2]
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
[junit4] 2> 596166 INFO (indexFetcher-2655-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard1 r:core_node5
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Replica core_node3 is
leader but it's state is down, skipping replication
[junit4] 2> 596167 INFO (qtp31722982-6292) [n:127.0.0.1:44105_solr
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6]
o.a.s.c.ZkController collection1_shard2_replica_t6 starting background
replication from leader
[junit4] 2> 596167 INFO (qtp31722982-6307) [n:127.0.0.1:44105_solr
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node5&collection.configName=config&newCollection=true&name=collection1_shard1_replica_t2&action=CREATE&numShards=2&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=2107
[junit4] 2> 596167 INFO (qtp31722982-6292) [n:127.0.0.1:44105_solr
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6]
o.a.s.c.ReplicateFromLeader Will start replication from leader with poll
interval: 00:00:03
[junit4] 2> 596168 INFO (qtp31722982-6292) [n:127.0.0.1:44105_solr
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6]
o.a.s.h.ReplicationHandler Poll scheduled at an interval of 3000ms
[junit4] 2> 596168 INFO (indexFetcher-2657-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard2 r:core_node8
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Replica core_node7 is
leader but it's state is down, skipping replication
[junit4] 2> 596168 INFO (qtp31722982-6292) [n:127.0.0.1:44105_solr
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&coreNodeName=core_node8&collection.configName=config&newCollection=true&name=collection1_shard2_replica_t6&action=CREATE&numShards=2&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=2101
[junit4] 2> 596170 INFO (qtp10956724-6293) [n:127.0.0.1:45535_solr ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 596270 INFO
(zkCallback-1140-thread-1-processing-n:127.0.0.1:45535_solr)
[n:127.0.0.1:45535_solr ] 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> 596270 INFO
(zkCallback-1140-thread-2-processing-n:127.0.0.1:45535_solr)
[n:127.0.0.1:45535_solr ] 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> 596270 INFO
(zkCallback-1144-thread-1-processing-n:127.0.0.1:44105_solr)
[n:127.0.0.1:44105_solr ] 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> 596270 INFO
(zkCallback-1144-thread-2-processing-n:127.0.0.1:44105_solr)
[n:127.0.0.1:44105_solr ] 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> 597170 INFO (qtp10956724-6293) [n:127.0.0.1:45535_solr ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={pullReplicas=0&replicationFactor=0&collection.configName=config&maxShardsPerNode=2&name=collection1&nrtReplicas=0&action=CREATE&numShards=2&tlogReplicas=2&wt=javabin&version=2}
status=0 QTime=3466
[junit4] 2> 597170 INFO
(SUITE-TestCloudRecovery-seed#[9AC715AA55C7ACF1]-worker) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
collection1 failOnTimeout:true timeout (sec):30
[junit4] 2> 597171 INFO
(SUITE-TestCloudRecovery-seed#[9AC715AA55C7ACF1]-worker) [ ]
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
[junit4] 2> 597184 INFO
(TEST-TestCloudRecovery.leaderRecoverFromLogOnStartupTest-seed#[9AC715AA55C7ACF1])
[ ] o.a.s.SolrTestCaseJ4 ###Starting leaderRecoverFromLogOnStartupTest
[junit4] 2> 597193 INFO (qtp31722982-6372) [n:127.0.0.1:44105_solr
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t6]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&_version_=-1579169525923840000&distrib.from=https://127.0.0.1:45535/solr/collection1_shard2_replica_t4/&wt=javabin&version=2}{deleteByQuery=*:*
(-1579169525923840000)} 0 0
[junit4] 2> 597193 INFO (qtp10956724-6355) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t4]
webapp=/solr path=/update
params={update.distrib=TOLEADER&distrib.from=https://127.0.0.1:45535/solr/collection1_shard1_replica_t1/&wt=javabin&version=2}{deleteByQuery=*:*
(-1579169525923840000)} 0 5
[junit4] 2> 597193 INFO (qtp31722982-6373) [n:127.0.0.1:44105_solr
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_t2]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&_version_=-1579169525921742848&distrib.from=https://127.0.0.1:45535/solr/collection1_shard1_replica_t1/&wt=javabin&version=2}{deleteByQuery=*:*
(-1579169525921742848)} 0 2
[junit4] 2> 597193 INFO (qtp10956724-6302) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_t1]
webapp=/solr path=/update params={wt=javabin&version=2}{deleteByQuery=*:*
(-1579169525921742848)} 0 8
[junit4] 2> 597194 INFO (qtp31722982-6298) [n:127.0.0.1:44105_solr
c:collection1 s:shard1 r:core_node5 x:collection1_shard1_replica_t2]
o.a.s.u.TestInjection Start waiting for replica in sync with leader
[junit4] 2> 597195 INFO (qtp10956724-6293) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1579169525931180032,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 597195 INFO (qtp10956724-6293) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 597194 INFO (qtp31722982-6296) [n:127.0.0.1:44105_solr
c:collection1 s:shard2 r:core_node8 x:collection1_shard2_replica_t6]
o.a.s.u.TestInjection Start waiting for replica in sync with leader
[junit4] 2> 597196 INFO (qtp10956724-6293) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 597201 INFO (qtp10956724-6293) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard1_replica_t1]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:45535/solr/collection1_shard2_replica_t4/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 6
[junit4] 2> 597203 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.u.DirectUpdateHandler2 start
commit{_version_=1579169525939568640,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 597203 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 597203 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 597203 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.u.p.LogUpdateProcessorFactory [collection1_shard2_replica_t4]
webapp=/solr path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=https://127.0.0.1:45535/solr/collection1_shard2_replica_t4/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 597204 INFO (qtp10956724-6354) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.S.Request [collection1_shard1_replica_t1] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 597208 INFO (qtp10956724-6306) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.S.Request [collection1_shard2_replica_t4] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 597706 INFO
(OverseerCollectionConfigSetProcessor-98698095117008902-127.0.0.1:44105_solr-n_0000000000)
[n:127.0.0.1:44105_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> 597708 INFO (qtp10956724-6306) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.S.Request [collection1_shard1_replica_t1] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 597711 INFO (qtp10956724-6306) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.S.Request [collection1_shard2_replica_t4] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 598212 INFO (qtp10956724-6306) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.S.Request [collection1_shard1_replica_t1] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 598215 INFO (qtp10956724-6299) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.S.Request [collection1_shard2_replica_t4] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 598716 INFO (qtp10956724-6299) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.S.Request [collection1_shard1_replica_t1] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 598718 INFO (qtp10956724-6306) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.S.Request [collection1_shard2_replica_t4] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 599167 INFO (indexFetcher-2655-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard1 r:core_node5
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Last replication failed,
so I'll force replication
[junit4] 2> 599167 INFO (indexFetcher-2657-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard2 r:core_node8
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Last replication failed,
so I'll force replication
[junit4] 2> 599167 INFO (indexFetcher-2655-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard1 r:core_node5
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Updated masterUrl to
https://127.0.0.1:45535/solr/collection1_shard1_replica_t1/
[junit4] 2> 599168 INFO (indexFetcher-2657-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard2 r:core_node8
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Updated masterUrl to
https://127.0.0.1:45535/solr/collection1_shard2_replica_t4/
[junit4] 2> 599169 INFO (qtp10956724-6293) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.S.Request [collection1_shard2_replica_t4] webapp=/solr
path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 599170 INFO (indexFetcher-2657-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard2 r:core_node8
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's generation: 1
[junit4] 2> 599170 INFO (indexFetcher-2657-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard2 r:core_node8
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's version: 0
[junit4] 2> 599170 INFO (indexFetcher-2657-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard2 r:core_node8
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's generation: 1
[junit4] 2> 599170 INFO (indexFetcher-2657-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard2 r:core_node8
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's version: 0
[junit4] 2> 599170 INFO (indexFetcher-2657-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard2 r:core_node8
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher New index in Master.
Deleting mine...
[junit4] 2> 599170 INFO (indexFetcher-2657-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard2 r:core_node8
x:collection1_shard2_replica_t6] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 599170 INFO (indexFetcher-2657-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard2 r:core_node8
x:collection1_shard2_replica_t6] o.a.s.u.SolrIndexWriter Calling setCommitData
with IW:org.apache.solr.update.SolrIndexWriter@1c31f10 commitCommandVersion:0
[junit4] 2> 599172 INFO (qtp10956724-6299) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.S.Request [collection1_shard1_replica_t1] webapp=/solr
path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 599172 INFO (indexFetcher-2655-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard1 r:core_node5
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
[junit4] 2> 599172 INFO (indexFetcher-2655-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard1 r:core_node5
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
[junit4] 2> 599172 INFO (indexFetcher-2655-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard1 r:core_node5
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 1
[junit4] 2> 599172 INFO (indexFetcher-2655-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard1 r:core_node5
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's version: 0
[junit4] 2> 599172 INFO (indexFetcher-2655-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard1 r:core_node5
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher New index in Master.
Deleting mine...
[junit4] 2> 599172 INFO (indexFetcher-2655-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard1 r:core_node5
x:collection1_shard1_replica_t2] o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 599172 INFO (indexFetcher-2655-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard1 r:core_node5
x:collection1_shard1_replica_t2] o.a.s.u.SolrIndexWriter Calling setCommitData
with IW:org.apache.solr.update.SolrIndexWriter@1260e36 commitCommandVersion:0
[junit4] 2> 599188 INFO (indexFetcher-2657-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard2 r:core_node8
x:collection1_shard2_replica_t6] o.a.s.s.SolrIndexSearcher Opening
[Searcher@fe152b[collection1_shard2_replica_t6] main]
[junit4] 2> 599189 INFO (indexFetcher-2657-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard2 r:core_node8
x:collection1_shard2_replica_t6] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 599189 INFO
(searcherExecutor-2639-thread-1-processing-n:127.0.0.1:44105_solr
x:collection1_shard2_replica_t6 s:shard2 c:collection1 r:core_node8)
[n:127.0.0.1:44105_solr c:collection1 s:shard2 r:core_node8
x:collection1_shard2_replica_t6] o.a.s.c.SolrCore
[collection1_shard2_replica_t6] Registered new searcher
Searcher@fe152b[collection1_shard2_replica_t6]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 599193 INFO (indexFetcher-2655-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard1 r:core_node5
x:collection1_shard1_replica_t2] o.a.s.s.SolrIndexSearcher Opening
[Searcher@1b040d[collection1_shard1_replica_t2] main]
[junit4] 2> 599193 INFO (indexFetcher-2655-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard1 r:core_node5
x:collection1_shard1_replica_t2] o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 599194 INFO
(searcherExecutor-2636-thread-1-processing-n:127.0.0.1:44105_solr
x:collection1_shard1_replica_t2 s:shard1 c:collection1 r:core_node5)
[n:127.0.0.1:44105_solr c:collection1 s:shard1 r:core_node5
x:collection1_shard1_replica_t2] o.a.s.c.SolrCore
[collection1_shard1_replica_t2] Registered new searcher
Searcher@1b040d[collection1_shard1_replica_t2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 599219 INFO (qtp10956724-6302) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.S.Request [collection1_shard1_replica_t1] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 599222 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.S.Request [collection1_shard2_replica_t4] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 599722 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.S.Request [collection1_shard1_replica_t1] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 599725 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.S.Request [collection1_shard2_replica_t4] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 600225 INFO (qtp10956724-6299) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.S.Request [collection1_shard1_replica_t1] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 600227 INFO (qtp10956724-6299) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.S.Request [collection1_shard2_replica_t4] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 600728 INFO (qtp10956724-6354) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.S.Request [collection1_shard1_replica_t1] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 600730 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.S.Request [collection1_shard2_replica_t4] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 601231 INFO (qtp10956724-6302) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.S.Request [collection1_shard1_replica_t1] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 601232 INFO (qtp10956724-6299) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.S.Request [collection1_shard2_replica_t4] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 601734 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.S.Request [collection1_shard1_replica_t1] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 601734 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.S.Request [collection1_shard2_replica_t4] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 602166 INFO (qtp10956724-6293) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.S.Request [collection1_shard1_replica_t1] webapp=/solr
path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 602166 INFO (indexFetcher-2655-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard1 r:core_node5
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
[junit4] 2> 602167 INFO (indexFetcher-2655-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard1 r:core_node5
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
[junit4] 2> 602167 INFO (indexFetcher-2655-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard1 r:core_node5
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 2
[junit4] 2> 602167 INFO (indexFetcher-2655-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard1 r:core_node5
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's version:
1506013420109
[junit4] 2> 602168 INFO (qtp10956724-6355) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.S.Request [collection1_shard2_replica_t4] webapp=/solr
path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 602168 INFO (indexFetcher-2657-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard2 r:core_node8
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's generation: 1
[junit4] 2> 602168 INFO (indexFetcher-2657-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard2 r:core_node8
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's version: 0
[junit4] 2> 602168 INFO (indexFetcher-2657-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard2 r:core_node8
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's generation: 2
[junit4] 2> 602168 INFO (indexFetcher-2657-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard2 r:core_node8
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's version:
1506013420107
[junit4] 2> 602237 INFO (qtp10956724-6299) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.S.Request [collection1_shard2_replica_t4] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 602238 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.S.Request [collection1_shard1_replica_t1] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 602742 INFO (qtp10956724-6354) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.S.Request [collection1_shard2_replica_t4] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 602742 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.S.Request [collection1_shard1_replica_t1] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 603246 INFO (qtp10956724-6299) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.S.Request [collection1_shard1_replica_t1] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 603246 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.S.Request [collection1_shard2_replica_t4] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 603749 INFO (qtp10956724-6293) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.S.Request [collection1_shard1_replica_t1] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 603749 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.S.Request [collection1_shard2_replica_t4] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 604253 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.S.Request [collection1_shard1_replica_t1] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 604253 INFO (qtp10956724-6299) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.S.Request [collection1_shard2_replica_t4] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 604758 INFO (qtp10956724-6304) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.S.Request [collection1_shard1_replica_t1] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 604758 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.S.Request [collection1_shard2_replica_t4] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 605166 INFO (qtp10956724-6302) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.S.Request [collection1_shard1_replica_t1] webapp=/solr
path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 605167 INFO (indexFetcher-2655-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard1 r:core_node5
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's generation: 1
[junit4] 2> 605167 INFO (indexFetcher-2655-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard1 r:core_node5
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Master's version: 0
[junit4] 2> 605167 INFO (indexFetcher-2655-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard1 r:core_node5
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's generation: 2
[junit4] 2> 605167 INFO (indexFetcher-2655-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard1 r:core_node5
x:collection1_shard1_replica_t2] o.a.s.h.IndexFetcher Slave's version:
1506013420109
[junit4] 2> 605168 INFO (qtp10956724-6299) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.S.Request [collection1_shard2_replica_t4] webapp=/solr
path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 605168 INFO (indexFetcher-2657-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard2 r:core_node8
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's generation: 1
[junit4] 2> 605168 INFO (indexFetcher-2657-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard2 r:core_node8
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Master's version: 0
[junit4] 2> 605168 INFO (indexFetcher-2657-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard2 r:core_node8
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's generation: 2
[junit4] 2> 605168 INFO (indexFetcher-2657-thread-1)
[n:127.0.0.1:44105_solr c:collection1 s:shard2 r:core_node8
x:collection1_shard2_replica_t6] o.a.s.h.IndexFetcher Slave's version:
1506013420107
[junit4] 2> 605261 INFO (qtp10956724-6302) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.S.Request [collection1_shard2_replica_t4] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 605262 INFO (qtp10956724-6297) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.S.Request [collection1_shard1_replica_t1] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 605764 INFO (qtp10956724-6302) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.S.Request [collection1_shard2_replica_t4] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 605764 INFO (qtp10956724-6355) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.S.Request [collection1_shard1_replica_t1] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 606267 INFO (qtp10956724-6293) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.S.Request [collection1_shard1_replica_t1] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 606267 INFO (qtp10956724-6355) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.S.Request [collection1_shard2_replica_t4] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 606769 INFO (qtp10956724-6355) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.S.Request [collection1_shard2_replica_t4] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 606772 INFO (qtp10956724-6293) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.S.Request [collection1_shard1_replica_t1] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 607272 INFO (qtp10956724-6299) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.S.Request [collection1_shard2_replica_t4] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 607275 INFO (qtp10956724-6293) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.S.Request [collection1_shard1_replica_t1] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 607775 INFO (qtp10956724-6293) [n:127.0.0.1:45535_solr
c:collection1 s:shard2 r:core_node7 x:collection1_shard2_replica_t4]
o.a.s.c.S.Request [collection1_shard2_replica_t4] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 607778 INFO (qtp10956724-6306) [n:127.0.0.1:45535_solr
c:collection1 s:shard1 r:core_node3 x:collection1_shard1_replica_t1]
o.a.s.c.S.Request [collection1_shard1_replica_t1] webapp=/solr
path=/replication params={qt=/replication&wt=javabin&version=2&command=details}
status=0 QTime=0
[junit4] 2> 608166 INFO (qtp10956724-6299) [n:127.0.0.1
[...truncated too long message...]
.java:307)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.joinElection(LeaderElector.java:216)
[junit4] 2> at
org.apache.solr.cloud.ShardLeaderElectionContext.rejoinLeaderElection(ElectionContext.java:715)
[junit4] 2> at
org.apache.solr.cloud.ShardLeaderElectionContext.runLeaderProcess(ElectionContext.java:349)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.runIamLeaderProcess(LeaderElector.java:170)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:269)
[junit4] 2> at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[junit4] 2> at
java.util.concurrent.FutureTask.run(FutureTask.java:266)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:188)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[junit4] 2> at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 883320 INFO
(zkCallback-632-thread-5-processing-n:127.0.0.1:37057_d%2Fsf)
[n:127.0.0.1:37057_d%2Fsf c:c8n_1x3_lf s:shard1 r:core_node4
x:c8n_1x3_lf_shard1_replica_n1] o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica_n1]
CLOSING SolrCore org.apache.solr.core.SolrCore@c91cb5
[junit4] 2> 883320 INFO
(zkCallback-632-thread-5-processing-n:127.0.0.1:37057_d%2Fsf)
[n:127.0.0.1:37057_d%2Fsf c:c8n_1x3_lf s:shard1 r:core_node4
x:c8n_1x3_lf_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.c8n_1x3_lf.shard1.replica_n1, tag=13180085
[junit4] 2> 883320 INFO
(zkCallback-632-thread-5-processing-n:127.0.0.1:37057_d%2Fsf)
[n:127.0.0.1:37057_d%2Fsf c:c8n_1x3_lf s:shard1 r:core_node4
x:c8n_1x3_lf_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@16c8dfd: rootName = null,
domain = solr.core.c8n_1x3_lf.shard1.replica_n1, service url = null, agent id =
null] for registry solr.core.c8n_1x3_lf.shard1.replica_n1 /
com.codahale.metrics.MetricRegistry@37f8dc
[junit4] 2> 883335 INFO
(zkCallback-632-thread-5-processing-n:127.0.0.1:37057_d%2Fsf)
[n:127.0.0.1:37057_d%2Fsf c:c8n_1x3_lf s:shard1 r:core_node4
x:c8n_1x3_lf_shard1_replica_n1] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.c8n_1x3_lf.shard1.leader, tag=13180085
[junit4] 2> 883335 WARN
(zkCallback-632-thread-5-processing-n:127.0.0.1:37057_d%2Fsf)
[n:127.0.0.1:37057_d%2Fsf c:c8n_1x3_lf s:shard1 r:core_node4
x:c8n_1x3_lf_shard1_replica_n1] o.a.s.c.RecoveryStrategy Stopping recovery for
core=[c8n_1x3_lf_shard1_replica_n1] coreNodeName=[core_node4]
[junit4] 2> 883339 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[9AC715AA55C7ACF1]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@45f0ee{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 883339 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[9AC715AA55C7ACF1]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@1c89aff{/d/sf,null,UNAVAILABLE}
[junit4] 2> 883339 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[9AC715AA55C7ACF1]) [ ]
o.a.z.s.ZooKeeperServer ZKShutdownHandler is not registered, so ZooKeeper
server won't take any action on ERROR or SHUTDOWN server state changes
[junit4] 2> 883340 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[9AC715AA55C7ACF1]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:37585 37585
[junit4] 2> 888958 INFO (Thread-1047) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:37585 37585
[junit4] 2> 888959 WARN (Thread-1047) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/aliases.json
[junit4] 2> 4 /solr/security.json
[junit4] 2> 4 /solr/configs/conf1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/clusterprops.json
[junit4] 2> 6 /solr/clusterstate.json
[junit4] 2> 3 /solr/collections/collection1/state.json
[junit4] 2> 3 /solr/collections/c8n_1x3_lf/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/live_nodes
[junit4] 2> 6 /solr/collections
[junit4] 2> 4 /solr/overseer/queue
[junit4] 2> 4 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> 888959 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[9AC715AA55C7ACF1]) [ ]
o.a.s.c.SocketProxy Closing 6 connections to: http://127.0.0.1:45967/d/sf,
target: http://127.0.0.1:39541/d/sf
[junit4] 2> 888959 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[9AC715AA55C7ACF1]) [ ]
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:37057/d/sf,
target: http://127.0.0.1:44347/d/sf
[junit4] 2> 888959 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[9AC715AA55C7ACF1]) [ ]
o.a.s.c.SocketProxy Closing 7 connections to: http://127.0.0.1:33273/d/sf,
target: http://127.0.0.1:45561/d/sf
[junit4] 2> 888959 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[9AC715AA55C7ACF1]) [ ]
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:38449/d/sf,
target: http://127.0.0.1:44769/d/sf
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test
-Dtests.seed=9AC715AA55C7ACF1 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=en-NZ -Dtests.timezone=Asia/Dushanbe -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 141s J2 | LeaderFailoverAfterPartitionTest.test <<<
[junit4] > Throwable #1: java.lang.AssertionError: Expected 2 of 3
replicas to be active but only found 1;
[core_node5:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:33273/d/sf","node_name":"127.0.0.1:33273_d%2Fsf","state":"active","type":"NRT","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={
[junit4] > "pullReplicas":"0",
[junit4] > "replicationFactor":"1",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{
[junit4] > "core_node4":{
[junit4] > "state":"down",
[junit4] > "base_url":"http://127.0.0.1:37057/d/sf",
[junit4] > "core":"c8n_1x3_lf_shard1_replica_n1",
[junit4] > "node_name":"127.0.0.1:37057_d%2Fsf",
[junit4] > "type":"NRT"},
[junit4] > "core_node5":{
[junit4] > "core":"c8n_1x3_lf_shard1_replica_n2",
[junit4] > "base_url":"http://127.0.0.1:33273/d/sf",
[junit4] > "node_name":"127.0.0.1:33273_d%2Fsf",
[junit4] > "state":"active",
[junit4] > "type":"NRT",
[junit4] > "leader":"true"},
[junit4] > "core_node6":{
[junit4] > "core":"c8n_1x3_lf_shard1_replica_n3",
[junit4] > "base_url":"http://127.0.0.1:38449/d/sf",
[junit4] > "node_name":"127.0.0.1:38449_d%2Fsf",
[junit4] > "state":"down",
[junit4] > "type":"NRT"}}}},
[junit4] > "router":{"name":"compositeId"},
[junit4] > "maxShardsPerNode":"1",
[junit4] > "autoAddReplicas":"false",
[junit4] > "nrtReplicas":"3",
[junit4] > "tlogReplicas":"0"}
[junit4] > at
__randomizedtesting.SeedInfo.seed([9AC715AA55C7ACF1:12932A70FB3BC109]:0)
[junit4] > at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
[junit4] > at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_9AC715AA55C7ACF1-001
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=RandomSimilarity(queryNorm=false): {}, locale=en-NZ, timezone=Asia/Dushanbe
[junit4] 2> NOTE: Linux 4.10.0-33-generic i386/Oracle Corporation
1.8.0_144 (32-bit)/cpus=8,threads=1,free=172917608,total=349437952
[junit4] 2> NOTE: All tests run in this JVM: [AnalyticsMergeStrategyTest,
RequestLoggingTest, BitVectorTest, JavabinLoaderTest, UnloadDistributedZkTest,
TestLMJelinekMercerSimilarityFactory, TestDFISimilarityFactory,
DistributedFacetExistsSmallTest, ShardSplitTest, DeleteShardTest,
ClusterStateTest, FullSolrCloudDistribCmdsTest, ReturnFieldsTest,
TestFieldCacheVsDocValues, SmileWriterTest, HdfsBasicDistributedZkTest,
HdfsLockFactoryTest, FacetPivotSmallTest, CdcrBootstrapTest, TestSort,
SolrCloudReportersTest, HdfsThreadLeakTest, SimplePostToolTest, TestFastWriter,
TermsComponentTest, TestInitParams, HealthCheckHandlerTest, TestReload,
LeaderFailoverAfterPartitionTest]
[junit4] Completed [200/733 (2!)] on J2 in 140.63s, 1 test, 1 failure <<<
FAILURES!
[...truncated 43926 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]