Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.2-Linux/61/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseParallelGC
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_node5:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:36365","node_name":"127.0.0.1:36365_","state":"active","type":"NRT","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/27)={
"pullReplicas":"0", "replicationFactor":"1", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node4":{ "state":"down",
"base_url":"http://127.0.0.1:35863",
"core":"c8n_1x3_lf_shard1_replica_n1",
"node_name":"127.0.0.1:35863_", "type":"NRT"}, "core_node5":{
"core":"c8n_1x3_lf_shard1_replica_n2",
"base_url":"http://127.0.0.1:36365", "node_name":"127.0.0.1:36365_",
"state":"active", "type":"NRT", "leader":"true"},
"core_node6":{ "core":"c8n_1x3_lf_shard1_replica_n3",
"base_url":"http://127.0.0.1:42525", "node_name":"127.0.0.1:42525_",
"state":"down", "type":"NRT"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"3", "tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found
1;
[core_node5:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:36365","node_name":"127.0.0.1:36365_","state":"active","type":"NRT","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/27)={
"pullReplicas":"0",
"replicationFactor":"1",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node4":{
"state":"down",
"base_url":"http://127.0.0.1:35863",
"core":"c8n_1x3_lf_shard1_replica_n1",
"node_name":"127.0.0.1:35863_",
"type":"NRT"},
"core_node5":{
"core":"c8n_1x3_lf_shard1_replica_n2",
"base_url":"http://127.0.0.1:36365",
"node_name":"127.0.0.1:36365_",
"state":"active",
"type":"NRT",
"leader":"true"},
"core_node6":{
"core":"c8n_1x3_lf_shard1_replica_n3",
"base_url":"http://127.0.0.1:42525",
"node_name":"127.0.0.1:42525_",
"state":"down",
"type":"NRT"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"3",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([43DA323D97A04ECE:CB8E0DE7395C2336]: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 13250 lines...]
[junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
[junit4] 2> 1660078 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[43DA323D97A04ECE]-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-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/init-core-data-001
[junit4] 2> 1660079 WARN
(SUITE-LeaderFailoverAfterPartitionTest-seed#[43DA323D97A04ECE]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=14 numCloses=14
[junit4] 2> 1660079 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[43DA323D97A04ECE]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1660079 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[43DA323D97A04ECE]-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> 1660079 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[43DA323D97A04ECE]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /
[junit4] 2> 1660080 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1660081 INFO (Thread-3548) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1660081 INFO (Thread-3548) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1660082 ERROR (Thread-3548) [ ] 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> 1660181 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.ZkTestServer start zk server on port:33481
[junit4] 2> 1660182 INFO (zkConnectionManagerCallback-5640-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1660183 INFO (zkConnectionManagerCallback-5642-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1660185 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1660185 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1660186 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1660186 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1660186 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1660187 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1660187 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1660187 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1660187 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1660188 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1660188 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1660188 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 1660237 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 1660238 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4fdddbee{/,null,AVAILABLE}
[junit4] 2> 1660238 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@44831066{HTTP/1.1,[http/1.1]}{127.0.0.1:36117}
[junit4] 2> 1660238 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.e.j.s.Server Started @1661590ms
[junit4] 2> 1660238 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/tempDir-001/control/data,
replicaType=NRT, hostContext=/, hostPort=36365,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/control-001/cores}
[junit4] 2> 1660238 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1660238 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.2.0
[junit4] 2> 1660238 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1660238 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1660238 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-12-14T15:49:51.595Z
[junit4] 2> 1660239 INFO (zkConnectionManagerCallback-5644-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1660240 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1660240 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/control-001/solr.xml
[junit4] 2> 1660242 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1660242 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1660243 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@62028f8e, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1660244 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33481/solr
[junit4] 2> 1660245 INFO (zkConnectionManagerCallback-5648-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1660246 INFO
(zkConnectionManagerCallback-5650-thread-1-processing-n:127.0.0.1:36365_)
[n:127.0.0.1:36365_ ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1660265 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:36365_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1660266 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:36365_ ] o.a.s.c.OverseerElectionContext I am going to be the
leader 127.0.0.1:36365_
[junit4] 2> 1660266 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:36365_ ] o.a.s.c.Overseer Overseer
(id=99173439336480772-127.0.0.1:36365_-n_0000000000) starting
[junit4] 2> 1660268 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:36365_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:36365_
[junit4] 2> 1660269 INFO
(zkCallback-5649-thread-1-processing-n:127.0.0.1:36365_) [n:127.0.0.1:36365_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1660302 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:36365_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@62028f8e
[junit4] 2> 1660308 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:36365_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@62028f8e
[junit4] 2> 1660308 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:36365_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@62028f8e
[junit4] 2> 1660309 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:36365_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
underneath
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/control-001/cores
[junit4] 2> 1660320 INFO (zkConnectionManagerCallback-5656-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1660320 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1660320 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33481/solr ready
[junit4] 2> 1660320 INFO (SocketProxy-Acceptor-36365) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=50496,localport=36365], receiveBufferSize:531000
[junit4] 2> 1660320 INFO (SocketProxy-Acceptor-36365) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=36117,localport=50242], receiveBufferSize=530904
[junit4] 2> 1660321 INFO (qtp858638521-17121) [n:127.0.0.1:36365_ ]
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:36365_&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1660323 INFO
(OverseerThreadFactory-5617-thread-1-processing-n:127.0.0.1:36365_)
[n:127.0.0.1:36365_ ] o.a.s.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 1660425 INFO (SocketProxy-Acceptor-36365) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=50500,localport=36365], receiveBufferSize:531000
[junit4] 2> 1660426 INFO (SocketProxy-Acceptor-36365) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=36117,localport=50246], receiveBufferSize=530904
[junit4] 2> 1660426 INFO (qtp858638521-17123) [n:127.0.0.1:36365_ ]
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> 1660426 INFO (qtp858638521-17123) [n:127.0.0.1:36365_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1660528 INFO
(zkCallback-5649-thread-1-processing-n:127.0.0.1:36365_) [n:127.0.0.1:36365_
] 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> 1661449 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1661469 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
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> 1661528 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
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> 1661534 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
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> 1661534 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
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@62028f8e
[junit4] 2> 1661535 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1661535 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
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-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 1661536 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1661537 WARN (qtp858638521-17123) [n:127.0.0.1:36365_
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> 1661557 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
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> 1661557 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
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> 1661557 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1661557 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1661558 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1661558 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@751c792e[control_collection_shard1_replica_n1] main]
[junit4] 2> 1661559 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1661559 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
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> 1661559 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1661559 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
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 1586775030933487616
[junit4] 2> 1661560 INFO
(searcherExecutor-5620-thread-1-processing-n:127.0.0.1:36365_
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:36365_ 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@751c792e[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1661562 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1661562 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
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> 1661562 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:36365/control_collection_shard1_replica_n1/
[junit4] 2> 1661562 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
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> 1661562 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:36365/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 1661562 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
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> 1661563 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
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:36365/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 1661664 INFO
(zkCallback-5649-thread-2-processing-n:127.0.0.1:36365_) [n:127.0.0.1:36365_
] 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> 1661713 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
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> 1661723 INFO (qtp858638521-17123) [n:127.0.0.1:36365_
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=1296
[junit4] 2> 1661726 INFO (qtp858638521-17121) [n:127.0.0.1:36365_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1661816 INFO
(zkCallback-5649-thread-2-processing-n:127.0.0.1:36365_) [n:127.0.0.1:36365_
] 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> 1662325 INFO
(OverseerCollectionConfigSetProcessor-99173439336480772-127.0.0.1:36365_-n_0000000000)
[n:127.0.0.1:36365_ ] 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> 1662726 INFO (qtp858638521-17121) [n:127.0.0.1:36365_ ]
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:36365_&wt=javabin&version=2}
status=0 QTime=2404
[junit4] 2> 1662731 INFO (zkConnectionManagerCallback-5660-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1662732 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1662733 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33481/solr ready
[junit4] 2> 1662733 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 1662734 INFO (SocketProxy-Acceptor-36365) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=50526,localport=36365], receiveBufferSize:531000
[junit4] 2> 1662734 INFO (SocketProxy-Acceptor-36365) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=36117,localport=50272], receiveBufferSize=530904
[junit4] 2> 1662735 INFO (qtp858638521-17121) [n:127.0.0.1:36365_ ]
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=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1662737 INFO
(OverseerThreadFactory-5617-thread-2-processing-n:127.0.0.1:36365_)
[n:127.0.0.1:36365_ ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 1662738 WARN
(OverseerThreadFactory-5617-thread-2-processing-n:127.0.0.1:36365_)
[n:127.0.0.1:36365_ ] o.a.s.c.CreateCollectionCmd It is unusual to create a
collection (collection1) without cores.
[junit4] 2> 1662941 INFO (qtp858638521-17121) [n:127.0.0.1:36365_ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1662941 INFO (qtp858638521-17121) [n:127.0.0.1:36365_ ]
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=1&wt=javabin&version=2}
status=0 QTime=206
[junit4] 2> 1663012 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/shard-1-001
of type NRT
[junit4] 2> 1663012 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 1663013 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@673f77e4{/,null,AVAILABLE}
[junit4] 2> 1663013 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@36d0607f{HTTP/1.1,[http/1.1]}{127.0.0.1:39775}
[junit4] 2> 1663013 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.e.j.s.Server Started @1664365ms
[junit4] 2> 1663013 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/tempDir-001/jetty1,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=34535,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/shard-1-001/cores}
[junit4] 2> 1663014 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1663014 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.2.0
[junit4] 2> 1663014 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1663014 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1663014 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-12-14T15:49:54.371Z
[junit4] 2> 1663015 INFO (zkConnectionManagerCallback-5662-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1663015 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1663015 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/shard-1-001/solr.xml
[junit4] 2> 1663017 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1663017 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1663018 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@62028f8e, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1663019 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33481/solr
[junit4] 2> 1663020 INFO (zkConnectionManagerCallback-5666-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1663022 INFO
(zkConnectionManagerCallback-5668-thread-1-processing-n:127.0.0.1:34535_)
[n:127.0.0.1:34535_ ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1663023 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:34535_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1663024 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:34535_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1663024 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:34535_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34535_
[junit4] 2> 1663025 INFO
(zkCallback-5649-thread-2-processing-n:127.0.0.1:36365_) [n:127.0.0.1:36365_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1663025 INFO (zkCallback-5659-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1663025 INFO
(zkCallback-5667-thread-1-processing-n:127.0.0.1:34535_) [n:127.0.0.1:34535_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1663061 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:34535_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@62028f8e
[junit4] 2> 1663067 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:34535_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@62028f8e
[junit4] 2> 1663067 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:34535_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@62028f8e
[junit4] 2> 1663067 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:34535_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
underneath
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/shard-1-001/cores
[junit4] 2> 1663081 INFO (SocketProxy-Acceptor-34535) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=52510,localport=34535], receiveBufferSize:531000
[junit4] 2> 1663082 INFO (SocketProxy-Acceptor-34535) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=39775,localport=44568], receiveBufferSize=530904
[junit4] 2> 1663082 INFO (qtp825115652-17177) [n:127.0.0.1:34535_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:34535_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1663084 INFO
(OverseerCollectionConfigSetProcessor-99173439336480772-127.0.0.1:36365_-n_0000000000)
[n:127.0.0.1:36365_ ] 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> 1663084 INFO
(OverseerThreadFactory-5617-thread-3-processing-n:127.0.0.1:36365_)
[n:127.0.0.1:36365_ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:34535_
for creating new replica
[junit4] 2> 1663084 INFO (SocketProxy-Acceptor-34535) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=52514,localport=34535], receiveBufferSize:531000
[junit4] 2> 1663085 INFO (SocketProxy-Acceptor-34535) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=39775,localport=44572], receiveBufferSize=530904
[junit4] 2> 1663085 INFO (qtp825115652-17179) [n:127.0.0.1:34535_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1663085 INFO (qtp825115652-17179) [n:127.0.0.1:34535_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1664118 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1664134 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema
[collection1_shard2_replica_n41] Schema name=test
[junit4] 2> 1664202 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1664214 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_n41' using configuration from
collection collection1, trusted=true
[junit4] 2> 1664214 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_n41' (registry
'solr.core.collection1.shard2.replica_n41') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@62028f8e
[junit4] 2> 1664214 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1664214 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrCore
[[collection1_shard2_replica_n41] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/shard-1-001/cores/collection1_shard2_replica_n41],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
[junit4] 2> 1664216 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1664217 WARN (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
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> 1664236 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1664236 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1664237 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1664237 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1664237 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1664237 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7d87f677[collection1_shard2_replica_n41] main]
[junit4] 2> 1664238 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1664238 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1664239 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1664239 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1586775033743671296
[junit4] 2> 1664239 INFO
(searcherExecutor-5631-thread-1-processing-n:127.0.0.1:34535_
x:collection1_shard2_replica_n41 s:shard2 c:collection1) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrCore
[collection1_shard2_replica_n41] Registered new searcher
Searcher@7d87f677[collection1_shard2_replica_n41]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1664242 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1664242 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1664242 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:34535/collection1_shard2_replica_n41/
[junit4] 2> 1664242 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 1664242 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy
http://127.0.0.1:34535/collection1_shard2_replica_n41/ has no replicas
[junit4] 2> 1664242 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1664243 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:34535/collection1_shard2_replica_n41/ shard2
[junit4] 2> 1664394 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 1664403 INFO (qtp825115652-17179) [n:127.0.0.1:34535_
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n41&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1318
[junit4] 2> 1664405 INFO (qtp825115652-17177) [n:127.0.0.1:34535_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:34535_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
status=0 QTime=1323
[junit4] 2> 1664475 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/shard-2-001
of type NRT
[junit4] 2> 1664475 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 1664476 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@29f8b276{/,null,AVAILABLE}
[junit4] 2> 1664476 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@48d145fe{HTTP/1.1,[http/1.1]}{127.0.0.1:45399}
[junit4] 2> 1664476 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.e.j.s.Server Started @1665828ms
[junit4] 2> 1664476 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/tempDir-001/jetty2,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=42525,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/shard-2-001/cores}
[junit4] 2> 1664476 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1664476 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.2.0
[junit4] 2> 1664477 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1664477 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1664477 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-12-14T15:49:55.834Z
[junit4] 2> 1664478 INFO (zkConnectionManagerCallback-5671-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1664478 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1664478 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/shard-2-001/solr.xml
[junit4] 2> 1664480 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1664480 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1664480 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@62028f8e, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1664483 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33481/solr
[junit4] 2> 1664484 INFO (zkConnectionManagerCallback-5675-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1664486 INFO
(zkConnectionManagerCallback-5677-thread-1-processing-n:127.0.0.1:42525_)
[n:127.0.0.1:42525_ ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1664487 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:42525_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1664488 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:42525_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1664488 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:42525_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42525_
[junit4] 2> 1664489 INFO
(zkCallback-5667-thread-1-processing-n:127.0.0.1:34535_) [n:127.0.0.1:34535_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1664489 INFO
(zkCallback-5649-thread-2-processing-n:127.0.0.1:36365_) [n:127.0.0.1:36365_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1664489 INFO (zkCallback-5659-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1664489 INFO
(zkCallback-5676-thread-1-processing-n:127.0.0.1:42525_) [n:127.0.0.1:42525_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1664525 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:42525_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@62028f8e
[junit4] 2> 1664531 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:42525_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@62028f8e
[junit4] 2> 1664531 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:42525_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@62028f8e
[junit4] 2> 1664532 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:42525_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
underneath
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/shard-2-001/cores
[junit4] 2> 1664550 INFO (qtp825115652-17178) [n:127.0.0.1:34535_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:42525_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1664552 INFO
(OverseerCollectionConfigSetProcessor-99173439336480772-127.0.0.1:36365_-n_0000000000)
[n:127.0.0.1:36365_ ] 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> 1664552 INFO
(OverseerThreadFactory-5617-thread-4-processing-n:127.0.0.1:36365_)
[n:127.0.0.1:36365_ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:42525_
for creating new replica
[junit4] 2> 1664553 INFO (SocketProxy-Acceptor-42525) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=52778,localport=42525], receiveBufferSize:531000
[junit4] 2> 1664553 INFO (SocketProxy-Acceptor-42525) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=45399,localport=35614], receiveBufferSize=530904
[junit4] 2> 1664554 INFO (qtp304475443-17212) [n:127.0.0.1:42525_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1664554 INFO (qtp304475443-17212) [n:127.0.0.1:42525_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1665577 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1665591 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema
[collection1_shard1_replica_n43] Schema name=test
[junit4] 2> 1665657 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1665664 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_n43' using configuration from
collection collection1, trusted=true
[junit4] 2> 1665664 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_n43' (registry
'solr.core.collection1.shard1.replica_n43') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@62028f8e
[junit4] 2> 1665664 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1665664 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SolrCore
[[collection1_shard1_replica_n43] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/shard-2-001/cores/collection1_shard1_replica_n43],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
[junit4] 2> 1665665 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1665667 WARN (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
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> 1665689 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1665689 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1665690 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1665690 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1665690 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1665691 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@70026fa7[collection1_shard1_replica_n43] main]
[junit4] 2> 1665692 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1665692 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1665692 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1665692 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1586775035267252224
[junit4] 2> 1665693 INFO
(searcherExecutor-5642-thread-1-processing-n:127.0.0.1:42525_
x:collection1_shard1_replica_n43 s:shard1 c:collection1) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SolrCore
[collection1_shard1_replica_n43] Registered new searcher
Searcher@70026fa7[collection1_shard1_replica_n43]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1665694 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1665694 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1665694 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:42525/collection1_shard1_replica_n43/
[junit4] 2> 1665694 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 1665694 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy
http://127.0.0.1:42525/collection1_shard1_replica_n43/ has no replicas
[junit4] 2> 1665694 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1665695 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:42525/collection1_shard1_replica_n43/ shard1
[junit4] 2> 1665846 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 1665856 INFO (qtp304475443-17212) [n:127.0.0.1:42525_
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n43&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1301
[junit4] 2> 1665858 INFO (qtp825115652-17178) [n:127.0.0.1:34535_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:42525_&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=1307
[junit4] 2> 1665935 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/shard-3-001
of type NRT
[junit4] 2> 1665935 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 1665936 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4dc8d9ed{/,null,AVAILABLE}
[junit4] 2> 1665937 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@f7b9741{HTTP/1.1,[http/1.1]}{127.0.0.1:38585}
[junit4] 2> 1665937 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.e.j.s.Server Started @1667288ms
[junit4] 2> 1665937 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/tempDir-001/jetty3,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/, hostPort=35863,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/shard-3-001/cores}
[junit4] 2> 1665937 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1665937 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.2.0
[junit4] 2> 1665937 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1665937 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1665937 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-12-14T15:49:57.294Z
[junit4] 2> 1665938 INFO (zkConnectionManagerCallback-5680-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1665938 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1665938 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/shard-3-001/solr.xml
[junit4] 2> 1665940 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1665940 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1665941 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@62028f8e, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1665942 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33481/solr
[junit4] 2> 1665943 INFO (zkConnectionManagerCallback-5684-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1665944 INFO
(zkConnectionManagerCallback-5686-thread-1-processing-n:127.0.0.1:35863_)
[n:127.0.0.1:35863_ ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1665946 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:35863_ ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1665946 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:35863_ ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1665947 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:35863_ ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:35863_
[junit4] 2> 1665947 INFO (zkCallback-5659-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1665947 INFO
(zkCallback-5676-thread-1-processing-n:127.0.0.1:42525_) [n:127.0.0.1:42525_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1665947 INFO
(zkCallback-5667-thread-1-processing-n:127.0.0.1:34535_) [n:127.0.0.1:34535_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1665947 INFO
(zkCallback-5649-thread-1-processing-n:127.0.0.1:36365_) [n:127.0.0.1:36365_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1665947 INFO
(zkCallback-5685-thread-1-processing-n:127.0.0.1:35863_) [n:127.0.0.1:35863_
] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1666025 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:35863_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@62028f8e
[junit4] 2> 1666031 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:35863_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@62028f8e
[junit4] 2> 1666031 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:35863_ ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@62028f8e
[junit4] 2> 1666032 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE])
[n:127.0.0.1:35863_ ] o.a.s.c.CorePropertiesLocator Found 0 core definitions
underneath
/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/shard-3-001/cores
[junit4] 2> 1666056 INFO (qtp825115652-17173) [n:127.0.0.1:34535_ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with params
node=127.0.0.1:35863_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1666057 INFO
(OverseerCollectionConfigSetProcessor-99173439336480772-127.0.0.1:36365_-n_0000000000)
[n:127.0.0.1:36365_ ] 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> 1666057 INFO
(OverseerThreadFactory-5617-thread-5-processing-n:127.0.0.1:36365_)
[n:127.0.0.1:36365_ ] o.a.s.c.AddReplicaCmd Node Identified 127.0.0.1:35863_
for creating new replica
[junit4] 2> 1666058 INFO (SocketProxy-Acceptor-35863) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=47798,localport=35863], receiveBufferSize:531000
[junit4] 2> 1666058 INFO (SocketProxy-Acceptor-35863) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=38585,localport=45778], receiveBufferSize=530904
[junit4] 2> 1666059 INFO (qtp753444477-17245) [n:127.0.0.1:35863_ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1666059 INFO (qtp753444477-17245) [n:127.0.0.1:35863_ ]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1667082 INFO (qtp753444477-17245) [n:127.0.0.1:35863_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.2.0
[junit4] 2> 1667099 INFO (qtp753444477-17245) [n:127.0.0.1:35863_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema
[collection1_shard2_replica_n45] Schema name=test
[junit4] 2> 1667175 INFO (qtp753444477-17245) [n:127.0.0.1:35863_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1667181 INFO (qtp753444477-17245) [n:127.0.0.1:35863_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_n45' using configuration from
collection collection1, trusted=true
[junit4] 2> 1667181 INFO (qtp753444477-17245) [n:127.0.0.1:35863_
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_n45' (registry
'solr.core.collection1.shard2.replica_n45') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@62028f8e
[junit4] 2> 1667181 INFO (qtp753444477-17245) [n:127.0.0.1:35863_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1667182 INFO (qtp753444477-17245) [n:127.0.0.1:35863_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrCore
[[collection1_shard2_replica_n45] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/shard-3-001/cores/collection1_shard2_replica_n45],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
[junit4] 2> 1667183 INFO (qtp753444477-17245) [n:127.0.0.1:35863_
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=10, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1667184 WARN (qtp753444477-17245) [n:127.0.0.1:35863_
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
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> 1667203 INFO (qtp753444477-17245) [n:127.0.0.1:35863_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1667203 INFO (qtp753444477-17245) [n:127.0.0.1:35863_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1667204 INFO (qtp753444477-17245) [n:127.0.0.1:35863_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1667204 INFO (qtp753444477-17245) [n:127.0.0.1:35863_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1667204 INFO (qtp753444477-17245) [n:127.0.0.1:35863_
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogByteSizeMergePolicy: [LogByteSizeMergePolicy:
minMergeSize=1677721, mergeFactor=47, maxMergeSize=2147483648,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.0]
[junit4] 2> 1667205 INFO (qtp753444477-17245) [n:127.0.0.1:35863_
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@1bea21d4[collection1_shard2_replica_n45] main]
[junit4] 2> 1667205 INFO (qtp753444477-17245) [n:127.0.0.1:35863_
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1667205 INFO (qtp753444477-17245) [n:127.0.0.1:35863_
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1667206 INFO (qtp753444477-17245) [n:127.0.0.1:35863_
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1667206 INFO
(searcherExecutor-5653-thread-1-processing-n:127.0.0.1:35863_
x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:35863_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrCore
[collection1_shard2_replica_n45] Registered new searcher
Searcher@1bea21d4[collection1_shard2_replica_n45]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1667206 INFO (qtp753444477-17245) [n:127.0.0.1:35863_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1586775036854796288
[junit4] 2> 1667208 INFO (qtp753444477-17245) [n:127.0.0.1:35863_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.ZkController
Core needs to recover:collection1_shard2_replica_n45
[junit4] 2> 1667208 INFO
(updateExecutor-5681-thread-1-processing-n:127.0.0.1:35863_
x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:35863_
c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 1667208 INFO
(recoveryExecutor-5682-thread-1-processing-n:127.0.0.1:35863_
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:35863_ c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 1667209 INFO
(recoveryExecutor-5682-thread-1-processing-n:127.0.0.1:35863_
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:35863_ c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy ######
startupVersions=[[]]
[junit4] 2> 1667209 INFO
(recoveryExecutor-5682-thread-1-processing-n:127.0.0.1:35863_
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:35863_ c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Begin buffering
updates. core=[collection1_shard2_replica_n45]
[junit4] 2> 1667209 INFO (qtp753444477-17245) [n:127.0.0.1:35863_
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1150
[junit4] 2> 1667209 INFO
(recoveryExecutor-5682-thread-1-processing-n:127.0.0.1:35863_
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:35863_ c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 1667209 INFO
(recoveryExecutor-5682-thread-1-processing-n:127.0.0.1:35863_
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:35863_ c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Publishing state of
core [collection1_shard2_replica_n45] as recovering, leader is
[http://127.0.0.1:34535/collection1_shard2_replica_n41/] and I am
[http://127.0.0.1:35863/collection1_shard2_replica_n45/]
[junit4] 2> 1667210 INFO (qtp825115652-17173) [n:127.0.0.1:34535_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:35863_&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
status=0 QTime=1153
[junit4] 2> 1667210 INFO
(recoveryExecutor-5682-thread-1-processing-n:127.0.0.1:35863_
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:35863_ c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Sending prep
recovery command to [http://127.0.0.1:34535]; [WaitForState:
action=PREPRECOVERY&core=collection1_shard2_replica_n41&nodeName=127.0.0.1:35863_&coreNodeName=core_node46&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 1667210 INFO (SocketProxy-Acceptor-34535) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=52580,localport=34535], receiveBufferSize:531000
[junit4] 2> 1667211 INFO (SocketProxy-Acceptor-34535) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=39775,localport=44638], receiveBufferSize=530904
[junit4] 2> 1667211 INFO (qtp825115652-17177) [n:127.0.0.1:34535_ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node46, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true,
maxTime: 183 s
[junit4] 2> 1667212 INFO (qtp825115652-17177) [n:127.0.0.1:34535_ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1_shard2_replica_n41,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=down, localState=active, nodeName=127.0.0.1:35863_,
coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps:
core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:35863","node_name":"127.0.0.1:35863_","state":"down","type":"NRT"}
[junit4] 2> 1667212 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 1667212 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait
30000 for each attempt
[junit4] 2> 1667212 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
collection1 failOnTimeout:true timeout (sec):30000
[junit4] 2> 1668058 INFO
(OverseerCollectionConfigSetProcessor-99173439336480772-127.0.0.1:36365_-n_0000000000)
[n:127.0.0.1:36365_ ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000008 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1668212 INFO (qtp825115652-17177) [n:127.0.0.1:34535_ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1_shard2_replica_n41,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=recovering, localState=active, nodeName=127.0.0.1:35863_,
coreNodeName=core_node46, onlyIfActiveCheckResult=false, nodeProps:
core_node46:{"core":"collection1_shard2_replica_n45","base_url":"http://127.0.0.1:35863","node_name":"127.0.0.1:35863_","state":"recovering","type":"NRT"}
[junit4] 2> 1668212 INFO (qtp825115652-17177) [n:127.0.0.1:34535_ ]
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node46, state: recovering,
checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4] 2> 1668212 INFO (qtp825115652-17177) [n:127.0.0.1:34535_ ]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:35863_&onlyIfLeaderActive=true&core=collection1_shard2_replica_n41&coreNodeName=core_node46&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1000
[junit4] 2> 1668712 INFO
(recoveryExecutor-5682-thread-1-processing-n:127.0.0.1:35863_
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:35863_ c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Attempting to
PeerSync from [http://127.0.0.1:34535/collection1_shard2_replica_n41/] -
recoveringAfterStartup=[true]
[junit4] 2> 1668713 INFO
(recoveryExecutor-5682-thread-1-processing-n:127.0.0.1:35863_
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:35863_ c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.u.PeerSync PeerSync:
core=collection1_shard2_replica_n45 url=http://127.0.0.1:35863 START
replicas=[http://127.0.0.1:34535/collection1_shard2_replica_n41/] nUpdates=100
[junit4] 2> 1668713 INFO (SocketProxy-Acceptor-34535) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=52606,localport=34535], receiveBufferSize:531000
[junit4] 2> 1668714 INFO (SocketProxy-Acceptor-34535) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=39775,localport=44664], receiveBufferSize=530904
[junit4] 2> 1668714 INFO (qtp825115652-17177) [n:127.0.0.1:34535_
c:collection1 s:shard2 r:core_node42 x:collection1_shard2_replica_n41]
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0,
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
[junit4] 2> 1668714 INFO (qtp825115652-17177) [n:127.0.0.1:34535_
c:collection1 s:shard2 r:core_node42 x:collection1_shard2_replica_n41]
o.a.s.c.S.Request [collection1_shard2_replica_n41] webapp= path=/get
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 1668715 INFO
(recoveryExecutor-5682-thread-1-processing-n:127.0.0.1:35863_
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:35863_ c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.u.IndexFingerprint IndexFingerprint
millis:0.0 result:{maxVersionSpecified=9223372036854775807,
maxVersionEncountered=0, maxInHash=0, versionsHash=0, numVersions=0, numDocs=0,
ma
[...truncated too long message...]
rAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4dc8d9ed{/,null,UNAVAILABLE}
[junit4] 2> 1792421 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
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> 1792421 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:33481 33481
[junit4] 2> 1796544 INFO (Thread-3548) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:33481 33481
[junit4] 2> 1796545 WARN (Thread-3548) [ ] 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> 3 /solr/collections/c8n_1x3_lf/state.json
[junit4] 2> 3 /solr/collections/collection1/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/clusterstate.json
[junit4] 2> 6 /solr/clusterprops.json
[junit4] 2> 3 /solr/autoscaling.json
[junit4] 2> 2
/solr/overseer_elect/election/99173439336480777-127.0.0.1:34535_-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/queue-work
[junit4] 2> 3 /solr/overseer/collection-queue-work
[junit4] 2> 2 /solr/autoscaling/events/.auto_add_replicas
[junit4] 2>
[junit4] 2> 1796545 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:42525/, target:
http://127.0.0.1:45399/
[junit4] 2> 1796545 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:35863/, target:
http://127.0.0.1:38585/
[junit4] 2> 1796546 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.SocketProxy Closing 7 connections to: http://127.0.0.1:36365/, target:
http://127.0.0.1:36117/
[junit4] 2> 1796546 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[43DA323D97A04ECE]) [ ]
o.a.s.c.SocketProxy Closing 9 connections to: http://127.0.0.1:34535/, target:
http://127.0.0.1:39775/
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test
-Dtests.seed=43DA323D97A04ECE -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=pt -Dtests.timezone=Atlantic/Jan_Mayen -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 136s J2 | LeaderFailoverAfterPartitionTest.test <<<
[junit4] > Throwable #1: java.lang.AssertionError: Expected 2 of 3
replicas to be active but only found 1;
[core_node5:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:36365","node_name":"127.0.0.1:36365_","state":"active","type":"NRT","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/27)={
[junit4] > "pullReplicas":"0",
[junit4] > "replicationFactor":"1",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{
[junit4] > "core_node4":{
[junit4] > "state":"down",
[junit4] > "base_url":"http://127.0.0.1:35863",
[junit4] > "core":"c8n_1x3_lf_shard1_replica_n1",
[junit4] > "node_name":"127.0.0.1:35863_",
[junit4] > "type":"NRT"},
[junit4] > "core_node5":{
[junit4] > "core":"c8n_1x3_lf_shard1_replica_n2",
[junit4] > "base_url":"http://127.0.0.1:36365",
[junit4] > "node_name":"127.0.0.1:36365_",
[junit4] > "state":"active",
[junit4] > "type":"NRT",
[junit4] > "leader":"true"},
[junit4] > "core_node6":{
[junit4] > "core":"c8n_1x3_lf_shard1_replica_n3",
[junit4] > "base_url":"http://127.0.0.1:42525",
[junit4] > "node_name":"127.0.0.1:42525_",
[junit4] > "state":"down",
[junit4] > "type":"NRT"}}}},
[junit4] > "router":{"name":"compositeId"},
[junit4] > "maxShardsPerNode":"1",
[junit4] > "autoAddReplicas":"false",
[junit4] > "nrtReplicas":"3",
[junit4] > "tlogReplicas":"0"}
[junit4] > at
__randomizedtesting.SeedInfo.seed([43DA323D97A04ECE:CB8E0DE7395C2336]: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-7.2-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_43DA323D97A04ECE-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{range_facet_l_dv=PostingsFormat(name=Direct), multiDefault=FST50, a_t=FST50,
intDefault=PostingsFormat(name=Memory), id_i1=PostingsFormat(name=Memory),
id=PostingsFormat(name=Direct), range_facet_i_dv=FST50,
text=PostingsFormat(name=MockRandom), range_facet_l=FST50, timestamp=FST50},
docValues:{range_facet_l_dv=DocValuesFormat(name=Lucene70),
_version_=DocValuesFormat(name=Memory),
range_facet_i_dv=DocValuesFormat(name=Direct),
intDvoDefault=DocValuesFormat(name=Lucene70),
timestamp=DocValuesFormat(name=Direct)}, maxPointsInLeafNode=1148,
maxMBSortInHeap=5.050834391235141, sim=RandomSimilarity(queryNorm=false): {},
locale=pt, timezone=Atlantic/Jan_Mayen
[junit4] 2> NOTE: Linux 4.10.0-40-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=8,threads=1,free=81128328,total=523239424
[junit4] 2> NOTE: All tests run in this JVM:
[DefaultValueUpdateProcessorTest, DeleteStatusTest, TestZkChroot,
GraphQueryTest, TestSubQueryTransformerDistrib,
OverseerCollectionConfigSetProcessorTest, HdfsDirectoryFactoryTest,
TestRawTransformer, TestCloudPivotFacet, TestTrieFacet,
FieldAnalysisRequestHandlerTest, TestDistributedStatsComponentCardinality,
IndexSchemaTest, TestReplicationHandlerBackup, SpatialHeatmapFacetsTest,
ConfigSetsAPITest, CloudMLTQParserTest, TestRequestForwarding,
StatsComponentTest, TestTolerantUpdateProcessorRandomCloud,
TestLeaderInitiatedRecoveryThread, ChaosMonkeyNothingIsSafeTest,
TestPivotHelperCode, SSLMigrationTest, TestLMDirichletSimilarityFactory,
TestJavabinTupleStreamParser, LeaderElectionTest, TestAnalyzeInfixSuggestions,
TestDynamicLoading, AliasIntegrationTest, MigrateRouteKeyTest, TestQueryTypes,
QueryElevationComponentTest, V2StandaloneTest, BlockDirectoryTest,
TestFieldCacheReopen, TestSearchPerf, SolrTestCaseJ4Test, TestReloadDeadlock,
ScriptEngineTest, AtomicUpdatesTest, FullSolrCloudDistribCmdsTest,
TestConfigSets, TestOrdValues, TestConfigOverlay, TestElisionMultitermQuery,
TestFieldResource, TriggerIntegrationTest, CollectionReloadTest,
ClusterStateTest, XsltUpdateRequestHandlerTest, TestSegmentSorting,
TestDFISimilarityFactory, TestAuthorizationFramework,
CoreAdminRequestStatusTest, NodeMutatorTest, TestExtendedDismaxParser,
EnumFieldTest, AutoAddReplicasIntegrationTest, TestSQLHandler, SuggesterTest,
TestSolrCloudWithSecureImpersonation, SolrMetricManagerTest, TestCharFilters,
TestSkipOverseerOperations, OverseerTest, RecoveryAfterSoftCommitTest,
RuleEngineTest, ConnectionReuseTest, BasicAuthIntegrationTest,
TestManagedStopFilterFactory, TestSchemalessBufferedUpdates, TestFunctionQuery,
HttpTriggerListenerTest, SuggesterWFSTTest, TestJsonFacetRefinement,
ResponseHeaderTest, TestFieldCacheVsDocValues, TestFiltering,
SimplePostToolTest, JvmMetricsTest, CoreAdminHandlerTest, BadComponentTest,
TestHashQParserPlugin, TestTestInjection, WordBreakSolrSpellCheckerTest,
TestPartialUpdateDeduplication, TestDistributedMissingSort,
FileBasedSpellCheckerTest, ZkStateReaderTest, InfixSuggestersTest,
DataDrivenBlockJoinTest, TestGroupingSearch, TestDocBasedVersionConstraints,
SolrJmxReporterTest, TestNumericTerms32, TestRealTimeGet,
UniqFieldsUpdateProcessorFactoryTest, TimeZoneUtilsTest,
BasicDistributedZk2Test, SortByFunctionTest, RecoveryZkTest,
DisMaxRequestHandlerTest, LargeFieldTest, HdfsLockFactoryTest, CopyFieldTest,
TestScoreJoinQPNoScore, TestNumericRangeQuery64, ComputePlanActionTest,
TestCloudDeleteByQuery, HdfsWriteToMultipleCollectionsTest, TestTolerantSearch,
TimeRoutedAliasUpdateProcessorTest, TestLFUCache, ReplicationFactorTest,
TestSolrFieldCacheBean, TestObjectReleaseTracker,
TestSolrConfigHandlerConcurrent, TestSchemaVersionResource,
TestCollectionsAPIViaSolrCloudCluster, TestEmbeddedSolrServerConstructors,
CSVRequestHandlerTest, ChaosMonkeySafeLeaderTest, SyncSliceTest,
ShardRoutingTest, TestRandomFaceting, TestDistributedSearch, ZkControllerTest,
TestSort, TestIndexSearcher, SoftAutoCommitTest, CollectionStateFormat2Test,
CollectionsAPISolrJTest, DeleteShardTest, DistribJoinFromCollectionTest,
LeaderFailoverAfterPartitionTest]
[junit4] Completed [528/751 (1!)] on J2 in 136.48s, 1 test, 1 failure <<<
FAILURES!
[...truncated 48179 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]