Build: https://jenkins.thetaphi.de/job/Lucene-Solr-7.x-Linux/495/
Java: 64bit/jdk1.8.0_144 -XX:+UseCompressedOops -XX:+UseSerialGC
2 tests failed.
FAILED: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test
Error Message:
Expected 2 of 3 replicas to be active but only found 1;
[core_node5:{"core":"c8n_1x3_lf_shard1_replica_n2","base_url":"http://127.0.0.1:37181/cg_xl/de","node_name":"127.0.0.1:37181_cg_xl%2Fde","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:44669/cg_xl/de",
"core":"c8n_1x3_lf_shard1_replica_n1",
"node_name":"127.0.0.1:44669_cg_xl%2Fde", "type":"NRT"},
"core_node5":{ "core":"c8n_1x3_lf_shard1_replica_n2",
"base_url":"http://127.0.0.1:37181/cg_xl/de",
"node_name":"127.0.0.1:37181_cg_xl%2Fde", "state":"active",
"type":"NRT", "leader":"true"}, "core_node6":{
"core":"c8n_1x3_lf_shard1_replica_n3",
"base_url":"http://127.0.0.1:43341/cg_xl/de",
"node_name":"127.0.0.1:43341_cg_xl%2Fde", "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:37181/cg_xl/de","node_name":"127.0.0.1:37181_cg_xl%2Fde","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:44669/cg_xl/de",
"core":"c8n_1x3_lf_shard1_replica_n1",
"node_name":"127.0.0.1:44669_cg_xl%2Fde",
"type":"NRT"},
"core_node5":{
"core":"c8n_1x3_lf_shard1_replica_n2",
"base_url":"http://127.0.0.1:37181/cg_xl/de",
"node_name":"127.0.0.1:37181_cg_xl%2Fde",
"state":"active",
"type":"NRT",
"leader":"true"},
"core_node6":{
"core":"c8n_1x3_lf_shard1_replica_n3",
"base_url":"http://127.0.0.1:43341/cg_xl/de",
"node_name":"127.0.0.1:43341_cg_xl%2Fde",
"state":"down",
"type":"NRT"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"3",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([2701EFB75CFA281E:AF55D06DF20645E6]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.assertTrue(Assert.java:43)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:993)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:968)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
FAILED: org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery
Error Message:
expected:<10> but was:<0>
Stack Trace:
java.lang.AssertionError: expected:<10> but was:<0>
at
__randomizedtesting.SeedInfo.seed([2701EFB75CFA281E:775477B405DB9E03]:0)
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at
org.apache.solr.cloud.MissingSegmentRecoveryTest.testLeaderRecovery(MissingSegmentRecoveryTest.java:108)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.invoke(RandomizedRunner.java:1737)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:934)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:970)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:984)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:49)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
org.apache.lucene.util.TestRuleThreadAndTestName$1.evaluate(TestRuleThreadAndTestName.java:48)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:817)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:468)
at
com.carrotsearch.randomizedtesting.RandomizedRunner.runSingleTest(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:829)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:879)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:890)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.SystemPropertiesRestoreRule$1.evaluate(SystemPropertiesRestoreRule.java:57)
at
org.apache.lucene.util.AbstractBeforeAfterRule$1.evaluate(AbstractBeforeAfterRule.java:45)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleStoreClassName$1.evaluate(TestRuleStoreClassName.java:41)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.NoShadowingOrOverridesOnMethodsRule$1.evaluate(NoShadowingOrOverridesOnMethodsRule.java:40)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
org.apache.lucene.util.TestRuleAssertionsRequired$1.evaluate(TestRuleAssertionsRequired.java:53)
at
org.apache.lucene.util.TestRuleMarkFailure$1.evaluate(TestRuleMarkFailure.java:47)
at
org.apache.lucene.util.TestRuleIgnoreAfterMaxFailures$1.evaluate(TestRuleIgnoreAfterMaxFailures.java:64)
at
org.apache.lucene.util.TestRuleIgnoreTestSuites$1.evaluate(TestRuleIgnoreTestSuites.java:54)
at
com.carrotsearch.randomizedtesting.rules.StatementAdapter.evaluate(StatementAdapter.java:36)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$StatementRunner.run(ThreadLeakControl.java:368)
at java.lang.Thread.run(Thread.java:748)
Build Log:
[...truncated 12224 lines...]
[junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/init-core-data-001
[junit4] 2> 669682 WARN
(SUITE-LeaderFailoverAfterPartitionTest-seed#[2701EFB75CFA281E]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=1 numCloses=1
[junit4] 2> 669682 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[2701EFB75CFA281E]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields (NUMERIC_POINTS_SYSPROP=true)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 669683 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[2701EFB75CFA281E]-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> 669683 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[2701EFB75CFA281E]-worker) [ ]
o.a.s.SolrTestCaseJ4 SecureRandom sanity checks:
test.solr.allowed.securerandom=null & java.security.egd=file:/dev/./urandom
[junit4] 2> 669683 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[2701EFB75CFA281E]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property:
/cg_xl/de
[junit4] 2> 669684 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 669685 INFO (Thread-1199) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 669685 INFO (Thread-1199) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 669687 ERROR (Thread-1199) [ ] 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> 669785 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.ZkTestServer start zk server on port:35575
[junit4] 2> 669810 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 669811 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 669811 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 669812 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 669813 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 669813 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 669814 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 669815 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 669816 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 669817 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 669817 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 669818 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 669887 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 669905 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1382c5d8{/cg_xl/de,null,AVAILABLE}
[junit4] 2> 669906 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@12854bd3{HTTP/1.1,[http/1.1]}{127.0.0.1:45113}
[junit4] 2> 669906 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.e.j.s.Server Started @671179ms
[junit4] 2> 669906 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/tempDir-001/control/data,
hostContext=/cg_xl/de, hostPort=42871,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/control-001/cores}
[junit4] 2> 669907 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 669907 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.1.0
[junit4] 2> 669907 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 669907 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 669907 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-09-26T18:20:14.509Z
[junit4] 2> 669910 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 669910 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/control-001/solr.xml
[junit4] 2> 669913 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1c77916, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 669924 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35575/solr
[junit4] 2> 669959 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 669959 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.c.OverseerElectionContext I am going
to be the leader 127.0.0.1:42871_cg_xl%2Fde
[junit4] 2> 669960 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.c.Overseer Overseer
(id=98726708136378372-127.0.0.1:42871_cg_xl%2Fde-n_0000000000) starting
[junit4] 2> 669965 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.c.ZkController Register node as live
in ZooKeeper:/live_nodes/127.0.0.1:42871_cg_xl%2Fde
[junit4] 2> 669967 INFO
(zkCallback-814-thread-1-processing-n:127.0.0.1:42871_cg_xl%2Fde)
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 670031 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1c77916
[junit4] 2> 670041 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1c77916
[junit4] 2> 670041 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1c77916
[junit4] 2> 670043 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/control-001/cores
[junit4] 2> 670069 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 670069 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35575/solr ready
[junit4] 2> 670070 INFO (SocketProxy-Acceptor-42871) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=37684,localport=42871], receiveBufferSize:531000
[junit4] 2> 670084 INFO (SocketProxy-Acceptor-42871) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=45113,localport=48706], receiveBufferSize=530904
[junit4] 2> 670088 INFO (qtp1788938286-5339)
[n:127.0.0.1:42871_cg_xl%2Fde ] 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:42871_cg_xl%252Fde&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 670092 INFO
(OverseerThreadFactory-2253-thread-1-processing-n:127.0.0.1:42871_cg_xl%2Fde)
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.c.CreateCollectionCmd Create
collection control_collection
[junit4] 2> 670204 INFO (SocketProxy-Acceptor-42871) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=37688,localport=42871], receiveBufferSize:531000
[junit4] 2> 670213 INFO (SocketProxy-Acceptor-42871) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=45113,localport=48710], receiveBufferSize=530904
[junit4] 2> 670213 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde ] 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> 670213 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 670319 INFO
(zkCallback-814-thread-1-processing-n:127.0.0.1:42871_cg_xl%2Fde)
[n:127.0.0.1:42871_cg_xl%2Fde ] 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> 671229 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrConfig Using Lucene
MatchVersion: 7.1.0
[junit4] 2> 671246 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde 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> 671316 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde 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> 671326 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde 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> 671327 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde 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@1c77916
[junit4] 2> 671327 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 671327 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[[control_collection_shard1_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 671328 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.u.RandomMergePolicy
RandomMergePolicy wrapping class org.apache.lucene.index.LogDocMergePolicy:
[LogDocMergePolicy: minMergeSize=1000, mergeFactor=30,
maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6667788805352822]
[junit4] 2> 671333 WARN (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde 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> 671357 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde 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> 671357 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde 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> 671358 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 671358 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 671359 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde 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=47, maxMergeAtOnceExplicit=47,
maxMergedSegmentMB=55.2275390625, floorSegmentMB=1.16015625,
forceMergeDeletesPctAllowed=3.4894320416219573, segmentsPerTier=10.0,
maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 671359 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.s.SolrIndexSearcher Opening
[Searcher@6327a33f[control_collection_shard1_replica_n1] main]
[junit4] 2> 671359 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.r.ManagedResourceStorage
Configured ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 671360 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde 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> 671360 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.h.ReplicationHandler Commits will
be reserved for 10000ms.
[junit4] 2> 671361 INFO
(searcherExecutor-2256-thread-1-processing-n:127.0.0.1:42871_cg_xl%2Fde
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:42871_cg_xl%2Fde 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@6327a33f[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 671361 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde 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 1579627331938418688
[junit4] 2> 671364 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.ShardLeaderElectionContext
Enough replicas found to continue.
[junit4] 2> 671364 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde 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> 671364 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:42871/cg_xl/de/control_collection_shard1_replica_n1/
[junit4] 2> 671365 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde 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> 671365 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SyncStrategy
http://127.0.0.1:42871/cg_xl/de/control_collection_shard1_replica_n1/ has no
replicas
[junit4] 2> 671365 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde 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> 671366 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde 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:42871/cg_xl/de/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 671467 INFO
(zkCallback-814-thread-1-processing-n:127.0.0.1:42871_cg_xl%2Fde)
[n:127.0.0.1:42871_cg_xl%2Fde ] 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> 671517 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde 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> 671519 INFO (qtp1788938286-5341)
[n:127.0.0.1:42871_cg_xl%2Fde 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=1306
[junit4] 2> 671521 INFO (qtp1788938286-5339)
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.h.a.CollectionsHandler Wait for new
collection to be active for at most 30 seconds. Check all shard replicas
[junit4] 2> 671622 INFO
(zkCallback-814-thread-1-processing-n:127.0.0.1:42871_cg_xl%2Fde)
[n:127.0.0.1:42871_cg_xl%2Fde ] 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> 672094 INFO
(OverseerCollectionConfigSetProcessor-98726708136378372-127.0.0.1:42871_cg_xl%2Fde-n_0000000000)
[n:127.0.0.1:42871_cg_xl%2Fde ] 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> 672522 INFO (qtp1788938286-5339)
[n:127.0.0.1:42871_cg_xl%2Fde ] 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:42871_cg_xl%252Fde&wt=javabin&version=2}
status=0 QTime=2433
[junit4] 2> 672526 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 672526 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:35575/solr ready
[junit4] 2> 672526 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 672527 INFO (SocketProxy-Acceptor-42871) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=37694,localport=42871], receiveBufferSize:531000
[junit4] 2> 672527 INFO (SocketProxy-Acceptor-42871) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=45113,localport=48716], receiveBufferSize=530904
[junit4] 2> 672527 INFO (qtp1788938286-5339)
[n:127.0.0.1:42871_cg_xl%2Fde ] 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> 672528 INFO
(OverseerThreadFactory-2253-thread-2-processing-n:127.0.0.1:42871_cg_xl%2Fde)
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.c.CreateCollectionCmd Create
collection collection1
[junit4] 2> 672529 WARN
(OverseerThreadFactory-2253-thread-2-processing-n:127.0.0.1:42871_cg_xl%2Fde)
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 672731 INFO (qtp1788938286-5339)
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.h.a.CollectionsHandler Wait for new
collection to be active for at most 30 seconds. Check all shard replicas
[junit4] 2> 672731 INFO (qtp1788938286-5339)
[n:127.0.0.1:42871_cg_xl%2Fde ] 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> 672788 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/shard-1-001
of type NRT
[junit4] 2> 672789 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 672790 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@28e6a550{/cg_xl/de,null,AVAILABLE}
[junit4] 2> 672790 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@33bdc6d9{HTTP/1.1,[http/1.1]}{127.0.0.1:34787}
[junit4] 2> 672790 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.e.j.s.Server Started @674062ms
[junit4] 2> 672790 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/cg_xl/de, hostPort=43341,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/shard-1-001/cores}
[junit4] 2> 672790 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 672790 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.1.0
[junit4] 2> 672790 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 672790 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 672791 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-09-26T18:20:17.392Z
[junit4] 2> 672797 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 672797 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/shard-1-001/solr.xml
[junit4] 2> 672799 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1c77916, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 672805 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35575/solr
[junit4] 2> 672815 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:43341_cg_xl%2Fde ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (1)
[junit4] 2> 672816 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:43341_cg_xl%2Fde ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 672817 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:43341_cg_xl%2Fde ] o.a.s.c.ZkController Register node as live
in ZooKeeper:/live_nodes/127.0.0.1:43341_cg_xl%2Fde
[junit4] 2> 672817 INFO
(zkCallback-814-thread-1-processing-n:127.0.0.1:42871_cg_xl%2Fde)
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (1) -> (2)
[junit4] 2> 672818 INFO (zkCallback-821-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 672818 INFO
(zkCallback-826-thread-1-processing-n:127.0.0.1:43341_cg_xl%2Fde)
[n:127.0.0.1:43341_cg_xl%2Fde ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (1) -> (2)
[junit4] 2> 672884 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:43341_cg_xl%2Fde ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1c77916
[junit4] 2> 672891 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:43341_cg_xl%2Fde ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1c77916
[junit4] 2> 672891 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:43341_cg_xl%2Fde ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1c77916
[junit4] 2> 672892 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:43341_cg_xl%2Fde ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/shard-1-001/cores
[junit4] 2> 672912 INFO (qtp1788938286-5340)
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.h.a.CollectionsHandler Invoked
Collection Action :addreplica with params
node=127.0.0.1:43341_cg_xl%252Fde&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 672913 INFO
(OverseerCollectionConfigSetProcessor-98726708136378372-127.0.0.1:42871_cg_xl%2Fde-n_0000000000)
[n:127.0.0.1:42871_cg_xl%2Fde ] 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> 672913 INFO
(OverseerThreadFactory-2253-thread-3-processing-n:127.0.0.1:42871_cg_xl%2Fde)
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:43341_cg_xl%2Fde for creating new replica
[junit4] 2> 672914 INFO (SocketProxy-Acceptor-43341) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=52998,localport=43341], receiveBufferSize:531000
[junit4] 2> 672916 INFO (SocketProxy-Acceptor-43341) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=34787,localport=58934], receiveBufferSize=530904
[junit4] 2> 672917 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
] 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> 672917 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 673021 INFO
(zkCallback-826-thread-1-processing-n:127.0.0.1:43341_cg_xl%2Fde)
[n:127.0.0.1:43341_cg_xl%2Fde ] 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> 673927 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.1.0
[junit4] 2> 673950 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.s.IndexSchema
[collection1_shard2_replica_n41] Schema name=test
[junit4] 2> 674039 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
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> 674050 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
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> 674050 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
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@1c77916
[junit4] 2> 674050 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 674050 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SolrCore
[[collection1_shard2_replica_n41] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/shard-1-001/cores/collection1_shard2_replica_n41],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/shard-1-001/cores/collection1_shard2_replica_n41/data/]
[junit4] 2> 674053 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6667788805352822]
[junit4] 2> 674054 WARN (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
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> 674088 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 674088 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
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> 674089 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 674089 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 674090 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=47, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=55.2275390625,
floorSegmentMB=1.16015625, forceMergeDeletesPctAllowed=3.4894320416219573,
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 674090 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@11668ecc[collection1_shard2_replica_n41] main]
[junit4] 2> 674091 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 674091 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
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> 674091 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 674092 INFO
(searcherExecutor-2267-thread-1-processing-n:127.0.0.1:43341_cg_xl%2Fde
x:collection1_shard2_replica_n41 s:shard2 c:collection1)
[n:127.0.0.1:43341_cg_xl%2Fde c:collection1 s:shard2
x:collection1_shard2_replica_n41] o.a.s.c.SolrCore
[collection1_shard2_replica_n41] Registered new searcher
Searcher@11668ecc[collection1_shard2_replica_n41]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 674092 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
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
1579627334802079744
[junit4] 2> 674095 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 674095 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
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> 674095 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:43341/cg_xl/de/collection1_shard2_replica_n41/
[junit4] 2> 674095 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 674095 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.SyncStrategy
http://127.0.0.1:43341/cg_xl/de/collection1_shard2_replica_n41/ has no replicas
[junit4] 2> 674095 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 674097 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n41]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:43341/cg_xl/de/collection1_shard2_replica_n41/ shard2
[junit4] 2> 674198 INFO
(zkCallback-826-thread-1-processing-n:127.0.0.1:43341_cg_xl%2Fde)
[n:127.0.0.1:43341_cg_xl%2Fde ] 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> 674198 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n41] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 674201 INFO (qtp650724821-5387) [n:127.0.0.1:43341_cg_xl%2Fde
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=1284
[junit4] 2> 674203 INFO (qtp1788938286-5340)
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={node=127.0.0.1:43341_cg_xl%252Fde&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
status=0 QTime=1291
[junit4] 2> 674204 INFO
(OverseerCollectionConfigSetProcessor-98726708136378372-127.0.0.1:42871_cg_xl%2Fde-n_0000000000)
[n:127.0.0.1:42871_cg_xl%2Fde ] 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> 674283 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/shard-2-001
of type NRT
[junit4] 2> 674284 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 674290 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@51eb2c08{/cg_xl/de,null,AVAILABLE}
[junit4] 2> 674290 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7a723169{HTTP/1.1,[http/1.1]}{127.0.0.1:43715}
[junit4] 2> 674290 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.e.j.s.Server Started @675563ms
[junit4] 2> 674290 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/tempDir-001/jetty2,
solrconfig=solrconfig.xml, hostContext=/cg_xl/de, hostPort=37181,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/shard-2-001/cores}
[junit4] 2> 674291 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 674292 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.1.0
[junit4] 2> 674292 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 674292 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 674292 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-09-26T18:20:18.894Z
[junit4] 2> 674301 INFO
(zkCallback-826-thread-1-processing-n:127.0.0.1:43341_cg_xl%2Fde)
[n:127.0.0.1:43341_cg_xl%2Fde ] 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> 674303 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 674303 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/shard-2-001/solr.xml
[junit4] 2> 674307 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1c77916, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 674311 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35575/solr
[junit4] 2> 674353 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:37181_cg_xl%2Fde ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (2)
[junit4] 2> 674354 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:37181_cg_xl%2Fde ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 674356 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:37181_cg_xl%2Fde ] o.a.s.c.ZkController Register node as live
in ZooKeeper:/live_nodes/127.0.0.1:37181_cg_xl%2Fde
[junit4] 2> 674358 INFO (zkCallback-821-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 674358 INFO
(zkCallback-826-thread-1-processing-n:127.0.0.1:43341_cg_xl%2Fde)
[n:127.0.0.1:43341_cg_xl%2Fde ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (2) -> (3)
[junit4] 2> 674358 INFO
(zkCallback-814-thread-1-processing-n:127.0.0.1:42871_cg_xl%2Fde)
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (2) -> (3)
[junit4] 2> 674361 INFO
(zkCallback-832-thread-1-processing-n:127.0.0.1:37181_cg_xl%2Fde)
[n:127.0.0.1:37181_cg_xl%2Fde ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (2) -> (3)
[junit4] 2> 674412 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:37181_cg_xl%2Fde ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1c77916
[junit4] 2> 674423 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:37181_cg_xl%2Fde ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1c77916
[junit4] 2> 674423 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:37181_cg_xl%2Fde ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1c77916
[junit4] 2> 674424 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:37181_cg_xl%2Fde ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/shard-2-001/cores
[junit4] 2> 674462 INFO (qtp1788938286-5335)
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.h.a.CollectionsHandler Invoked
Collection Action :addreplica with params
node=127.0.0.1:37181_cg_xl%252Fde&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 674464 INFO
(OverseerThreadFactory-2253-thread-4-processing-n:127.0.0.1:42871_cg_xl%2Fde)
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:37181_cg_xl%2Fde for creating new replica
[junit4] 2> 674466 INFO (SocketProxy-Acceptor-37181) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=48790,localport=37181], receiveBufferSize:531000
[junit4] 2> 674474 INFO (SocketProxy-Acceptor-37181) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=43715,localport=46462], receiveBufferSize=530904
[junit4] 2> 674475 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde ] 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> 674475 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde ] o.a.s.c.TransientSolrCoreCacheDefault
Allocating transient cache for 4 transient cores
[junit4] 2> 674584 INFO
(zkCallback-832-thread-1-processing-n:127.0.0.1:37181_cg_xl%2Fde)
[n:127.0.0.1:37181_cg_xl%2Fde ] 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> 674584 INFO
(zkCallback-826-thread-1-processing-n:127.0.0.1:43341_cg_xl%2Fde)
[n:127.0.0.1:43341_cg_xl%2Fde ] 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> 675486 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde c:collection1 s:shard1
x:collection1_shard1_replica_n43] o.a.s.c.SolrConfig Using Lucene MatchVersion:
7.1.0
[junit4] 2> 675495 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde c:collection1 s:shard1
x:collection1_shard1_replica_n43] o.a.s.s.IndexSchema
[collection1_shard1_replica_n43] Schema name=test
[junit4] 2> 675585 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde 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> 675596 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde 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> 675597 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde 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@1c77916
[junit4] 2> 675597 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde c:collection1 s:shard1
x:collection1_shard1_replica_n43] o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 675597 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde c:collection1 s:shard1
x:collection1_shard1_replica_n43] o.a.s.c.SolrCore
[[collection1_shard1_replica_n43] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/shard-2-001/cores/collection1_shard1_replica_n43],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/shard-2-001/cores/collection1_shard1_replica_n43/data/]
[junit4] 2> 675598 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde c:collection1 s:shard1
x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy
wrapping class org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6667788805352822]
[junit4] 2> 675601 WARN (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde 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> 675626 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde c:collection1 s:shard1
x:collection1_shard1_replica_n43] o.a.s.u.UpdateHandler Using UpdateLog
implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 675626 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde 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> 675627 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde c:collection1 s:shard1
x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Hard AutoCommit:
disabled
[junit4] 2> 675627 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde c:collection1 s:shard1
x:collection1_shard1_replica_n43] o.a.s.u.CommitTracker Soft AutoCommit:
disabled
[junit4] 2> 675628 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde c:collection1 s:shard1
x:collection1_shard1_replica_n43] o.a.s.u.RandomMergePolicy RandomMergePolicy
wrapping class org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=47, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=55.2275390625,
floorSegmentMB=1.16015625, forceMergeDeletesPctAllowed=3.4894320416219573,
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 675628 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde c:collection1 s:shard1
x:collection1_shard1_replica_n43] o.a.s.s.SolrIndexSearcher Opening
[Searcher@4c55882f[collection1_shard1_replica_n43] main]
[junit4] 2> 675629 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde c:collection1 s:shard1
x:collection1_shard1_replica_n43] o.a.s.r.ManagedResourceStorage Configured
ZooKeeperStorageIO with znodeBase: /configs/conf1
[junit4] 2> 675630 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde 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> 675630 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde c:collection1 s:shard1
x:collection1_shard1_replica_n43] o.a.s.h.ReplicationHandler Commits will be
reserved for 10000ms.
[junit4] 2> 675631 INFO
(searcherExecutor-2278-thread-1-processing-n:127.0.0.1:37181_cg_xl%2Fde
x:collection1_shard1_replica_n43 s:shard1 c:collection1)
[n:127.0.0.1:37181_cg_xl%2Fde c:collection1 s:shard1
x:collection1_shard1_replica_n43] o.a.s.c.SolrCore
[collection1_shard1_replica_n43] Registered new searcher
Searcher@4c55882f[collection1_shard1_replica_n43]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 675631 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde 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 1579627336415838208
[junit4] 2> 675634 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde c:collection1 s:shard1
x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Enough
replicas found to continue.
[junit4] 2> 675634 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde 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> 675634 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde c:collection1 s:shard1
x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:37181/cg_xl/de/collection1_shard1_replica_n43/
[junit4] 2> 675634 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde c:collection1 s:shard1
x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 675634 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde c:collection1 s:shard1
x:collection1_shard1_replica_n43] o.a.s.c.SyncStrategy
http://127.0.0.1:37181/cg_xl/de/collection1_shard1_replica_n43/ has no replicas
[junit4] 2> 675634 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde c:collection1 s:shard1
x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext Found all
replicas participating in election, clear LIR
[junit4] 2> 675635 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde c:collection1 s:shard1
x:collection1_shard1_replica_n43] o.a.s.c.ShardLeaderElectionContext I am the
new leader: http://127.0.0.1:37181/cg_xl/de/collection1_shard1_replica_n43/
shard1
[junit4] 2> 675736 INFO
(zkCallback-826-thread-1-processing-n:127.0.0.1:43341_cg_xl%2Fde)
[n:127.0.0.1:43341_cg_xl%2Fde ] 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> 675736 INFO
(zkCallback-832-thread-1-processing-n:127.0.0.1:37181_cg_xl%2Fde)
[n:127.0.0.1:37181_cg_xl%2Fde ] 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> 675785 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde c:collection1 s:shard1
x:collection1_shard1_replica_n43] o.a.s.c.ZkController I am the leader, no
recovery necessary
[junit4] 2> 675786 INFO (qtp1202144587-5419)
[n:127.0.0.1:37181_cg_xl%2Fde 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=1311
[junit4] 2> 675787 INFO (qtp1788938286-5335)
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.s.HttpSolrCall [admin] webapp=null
path=/admin/collections
params={node=127.0.0.1:37181_cg_xl%252Fde&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=1324
[junit4] 2> 675843 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/shard-3-001
of type NRT
[junit4] 2> 675844 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.e.j.s.Server jetty-9.3.20.v20170531
[junit4] 2> 675844 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4b246f04{/cg_xl/de,null,AVAILABLE}
[junit4] 2> 675845 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@623d2bed{HTTP/1.1,[http/1.1]}{127.0.0.1:43059}
[junit4] 2> 675845 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.e.j.s.Server Started @677117ms
[junit4] 2> 675845 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/tempDir-001/jetty3,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/cg_xl/de,
hostPort=44669,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/shard-3-001/cores}
[junit4] 2> 675845 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.u.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 675845 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.1.0
[junit4] 2> 675845 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 675845 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 675845 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-09-26T18:20:20.447Z
[junit4] 2> 675850 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 675850 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/shard-3-001/solr.xml
[junit4] 2> 675852 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@1c77916, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 675854 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:35575/solr
[junit4] 2> 675859 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:44669_cg_xl%2Fde ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (0) -> (3)
[junit4] 2> 675860 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:44669_cg_xl%2Fde ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 675860 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:44669_cg_xl%2Fde ] o.a.s.c.ZkController Register node as live
in ZooKeeper:/live_nodes/127.0.0.1:44669_cg_xl%2Fde
[junit4] 2> 675861 INFO (zkCallback-821-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 675861 INFO
(zkCallback-814-thread-1-processing-n:127.0.0.1:42871_cg_xl%2Fde)
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (3) -> (4)
[junit4] 2> 675861 INFO
(zkCallback-832-thread-1-processing-n:127.0.0.1:37181_cg_xl%2Fde)
[n:127.0.0.1:37181_cg_xl%2Fde ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (3) -> (4)
[junit4] 2> 675861 INFO
(zkCallback-826-thread-1-processing-n:127.0.0.1:43341_cg_xl%2Fde)
[n:127.0.0.1:43341_cg_xl%2Fde ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (3) -> (4)
[junit4] 2> 675861 INFO
(zkCallback-838-thread-1-processing-n:127.0.0.1:44669_cg_xl%2Fde)
[n:127.0.0.1:44669_cg_xl%2Fde ] o.a.s.c.c.ZkStateReader Updated live nodes
from ZooKeeper... (3) -> (4)
[junit4] 2> 675922 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:44669_cg_xl%2Fde ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1c77916
[junit4] 2> 675929 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:44669_cg_xl%2Fde ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1c77916
[junit4] 2> 675930 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:44669_cg_xl%2Fde ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@1c77916
[junit4] 2> 675931 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[2701EFB75CFA281E])
[n:127.0.0.1:44669_cg_xl%2Fde ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/shard-3-001/cores
[junit4] 2> 675960 INFO (qtp1788938286-5336)
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.h.a.CollectionsHandler Invoked
Collection Action :addreplica with params
node=127.0.0.1:44669_cg_xl%252Fde&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 675961 INFO
(OverseerCollectionConfigSetProcessor-98726708136378372-127.0.0.1:42871_cg_xl%2Fde-n_0000000000)
[n:127.0.0.1:42871_cg_xl%2Fde ] 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> 675961 INFO
(OverseerThreadFactory-2253-thread-5-processing-n:127.0.0.1:42871_cg_xl%2Fde)
[n:127.0.0.1:42871_cg_xl%2Fde ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:44669_cg_xl%2Fde for creating new replica
[junit4] 2> 675962 INFO
(zkCallback-826-thread-1-processing-n:127.0.0.1:43341_cg_xl%2Fde)
[n:127.0.0.1:43341_cg_xl%2Fde ] 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> 675962 INFO
(zkCallback-832-thread-1-processing-n:127.0.0.1:37181_cg_xl%2Fde)
[n:127.0.0.1:37181_cg_xl%2Fde ] 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> 675962 INFO (SocketProxy-Acceptor-44669) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=51242,localport=44669], receiveBufferSize:531000
[junit4] 2> 675963 INFO (SocketProxy-Acceptor-44669) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=43059,localport=33770], receiveBufferSize=530904
[junit4] 2> 675964 INFO (qtp87005549-5451) [n:127.0.0.1:44669_cg_xl%2Fde
] 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> 675964 INFO (qtp87005549-5451) [n:127.0.0.1:44669_cg_xl%2Fde
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 676066 INFO
(zkCallback-832-thread-1-processing-n:127.0.0.1:37181_cg_xl%2Fde)
[n:127.0.0.1:37181_cg_xl%2Fde ] 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> 676066 INFO
(zkCallback-838-thread-1-processing-n:127.0.0.1:44669_cg_xl%2Fde)
[n:127.0.0.1:44669_cg_xl%2Fde ] 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> 676066 INFO
(zkCallback-826-thread-1-processing-n:127.0.0.1:43341_cg_xl%2Fde)
[n:127.0.0.1:43341_cg_xl%2Fde ] 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> 676972 INFO (qtp87005549-5451) [n:127.0.0.1:44669_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.1.0
[junit4] 2> 676979 INFO (qtp87005549-5451) [n:127.0.0.1:44669_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.s.IndexSchema
[collection1_shard2_replica_n45] Schema name=test
[junit4] 2> 677055 INFO (qtp87005549-5451) [n:127.0.0.1:44669_cg_xl%2Fde
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> 677074 INFO (qtp87005549-5451) [n:127.0.0.1:44669_cg_xl%2Fde
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> 677075 INFO (qtp87005549-5451) [n:127.0.0.1:44669_cg_xl%2Fde
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@1c77916
[junit4] 2> 677075 INFO (qtp87005549-5451) [n:127.0.0.1:44669_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 677075 INFO (qtp87005549-5451) [n:127.0.0.1:44669_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.SolrCore
[[collection1_shard2_replica_n45] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/shard-3-001/cores/collection1_shard2_replica_n45],
dataDir=[/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J1/temp/solr.cloud.LeaderFailoverAfterPartitionTest_2701EFB75CFA281E-001/shard-3-001/cores/collection1_shard2_replica_n45/data/]
[junit4] 2> 677076 INFO (qtp87005549-5451) [n:127.0.0.1:44669_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=30, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=true,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.6667788805352822]
[junit4] 2> 677078 WARN (qtp87005549-5451) [n:127.0.0.1:44669_cg_xl%2Fde
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> 677102 INFO (qtp87005549-5451) [n:127.0.0.1:44669_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 677102 INFO (qtp87005549-5451) [n:127.0.0.1:44669_cg_xl%2Fde
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> 677103 INFO (qtp87005549-5451) [n:127.0.0.1:44669_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 677103 INFO (qtp87005549-5451) [n:127.0.0.1:44669_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 677104 INFO (qtp87005549-5451) [n:127.0.0.1:44669_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=47, maxMergeAtOnceExplicit=47, maxMergedSegmentMB=55.2275390625,
floorSegmentMB=1.16015625, forceMergeDeletesPctAllowed=3.4894320416219573,
segmentsPerTier=10.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 677104 INFO (qtp87005549-5451) [n:127.0.0.1:44669_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@76c20ce1[collection1_shard2_replica_n45] main]
[junit4] 2> 677104 INFO (qtp87005549-5451) [n:127.0.0.1:44669_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 677105 INFO (qtp87005549-5451) [n:127.0.0.1:44669_cg_xl%2Fde
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> 677105 INFO (qtp87005549-5451) [n:127.0.0.1:44669_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n45]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000ms.
[junit4] 2> 677106 INFO
(searcherExecutor-2289-thread-1-processing-n:127.0.0.1:44669_cg_xl%2Fde
x:collection1_shard2_replica_n45 s:shard2 c:collection1)
[n:127.0.0.1:44669_cg_xl%2Fde c:collection1 s:shard2
x:collection1_shard2_replica_n45] o.a.s.c.SolrCore
[collection1_shard2_replica_n45] Registered new searcher
Searcher@76c20ce1[collection1_shard2_replica_n45]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 677106 INFO (qtp87005549-5451) [n:127.0.0.1:44669_cg_xl%2Fde
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
1579627337962487808
[junit4] 2> 677108 INFO (qtp87005549-5451) [n:127.0.0.1:44669_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.c.ZkController
Core needs to recover:collection1_shard2_replica_n45
[junit4] 2> 677109 INFO
(updateExecutor-835-thread-1-processing-n:127.0.0.1:44669_cg_xl%2Fde
x:collection1_shard2_replica_n45 s:shard2 c:collection1)
[n:127.0.0.1:44669_cg_xl%2Fde c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 677109 INFO (qtp87005549-5451) [n:127.0.0.1:44669_cg_xl%2Fde
c:collection1 s:shard2 x:collection1_shard2_replica_n45] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n45&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1145
[junit4] 2> 677109 INFO
(recoveryExecutor-836-thread-1-processing-n:127.0.0.1:44669_cg_xl%2Fde
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:44669_cg_xl%2Fde c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 677109 INFO
(recoveryExecutor-836-thread-1-processing-n:127.0.0.1:44669_cg_xl%2Fde
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:44669_cg_xl%2Fde c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy ######
startupVersions=[[]]
[junit4] 2> 677109 INFO
(recoveryExecutor-836-thread-1-processing-n:127.0.0.1:44669_cg_xl%2Fde
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:44669_cg_xl%2Fde c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.c.RecoveryStrategy Begin buffering
updates. core=[collection1_shard2_replica_n45]
[junit4] 2> 677109 INFO
(recoveryExecutor-836-thread-1-processing-n:127.0.0.1:44669_cg_xl%2Fde
x:collection1_shard2_replica_n45 s:shard2 c:collection1 r:core_node46)
[n:127.0.0.1:44669_cg_xl%2Fde c:collection1 s:shard2 r:core_node46
x:collection1_shard2_replica_n45] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 677109 I
[...truncated too long message...]
l=[false]
[junit4] 2> 1585920 INFO
(recoveryExecutor-2020-thread-1-processing-n:127.0.0.1:36187_solr
x:MissingSegmentRecoveryTest_shard1_replica_n1 s:shard1
c:MissingSegmentRecoveryTest r:core_node3) [n:127.0.0.1:36187_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.SolrCore
[MissingSegmentRecoveryTest_shard1_replica_n1] CLOSING SolrCore
org.apache.solr.core.SolrCore@24e7f923
[junit4] 2> 1585920 INFO
(recoveryExecutor-2020-thread-1-processing-n:127.0.0.1:36187_solr
x:MissingSegmentRecoveryTest_shard1_replica_n1 s:shard1
c:MissingSegmentRecoveryTest r:core_node3) [n:127.0.0.1:36187_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.SolrMetricManager
Closing metric reporters for
registry=solr.core.MissingSegmentRecoveryTest.shard1.replica_n1, tag=619182371
[junit4] 2> 1585920 INFO
(recoveryExecutor-2020-thread-1-processing-n:127.0.0.1:36187_solr
x:MissingSegmentRecoveryTest_shard1_replica_n1 s:shard1
c:MissingSegmentRecoveryTest r:core_node3) [n:127.0.0.1:36187_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.r.SolrJmxReporter
Closing reporter [org.apache.solr.metrics.reporters.SolrJmxReporter@2173983e:
rootName = solr_36187, domain =
solr.core.MissingSegmentRecoveryTest.shard1.replica_n1, service url = null,
agent id = null] for registry
solr.core.MissingSegmentRecoveryTest.shard1.replica_n1 /
com.codahale.metrics.MetricRegistry@178ab23c
[junit4] 2> 1585926 INFO
(recoveryExecutor-2020-thread-1-processing-n:127.0.0.1:36187_solr
x:MissingSegmentRecoveryTest_shard1_replica_n1 s:shard1
c:MissingSegmentRecoveryTest r:core_node3) [n:127.0.0.1:36187_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.m.SolrMetricManager
Closing metric reporters for
registry=solr.collection.MissingSegmentRecoveryTest.shard1.leader, tag=619182371
[junit4] 2> 1585927 WARN
(recoveryExecutor-2020-thread-1-processing-n:127.0.0.1:36187_solr
x:MissingSegmentRecoveryTest_shard1_replica_n1 s:shard1
c:MissingSegmentRecoveryTest r:core_node3) [n:127.0.0.1:36187_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.c.RecoveryStrategy
Stopping recovery for core=[MissingSegmentRecoveryTest_shard1_replica_n1]
coreNodeName=[core_node3]
[junit4] 2> 1585928 WARN
(updateExecutor-2019-thread-2-processing-n:127.0.0.1:36187_solr
x:MissingSegmentRecoveryTest_shard1_replica_n1 s:shard1
c:MissingSegmentRecoveryTest r:core_node3) [n:127.0.0.1:36187_solr
c:MissingSegmentRecoveryTest s:shard1 r:core_node3
x:MissingSegmentRecoveryTest_shard1_replica_n1] o.a.s.u.DefaultSolrCoreState
Skipping recovery because Solr is shutdown
[junit4] 2> 1585929 INFO (jetty-closer-2000-thread-1) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@4bc4afe8{/solr,null,UNAVAILABLE}
[junit4] 2> 1585929 ERROR
(SUITE-MissingSegmentRecoveryTest-seed#[2701EFB75CFA281E]-worker) [ ]
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> 1585929 INFO
(SUITE-MissingSegmentRecoveryTest-seed#[2701EFB75CFA281E]-worker) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:42925 42925
[junit4] 2> 1585997 INFO (Thread-6876) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:42925 42925
[junit4] 2> 1585997 WARN (Thread-6876) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/aliases.json
[junit4] 2> 3 /solr/security.json
[junit4] 2> 3 /solr/configs/conf
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 18
/solr/collections/MissingSegmentRecoveryTest/state.json
[junit4] 2> 4 /solr/clusterstate.json
[junit4] 2> 4 /solr/clusterprops.json
[junit4] 2> 2
/solr/overseer_elect/election/98726767540961286-127.0.0.1:35487_solr-n_0000000000
[junit4] 2> 2
/solr/collections/MissingSegmentRecoveryTest/leader_elect/shard1/election/98726767540961286-core_node4-n_0000000000
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 4 /solr/collections
[junit4] 2> 3 /solr/live_nodes
[junit4] 2>
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-7.x-Linux/solr/build/solr-core/test/J0/temp/solr.cloud.MissingSegmentRecoveryTest_2701EFB75CFA281E-001
[junit4] 2> Sep 26, 2017 6:35:30 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 2 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70),
sim=RandomSimilarity(queryNorm=false): {}, locale=mt-MT, timezone=America/Merida
[junit4] 2> NOTE: Linux 4.10.0-33-generic amd64/Oracle Corporation
1.8.0_144 (64-bit)/cpus=8,threads=1,free=153305152,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [SolrIndexMetricsTest,
SharedFSAutoReplicaFailoverUtilsTest, TestPhraseSuggestions,
SolrMetricReporterTest, TestGraphTermsQParserPlugin,
TestMultiValuedNumericRangeQuery, TestSimpleQParserPlugin, TestPullReplica,
TestIndexingPerformance, LeaderElectionContextKeyTest, UpdateLogTest,
TestFunctionQuery, SparseHLLTest, TestCustomDocTransformer,
TestMultiWordSynonyms, SuggesterWFSTTest, CursorPagingTest,
FieldMutatingUpdateProcessorTest, TestCloudSearcherWarming, JSONWriterTest,
HdfsBasicDistributedZk2Test, TestCustomStream, TestRecoveryHdfs,
TestJsonRequest, DefaultValueUpdateProcessorTest,
LeaderInitiatedRecoveryOnCommitTest, TestTrackingShardHandlerFactory,
TestCloudPivotFacet, SuggestComponentContextFilterQueryTest,
TestRandomRequestDistribution, TestConfigsApi, TestRandomCollapseQParserPlugin,
MoveReplicaTest, TestRemoteStreaming, V2StandaloneTest,
TestEmbeddedSolrServerAdminHandler, TestCustomSort, TestUninvertingReader,
TestMinMaxOnMultiValuedField, TestSolrQueryResponse, TestSchemaManager,
DocumentAnalysisRequestHandlerTest, TestCollationFieldDocValues,
TestUniqueKeyFieldResource, TestLazyCores, CdcrUpdateLogTest,
ChangedSchemaMergeTest, RequestHandlersTest, TestPHPSerializedResponseWriter,
IndexBasedSpellCheckerTest, TestRandomFaceting, TestTlogReplica,
AsyncCallRequestStatusResponseTest, RemoteQueryErrorTest,
TestRequestForwarding, TestExtendedDismaxParser, ImplicitSnitchTest,
DistributedExpandComponentTest, StatsReloadRaceTest,
TestWordDelimiterFilterFactory, ChaosMonkeyNothingIsSafeTest,
OverseerTaskQueueTest, ExitableDirectoryReaderTest, TestGraphMLResponseWriter,
TestManagedSchemaAPI, TestQuerySenderNoQuery, TestSolrConfigHandler,
RestartWhileUpdatingTest, SolrCloudExampleTest, TestRandomDVFaceting,
TestConfigSetsAPIZkFailure, TestBulkSchemaConcurrent, SolrGraphiteReporterTest,
MetricsConfigTest, LeaderElectionIntegrationTest, ReplicaListTransformerTest,
SpellingQueryConverterTest, TestRawResponseWriter, TestConfig,
TestLegacyNumericRangeQueryBuilder, SpellCheckCollatorWithCollapseTest,
ExternalFileFieldSortTest, SynonymTokenizerTest, TestSegmentSorting,
TestNumericTokenStream, TestHdfsUpdateLog, TestSchemaSimilarityResource,
CdcrReplicationDistributedZkTest, TestLegacyFieldReuse,
FieldAnalysisRequestHandlerTest, DistribJoinFromCollectionTest,
TestFieldTypeResource, BasicDistributedZkTest, TestFastOutputStream,
AliasIntegrationTest, TestInfoStreamLogging, CursorMarkTest,
TestUseDocValuesAsStored2, TestBadConfig, WrapperMergePolicyFactoryTest,
TestLRUStatsCache, FullHLLTest, TestBinaryField, SaslZkACLProviderTest,
ConfigureRecoveryStrategyTest, TestImpersonationWithHadoopAuth,
TestRuleBasedAuthorizationPlugin, PreAnalyzedUpdateProcessorTest,
CoreMergeIndexesAdminHandlerTest, TestLMDirichletSimilarityFactory,
DistributedSpellCheckComponentTest, TestSubQueryTransformerCrossCore,
TestIBSimilarityFactory, TestXmlQParserPlugin, QueryElevationComponentTest,
TestClusterStateMutator, TestReplicationHandlerBackup, DistanceUnitsTest,
UnloadDistributedZkTest, CollectionsAPIDistributedZkTest, ShardRoutingTest,
BasicZkTest, RecoveryZkTest, FullSolrCloudDistribCmdsTest, ZkCLITest,
TestDistributedGrouping, ZkControllerTest, SolrCoreTest, PeerSyncTest,
ShowFileRequestHandlerTest, SolrIndexSplitterTest,
SignatureUpdateProcessorFactoryTest, SpellCheckCollatorTest,
SolrRequestParserTest, TestFoldingMultitermQuery, DocValuesTest,
SchemaVersionSpecificBehaviorTest, DirectUpdateHandlerOptimizeTest,
StatelessScriptUpdateProcessorFactoryTest, DebugComponentTest,
DisMaxRequestHandlerTest, TestQueryTypes, TestOmitPositions,
DocumentBuilderTest, PathHierarchyTokenizerFactoryTest,
MoreLikeThisHandlerTest, FastVectorHighlighterTest, TestCollationField,
TestCSVResponseWriter, QueryParsingTest, UniqFieldsUpdateProcessorFactoryTest,
BinaryUpdateRequestHandlerTest, TestPartialUpdateDeduplication,
CSVRequestHandlerTest, TestComponentsName, TestLFUCache, OutputWriterTest,
DirectSolrConnectionTest, TestLuceneMatchVersion, TestXIncludeConfig,
EchoParamsTest, TestLMJelinekMercerSimilarityFactory,
TestBM25SimilarityFactory, URLClassifyProcessorTest, TestFastLRUCache,
PreAnalyzedFieldTest, PrimUtilsTest, DOMUtilTest, ClusterStateTest,
TestLRUCache, ZkNodePropsTest, CircularListTest, TestRTGBase,
SolrTestCaseJ4Test, TestCrossCoreJoin, TestCursorMarkWithoutUniqueKey,
TestHighlightDedupGrouping, ActionThrottleTest,
AssignBackwardCompatibilityTest, ConfigSetsAPITest, ConnectionManagerTest,
CreateCollectionCleanupTest, DeleteInactiveReplicaTest,
DeleteLastCustomShardedReplicaTest, DeleteNodeTest, DeleteStatusTest,
DistributedVersionInfoTest, MissingSegmentRecoveryTest]
[junit4] Completed [517/732 (2!)] on J0 in 10.29s, 1 test, 1 failure <<<
FAILURES!
[...truncated 47350 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]