Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/21319/
Java: 64bit/jdk-10-ea+37 -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:42975/niw","node_name":"127.0.0.1:42975_niw","state":"active","type":"NRT","leader":"true"}];
clusterState:
DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={
"pullReplicas":"0", "replicationFactor":"1", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node4":{ "state":"down",
"base_url":"http://127.0.0.1:43095/niw",
"core":"c8n_1x3_lf_shard1_replica_n1",
"node_name":"127.0.0.1:43095_niw", "type":"NRT"},
"core_node5":{ "core":"c8n_1x3_lf_shard1_replica_n2",
"base_url":"http://127.0.0.1:42975/niw",
"node_name":"127.0.0.1:42975_niw", "state":"active",
"type":"NRT", "leader":"true"}, "core_node6":{
"core":"c8n_1x3_lf_shard1_replica_n3",
"base_url":"http://127.0.0.1:33167/niw",
"node_name":"127.0.0.1:33167_niw", "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:42975/niw","node_name":"127.0.0.1:42975_niw","state":"active","type":"NRT","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={
"pullReplicas":"0",
"replicationFactor":"1",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node4":{
"state":"down",
"base_url":"http://127.0.0.1:43095/niw",
"core":"c8n_1x3_lf_shard1_replica_n1",
"node_name":"127.0.0.1:43095_niw",
"type":"NRT"},
"core_node5":{
"core":"c8n_1x3_lf_shard1_replica_n2",
"base_url":"http://127.0.0.1:42975/niw",
"node_name":"127.0.0.1:42975_niw",
"state":"active",
"type":"NRT",
"leader":"true"},
"core_node6":{
"core":"c8n_1x3_lf_shard1_replica_n3",
"base_url":"http://127.0.0.1:33167/niw",
"node_name":"127.0.0.1:33167_niw",
"state":"down",
"type":"NRT"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"3",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([7FB65A1B5889650A:F7E265C1F67508F2]: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
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:564)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
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
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.base/java.lang.Thread.run(Thread.java:844)
Build Log:
[...truncated 13369 lines...]
[junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/init-core-data-001
[junit4] 2> 1881204 WARN
(SUITE-LeaderFailoverAfterPartitionTest-seed#[7FB65A1B5889650A]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=25 numCloses=25
[junit4] 2> 1881204 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[7FB65A1B5889650A]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1881205 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[7FB65A1B5889650A]-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> 1881205 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[7FB65A1B5889650A]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 1881205 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[7FB65A1B5889650A]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /niw/
[junit4] 2> 1881206 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1881206 INFO (Thread-6228) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1881206 INFO (Thread-6228) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1881207 ERROR (Thread-6228) [ ] 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> 1881306 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.ZkTestServer start zk server on port:34627
[junit4] 2> 1881308 INFO (zkConnectionManagerCallback-6316-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1881311 INFO (zkConnectionManagerCallback-6318-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1881316 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1881317 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1881319 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1881320 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1881321 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1881322 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1881323 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1881325 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1881326 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1881327 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1881329 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1881330 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 1881443 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1881444 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1881444 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1881444 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 1881444 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@19f8c432{/niw,null,AVAILABLE}
[junit4] 2> 1881445 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@248b847b{HTTP/1.1,[http/1.1]}{127.0.0.1:33505}
[junit4] 2> 1881445 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.Server Started @1882816ms
[junit4] 2> 1881445 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/niw,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/tempDir-001/control/data,
hostPort=43095,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/control-001/cores,
replicaType=NRT}
[junit4] 2> 1881445 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1881445 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1881445 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1881445 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1881445 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-22T15:22:42.626615Z
[junit4] 2> 1881446 INFO (zkConnectionManagerCallback-6320-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1881447 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1881447 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/control-001/solr.xml
[junit4] 2> 1881448 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1881448 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1881449 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b43f977, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1881451 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34627/solr
[junit4] 2> 1881451 INFO (zkConnectionManagerCallback-6324-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1881452 INFO
(zkConnectionManagerCallback-6326-thread-1-processing-n:127.0.0.1:43095_niw)
[n:127.0.0.1:43095_niw ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1881481 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:43095_niw ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1881481 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:43095_niw ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:43095_niw
[junit4] 2> 1881482 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:43095_niw ] o.a.s.c.Overseer Overseer
(id=99394162680659972-127.0.0.1:43095_niw-n_0000000000) starting
[junit4] 2> 1881484 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:43095_niw ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43095_niw
[junit4] 2> 1881487 INFO
(zkCallback-6325-thread-1-processing-n:127.0.0.1:43095_niw)
[n:127.0.0.1:43095_niw ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1881514 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:43095_niw ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b43f977
[junit4] 2> 1881520 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:43095_niw ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b43f977
[junit4] 2> 1881520 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:43095_niw ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b43f977
[junit4] 2> 1881521 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:43095_niw ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/control-001/cores
[junit4] 2> 1881590 INFO (zkConnectionManagerCallback-6332-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1881591 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1881591 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34627/solr ready
[junit4] 2> 1881591 INFO (SocketProxy-Acceptor-43095) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=34992,localport=43095], receiveBufferSize:531000
[junit4] 2> 1881592 INFO (SocketProxy-Acceptor-43095) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=33505,localport=54418], receiveBufferSize=530904
[junit4] 2> 1881593 INFO (qtp1793051836-24797) [n:127.0.0.1:43095_niw
] 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:43095_niw&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1881594 INFO
(OverseerThreadFactory-8487-thread-1-processing-n:127.0.0.1:43095_niw)
[n:127.0.0.1:43095_niw ] o.a.s.c.a.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 1881699 INFO (SocketProxy-Acceptor-43095) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=35000,localport=43095], receiveBufferSize:531000
[junit4] 2> 1881699 INFO (SocketProxy-Acceptor-43095) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=33505,localport=54426], receiveBufferSize=530904
[junit4] 2> 1881700 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
] 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> 1881700 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1881804 INFO
(zkCallback-6325-thread-1-processing-n:127.0.0.1:43095_niw)
[n:127.0.0.1:43095_niw ] 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> 1882751 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1882767 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
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> 1882817 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
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> 1882824 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
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> 1882825 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
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@2b43f977
[junit4] 2> 1882825 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1882825 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 1882827 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=68.396484375,
floorSegmentMB=1.4677734375, forceMergeDeletesPctAllowed=17.40612245548225,
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1882829 WARN (qtp1793051836-24803) [n:127.0.0.1:43095_niw
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> 1882862 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
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> 1882862 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
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> 1882863 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1882863 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1882863 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=12, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=93.0703125,
floorSegmentMB=1.83203125, forceMergeDeletesPctAllowed=16.65793298999721,
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1882863 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@9715f24[control_collection_shard1_replica_n1] main]
[junit4] 2> 1882864 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1882864 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
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> 1882865 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1882865 INFO
(searcherExecutor-8490-thread-1-processing-n:127.0.0.1:43095_niw
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:43095_niw 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@9715f24[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1882865 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
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 1590306604629098496
[junit4] 2> 1882868 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1882868 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
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> 1882868 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:43095/niw/control_collection_shard1_replica_n1/
[junit4] 2> 1882868 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
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> 1882868 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:43095/niw/control_collection_shard1_replica_n1/ has no replicas
[junit4] 2> 1882868 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
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> 1882869 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
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:43095/niw/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 1882970 INFO
(zkCallback-6325-thread-2-processing-n:127.0.0.1:43095_niw)
[n:127.0.0.1:43095_niw ] 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> 1883020 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
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> 1883025 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
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=1326
[junit4] 2> 1883027 INFO (qtp1793051836-24797) [n:127.0.0.1:43095_niw
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1883122 INFO
(zkCallback-6325-thread-2-processing-n:127.0.0.1:43095_niw)
[n:127.0.0.1:43095_niw ] 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> 1883595 INFO
(OverseerCollectionConfigSetProcessor-99394162680659972-127.0.0.1:43095_niw-n_0000000000)
[n:127.0.0.1:43095_niw ] 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> 1884027 INFO (qtp1793051836-24797) [n:127.0.0.1:43095_niw
] 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:43095_niw&wt=javabin&version=2}
status=0 QTime=2434
[junit4] 2> 1884030 INFO (zkConnectionManagerCallback-6336-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1884031 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1884031 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:34627/solr ready
[junit4] 2> 1884031 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 1884031 INFO (SocketProxy-Acceptor-43095) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=35024,localport=43095], receiveBufferSize:531000
[junit4] 2> 1884031 INFO (SocketProxy-Acceptor-43095) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=33505,localport=54450], receiveBufferSize=530904
[junit4] 2> 1884032 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1884033 INFO
(OverseerThreadFactory-8487-thread-2-processing-n:127.0.0.1:43095_niw)
[n:127.0.0.1:43095_niw ] o.a.s.c.a.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 1884033 WARN
(OverseerThreadFactory-8487-thread-2-processing-n:127.0.0.1:43095_niw)
[n:127.0.0.1:43095_niw ] o.a.s.c.a.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 1884235 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1884235 INFO (qtp1793051836-24803) [n:127.0.0.1:43095_niw
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=203
[junit4] 2> 1884304 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/shard-1-001
of type NRT
[junit4] 2> 1884304 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1884305 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1884305 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1884305 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 1884305 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@2d7fe689{/niw,null,AVAILABLE}
[junit4] 2> 1884305 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@72313bd1{HTTP/1.1,[http/1.1]}{127.0.0.1:45785}
[junit4] 2> 1884305 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.Server Started @1885676ms
[junit4] 2> 1884305 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/niw,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/tempDir-001/jetty1,
hostPort=42975,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/shard-1-001/cores,
replicaType=NRT}
[junit4] 2> 1884306 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1884306 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1884306 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1884306 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1884306 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-22T15:22:45.487312Z
[junit4] 2> 1884307 INFO (zkConnectionManagerCallback-6338-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1884307 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1884307 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/shard-1-001/solr.xml
[junit4] 2> 1884309 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1884309 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1884309 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b43f977, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1884310 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34627/solr
[junit4] 2> 1884311 INFO (zkConnectionManagerCallback-6342-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1884312 INFO
(zkConnectionManagerCallback-6344-thread-1-processing-n:127.0.0.1:42975_niw)
[n:127.0.0.1:42975_niw ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1884315 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:42975_niw ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1884315 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:42975_niw ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1884316 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:42975_niw ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42975_niw
[junit4] 2> 1884316 INFO
(zkCallback-6325-thread-2-processing-n:127.0.0.1:43095_niw)
[n:127.0.0.1:43095_niw ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1884316 INFO (zkCallback-6335-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1884317 INFO
(zkCallback-6343-thread-1-processing-n:127.0.0.1:42975_niw)
[n:127.0.0.1:42975_niw ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1884339 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:42975_niw ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b43f977
[junit4] 2> 1884346 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:42975_niw ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b43f977
[junit4] 2> 1884346 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:42975_niw ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b43f977
[junit4] 2> 1884347 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:42975_niw ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/shard-1-001/cores
[junit4] 2> 1884418 INFO (SocketProxy-Acceptor-42975) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=40168,localport=42975], receiveBufferSize:531000
[junit4] 2> 1884418 INFO (SocketProxy-Acceptor-42975) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=45785,localport=44544], receiveBufferSize=530904
[junit4] 2> 1884418 INFO (qtp2017308620-24855) [n:127.0.0.1:42975_niw
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:42975_niw&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1884419 INFO
(OverseerCollectionConfigSetProcessor-99394162680659972-127.0.0.1:43095_niw-n_0000000000)
[n:127.0.0.1:43095_niw ] 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> 1884420 INFO
(OverseerThreadFactory-8487-thread-3-processing-n:127.0.0.1:43095_niw)
[n:127.0.0.1:43095_niw ] o.a.s.c.a.c.AddReplicaCmd Node Identified
127.0.0.1:42975_niw for creating new replica
[junit4] 2> 1884420 INFO (SocketProxy-Acceptor-42975) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=40172,localport=42975], receiveBufferSize:531000
[junit4] 2> 1884421 INFO (SocketProxy-Acceptor-42975) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=45785,localport=44548], receiveBufferSize=530904
[junit4] 2> 1884421 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
] 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> 1884421 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1884523 INFO
(zkCallback-6343-thread-1-processing-n:127.0.0.1:42975_niw)
[n:127.0.0.1:42975_niw ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1885467 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1885473 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema
[collection1_shard2_replica_n41] Schema name=test
[junit4] 2> 1885516 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
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> 1885521 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
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> 1885521 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
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@2b43f977
[junit4] 2> 1885521 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1885521 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
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-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/shard-1-001/cores/collection1_shard2_replica_n41],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
[junit4] 2> 1885523 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=68.396484375,
floorSegmentMB=1.4677734375, forceMergeDeletesPctAllowed=17.40612245548225,
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1885524 WARN (qtp2017308620-24887) [n:127.0.0.1:42975_niw
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> 1885546 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1885546 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
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> 1885547 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1885547 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1885547 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=12, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=93.0703125,
floorSegmentMB=1.83203125, forceMergeDeletesPctAllowed=16.65793298999721,
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1885547 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@6f4672a5[collection1_shard2_replica_n41] main]
[junit4] 2> 1885548 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1885548 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
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> 1885549 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1885549 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
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
1590306607443476480
[junit4] 2> 1885549 INFO
(searcherExecutor-8501-thread-1-processing-n:127.0.0.1:42975_niw
x:collection1_shard2_replica_n41 s:shard2 c:collection1) [n:127.0.0.1:42975_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrCore
[collection1_shard2_replica_n41] Registered new searcher
Searcher@6f4672a5[collection1_shard2_replica_n41]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1885551 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1885551 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
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> 1885551 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:42975/niw/collection1_shard2_replica_n41/
[junit4] 2> 1885551 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 1885551 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy
http://127.0.0.1:42975/niw/collection1_shard2_replica_n41/ has no replicas
[junit4] 2> 1885551 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1885552 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:42975/niw/collection1_shard2_replica_n41/ shard2
[junit4] 2> 1885653 INFO
(zkCallback-6343-thread-1-processing-n:127.0.0.1:42975_niw)
[n:127.0.0.1:42975_niw ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1885703 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 1885704 INFO (qtp2017308620-24887) [n:127.0.0.1:42975_niw
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=1283
[junit4] 2> 1885705 INFO (qtp2017308620-24855) [n:127.0.0.1:42975_niw
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:42975_niw&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
status=0 QTime=1286
[junit4] 2> 1885804 INFO
(zkCallback-6343-thread-1-processing-n:127.0.0.1:42975_niw)
[n:127.0.0.1:42975_niw ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1885813 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/shard-2-001
of type NRT
[junit4] 2> 1885813 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1885814 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1885814 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1885814 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.session Scavenging every 600000ms
[junit4] 2> 1885814 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@56d95f14{/niw,null,AVAILABLE}
[junit4] 2> 1885814 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@5b7155c0{HTTP/1.1,[http/1.1]}{127.0.0.1:41903}
[junit4] 2> 1885814 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.Server Started @1887185ms
[junit4] 2> 1885814 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/niw,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/tempDir-001/jetty2,
hostPort=39115,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/shard-2-001/cores,
replicaType=NRT}
[junit4] 2> 1885814 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1885815 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1885815 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1885815 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1885815 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-22T15:22:46.996193Z
[junit4] 2> 1885816 INFO (zkConnectionManagerCallback-6348-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1885816 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1885816 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/shard-2-001/solr.xml
[junit4] 2> 1885818 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1885818 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1885819 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b43f977, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1885821 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34627/solr
[junit4] 2> 1885822 INFO (zkConnectionManagerCallback-6352-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1885823 INFO
(zkConnectionManagerCallback-6354-thread-1-processing-n:127.0.0.1:39115_niw)
[n:127.0.0.1:39115_niw ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1885826 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:39115_niw ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1885827 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:39115_niw ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1885827 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:39115_niw ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39115_niw
[junit4] 2> 1885828 INFO
(zkCallback-6325-thread-2-processing-n:127.0.0.1:43095_niw)
[n:127.0.0.1:43095_niw ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1885828 INFO
(zkCallback-6343-thread-1-processing-n:127.0.0.1:42975_niw)
[n:127.0.0.1:42975_niw ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1885828 INFO (zkCallback-6335-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1885832 INFO
(zkCallback-6353-thread-1-processing-n:127.0.0.1:39115_niw)
[n:127.0.0.1:39115_niw ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1885876 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:39115_niw ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b43f977
[junit4] 2> 1885889 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:39115_niw ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b43f977
[junit4] 2> 1885889 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:39115_niw ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b43f977
[junit4] 2> 1885891 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:39115_niw ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/shard-2-001/cores
[junit4] 2> 1885986 INFO (SocketProxy-Acceptor-39115) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=47234,localport=39115], receiveBufferSize:531000
[junit4] 2> 1885986 INFO (SocketProxy-Acceptor-39115) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=41903,localport=52256], receiveBufferSize=530904
[junit4] 2> 1885986 INFO (qtp1610590940-24896) [n:127.0.0.1:39115_niw
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:39115_niw&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1885987 INFO
(OverseerCollectionConfigSetProcessor-99394162680659972-127.0.0.1:43095_niw-n_0000000000)
[n:127.0.0.1:43095_niw ] 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> 1885988 INFO
(OverseerThreadFactory-8487-thread-4-processing-n:127.0.0.1:43095_niw)
[n:127.0.0.1:43095_niw ] o.a.s.c.a.c.AddReplicaCmd Node Identified
127.0.0.1:39115_niw for creating new replica
[junit4] 2> 1885989 INFO (SocketProxy-Acceptor-39115) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=47238,localport=39115], receiveBufferSize:531000
[junit4] 2> 1885989 INFO (SocketProxy-Acceptor-39115) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=41903,localport=52260], receiveBufferSize=530904
[junit4] 2> 1885989 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
] 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> 1885989 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1886092 INFO
(zkCallback-6343-thread-1-processing-n:127.0.0.1:42975_niw)
[n:127.0.0.1:42975_niw ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1886092 INFO
(zkCallback-6353-thread-1-processing-n:127.0.0.1:39115_niw)
[n:127.0.0.1:39115_niw ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1886998 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1887007 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema
[collection1_shard1_replica_n43] Schema name=test
[junit4] 2> 1887083 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
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> 1887091 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
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> 1887092 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
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@2b43f977
[junit4] 2> 1887092 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1887092 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
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-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/shard-2-001/cores/collection1_shard1_replica_n43],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
[junit4] 2> 1887094 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=68.396484375,
floorSegmentMB=1.4677734375, forceMergeDeletesPctAllowed=17.40612245548225,
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1887096 WARN (qtp1610590940-24902) [n:127.0.0.1:39115_niw
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> 1887135 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1887135 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
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> 1887137 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1887137 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1887138 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=12, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=93.0703125,
floorSegmentMB=1.83203125, forceMergeDeletesPctAllowed=16.65793298999721,
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1887138 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@56a1bf90[collection1_shard1_replica_n43] main]
[junit4] 2> 1887139 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1887139 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
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> 1887140 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1887141 INFO
(searcherExecutor-8512-thread-1-processing-n:127.0.0.1:39115_niw
x:collection1_shard1_replica_n43 s:shard1 c:collection1) [n:127.0.0.1:39115_niw
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SolrCore
[collection1_shard1_replica_n43] Registered new searcher
Searcher@56a1bf90[collection1_shard1_replica_n43]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1887141 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
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
1590306609112809472
[junit4] 2> 1887144 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1887144 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
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> 1887144 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:39115/niw/collection1_shard1_replica_n43/
[junit4] 2> 1887144 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 1887144 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy
http://127.0.0.1:39115/niw/collection1_shard1_replica_n43/ has no replicas
[junit4] 2> 1887144 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1887145 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
c:collection1 s:shard1 x:collection1_shard1_replica_n43]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:39115/niw/collection1_shard1_replica_n43/ shard1
[junit4] 2> 1887246 INFO
(zkCallback-6343-thread-1-processing-n:127.0.0.1:42975_niw)
[n:127.0.0.1:42975_niw ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1887246 INFO
(zkCallback-6353-thread-1-processing-n:127.0.0.1:39115_niw)
[n:127.0.0.1:39115_niw ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1887296 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
c:collection1 s:shard1 x:collection1_shard1_replica_n43] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 1887397 INFO
(zkCallback-6353-thread-1-processing-n:127.0.0.1:39115_niw)
[n:127.0.0.1:39115_niw ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1887397 INFO
(zkCallback-6343-thread-1-processing-n:127.0.0.1:42975_niw)
[n:127.0.0.1:42975_niw ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [3])
[junit4] 2> 1887526 INFO (qtp1610590940-24902) [n:127.0.0.1:39115_niw
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=1536
[junit4] 2> 1887527 INFO (qtp1610590940-24896) [n:127.0.0.1:39115_niw
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:39115_niw&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=1541
[junit4] 2> 1887624 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/shard-3-001
of type NRT
[junit4] 2> 1887624 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.Server jetty-9.4.8.v20171121, build timestamp:
2017-11-21T22:27:37+01:00, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8
[junit4] 2> 1887625 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.session DefaultSessionIdManager workerName=node0
[junit4] 2> 1887625 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.session No SessionScavenger set, using defaults
[junit4] 2> 1887625 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.session Scavenging every 660000ms
[junit4] 2> 1887625 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@738d1a3f{/niw,null,AVAILABLE}
[junit4] 2> 1887626 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@5c407899{HTTP/1.1,[http/1.1]}{127.0.0.1:33733}
[junit4] 2> 1887626 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.e.j.s.Server Started @1888997ms
[junit4] 2> 1887626 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/niw,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/tempDir-001/jetty3,
hostPort=33167,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/shard-3-001/cores}
[junit4] 2> 1887626 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1887626 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
8.0.0
[junit4] 2> 1887626 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1887626 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1887626 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2018-01-22T15:22:48.807834Z
[junit4] 2> 1887627 INFO (zkConnectionManagerCallback-6358-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1887628 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1887628 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/shard-3-001/solr.xml
[junit4] 2> 1887629 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter autoReplicaFailoverWorkLoopDelay
is ignored
[junit4] 2> 1887629 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.SolrXmlConfig Configuration parameter
autoReplicaFailoverBadNodeExpiration is ignored
[junit4] 2> 1887629 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b43f977, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1887631 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:34627/solr
[junit4] 2> 1887631 INFO (zkConnectionManagerCallback-6362-thread-1) [
] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1887632 INFO
(zkConnectionManagerCallback-6364-thread-1-processing-n:127.0.0.1:33167_niw)
[n:127.0.0.1:33167_niw ] o.a.s.c.c.ConnectionManager zkClient has connected
[junit4] 2> 1887634 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:33167_niw ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1887635 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:33167_niw ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1887636 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:33167_niw ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:33167_niw
[junit4] 2> 1887636 INFO
(zkCallback-6325-thread-2-processing-n:127.0.0.1:43095_niw)
[n:127.0.0.1:43095_niw ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1887636 INFO
(zkCallback-6353-thread-1-processing-n:127.0.0.1:39115_niw)
[n:127.0.0.1:39115_niw ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1887636 INFO
(zkCallback-6343-thread-1-processing-n:127.0.0.1:42975_niw)
[n:127.0.0.1:42975_niw ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1887636 INFO (zkCallback-6335-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1887637 INFO
(zkCallback-6363-thread-1-processing-n:127.0.0.1:33167_niw)
[n:127.0.0.1:33167_niw ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1887682 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:33167_niw ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b43f977
[junit4] 2> 1887690 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:33167_niw ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b43f977
[junit4] 2> 1887690 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:33167_niw ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@2b43f977
[junit4] 2> 1887691 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A])
[n:127.0.0.1:33167_niw ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/shard-3-001/cores
[junit4] 2> 1887783 INFO (SocketProxy-Acceptor-33167) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=34994,localport=33167], receiveBufferSize:531000
[junit4] 2> 1887784 INFO (SocketProxy-Acceptor-33167) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=33733,localport=55454], receiveBufferSize=530904
[junit4] 2> 1887784 INFO (qtp2092638156-24934) [n:127.0.0.1:33167_niw
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:33167_niw&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1887785 INFO
(OverseerCollectionConfigSetProcessor-99394162680659972-127.0.0.1:43095_niw-n_0000000000)
[n:127.0.0.1:43095_niw ] 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> 1887785 INFO
(OverseerThreadFactory-8487-thread-5-processing-n:127.0.0.1:43095_niw)
[n:127.0.0.1:43095_niw ] o.a.s.c.a.c.AddReplicaCmd Node Identified
127.0.0.1:33167_niw for creating new replica
[junit4] 2> 1887786 INFO (SocketProxy-Acceptor-33167) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=34998,localport=33167], receiveBufferSize:531000
[junit4] 2> 1887787 INFO (SocketProxy-Acceptor-33167) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=33733,localport=55458], receiveBufferSize=530904
[junit4] 2> 1887787 INFO (qtp2092638156-24964) [n:127.0.0.1:33167_niw
] 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> 1887787 INFO (qtp2092638156-24964) [n:127.0.0.1:33167_niw
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1887889 INFO
(zkCallback-6363-thread-1-processing-n:127.0.0.1:33167_niw)
[n:127.0.0.1:33167_niw ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1887889 INFO
(zkCallback-6353-thread-1-processing-n:127.0.0.1:39115_niw)
[n:127.0.0.1:39115_niw ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1887889 INFO
(zkCallback-6343-thread-1-processing-n:127.0.0.1:42975_niw)
[n:127.0.0.1:42975_niw ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [4])
[junit4] 2> 1888986 INFO (qtp2092638156-24964) [n:127.0.0.1:33167_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 8.0.0
[junit4] 2> 1888995 INFO (qtp2092638156-24964) [n:127.0.0.1:33167_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema
[collection1_shard2_replica_n45] Schema name=test
[junit4] 2> 1889048 INFO (qtp2092638156-24964) [n:127.0.0.1:33167_niw
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> 1889055 INFO (qtp2092638156-24964) [n:127.0.0.1:33167_niw
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> 1889055 INFO (qtp2092638156-24964) [n:127.0.0.1:33167_niw
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@2b43f977
[junit4] 2> 1889055 INFO (qtp2092638156-24964) [n:127.0.0.1:33167_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1889055 INFO (qtp2092638156-24964) [n:127.0.0.1:33167_niw
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-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/shard-3-001/cores/collection1_shard2_replica_n45],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
[junit4] 2> 1889057 INFO (qtp2092638156-24964) [n:127.0.0.1:33167_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=28, maxMergedSegmentMB=68.396484375,
floorSegmentMB=1.4677734375, forceMergeDeletesPctAllowed=17.40612245548225,
segmentsPerTier=23.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1889058 WARN (qtp2092638156-24964) [n:127.0.0.1:33167_niw
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> 1889080 INFO (qtp2092638156-24964) [n:127.0.0.1:33167_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1889080 INFO (qtp2092638156-24964) [n:127.0.0.1:33167_niw
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> 1889081 INFO (qtp2092638156-24964) [n:127.0.0.1:33167_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1889081 INFO (qtp2092638156-24964) [n:127.0.0.1:33167_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1889081 INFO (qtp2092638156-24964) [n:127.0.0.1:33167_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=12, maxMergeAtOnceExplicit=25, maxMergedSegmentMB=93.0703125,
floorSegmentMB=1.83203125, forceMergeDeletesPctAllowed=16.65793298999721,
segmentsPerTier=22.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1889082 INFO (qtp2092638156-24964) [n:127.0.0.1:33167_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@4cbeb413[collection1_shard2_replica_n45] main]
[junit4] 2> 1889082 INFO (qtp2092638156-24964) [n:127.0.0.1:33167_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1889082 INFO (qtp2092638156-24964) [n:127.0.0.1:33167_niw
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> 1889083 INFO (qtp2092638156-24964) [n:127.0.0.1:33167_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 1889083 INFO
(searcherExecutor-8523-thread-1-processing-n:127.0.0.1:33167_niw
x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:33167_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrCore
[collection1_shard2_replica_n45] Registered new searcher
Searcher@4cbeb413[collection1_shard2_replica_n45]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1889083 INFO (qtp2092638156-24964) [n:127.0.0.1:33167_niw
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
1590306611149144064
[junit4] 2> 1889085 INFO (qtp2092638156-24964) [n:127.0.0.1:33167_niw
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.ZkController
Core needs to recover:collection1_shard2_replica_n45
[junit4] 2> 1889086 INFO
(updateExecutor-6359-thread-1-processing-n:127.0.0.1:33167_niw
x:collection1_shard2_replica_n45 s:shard2 c:collection1) [n:127.0.0.1:33167_niw
c:collection1 s:shard2 r:core_node46 x:collection1_shard2_replica_n45]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 1889086 INFO
(recoveryExecutor-6360-thread-1-processing-n:127.0.0.1:33167_niw
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:33167_niw c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Startin
[...truncated too long message...]
iw, target: http://127.0.0.1:33733/niw
[junit4] 2> 2017486 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:43095/niw,
target: http://127.0.0.1:33505/niw
[junit4] 2> 2017486 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.SocketProxy Closing 7 connections to: http://127.0.0.1:39115/niw,
target: http://127.0.0.1:41903/niw
[junit4] 2> 2017486 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7FB65A1B5889650A]) [ ]
o.a.s.c.SocketProxy Closing 7 connections to: http://127.0.0.1:42975/niw,
target: http://127.0.0.1:45785/niw
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test
-Dtests.seed=7FB65A1B5889650A -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=sbp-TZ -Dtests.timezone=Antarctica/Davis -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 136s J1 | 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:42975/niw","node_name":"127.0.0.1:42975_niw","state":"active","type":"NRT","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={
[junit4] > "pullReplicas":"0",
[junit4] > "replicationFactor":"1",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{
[junit4] > "core_node4":{
[junit4] > "state":"down",
[junit4] > "base_url":"http://127.0.0.1:43095/niw",
[junit4] > "core":"c8n_1x3_lf_shard1_replica_n1",
[junit4] > "node_name":"127.0.0.1:43095_niw",
[junit4] > "type":"NRT"},
[junit4] > "core_node5":{
[junit4] > "core":"c8n_1x3_lf_shard1_replica_n2",
[junit4] > "base_url":"http://127.0.0.1:42975/niw",
[junit4] > "node_name":"127.0.0.1:42975_niw",
[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:33167/niw",
[junit4] > "node_name":"127.0.0.1:33167_niw",
[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([7FB65A1B5889650A:F7E265C1F67508F2]: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
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:564)
[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.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7FB65A1B5889650A-001
[junit4] 2> NOTE: test params are: codec=CheapBastard,
sim=Asserting(org.apache.lucene.search.similarities.AssertingSimilarity@4a1014b6),
locale=sbp-TZ, timezone=Antarctica/Davis
[junit4] 2> NOTE: Linux 4.13.0-26-generic amd64/Oracle Corporation 10-ea
(64-bit)/cpus=8,threads=1,free=87401624,total=529530880
[junit4] 2> NOTE: All tests run in this JVM: [HdfsThreadLeakTest,
ZkStateReaderTest, TestReloadDeadlock, TestCloudDeleteByQuery,
TestFuzzyAnalyzedSuggestions, CdcrUpdateLogTest, SuggestComponentTest,
TestFieldTypeResource, HLLSerializationTest, HttpSolrCallGetCoreTest,
SolrCoreTest, TestReversedWildcardFilterFactory, OverseerTaskQueueTest,
PeerSyncTest, TestSolrXml, QueryEqualityTest, TestMaxTokenLenTokenizer,
AsyncCallRequestStatusResponseTest, LeaderInitiatedRecoveryOnShardRestartTest,
TestManagedSchema, CustomHighlightComponentTest,
TestSweetSpotSimilarityFactory, QueryElevationComponentTest,
DistributedFacetExistsSmallTest, ClassificationUpdateProcessorIntegrationTest,
TestPerFieldSimilarity, RuleEngineTest, TestCollectionAPIs,
TestSlowCompositeReaderWrapper, SpatialRPTFieldTypeTest,
PreAnalyzedFieldManagedSchemaCloudTest, CdcrBidirectionalTest,
TestStressVersions, TestConfigSetsAPIExclusivity, OverseerTest,
TestCloudSchemaless, TestSolrConfigHandlerConcurrent,
TestExclusionRuleCollectionAccess, DistribDocExpirationUpdateProcessorTest,
PrimUtilsTest, MetricUtilsTest, SortByFunctionTest, TestConfigOverlay,
SolrIndexMetricsTest, DocValuesMissingTest, BitVectorTest,
TestHttpShardHandlerFactory, ChangedSchemaMergeTest, RequiredFieldsTest,
TestHdfsUpdateLog, HdfsRecoveryZkTest, TestHashQParserPlugin,
AlternateDirectoryTest, MissingSegmentRecoveryTest, BadComponentTest,
DocExpirationUpdateProcessorFactoryTest, DistributedMLTComponentTest,
BlockJoinFacetSimpleTest, TestSmileRequest, SyncSliceTest,
TestBM25SimilarityFactory, PreAnalyzedUpdateProcessorTest,
CdcrReplicationHandlerTest, TestStressLiveNodes, AnalyticsQueryTest,
HdfsBasicDistributedZk2Test, TestManagedResourceStorage, JsonLoaderTest,
CustomCollectionTest, TestSearchPerf, TestFieldSortValues,
TestGraphMLResponseWriter, TestSolrFieldCacheBean, SortSpecParsingTest,
NodeAddedTriggerTest, BlockCacheTest, TestSchemaSimilarityResource,
BasicZkTest, TestCustomDocTransformer, TestSimDistributedQueue,
PrimitiveFieldTypeTest, DistributedVersionInfoTest, DocumentBuilderTest,
TestCursorMarkWithoutUniqueKey, DistributedQueryComponentCustomSortTest,
TestUseDocValuesAsStored, TestFieldCache, SuggesterFSTTest, HdfsDirectoryTest,
TestPullReplicaErrorHandling, TestNumericRangeQuery32, QueryParsingTest,
SystemLogListenerTest, AssignTest, SpellCheckCollatorWithCollapseTest,
TestCopyFieldCollectionResource, TestMaxScoreQueryParser, TestRecovery,
CoreAdminRequestStatusTest, SuggesterTest, TestSolrJ, AutoScalingHandlerTest,
TestZkChroot, JavabinLoaderTest, TestNodeAddedTrigger, BJQParserTest,
TestReload, PathHierarchyTokenizerFactoryTest, DirectUpdateHandlerOptimizeTest,
TestPayloadScoreQParserPlugin, DeleteLastCustomShardedReplicaTest,
SoftAutoCommitTest, RequestLoggingTest, TestPartialUpdateDeduplication,
TestRTGBase, TestFileDictionaryLookup, DOMUtilTest, ResourceLoaderTest,
TestLeaderInitiatedRecoveryThread, TestDistributedGrouping,
UpdateRequestProcessorFactoryTest, DistributedFacetPivotSmallAdvancedTest,
TestPerFieldSimilarityWithDefaultOverride, SolrJmxReporterCloudTest,
SolrCoreMetricManagerTest, BasicDistributedZkTest, ChaosMonkeySafeLeaderTest,
OpenCloseCoreStressTest, ShardRoutingTest, RecoveryZkTest,
TestReplicationHandler, ClusterStateUpdateTest, ZkSolrClientTest,
ShardRoutingCustomTest, ZkControllerTest, TestRealTimeGet, TestStressReorder,
TestJoin, DistributedTermsComponentTest, SimpleFacetsTest, TestSolr4Spatial,
TestGroupingSearch, SolrCmdDistributorTest, ConvertedLegacyTest, TestFiltering,
TestFunctionQuery, BasicFunctionalityTest, TestLazyCores, TestBadConfig,
HighlighterTest, ShowFileRequestHandlerTest,
DistributedQueryElevationComponentTest, SimplePostToolTest, TestCoreDiscovery,
SignatureUpdateProcessorFactoryTest, TestExtendedDismaxParser,
SpellCheckCollatorTest, CoreAdminHandlerTest, SolrRequestParserTest,
TestFoldingMultitermQuery, TestStressLucene, TestTrie, SpatialFilterTest,
SuggesterWFSTTest, TestCSVLoader, PolyFieldTest,
SchemaVersionSpecificBehaviorTest, TestPseudoReturnFields, TestUpdate,
FieldMutatingUpdateProcessorTest, TestWordDelimiterFilterFactory,
StatelessScriptUpdateProcessorFactoryTest, DistanceFunctionTest,
TestSolrDeletionPolicy1, SolrInfoBeanTest, XsltUpdateRequestHandlerTest,
DebugComponentTest, IndexBasedSpellCheckerTest, TestSurroundQueryParser,
LukeRequestHandlerTest, DisMaxRequestHandlerTest, TestQueryUtils,
TestWriterPerf, TestQueryTypes, TermsComponentTest,
IndexSchemaRuntimeFieldTest, LoggingHandlerTest, SolrPluginUtilsTest,
TestJmxIntegration, TestCSVResponseWriter, BinaryUpdateRequestHandlerTest,
TestComponentsName, HighlighterConfigTest, SOLR749Test,
TestQuerySenderListener, TestSolrIndexConfig, TestQuerySenderNoQuery,
ResponseLogComponentTest, TestStressRecovery, TestSystemIdResolver,
DateFieldTest, ClusterStateTest, TestLRUCache, ZkNodePropsTest, SliceStateTest,
SystemInfoHandlerTest, UUIDFieldTest, FileUtilsTest,
DistributedIntervalFacetingTest, TestCrossCoreJoin, TestHighlightDedupGrouping,
TestSimpleTrackingShardHandler, TestTolerantSearch,
TestEmbeddedSolrServerAdminHandler, TestEmbeddedSolrServerConstructors,
TestEmbeddedSolrServerSchemaAPI, TestJettySolrRunner, ActionThrottleTest,
AddReplicaTest, AliasIntegrationTest,
ChaosMonkeySafeLeaderWithPullReplicasTest, LeaderFailoverAfterPartitionTest]
[junit4] Completed [531/768 (1!)] on J1 in 136.29s, 1 test, 1 failure <<<
FAILURES!
[...truncated 41734 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]