Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21359/
Java: 64bit/jdk1.8.0_144 -XX:-UseCompressedOops -XX:+UseG1GC
1 tests failed.
FAILED: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test
Error Message:
Expected 2 of 3 replicas to be active but only found 1;
[core_node4:{"core":"c8n_1x3_lf_shard1_replica_t1","base_url":"http://127.0.0.1:45541/gjo","node_name":"127.0.0.1:45541_gjo","state":"active","type":"TLOG","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":{ "core":"c8n_1x3_lf_shard1_replica_t1",
"base_url":"http://127.0.0.1:45541/gjo",
"node_name":"127.0.0.1:45541_gjo", "state":"active",
"type":"TLOG", "leader":"true"}, "core_node5":{
"core":"c8n_1x3_lf_shard1_replica_t2",
"base_url":"http://127.0.0.1:41651/gjo",
"node_name":"127.0.0.1:41651_gjo", "state":"down",
"type":"TLOG"}, "core_node6":{ "state":"down",
"base_url":"http://127.0.0.1:37895/gjo",
"core":"c8n_1x3_lf_shard1_replica_t3",
"node_name":"127.0.0.1:37895_gjo", "type":"TLOG"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"0", "tlogReplicas":"3"}
Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found
1;
[core_node4:{"core":"c8n_1x3_lf_shard1_replica_t1","base_url":"http://127.0.0.1:45541/gjo","node_name":"127.0.0.1:45541_gjo","state":"active","type":"TLOG","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":{
"core":"c8n_1x3_lf_shard1_replica_t1",
"base_url":"http://127.0.0.1:45541/gjo",
"node_name":"127.0.0.1:45541_gjo",
"state":"active",
"type":"TLOG",
"leader":"true"},
"core_node5":{
"core":"c8n_1x3_lf_shard1_replica_t2",
"base_url":"http://127.0.0.1:41651/gjo",
"node_name":"127.0.0.1:41651_gjo",
"state":"down",
"type":"TLOG"},
"core_node6":{
"state":"down",
"base_url":"http://127.0.0.1:37895/gjo",
"core":"c8n_1x3_lf_shard1_replica_t3",
"node_name":"127.0.0.1:37895_gjo",
"type":"TLOG"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"0",
"tlogReplicas":"3"}
at
__randomizedtesting.SeedInfo.seed([38E75FB9AFFB5E5D:B0B36063010733A5]: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)
Build Log:
[...truncated 11824 lines...]
[junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
[junit4] 2> 112689 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[38E75FB9AFFB5E5D]-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.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/init-core-data-001
[junit4] 2> 112689 WARN
(SUITE-LeaderFailoverAfterPartitionTest-seed#[38E75FB9AFFB5E5D]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=130 numCloses=130
[junit4] 2> 112690 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[38E75FB9AFFB5E5D]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=true
[junit4] 2> 112690 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[38E75FB9AFFB5E5D]-worker) [ ]
o.a.s.SolrTestCaseJ4 Randomized ssl (false) and clientAuth (false) via:
@org.apache.solr.SolrTestCaseJ4$SuppressSSL(bugUrl=https://issues.apache.org/jira/browse/SOLR-5776)
[junit4] 2> 112691 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[38E75FB9AFFB5E5D]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /gjo/
[junit4] 2> 112692 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 112692 INFO (Thread-242) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 112692 INFO (Thread-242) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 112693 ERROR (Thread-242) [ ] 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> 112792 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.ZkTestServer start zk server on port:43853
[junit4] 2> 112794 INFO (zkConnectionManagerCallback-214-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 112797 INFO (zkConnectionManagerCallback-216-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 112800 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 112800 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 112801 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 112801 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 112802 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 112802 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 112803 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 112803 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 112803 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 112804 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 112804 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 112805 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly
asked otherwise
[junit4] 2> 112869 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 112870 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 112870 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 112870 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 112870 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@10d64b07{/gjo,null,AVAILABLE}
[junit4] 2> 112872 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@45f0b426{HTTP/1.1,[http/1.1]}{127.0.0.1:42461}
[junit4] 2> 112872 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.Server Started @114763ms
[junit4] 2> 112872 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/tempDir-001/control/data,
replicaType=NRT, hostContext=/gjo, hostPort=37895,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/control-001/cores}
[junit4] 2> 112872 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 112872 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 112872 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 112872 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 112872 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-27T19:59:49.139Z
[junit4] 2> 112874 INFO (zkConnectionManagerCallback-218-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 112874 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 112875 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/control-001/solr.xml
[junit4] 2> 112879 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 112879 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 112880 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 112883 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43853/solr
[junit4] 2> 112885 INFO (zkConnectionManagerCallback-222-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 112889 INFO
(zkConnectionManagerCallback-224-thread-1-processing-n:127.0.0.1:37895_gjo)
[n:127.0.0.1:37895_gjo ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 112918 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:37895_gjo ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 112918 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:37895_gjo ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:37895_gjo
[junit4] 2> 112918 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:37895_gjo ] o.a.s.c.Overseer Overseer
(id=99423563871617028-127.0.0.1:37895_gjo-n_0000000000) starting
[junit4] 2> 112921 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:37895_gjo ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37895_gjo
[junit4] 2> 112922 INFO
(zkCallback-223-thread-1-processing-n:127.0.0.1:37895_gjo)
[n:127.0.0.1:37895_gjo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 112966 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:37895_gjo ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
[junit4] 2> 112974 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:37895_gjo ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
[junit4] 2> 112975 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:37895_gjo ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
[junit4] 2> 112976 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:37895_gjo ] 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.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/control-001/cores
[junit4] 2> 112990 INFO (zkConnectionManagerCallback-230-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 112991 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 112992 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43853/solr ready
[junit4] 2> 112992 INFO (SocketProxy-Acceptor-37895) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=54686,localport=37895], receiveBufferSize:531000
[junit4] 2> 112993 INFO (SocketProxy-Acceptor-37895) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=42461,localport=34438], receiveBufferSize=530904
[junit4] 2> 112995 INFO (qtp1891344788-1065) [n:127.0.0.1:37895_gjo ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:37895_gjo&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 112996 INFO
(OverseerThreadFactory-432-thread-1-processing-n:127.0.0.1:37895_gjo)
[n:127.0.0.1:37895_gjo ] o.a.s.c.a.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 113102 INFO (SocketProxy-Acceptor-37895) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=54690,localport=37895], receiveBufferSize:531000
[junit4] 2> 113102 INFO (SocketProxy-Acceptor-37895) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=42461,localport=34442], receiveBufferSize=530904
[junit4] 2> 113103 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 113104 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 113209 INFO
(zkCallback-223-thread-1-processing-n:127.0.0.1:37895_gjo)
[n:127.0.0.1:37895_gjo ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 114145 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 114164 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 114239 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 114255 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 114256 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
[junit4] 2> 114256 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 114256 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 114258 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1983381575,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 114260 WARN (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 114291 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 114291 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 114293 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 114293 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 114294 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1307911005,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 114295 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@57cd8ad8[control_collection_shard1_replica_n1] main]
[junit4] 2> 114296 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 114296 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 114297 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 114298 INFO
(searcherExecutor-435-thread-1-processing-n:127.0.0.1:37895_gjo
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:37895_gjo c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@57cd8ad8[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 114298 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1590777023629885440
[junit4] 2> 114302 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 114302 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 114302 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:37895/gjo/control_collection_shard1_replica_n1/
[junit4] 2> 114302 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 114302 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:37895/gjo/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 114302 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 114304 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:37895/gjo/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 114405 INFO
(zkCallback-223-thread-2-processing-n:127.0.0.1:37895_gjo)
[n:127.0.0.1:37895_gjo ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 114455 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 114525 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1422
[junit4] 2> 114529 INFO (qtp1891344788-1065) [n:127.0.0.1:37895_gjo ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 114557 INFO
(zkCallback-223-thread-2-processing-n:127.0.0.1:37895_gjo)
[n:127.0.0.1:37895_gjo ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 114998 INFO
(OverseerCollectionConfigSetProcessor-99423563871617028-127.0.0.1:37895_gjo-n_0000000000)
[n:127.0.0.1:37895_gjo ] 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> 115529 INFO (qtp1891344788-1065) [n:127.0.0.1:37895_gjo ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:37895_gjo&wt=javabin&version=2}
status=0 QTime=2534
[junit4] 2> 115534 INFO (zkConnectionManagerCallback-234-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 115534 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 115535 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:43853/solr ready
[junit4] 2> 115535 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 115535 INFO (SocketProxy-Acceptor-37895) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=54724,localport=37895], receiveBufferSize:531000
[junit4] 2> 115536 INFO (SocketProxy-Acceptor-37895) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=42461,localport=34476], receiveBufferSize=530904
[junit4] 2> 115536 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 115537 INFO
(OverseerThreadFactory-432-thread-2-processing-n:127.0.0.1:37895_gjo)
[n:127.0.0.1:37895_gjo ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 115538 WARN
(OverseerThreadFactory-432-thread-2-processing-n:127.0.0.1:37895_gjo)
[n:127.0.0.1:37895_gjo ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 115742 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 115743 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=206
[junit4] 2> 115819 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-1-001
of type TLOG
[junit4] 2> 115819 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 115821 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 115821 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 115821 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 115821 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2cc4ecad{/gjo,null,AVAILABLE}
[junit4] 2> 115821 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@6204df5f{HTTP/1.1,[http/1.1]}{127.0.0.1:41835}
[junit4] 2> 115821 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.Server Started @117713ms
[junit4] 2> 115821 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/tempDir-001/jetty1,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/gjo, hostPort=44319,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-1-001/cores}
[junit4] 2> 115821 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 115822 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 115822 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 115822 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 115822 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-27T19:59:52.089Z
[junit4] 2> 115824 INFO (zkConnectionManagerCallback-236-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 115825 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 115825 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-1-001/solr.xml
[junit4] 2> 115828 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 115828 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 115828 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 115830 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43853/solr
[junit4] 2> 115832 INFO (zkConnectionManagerCallback-240-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 115834 INFO
(zkConnectionManagerCallback-242-thread-1-processing-n:127.0.0.1:44319_gjo)
[n:127.0.0.1:44319_gjo ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 115837 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:44319_gjo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 115837 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:44319_gjo ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 115838 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:44319_gjo ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:44319_gjo
[junit4] 2> 115839 INFO
(zkCallback-223-thread-2-processing-n:127.0.0.1:37895_gjo)
[n:127.0.0.1:37895_gjo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 115839 INFO
(zkCallback-241-thread-1-processing-n:127.0.0.1:44319_gjo)
[n:127.0.0.1:44319_gjo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 115839 INFO (zkCallback-233-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 115895 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:44319_gjo ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
[junit4] 2> 115901 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:44319_gjo ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
[junit4] 2> 115901 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:44319_gjo ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
[junit4] 2> 115903 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:44319_gjo ] 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.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-1-001/cores
[junit4] 2> 115919 INFO (qtp1891344788-1105) [n:127.0.0.1:37895_gjo ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:44319_gjo&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 115921 INFO
(OverseerCollectionConfigSetProcessor-99423563871617028-127.0.0.1:37895_gjo-n_0000000000)
[n:127.0.0.1:37895_gjo ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 115921 INFO
(OverseerThreadFactory-432-thread-3-processing-n:127.0.0.1:37895_gjo)
[n:127.0.0.1:37895_gjo ] o.a.s.c.a.c.AddReplicaCmd Node Identified
127.0.0.1:44319_gjo for creating new replica
[junit4] 2> 115922 INFO (SocketProxy-Acceptor-44319) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=45158,localport=44319], receiveBufferSize:531000
[junit4] 2> 115923 INFO (SocketProxy-Acceptor-44319) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=41835,localport=50688], receiveBufferSize=530904
[junit4] 2> 115924 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 115924 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 116028 INFO
(zkCallback-241-thread-1-processing-n:127.0.0.1:44319_gjo)
[n:127.0.0.1:44319_gjo ] 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> 116947 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 116962 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema
[collection1_shard2_replica_t41] Schema name=test
[junit4] 2> 117043 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 117061 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_t41' using configuration from
collection collection1, trusted=true
[junit4] 2> 117062 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_t41' (registry
'solr.core.collection1.shard2.replica_t41') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
[junit4] 2> 117062 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 117062 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrCore
[[collection1_shard2_replica_t41] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-1-001/cores/collection1_shard2_replica_t41],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-1-001/cores/collection1_shard2_replica_t41/data/]
[junit4] 2> 117065 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1983381575,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 117067 WARN (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 117106 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 117106 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 117108 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 117108 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 117109 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1307911005,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 117109 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@5f2515aa[collection1_shard2_replica_t41] main]
[junit4] 2> 117110 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 117110 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 117111 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 117111 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1590777026579529728
[junit4] 2> 117112 INFO
(searcherExecutor-446-thread-1-processing-n:127.0.0.1:44319_gjo
x:collection1_shard2_replica_t41 s:shard2 c:collection1) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SolrCore
[collection1_shard2_replica_t41] Registered new searcher
Searcher@5f2515aa[collection1_shard2_replica_t41]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 117114 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 117114 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 117114 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:44319/gjo/collection1_shard2_replica_t41/
[junit4] 2> 117114 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 117114 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.SyncStrategy
http://127.0.0.1:44319/gjo/collection1_shard2_replica_t41/ has no replicas
[junit4] 2> 117114 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 117115 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.ZkController
collection1_shard2_replica_t41 stopping background replication from leader
[junit4] 2> 117116 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:44319/gjo/collection1_shard2_replica_t41/ shard2
[junit4] 2> 117218 INFO
(zkCallback-241-thread-1-processing-n:127.0.0.1:44319_gjo)
[n:127.0.0.1:44319_gjo ] 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> 117267 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 117269 INFO (qtp835730199-1123) [n:127.0.0.1:44319_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t41] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=1344
[junit4] 2> 117271 INFO (qtp1891344788-1105) [n:127.0.0.1:37895_gjo ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:44319_gjo&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2}
status=0 QTime=1351
[junit4] 2> 117347 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-2-001
of type TLOG
[junit4] 2> 117348 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 117348 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 117348 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 117348 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 117349 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5c8cea26{/gjo,null,AVAILABLE}
[junit4] 2> 117349 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@4911e594{HTTP/1.1,[http/1.1]}{127.0.0.1:34295}
[junit4] 2> 117349 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.Server Started @119240ms
[junit4] 2> 117349 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/tempDir-001/jetty2,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/gjo, hostPort=41651,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-2-001/cores}
[junit4] 2> 117349 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 117349 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 117350 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 117350 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 117350 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-27T19:59:53.617Z
[junit4] 2> 117351 INFO (zkConnectionManagerCallback-246-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 117353 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 117353 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-2-001/solr.xml
[junit4] 2> 117356 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 117356 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 117357 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 117361 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43853/solr
[junit4] 2> 117363 INFO (zkConnectionManagerCallback-250-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 117365 INFO
(zkConnectionManagerCallback-252-thread-1-processing-n:127.0.0.1:41651_gjo)
[n:127.0.0.1:41651_gjo ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 117368 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:41651_gjo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 117368 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:41651_gjo ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 117369 INFO
(zkCallback-241-thread-1-processing-n:127.0.0.1:44319_gjo)
[n:127.0.0.1:44319_gjo ] 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> 117369 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:41651_gjo ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:41651_gjo
[junit4] 2> 117370 INFO
(zkCallback-241-thread-1-processing-n:127.0.0.1:44319_gjo)
[n:127.0.0.1:44319_gjo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 117370 INFO
(zkCallback-223-thread-2-processing-n:127.0.0.1:37895_gjo)
[n:127.0.0.1:37895_gjo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 117370 INFO (zkCallback-233-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 117370 INFO
(zkCallback-251-thread-1-processing-n:127.0.0.1:41651_gjo)
[n:127.0.0.1:41651_gjo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 117421 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:41651_gjo ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
[junit4] 2> 117426 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:41651_gjo ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
[junit4] 2> 117427 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:41651_gjo ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
[junit4] 2> 117428 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:41651_gjo ] 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.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-2-001/cores
[junit4] 2> 117450 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:41651_gjo&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 117452 INFO
(OverseerCollectionConfigSetProcessor-99423563871617028-127.0.0.1:37895_gjo-n_0000000000)
[n:127.0.0.1:37895_gjo ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 117452 INFO
(OverseerThreadFactory-432-thread-4-processing-n:127.0.0.1:37895_gjo)
[n:127.0.0.1:37895_gjo ] o.a.s.c.a.c.AddReplicaCmd Node Identified
127.0.0.1:41651_gjo for creating new replica
[junit4] 2> 117453 INFO (SocketProxy-Acceptor-41651) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=43742,localport=41651], receiveBufferSize:531000
[junit4] 2> 117454 INFO (SocketProxy-Acceptor-41651) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=34295,localport=47858], receiveBufferSize=530904
[junit4] 2> 117455 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 117455 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 117558 INFO
(zkCallback-241-thread-1-processing-n:127.0.0.1:44319_gjo)
[n:127.0.0.1:44319_gjo ] 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: [3])
[junit4] 2> 117559 INFO
(zkCallback-251-thread-1-processing-n:127.0.0.1:41651_gjo)
[n:127.0.0.1:41651_gjo ] 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: [3])
[junit4] 2> 118468 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 118494 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema
[collection1_shard1_replica_t43] Schema name=test
[junit4] 2> 118572 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 118584 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_t43' using configuration from
collection collection1, trusted=true
[junit4] 2> 118584 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_t43' (registry
'solr.core.collection1.shard1.replica_t43') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
[junit4] 2> 118584 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 118584 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SolrCore
[[collection1_shard1_replica_t43] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-2-001/cores/collection1_shard1_replica_t43],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-2-001/cores/collection1_shard1_replica_t43/data/]
[junit4] 2> 118587 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1983381575,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 118589 WARN (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 118629 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 118629 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 118630 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 118630 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 118631 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1307911005,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 118631 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@60e264f1[collection1_shard1_replica_t43] main]
[junit4] 2> 118632 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 118633 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 118633 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 118634 INFO
(searcherExecutor-457-thread-1-processing-n:127.0.0.1:41651_gjo
x:collection1_shard1_replica_t43 s:shard1 c:collection1) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SolrCore
[collection1_shard1_replica_t43] Registered new searcher
Searcher@60e264f1[collection1_shard1_replica_t43]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 118634 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1590777028176510976
[junit4] 2> 118637 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 118637 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 118637 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:41651/gjo/collection1_shard1_replica_t43/
[junit4] 2> 118637 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 118637 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.SyncStrategy
http://127.0.0.1:41651/gjo/collection1_shard1_replica_t43/ has no replicas
[junit4] 2> 118637 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 118638 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.ZkController
collection1_shard1_replica_t43 stopping background replication from leader
[junit4] 2> 118639 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:41651/gjo/collection1_shard1_replica_t43/ shard1
[junit4] 2> 118740 INFO
(zkCallback-241-thread-1-processing-n:127.0.0.1:44319_gjo)
[n:127.0.0.1:44319_gjo ] 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: [3])
[junit4] 2> 118740 INFO
(zkCallback-251-thread-1-processing-n:127.0.0.1:41651_gjo)
[n:127.0.0.1:41651_gjo ] 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: [3])
[junit4] 2> 118789 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 118791 INFO (qtp1700400-1158) [n:127.0.0.1:41651_gjo
c:collection1 s:shard1 x:collection1_shard1_replica_t43] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_t43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=TLOG}
status=0 QTime=1336
[junit4] 2> 118795 INFO (qtp1891344788-1071) [n:127.0.0.1:37895_gjo ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:41651_gjo&action=ADDREPLICA&collection=collection1&shard=shard1&type=TLOG&wt=javabin&version=2}
status=0 QTime=1344
[junit4] 2> 118871 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-3-001
of type TLOG
[junit4] 2> 118872 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 118873 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 118873 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 118873 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 118873 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@367a242a{/gjo,null,AVAILABLE}
[junit4] 2> 118873 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7ce420d3{HTTP/1.1,[http/1.1]}{127.0.0.1:40655}
[junit4] 2> 118873 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.Server Started @120765ms
[junit4] 2> 118873 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/tempDir-001/jetty3,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/gjo, hostPort=45541,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-3-001/cores}
[junit4] 2> 118874 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 118874 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
8.0.0
[junit4] 2> 118874 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 118874 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 118874 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-27T19:59:55.141Z
[junit4] 2> 118876 INFO (zkConnectionManagerCallback-256-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 118877 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 118877 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-3-001/solr.xml
[junit4] 2> 118880 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 118880 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 118880 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 118882 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:43853/solr
[junit4] 2> 118883 INFO (zkConnectionManagerCallback-260-thread-1) [ ]
o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 118886 INFO
(zkConnectionManagerCallback-262-thread-1-processing-n:127.0.0.1:45541_gjo)
[n:127.0.0.1:45541_gjo ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 118889 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:45541_gjo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 118890 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:45541_gjo ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 118891 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:45541_gjo ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:45541_gjo
[junit4] 2> 118891 INFO
(zkCallback-241-thread-1-processing-n:127.0.0.1:44319_gjo)
[n:127.0.0.1:44319_gjo ] 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: [3])
[junit4] 2> 118891 INFO
(zkCallback-251-thread-1-processing-n:127.0.0.1:41651_gjo)
[n:127.0.0.1:41651_gjo ] 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: [3])
[junit4] 2> 118891 INFO (zkCallback-233-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 118891 INFO
(zkCallback-241-thread-2-processing-n:127.0.0.1:44319_gjo)
[n:127.0.0.1:44319_gjo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 118891 INFO
(zkCallback-251-thread-2-processing-n:127.0.0.1:41651_gjo)
[n:127.0.0.1:41651_gjo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 118892 INFO
(zkCallback-223-thread-2-processing-n:127.0.0.1:37895_gjo)
[n:127.0.0.1:37895_gjo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 118892 INFO
(zkCallback-261-thread-1-processing-n:127.0.0.1:45541_gjo)
[n:127.0.0.1:45541_gjo ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 118950 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:45541_gjo ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
[junit4] 2> 118955 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:45541_gjo ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
[junit4] 2> 118955 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:45541_gjo ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
[junit4] 2> 118956 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D])
[n:127.0.0.1:45541_gjo ] 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.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-3-001/cores
[junit4] 2> 118982 INFO (qtp1891344788-1105) [n:127.0.0.1:37895_gjo ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:45541_gjo&action=ADDREPLICA&collection=collection1&shard=shard2&type=TLOG&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 118984 INFO
(OverseerCollectionConfigSetProcessor-99423563871617028-127.0.0.1:37895_gjo-n_0000000000)
[n:127.0.0.1:37895_gjo ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 118984 INFO
(OverseerThreadFactory-432-thread-5-processing-n:127.0.0.1:37895_gjo)
[n:127.0.0.1:37895_gjo ] o.a.s.c.a.c.AddReplicaCmd Node Identified
127.0.0.1:45541_gjo for creating new replica
[junit4] 2> 118986 INFO (SocketProxy-Acceptor-45541) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=48354,localport=45541], receiveBufferSize:531000
[junit4] 2> 118986 INFO (SocketProxy-Acceptor-45541) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=40655,localport=53964], receiveBufferSize=530904
[junit4] 2> 118987 INFO (qtp478973826-1193) [n:127.0.0.1:45541_gjo ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_t45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=TLOG
[junit4] 2> 118987 INFO (qtp478973826-1193) [n:127.0.0.1:45541_gjo ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 119090 INFO
(zkCallback-251-thread-2-processing-n:127.0.0.1:41651_gjo)
[n:127.0.0.1:41651_gjo ] 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: [4])
[junit4] 2> 119090 INFO
(zkCallback-261-thread-1-processing-n:127.0.0.1:45541_gjo)
[n:127.0.0.1:45541_gjo ] 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: [4])
[junit4] 2> 119090 INFO
(zkCallback-241-thread-2-processing-n:127.0.0.1:44319_gjo)
[n:127.0.0.1:44319_gjo ] 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: [4])
[junit4] 2> 120027 INFO (qtp478973826-1193) [n:127.0.0.1:45541_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 120038 INFO (qtp478973826-1193) [n:127.0.0.1:45541_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema
[collection1_shard2_replica_t45] Schema name=test
[junit4] 2> 120125 INFO (qtp478973826-1193) [n:127.0.0.1:45541_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 120133 INFO (qtp478973826-1193) [n:127.0.0.1:45541_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_t45' using configuration from
collection collection1, trusted=true
[junit4] 2> 120134 INFO (qtp478973826-1193) [n:127.0.0.1:45541_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t45]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_t45' (registry
'solr.core.collection1.shard2.replica_t45') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@751ab9bd
[junit4] 2> 120134 INFO (qtp478973826-1193) [n:127.0.0.1:45541_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 120134 INFO (qtp478973826-1193) [n:127.0.0.1:45541_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.c.SolrCore
[[collection1_shard2_replica_t45] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-3-001/cores/collection1_shard2_replica_t45],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001/shard-3-001/cores/collection1_shard2_replica_t45/data/]
[junit4] 2> 120136 INFO (qtp478973826-1193) [n:127.0.0.1:45541_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t45]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1983381575,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 120137 WARN (qtp478973826-1193) [n:127.0.0.1:45541_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t45]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 120162 INFO (qtp478973826-1193) [n:127.0.0.1:45541_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 120162 INFO (qtp478973826-1193) [n:127.0.0.1:45541_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 120163 INFO (qtp478973826-1193) [n:127.0.0.1:45541_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 120163 INFO (qtp478973826-1193) [n:127.0.0.1:45541_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 120164 INFO (qtp478973826-1193) [n:127.0.0.1:45541_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t45]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.AlcoholicMergePolicy: [AlcoholicMergePolicy:
minMergeSize=0, mergeFactor=10, maxMergeSize=1307911005,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.1]
[junit4] 2> 120164 INFO (qtp478973826-1193) [n:127.0.0.1:45541_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t45]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@53c6fb2f[collection1_shard2_replica_t45] main]
[junit4] 2> 120165 INFO (qtp478973826-1193) [n:127.0.0.1:45541_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t45]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 120165 INFO (qtp478973826-1193) [n:127.0.0.1:45541_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t45]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 120166 INFO (qtp478973826-1193) [n:127.0.0.1:45541_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t45]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 120167 INFO
(searcherExecutor-468-thread-1-processing-n:127.0.0.1:45541_gjo
x:collection1_shard2_replica_t45 s:shard2 c:collection1) [n:127.0.0.1:45541_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.c.SolrCore
[collection1_shard2_replica_t45] Registered new searcher
Searcher@53c6fb2f[collection1_shard2_replica_t45]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 120167 INFO (qtp478973826-1193) [n:127.0.0.1:45541_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1590777029783977984
[junit4] 2> 120170 INFO (qtp478973826-1193) [n:127.0.0.1:45541_gjo
c:collection1 s:shard2 x:collection1_shard2_replica_t45] o.a.s.c.ZkController
Core needs to recover:collection1_shard2_replica_t45
[junit4] 2> 120171 INFO
(updateExecutor-257-thread-1-processing-n:127.0.0.1:45541_gjo
x:collection1_shard2_replica_t45 s:shard2 c:collection1) [n:127.0.0.1:45541_gjo
c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_t45]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 120171 INFO
(recoveryExecutor-258-thread-1-processing-n:127.0.0.1:45541_gjo
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 120171 INFO
(recoveryExecutor-258-thread-1-processing-n:127.0.0.1:45541_gjo
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy ######
startupVersions=[[]]
[junit4] 2> 120171 INFO
(recoveryExecutor-258-thread-1-processing-n:127.0.0.1:45541_gjo
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_t45] o.a.s.c.ZkController
collection1_shard2_replica_t45 stopping background replication from leader
[junit4] 2> 120171 INFO
(recoveryExecutor-258-thread-1-processing-n:127.0.0.1:45541_gjo
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_t45] o.a.s.c.RecoveryStrategy Begin buffering
updates. core=[collection1_shard2_replica_t45]
[junit4] 2> 120171 INFO
(recoveryExecutor-258-thread-1-processing-n:127.0.0.1:45541_gjo
x:collection1_shard2_replica_t45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46 x:collec
[...truncated too long message...]
d.QueuedThreadPool$2.run(QueuedThreadPool.java:626)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2>
[junit4] 2> 272194 INFO (qtp478973826-1192) [n:127.0.0.1:45541_gjo ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:37895_gjo&onlyIfLeaderActive=true&core=c8n_1x3_lf_shard1_replica_t1&coreNodeName=core_node6&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=400 QTime=95029
[junit4] 2> 273881 WARN
(zkCallback-261-thread-3-processing-n:127.0.0.1:45541_gjo)
[n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_t45] o.a.s.c.SyncStrategy Closed, skipping sync up.
[junit4] 2> 273881 INFO
(zkCallback-261-thread-3-processing-n:127.0.0.1:45541_gjo)
[n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_t45] 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> 273881 INFO
(zkCallback-261-thread-3-processing-n:127.0.0.1:45541_gjo)
[n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_t45] o.a.s.c.SolrCore
[collection1_shard2_replica_t45] CLOSING SolrCore
org.apache.solr.core.SolrCore@3a326024
[junit4] 2> 273881 INFO
(zkCallback-261-thread-3-processing-n:127.0.0.1:45541_gjo)
[n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_t45] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.core.collection1.shard2.replica_t45, tag=976379940
[junit4] 2> 273881 INFO
(zkCallback-261-thread-3-processing-n:127.0.0.1:45541_gjo)
[n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_t45] o.a.s.m.r.SolrJmxReporter Closing reporter
[org.apache.solr.metrics.reporters.SolrJmxReporter@43314f21: rootName = null,
domain = solr.core.collection1.shard2.replica_t45, service url = null, agent id
= null] for registry solr.core.collection1.shard2.replica_t45 /
com.codahale.metrics.MetricRegistry@223a54a0
[junit4] 2> 273894 INFO
(zkCallback-261-thread-3-processing-n:127.0.0.1:45541_gjo)
[n:127.0.0.1:45541_gjo c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_t45] o.a.s.m.SolrMetricManager Closing metric
reporters for registry=solr.collection.collection1.shard2.leader, tag=976379940
[junit4] 2> 273898 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@7ce420d3{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 273898 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@367a242a{/gjo,null,UNAVAILABLE}
[junit4] 2> 273898 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.e.j.s.session Stopped scavenging
[junit4] 2> 273898 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
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> 273898 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:43853 43853
[junit4] 2> 275049 INFO (Thread-242) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:43853 43853
[junit4] 2> 275050 WARN (Thread-242) [ ] 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> 3 /solr/autoscaling.json
[junit4] 2> 2
/solr/overseer_elect/election/99423563871617033-127.0.0.1:44319_gjo-n_0000000001
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/live_nodes
[junit4] 2> 6 /solr/collections
[junit4] 2> 3 /solr/overseer/queue
[junit4] 2> 3 /solr/overseer/collection-queue-work
[junit4] 2> 3 /solr/overseer/queue-work
[junit4] 2> 2 /solr/autoscaling/events/.auto_add_replicas
[junit4] 2>
[junit4] 2> 275050 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.SocketProxy Closing 7 connections to: http://127.0.0.1:45541/gjo,
target: http://127.0.0.1:40655/gjo
[junit4] 2> 275050 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:41651/gjo,
target: http://127.0.0.1:34295/gjo
[junit4] 2> 275050 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:37895/gjo,
target: http://127.0.0.1:42461/gjo
[junit4] 2> 275050 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[38E75FB9AFFB5E5D]) [ ]
o.a.s.c.SocketProxy Closing 68 connections to: http://127.0.0.1:44319/gjo,
target: http://127.0.0.1:41835/gjo
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test
-Dtests.seed=38E75FB9AFFB5E5D -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=th -Dtests.timezone=Pacific/Kosrae -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 162s J0 | LeaderFailoverAfterPartitionTest.test <<<
[junit4] > Throwable #1: java.lang.AssertionError: Expected 2 of 3
replicas to be active but only found 1;
[core_node4:{"core":"c8n_1x3_lf_shard1_replica_t1","base_url":"http://127.0.0.1:45541/gjo","node_name":"127.0.0.1:45541_gjo","state":"active","type":"TLOG","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] > "core":"c8n_1x3_lf_shard1_replica_t1",
[junit4] > "base_url":"http://127.0.0.1:45541/gjo",
[junit4] > "node_name":"127.0.0.1:45541_gjo",
[junit4] > "state":"active",
[junit4] > "type":"TLOG",
[junit4] > "leader":"true"},
[junit4] > "core_node5":{
[junit4] > "core":"c8n_1x3_lf_shard1_replica_t2",
[junit4] > "base_url":"http://127.0.0.1:41651/gjo",
[junit4] > "node_name":"127.0.0.1:41651_gjo",
[junit4] > "state":"down",
[junit4] > "type":"TLOG"},
[junit4] > "core_node6":{
[junit4] > "state":"down",
[junit4] > "base_url":"http://127.0.0.1:37895/gjo",
[junit4] > "core":"c8n_1x3_lf_shard1_replica_t3",
[junit4] > "node_name":"127.0.0.1:37895_gjo",
[junit4] > "type":"TLOG"}}}},
[junit4] > "router":{"name":"compositeId"},
[junit4] > "maxShardsPerNode":"1",
[junit4] > "autoAddReplicas":"false",
[junit4] > "nrtReplicas":"0",
[junit4] > "tlogReplicas":"3"}
[junit4] > at
__randomizedtesting.SeedInfo.seed([38E75FB9AFFB5E5D:B0B36063010733A5]: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/J0/temp/solr.cloud.LeaderFailoverAfterPartitionTest_38E75FB9AFFB5E5D-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{multiDefault=PostingsFormat(name=Asserting),
a_t=PostingsFormat(name=Asserting), id=Lucene50(blocksize=128),
text=Lucene50(blocksize=128)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70),
_version_=DocValuesFormat(name=Direct),
intDefault=DocValuesFormat(name=Direct), id_i1=DocValuesFormat(name=Direct),
range_facet_i_dv=DocValuesFormat(name=Lucene70),
intDvoDefault=DocValuesFormat(name=Lucene70),
range_facet_l=DocValuesFormat(name=Lucene70),
timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1141,
maxMBSortInHeap=7.9561011496567415,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@5dafc72),
locale=th, timezone=Pacific/Kosrae
[junit4] 2> NOTE: Linux 4.13.0-31-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=8,threads=1,free=224506880,total=536870912
[junit4] 2> NOTE: All tests run in this JVM:
[TestSubQueryTransformerCrossCore, TestJoin, SimpleCollectionCreateDeleteTest,
TriLevelCompositeIdRoutingTest, TestReplicationHandlerBackup,
TestSolrFieldCacheBean, TestConfigSets, FullSolrCloudDistribCmdsTest,
TestFastOutputStream, LeaderFailoverAfterPartitionTest]
[junit4] Completed [57/770 (1!)] on J0 in 162.38s, 1 test, 1 failure <<<
FAILURES!
[...truncated 50538 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]