Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19895/
Java: 64bit/jdk1.8.0_131 -XX:+UseCompressedOops -XX:+UseParallelGC
1 tests failed.
FAILED: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test
Error Message:
Expected 2 of 3 replicas to be active but only found 1;
[core_node3:{"core":"c8n_1x3_lf_shard1_replica_t1","base_url":"http://127.0.0.1:32917/_/eh","node_name":"127.0.0.1:32917__%2Feh","state":"active","type":"TLOG","leader":"true"}];
clusterState:
DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
"pullReplicas":"0", "replicationFactor":"1", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node1":{ "state":"down",
"base_url":"http://127.0.0.1:43513/_/eh",
"core":"c8n_1x3_lf_shard1_replica_t3",
"node_name":"127.0.0.1:43513__%2Feh", "type":"TLOG"},
"core_node2":{ "core":"c8n_1x3_lf_shard1_replica_t2",
"base_url":"http://127.0.0.1:38371/_/eh",
"node_name":"127.0.0.1:38371__%2Feh", "state":"down",
"type":"TLOG"}, "core_node3":{
"core":"c8n_1x3_lf_shard1_replica_t1",
"base_url":"http://127.0.0.1:32917/_/eh",
"node_name":"127.0.0.1:32917__%2Feh", "state":"active",
"type":"TLOG", "leader":"true"}}}},
"router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"0", "tlogReplicas":"3"}
Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found
1;
[core_node3:{"core":"c8n_1x3_lf_shard1_replica_t1","base_url":"http://127.0.0.1:32917/_/eh","node_name":"127.0.0.1:32917__%2Feh","state":"active","type":"TLOG","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
"pullReplicas":"0",
"replicationFactor":"1",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"state":"down",
"base_url":"http://127.0.0.1:43513/_/eh",
"core":"c8n_1x3_lf_shard1_replica_t3",
"node_name":"127.0.0.1:43513__%2Feh",
"type":"TLOG"},
"core_node2":{
"core":"c8n_1x3_lf_shard1_replica_t2",
"base_url":"http://127.0.0.1:38371/_/eh",
"node_name":"127.0.0.1:38371__%2Feh",
"state":"down",
"type":"TLOG"},
"core_node3":{
"core":"c8n_1x3_lf_shard1_replica_t1",
"base_url":"http://127.0.0.1:32917/_/eh",
"node_name":"127.0.0.1:32917__%2Feh",
"state":"active",
"type":"TLOG",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"0",
"tlogReplicas":"3"}
at
__randomizedtesting.SeedInfo.seed([8460B8AA79A5CE34:C348770D759A3CC]: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:1713)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$8.evaluate(RandomizedRunner.java:907)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$9.evaluate(RandomizedRunner.java:943)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$10.evaluate(RandomizedRunner.java:957)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
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:916)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$5.evaluate(RandomizedRunner.java:802)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$6.evaluate(RandomizedRunner.java:852)
at
com.carrotsearch.randomizedtesting.RandomizedRunner$7.evaluate(RandomizedRunner.java:863)
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 12375 lines...]
[junit4] Suite: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest
[junit4] 2> Creating dataDir:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/init-core-data-001
[junit4] 2> 1245738 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[8460B8AA79A5CE34]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using PointFields
[junit4] 2> 1245738 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[8460B8AA79A5CE34]-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> 1245738 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[8460B8AA79A5CE34]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /_/eh
[junit4] 2> 1245739 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1245740 INFO (Thread-2450) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1245740 INFO (Thread-2450) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1245742 ERROR (Thread-2450) [ ] 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> 1245840 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.ZkTestServer start zk server on port:40829
[junit4] 2> 1245844 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig-tlog.xml
to /configs/conf1/solrconfig.xml
[junit4] 2> 1245845 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/schema.xml
to /configs/conf1/schema.xml
[junit4] 2> 1245846 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/solrconfig.snippet.randomindexconfig.xml
to /configs/conf1/solrconfig.snippet.randomindexconfig.xml
[junit4] 2> 1245846 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/stopwords.txt
to /configs/conf1/stopwords.txt
[junit4] 2> 1245846 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/protwords.txt
to /configs/conf1/protwords.txt
[junit4] 2> 1245847 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/currency.xml
to /configs/conf1/currency.xml
[junit4] 2> 1245847 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/enumsConfig.xml
to /configs/conf1/enumsConfig.xml
[junit4] 2> 1245848 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/open-exchange-rates.json
to /configs/conf1/open-exchange-rates.json
[junit4] 2> 1245848 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/mapping-ISOLatin1Accent.txt
to /configs/conf1/mapping-ISOLatin1Accent.txt
[junit4] 2> 1245848 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/old_synonyms.txt
to /configs/conf1/old_synonyms.txt
[junit4] 2> 1245849 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.AbstractZkTestCase put
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/core/src/test-files/solr/collection1/conf/synonyms.txt
to /configs/conf1/synonyms.txt
[junit4] 2> 1245849 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use TLOG replicas unless explicitly
asked otherwise
[junit4] 2> 1245896 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/control-001/cores/collection1
[junit4] 2> 1245897 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1245897 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@615dcca6{/_/eh,null,AVAILABLE}
[junit4] 2> 1245898 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@59014adb{HTTP/1.1,[http/1.1]}{127.0.0.1:45403}
[junit4] 2> 1245898 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.e.j.s.Server Started @1247412ms
[junit4] 2> 1245898 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/tempDir-001/control/data,
replicaType=NRT, hostContext=/_/eh, hostPort=38371,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/control-001/cores}
[junit4] 2> 1245898 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1245898 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 1245898 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1245898 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1245898 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-18T01:13:00.379Z
[junit4] 2> 1245900 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1245900 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/control-001/solr.xml
[junit4] 2> 1245902 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@9951d79, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1245904 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40829/solr
[junit4] 2> 1245915 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:38371__%2Feh ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1245916 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:38371__%2Feh ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:38371__%2Feh
[junit4] 2> 1245916 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:38371__%2Feh ] o.a.s.c.Overseer Overseer
(id=98156437846163460-127.0.0.1:38371__%2Feh-n_0000000000) starting
[junit4] 2> 1246644 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:38371__%2Feh ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:38371__%2Feh
[junit4] 2> 1246645 INFO
(zkCallback-1736-thread-1-processing-n:127.0.0.1:38371__%2Feh)
[n:127.0.0.1:38371__%2Feh ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1246682 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:38371__%2Feh ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9951d79
[junit4] 2> 1246685 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:38371__%2Feh ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9951d79
[junit4] 2> 1246685 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:38371__%2Feh ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9951d79
[junit4] 2> 1246686 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:38371__%2Feh ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/control-001/cores
[junit4] 2> 1246686 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:38371__%2Feh ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 1246687 INFO
(coreLoadExecutor-5105-thread-1-processing-n:127.0.0.1:38371__%2Feh)
[n:127.0.0.1:38371__%2Feh c:control_collection x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1246688 INFO
(OverseerStateUpdate-98156437846163460-127.0.0.1:38371__%2Feh-n_0000000000)
[n:127.0.0.1:38371__%2Feh ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 1246699 INFO
(coreLoadExecutor-5105-thread-1-processing-n:127.0.0.1:38371__%2Feh)
[n:127.0.0.1:38371__%2Feh c:control_collection x:collection1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1246709 INFO
(coreLoadExecutor-5105-thread-1-processing-n:127.0.0.1:38371__%2Feh)
[n:127.0.0.1:38371__%2Feh c:control_collection x:collection1]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 1246779 INFO
(coreLoadExecutor-5105-thread-1-processing-n:127.0.0.1:38371__%2Feh)
[n:127.0.0.1:38371__%2Feh c:control_collection x:collection1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1246799 INFO
(coreLoadExecutor-5105-thread-1-processing-n:127.0.0.1:38371__%2Feh)
[n:127.0.0.1:38371__%2Feh c:control_collection x:collection1]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection, trusted=true
[junit4] 2> 1246799 INFO
(coreLoadExecutor-5105-thread-1-processing-n:127.0.0.1:38371__%2Feh)
[n:127.0.0.1:38371__%2Feh c:control_collection x:collection1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.core_node1' (registry
'solr.core.control_collection.shard1.core_node1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9951d79
[junit4] 2> 1246799 INFO
(coreLoadExecutor-5105-thread-1-processing-n:127.0.0.1:38371__%2Feh)
[n:127.0.0.1:38371__%2Feh c:control_collection x:collection1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1246799 INFO
(coreLoadExecutor-5105-thread-1-processing-n:127.0.0.1:38371__%2Feh)
[n:127.0.0.1:38371__%2Feh c:control_collection x:collection1]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/control-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/control-001/cores/collection1/data/]
[junit4] 2> 1246800 INFO
(coreLoadExecutor-5105-thread-1-processing-n:127.0.0.1:38371__%2Feh)
[n:127.0.0.1:38371__%2Feh c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5720705040078918]
[junit4] 2> 1246802 WARN
(coreLoadExecutor-5105-thread-1-processing-n:127.0.0.1:38371__%2Feh)
[n:127.0.0.1:38371__%2Feh c:control_collection x:collection1]
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> 1246831 INFO
(coreLoadExecutor-5105-thread-1-processing-n:127.0.0.1:38371__%2Feh)
[n:127.0.0.1:38371__%2Feh c:control_collection x:collection1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1246831 INFO
(coreLoadExecutor-5105-thread-1-processing-n:127.0.0.1:38371__%2Feh)
[n:127.0.0.1:38371__%2Feh c:control_collection x:collection1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1246832 INFO
(coreLoadExecutor-5105-thread-1-processing-n:127.0.0.1:38371__%2Feh)
[n:127.0.0.1:38371__%2Feh c:control_collection x:collection1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1246832 INFO
(coreLoadExecutor-5105-thread-1-processing-n:127.0.0.1:38371__%2Feh)
[n:127.0.0.1:38371__%2Feh c:control_collection x:collection1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1246833 INFO
(coreLoadExecutor-5105-thread-1-processing-n:127.0.0.1:38371__%2Feh)
[n:127.0.0.1:38371__%2Feh c:control_collection x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=3.60546875,
floorSegmentMB=0.4697265625, forceMergeDeletesPctAllowed=3.773971835999369,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1246833 INFO
(coreLoadExecutor-5105-thread-1-processing-n:127.0.0.1:38371__%2Feh)
[n:127.0.0.1:38371__%2Feh c:control_collection x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@ecd92df[collection1] main]
[junit4] 2> 1246834 INFO
(coreLoadExecutor-5105-thread-1-processing-n:127.0.0.1:38371__%2Feh)
[n:127.0.0.1:38371__%2Feh c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1246834 INFO
(coreLoadExecutor-5105-thread-1-processing-n:127.0.0.1:38371__%2Feh)
[n:127.0.0.1:38371__%2Feh c:control_collection x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1246834 INFO
(coreLoadExecutor-5105-thread-1-processing-n:127.0.0.1:38371__%2Feh)
[n:127.0.0.1:38371__%2Feh c:control_collection x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1246835 INFO
(searcherExecutor-5106-thread-1-processing-n:127.0.0.1:38371__%2Feh
x:collection1 c:control_collection) [n:127.0.0.1:38371__%2Feh
c:control_collection x:collection1] o.a.s.c.SolrCore [collection1] Registered
new searcher Searcher@ecd92df[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1246835 INFO
(coreLoadExecutor-5105-thread-1-processing-n:127.0.0.1:38371__%2Feh)
[n:127.0.0.1:38371__%2Feh c:control_collection x:collection1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1570503006686806016
[junit4] 2> 1246838 INFO
(coreZkRegister-5098-thread-1-processing-n:127.0.0.1:38371__%2Feh x:collection1
c:control_collection) [n:127.0.0.1:38371__%2Feh c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas
found to continue.
[junit4] 2> 1246838 INFO
(coreZkRegister-5098-thread-1-processing-n:127.0.0.1:38371__%2Feh x:collection1
c:control_collection) [n:127.0.0.1:38371__%2Feh c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new
leader - try and sync
[junit4] 2> 1246838 INFO
(coreZkRegister-5098-thread-1-processing-n:127.0.0.1:38371__%2Feh x:collection1
c:control_collection) [n:127.0.0.1:38371__%2Feh c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:38371/_/eh/collection1/
[junit4] 2> 1246838 INFO
(coreZkRegister-5098-thread-1-processing-n:127.0.0.1:38371__%2Feh x:collection1
c:control_collection) [n:127.0.0.1:38371__%2Feh c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync
replicas to me
[junit4] 2> 1246838 INFO
(coreZkRegister-5098-thread-1-processing-n:127.0.0.1:38371__%2Feh x:collection1
c:control_collection) [n:127.0.0.1:38371__%2Feh c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.SyncStrategy
http://127.0.0.1:38371/_/eh/collection1/ has no replicas
[junit4] 2> 1246838 INFO
(coreZkRegister-5098-thread-1-processing-n:127.0.0.1:38371__%2Feh x:collection1
c:control_collection) [n:127.0.0.1:38371__%2Feh c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext Found all
replicas participating in election, clear LIR
[junit4] 2> 1246839 INFO
(coreZkRegister-5098-thread-1-processing-n:127.0.0.1:38371__%2Feh x:collection1
c:control_collection) [n:127.0.0.1:38371__%2Feh c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new
leader: http://127.0.0.1:38371/_/eh/collection1/ shard1
[junit4] 2> 1246990 INFO
(coreZkRegister-5098-thread-1-processing-n:127.0.0.1:38371__%2Feh x:collection1
c:control_collection) [n:127.0.0.1:38371__%2Feh c:control_collection s:shard1
r:core_node1 x:collection1] o.a.s.c.ZkController I am the leader, no recovery
necessary
[junit4] 2> 1247197 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1247198 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:40829/solr ready
[junit4] 2> 1247198 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 1247198 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating collection1 with stateFormat=2
[junit4] 2> 1247255 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/shard-1-001/cores/collection1
[junit4] 2> 1247255 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 1 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/shard-1-001
of type TLOG
[junit4] 2> 1247256 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1247256 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@91e5dc8{/_/eh,null,AVAILABLE}
[junit4] 2> 1247257 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@6c7335b6{HTTP/1.1,[http/1.1]}{127.0.0.1:34519}
[junit4] 2> 1247257 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.e.j.s.Server Started @1248771ms
[junit4] 2> 1247257 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/tempDir-001/jetty1,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/_/eh,
hostPort=34989,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/shard-1-001/cores}
[junit4] 2> 1247257 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1247257 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 1247257 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1247257 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1247257 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-18T01:13:01.738Z
[junit4] 2> 1247258 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1247259 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/shard-1-001/solr.xml
[junit4] 2> 1247261 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@9951d79, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1247263 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40829/solr
[junit4] 2> 1247266 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:34989__%2Feh ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1247267 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:34989__%2Feh ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1247267 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:34989__%2Feh ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34989__%2Feh
[junit4] 2> 1247268 INFO
(zkCallback-1746-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1247268 INFO
(zkCallback-1736-thread-1-processing-n:127.0.0.1:38371__%2Feh)
[n:127.0.0.1:38371__%2Feh ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1247268 INFO (zkCallback-1740-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1247336 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:34989__%2Feh ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9951d79
[junit4] 2> 1247339 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:34989__%2Feh ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9951d79
[junit4] 2> 1247339 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:34989__%2Feh ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9951d79
[junit4] 2> 1247340 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:34989__%2Feh ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/shard-1-001/cores
[junit4] 2> 1247340 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:34989__%2Feh ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 1247340 INFO
(coreLoadExecutor-5116-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh c:collection1 x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1247341 INFO
(OverseerStateUpdate-98156437846163460-127.0.0.1:38371__%2Feh-n_0000000000)
[n:127.0.0.1:38371__%2Feh ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard2
[junit4] 2> 1247443 INFO
(zkCallback-1746-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeCreated
path:/collections/collection1/state.json] for collection [collection1] has
occurred - updating... (live nodes size: [2])
[junit4] 2> 1248348 INFO
(coreLoadExecutor-5116-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh c:collection1 x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1248357 INFO
(coreLoadExecutor-5116-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 1248407 INFO
(coreLoadExecutor-5116-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh c:collection1 x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1248415 INFO
(coreLoadExecutor-5116-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
collection1, trusted=true
[junit4] 2> 1248415 INFO
(coreLoadExecutor-5116-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh c:collection1 x:collection1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.core_node1' (registry
'solr.core.collection1.shard2.core_node1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9951d79
[junit4] 2> 1248415 INFO
(coreLoadExecutor-5116-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1248415 INFO
(coreLoadExecutor-5116-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/shard-1-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/shard-1-001/cores/collection1/data/]
[junit4] 2> 1248417 INFO
(coreLoadExecutor-5116-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5720705040078918]
[junit4] 2> 1248418 WARN
(coreLoadExecutor-5116-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh c:collection1 x:collection1]
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> 1248448 INFO
(coreLoadExecutor-5116-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh c:collection1 x:collection1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1248448 INFO
(coreLoadExecutor-5116-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1248448 INFO
(coreLoadExecutor-5116-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh c:collection1 x:collection1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1248448 INFO
(coreLoadExecutor-5116-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh c:collection1 x:collection1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1248449 INFO
(coreLoadExecutor-5116-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=3.60546875,
floorSegmentMB=0.4697265625, forceMergeDeletesPctAllowed=3.773971835999369,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1248449 INFO
(coreLoadExecutor-5116-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh c:collection1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@72538aef[collection1] main]
[junit4] 2> 1248450 INFO
(coreLoadExecutor-5116-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1248450 INFO
(coreLoadExecutor-5116-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1248451 INFO
(coreLoadExecutor-5116-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh c:collection1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1248452 INFO
(searcherExecutor-5117-thread-1-processing-n:127.0.0.1:34989__%2Feh
x:collection1 c:collection1) [n:127.0.0.1:34989__%2Feh c:collection1
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@72538aef[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1248452 INFO
(coreLoadExecutor-5116-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh c:collection1 x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1570503008382353408
[junit4] 2> 1248455 INFO
(coreZkRegister-5111-thread-1-processing-n:127.0.0.1:34989__%2Feh x:collection1
c:collection1) [n:127.0.0.1:34989__%2Feh c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 1248455 INFO
(coreZkRegister-5111-thread-1-processing-n:127.0.0.1:34989__%2Feh x:collection1
c:collection1) [n:127.0.0.1:34989__%2Feh c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try
and sync
[junit4] 2> 1248455 INFO
(coreZkRegister-5111-thread-1-processing-n:127.0.0.1:34989__%2Feh x:collection1
c:collection1) [n:127.0.0.1:34989__%2Feh c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:34989/_/eh/collection1/
[junit4] 2> 1248455 INFO
(coreZkRegister-5111-thread-1-processing-n:127.0.0.1:34989__%2Feh x:collection1
c:collection1) [n:127.0.0.1:34989__%2Feh c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1248455 INFO
(coreZkRegister-5111-thread-1-processing-n:127.0.0.1:34989__%2Feh x:collection1
c:collection1) [n:127.0.0.1:34989__%2Feh c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:34989/_/eh/collection1/
has no replicas
[junit4] 2> 1248455 INFO
(coreZkRegister-5111-thread-1-processing-n:127.0.0.1:34989__%2Feh x:collection1
c:collection1) [n:127.0.0.1:34989__%2Feh c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas
participating in election, clear LIR
[junit4] 2> 1248455 INFO
(coreZkRegister-5111-thread-1-processing-n:127.0.0.1:34989__%2Feh x:collection1
c:collection1) [n:127.0.0.1:34989__%2Feh c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ZkController collection1 stopping background replication
from leader
[junit4] 2> 1248457 INFO
(coreZkRegister-5111-thread-1-processing-n:127.0.0.1:34989__%2Feh x:collection1
c:collection1) [n:127.0.0.1:34989__%2Feh c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:34989/_/eh/collection1/ shard2
[junit4] 2> 1248558 INFO
(zkCallback-1746-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh ] 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> 1248607 INFO
(coreZkRegister-5111-thread-1-processing-n:127.0.0.1:34989__%2Feh x:collection1
c:collection1) [n:127.0.0.1:34989__%2Feh c:collection1 s:shard2 r:core_node1
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1248709 INFO
(zkCallback-1746-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh ] 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> 1248902 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/shard-2-001/cores/collection1
[junit4] 2> 1248902 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 2 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/shard-2-001
of type TLOG
[junit4] 2> 1248903 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1248904 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@58d71723{/_/eh,null,AVAILABLE}
[junit4] 2> 1248904 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@2a78251b{HTTP/1.1,[http/1.1]}{127.0.0.1:43595}
[junit4] 2> 1248904 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.e.j.s.Server Started @1250419ms
[junit4] 2> 1248904 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/tempDir-001/jetty2,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/_/eh,
hostPort=32917,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/shard-2-001/cores}
[junit4] 2> 1248904 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1248905 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 1248905 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1248905 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1248905 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-18T01:13:03.386Z
[junit4] 2> 1248906 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1248906 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/shard-2-001/solr.xml
[junit4] 2> 1248909 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@9951d79, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1248910 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40829/solr
[junit4] 2> 1248914 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:32917__%2Feh ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1248915 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:32917__%2Feh ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1248915 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:32917__%2Feh ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:32917__%2Feh
[junit4] 2> 1248916 INFO (zkCallback-1740-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1248916 INFO
(zkCallback-1736-thread-3-processing-n:127.0.0.1:38371__%2Feh)
[n:127.0.0.1:38371__%2Feh ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1248916 INFO
(zkCallback-1746-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1248917 INFO
(zkCallback-1752-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1248965 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:32917__%2Feh ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9951d79
[junit4] 2> 1248968 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:32917__%2Feh ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9951d79
[junit4] 2> 1248968 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:32917__%2Feh ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9951d79
[junit4] 2> 1248969 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:32917__%2Feh ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/shard-2-001/cores
[junit4] 2> 1248969 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:32917__%2Feh ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 1248970 INFO
(coreLoadExecutor-5127-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh c:collection1 x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1248971 INFO
(OverseerStateUpdate-98156437846163460-127.0.0.1:38371__%2Feh-n_0000000000)
[n:127.0.0.1:38371__%2Feh ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard1
[junit4] 2> 1249072 INFO
(zkCallback-1746-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh ] 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> 1249072 INFO
(zkCallback-1752-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh ] 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> 1249976 INFO
(coreLoadExecutor-5127-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh c:collection1 x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1249988 INFO
(coreLoadExecutor-5127-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 1250039 INFO
(coreLoadExecutor-5127-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh c:collection1 x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1250043 INFO
(coreLoadExecutor-5127-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
collection1, trusted=true
[junit4] 2> 1250043 INFO
(coreLoadExecutor-5127-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh c:collection1 x:collection1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.core_node2' (registry
'solr.core.collection1.shard1.core_node2') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9951d79
[junit4] 2> 1250043 INFO
(coreLoadExecutor-5127-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1250043 INFO
(coreLoadExecutor-5127-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/shard-2-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/shard-2-001/cores/collection1/data/]
[junit4] 2> 1250044 INFO
(coreLoadExecutor-5127-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5720705040078918]
[junit4] 2> 1250046 WARN
(coreLoadExecutor-5127-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh c:collection1 x:collection1]
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> 1250064 INFO
(coreLoadExecutor-5127-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh c:collection1 x:collection1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1250064 INFO
(coreLoadExecutor-5127-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1250064 INFO
(coreLoadExecutor-5127-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh c:collection1 x:collection1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1250064 INFO
(coreLoadExecutor-5127-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh c:collection1 x:collection1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1250065 INFO
(coreLoadExecutor-5127-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=3.60546875,
floorSegmentMB=0.4697265625, forceMergeDeletesPctAllowed=3.773971835999369,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1250065 INFO
(coreLoadExecutor-5127-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh c:collection1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@4cf14389[collection1] main]
[junit4] 2> 1250065 INFO
(coreLoadExecutor-5127-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1250066 INFO
(coreLoadExecutor-5127-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1250066 INFO
(coreLoadExecutor-5127-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh c:collection1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1250066 INFO
(coreLoadExecutor-5127-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh c:collection1 x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1570503010074755072
[junit4] 2> 1250066 INFO
(searcherExecutor-5128-thread-1-processing-n:127.0.0.1:32917__%2Feh
x:collection1 c:collection1) [n:127.0.0.1:32917__%2Feh c:collection1
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@4cf14389[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1250069 INFO
(coreZkRegister-5122-thread-1-processing-n:127.0.0.1:32917__%2Feh x:collection1
c:collection1) [n:127.0.0.1:32917__%2Feh c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext Enough replicas found to
continue.
[junit4] 2> 1250069 INFO
(coreZkRegister-5122-thread-1-processing-n:127.0.0.1:32917__%2Feh x:collection1
c:collection1) [n:127.0.0.1:32917__%2Feh c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext I may be the new leader - try
and sync
[junit4] 2> 1250069 INFO
(coreZkRegister-5122-thread-1-processing-n:127.0.0.1:32917__%2Feh x:collection1
c:collection1) [n:127.0.0.1:32917__%2Feh c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:32917/_/eh/collection1/
[junit4] 2> 1250069 INFO
(coreZkRegister-5122-thread-1-processing-n:127.0.0.1:32917__%2Feh x:collection1
c:collection1) [n:127.0.0.1:32917__%2Feh c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1250069 INFO
(coreZkRegister-5122-thread-1-processing-n:127.0.0.1:32917__%2Feh x:collection1
c:collection1) [n:127.0.0.1:32917__%2Feh c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.SyncStrategy http://127.0.0.1:32917/_/eh/collection1/
has no replicas
[junit4] 2> 1250069 INFO
(coreZkRegister-5122-thread-1-processing-n:127.0.0.1:32917__%2Feh x:collection1
c:collection1) [n:127.0.0.1:32917__%2Feh c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext Found all replicas
participating in election, clear LIR
[junit4] 2> 1250069 INFO
(coreZkRegister-5122-thread-1-processing-n:127.0.0.1:32917__%2Feh x:collection1
c:collection1) [n:127.0.0.1:32917__%2Feh c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ZkController collection1 stopping background replication
from leader
[junit4] 2> 1250070 INFO
(coreZkRegister-5122-thread-1-processing-n:127.0.0.1:32917__%2Feh x:collection1
c:collection1) [n:127.0.0.1:32917__%2Feh c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:32917/_/eh/collection1/ shard1
[junit4] 2> 1250171 INFO
(zkCallback-1746-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh ] 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> 1250171 INFO
(zkCallback-1752-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh ] 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> 1250221 INFO
(coreZkRegister-5122-thread-1-processing-n:127.0.0.1:32917__%2Feh x:collection1
c:collection1) [n:127.0.0.1:32917__%2Feh c:collection1 s:shard1 r:core_node2
x:collection1] o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1250322 INFO
(zkCallback-1746-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh ] 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> 1250322 INFO
(zkCallback-1752-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh ] 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> 1250528 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/shard-3-001/cores/collection1
[junit4] 2> 1250529 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase create jetty 3 in directory
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/shard-3-001
of type TLOG
[junit4] 2> 1250529 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1250530 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@5713e37d{/_/eh,null,AVAILABLE}
[junit4] 2> 1250530 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@4c21344d{HTTP/1.1,[http/1.1]}{127.0.0.1:35221}
[junit4] 2> 1250530 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.e.j.s.Server Started @1252044ms
[junit4] 2> 1250530 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties:
{solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/tempDir-001/jetty3,
replicaType=TLOG, solrconfig=solrconfig.xml, hostContext=/_/eh,
hostPort=43513,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/shard-3-001/cores}
[junit4] 2> 1250530 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1250530 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 1250530 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1250530 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 1250530 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-18T01:13:05.011Z
[junit4] 2> 1250532 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1250532 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.SolrXmlConfig Loading container configuration from
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/shard-3-001/solr.xml
[junit4] 2> 1250535 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@9951d79, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1250538 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:40829/solr
[junit4] 2> 1250542 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:43513__%2Feh ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1250543 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:43513__%2Feh ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1250544 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:43513__%2Feh ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43513__%2Feh
[junit4] 2> 1250544 INFO (zkCallback-1740-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1250544 INFO
(zkCallback-1752-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1250544 INFO
(zkCallback-1746-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1250544 INFO
(zkCallback-1736-thread-3-processing-n:127.0.0.1:38371__%2Feh)
[n:127.0.0.1:38371__%2Feh ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1250545 INFO
(zkCallback-1758-thread-1-processing-n:127.0.0.1:43513__%2Feh)
[n:127.0.0.1:43513__%2Feh ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1250592 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:43513__%2Feh ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9951d79
[junit4] 2> 1250595 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:43513__%2Feh ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9951d79
[junit4] 2> 1250595 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:43513__%2Feh ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9951d79
[junit4] 2> 1250596 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:43513__%2Feh ] o.a.s.c.CorePropertiesLocator Found 1 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/shard-3-001/cores
[junit4] 2> 1250596 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34])
[n:127.0.0.1:43513__%2Feh ] o.a.s.c.CorePropertiesLocator Cores are:
[collection1]
[junit4] 2> 1250597 INFO
(coreLoadExecutor-5138-thread-1-processing-n:127.0.0.1:43513__%2Feh)
[n:127.0.0.1:43513__%2Feh c:collection1 x:collection1]
o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1250598 INFO
(OverseerStateUpdate-98156437846163460-127.0.0.1:38371__%2Feh-n_0000000000)
[n:127.0.0.1:38371__%2Feh ] o.a.s.c.o.ReplicaMutator Assigning new node to
shard shard=shard2
[junit4] 2> 1250699 INFO
(zkCallback-1752-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh ] 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> 1250699 INFO
(zkCallback-1746-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh ] 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> 1250699 INFO
(zkCallback-1758-thread-1-processing-n:127.0.0.1:43513__%2Feh)
[n:127.0.0.1:43513__%2Feh ] 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> 1251603 INFO
(coreLoadExecutor-5138-thread-1-processing-n:127.0.0.1:43513__%2Feh)
[n:127.0.0.1:43513__%2Feh c:collection1 x:collection1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1251609 INFO
(coreLoadExecutor-5138-thread-1-processing-n:127.0.0.1:43513__%2Feh)
[n:127.0.0.1:43513__%2Feh c:collection1 x:collection1] o.a.s.s.IndexSchema
[collection1] Schema name=test
[junit4] 2> 1251654 INFO
(coreLoadExecutor-5138-thread-1-processing-n:127.0.0.1:43513__%2Feh)
[n:127.0.0.1:43513__%2Feh c:collection1 x:collection1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1251680 INFO
(coreLoadExecutor-5138-thread-1-processing-n:127.0.0.1:43513__%2Feh)
[n:127.0.0.1:43513__%2Feh c:collection1 x:collection1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1' using configuration from collection
collection1, trusted=true
[junit4] 2> 1251680 INFO
(coreLoadExecutor-5138-thread-1-processing-n:127.0.0.1:43513__%2Feh)
[n:127.0.0.1:43513__%2Feh c:collection1 x:collection1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.core_node3' (registry
'solr.core.collection1.shard2.core_node3') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@9951d79
[junit4] 2> 1251680 INFO
(coreLoadExecutor-5138-thread-1-processing-n:127.0.0.1:43513__%2Feh)
[n:127.0.0.1:43513__%2Feh c:collection1 x:collection1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1251680 INFO
(coreLoadExecutor-5138-thread-1-processing-n:127.0.0.1:43513__%2Feh)
[n:127.0.0.1:43513__%2Feh c:collection1 x:collection1] o.a.s.c.SolrCore
[[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/shard-3-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001/shard-3-001/cores/collection1/data/]
[junit4] 2> 1251681 INFO
(coreLoadExecutor-5138-thread-1-processing-n:127.0.0.1:43513__%2Feh)
[n:127.0.0.1:43513__%2Feh c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=20, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=0.5720705040078918]
[junit4] 2> 1251683 WARN
(coreLoadExecutor-5138-thread-1-processing-n:127.0.0.1:43513__%2Feh)
[n:127.0.0.1:43513__%2Feh c:collection1 x:collection1]
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> 1251704 INFO
(coreLoadExecutor-5138-thread-1-processing-n:127.0.0.1:43513__%2Feh)
[n:127.0.0.1:43513__%2Feh c:collection1 x:collection1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1251704 INFO
(coreLoadExecutor-5138-thread-1-processing-n:127.0.0.1:43513__%2Feh)
[n:127.0.0.1:43513__%2Feh c:collection1 x:collection1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1251704 INFO
(coreLoadExecutor-5138-thread-1-processing-n:127.0.0.1:43513__%2Feh)
[n:127.0.0.1:43513__%2Feh c:collection1 x:collection1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1251704 INFO
(coreLoadExecutor-5138-thread-1-processing-n:127.0.0.1:43513__%2Feh)
[n:127.0.0.1:43513__%2Feh c:collection1 x:collection1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1251705 INFO
(coreLoadExecutor-5138-thread-1-processing-n:127.0.0.1:43513__%2Feh)
[n:127.0.0.1:43513__%2Feh c:collection1 x:collection1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=23, maxMergeAtOnceExplicit=22, maxMergedSegmentMB=3.60546875,
floorSegmentMB=0.4697265625, forceMergeDeletesPctAllowed=3.773971835999369,
segmentsPerTier=34.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=1.0
[junit4] 2> 1251705 INFO
(coreLoadExecutor-5138-thread-1-processing-n:127.0.0.1:43513__%2Feh)
[n:127.0.0.1:43513__%2Feh c:collection1 x:collection1]
o.a.s.s.SolrIndexSearcher Opening [Searcher@36dd45e6[collection1] main]
[junit4] 2> 1251706 INFO
(coreLoadExecutor-5138-thread-1-processing-n:127.0.0.1:43513__%2Feh)
[n:127.0.0.1:43513__%2Feh c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1251706 INFO
(coreLoadExecutor-5138-thread-1-processing-n:127.0.0.1:43513__%2Feh)
[n:127.0.0.1:43513__%2Feh c:collection1 x:collection1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1251706 INFO
(coreLoadExecutor-5138-thread-1-processing-n:127.0.0.1:43513__%2Feh)
[n:127.0.0.1:43513__%2Feh c:collection1 x:collection1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1251707 INFO
(searcherExecutor-5139-thread-1-processing-n:127.0.0.1:43513__%2Feh
x:collection1 c:collection1) [n:127.0.0.1:43513__%2Feh c:collection1
x:collection1] o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@36dd45e6[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1251707 INFO
(coreLoadExecutor-5138-thread-1-processing-n:127.0.0.1:43513__%2Feh)
[n:127.0.0.1:43513__%2Feh c:collection1 x:collection1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1570503011795468288
[junit4] 2> 1251709 INFO
(coreZkRegister-5133-thread-1-processing-n:127.0.0.1:43513__%2Feh x:collection1
c:collection1) [n:127.0.0.1:43513__%2Feh c:collection1 s:shard2 r:core_node3
x:collection1] o.a.s.c.ZkController Core needs to recover:collection1
[junit4] 2> 1251710 INFO
(updateExecutor-1755-thread-1-processing-n:127.0.0.1:43513__%2Feh x:collection1
s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43513__%2Feh c:collection1
s:shard2 r:core_node3 x:collection1] o.a.s.u.DefaultSolrCoreState Running
recovery
[junit4] 2> 1251710 INFO
(recoveryExecutor-1756-thread-1-processing-n:127.0.0.1:43513__%2Feh
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43513__%2Feh
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
Starting recovery process. recoveringAfterStartup=true
[junit4] 2> 1251710 INFO
(recoveryExecutor-1756-thread-1-processing-n:127.0.0.1:43513__%2Feh
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43513__%2Feh
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
###### startupVersions=[[]]
[junit4] 2> 1251710 INFO
(recoveryExecutor-1756-thread-1-processing-n:127.0.0.1:43513__%2Feh
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43513__%2Feh
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController
collection1 stopping background replication from leader
[junit4] 2> 1251710 INFO
(recoveryExecutor-1756-thread-1-processing-n:127.0.0.1:43513__%2Feh
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43513__%2Feh
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
Begin buffering updates. core=[collection1]
[junit4] 2> 1251710 INFO
(recoveryExecutor-1756-thread-1-processing-n:127.0.0.1:43513__%2Feh
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43513__%2Feh
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Starting
to buffer updates. FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 1251710 INFO
(recoveryExecutor-1756-thread-1-processing-n:127.0.0.1:43513__%2Feh
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43513__%2Feh
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
Publishing state of core [collection1] as recovering, leader is
[http://127.0.0.1:34989/_/eh/collection1/] and I am
[http://127.0.0.1:43513/_/eh/collection1/]
[junit4] 2> 1251711 INFO
(recoveryExecutor-1756-thread-1-processing-n:127.0.0.1:43513__%2Feh
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43513__%2Feh
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
Sending prep recovery command to [http://127.0.0.1:34989/_/eh]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:43513__%252Feh&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 1251711 INFO (SocketProxy-Acceptor-34989) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=51410,localport=34989], receiveBufferSize:531000
[junit4] 2> 1251711 INFO (SocketProxy-Acceptor-34989) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=34519,localport=39874], receiveBufferSize=530904
[junit4] 2> 1251712 INFO (qtp1111912544-11833) [n:127.0.0.1:34989__%2Feh
] o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true,
maxTime: 183 s
[junit4] 2> 1251712 INFO (qtp1111912544-11833) [n:127.0.0.1:34989__%2Feh
] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=collection1, shard=shard2, thisCore=collection1,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=down, localState=active, nodeName=127.0.0.1:43513__%2Feh,
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:43513/_/eh","node_name":"127.0.0.1:43513__%2Feh","state":"down","type":"TLOG"}
[junit4] 2> 1251811 INFO
(zkCallback-1752-thread-1-processing-n:127.0.0.1:32917__%2Feh)
[n:127.0.0.1:32917__%2Feh ] 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> 1251811 INFO
(zkCallback-1746-thread-1-processing-n:127.0.0.1:34989__%2Feh)
[n:127.0.0.1:34989__%2Feh ] 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> 1251811 INFO
(zkCallback-1758-thread-1-processing-n:127.0.0.1:43513__%2Feh)
[n:127.0.0.1:43513__%2Feh ] 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> 1252121 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 1252121 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait
30000 for each attempt
[junit4] 2> 1252121 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
collection1 failOnTimeout:true timeout (sec):30000
[junit4] 2> 1252712 INFO (qtp1111912544-11833) [n:127.0.0.1:34989__%2Feh
] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering):
collection=collection1, shard=shard2, thisCore=collection1,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=recovering, localState=active, nodeName=127.0.0.1:43513__%2Feh,
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:43513/_/eh","node_name":"127.0.0.1:43513__%2Feh","state":"recovering","type":"TLOG"}
[junit4] 2> 1252712 INFO (qtp1111912544-11833) [n:127.0.0.1:34989__%2Feh
] o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state:
recovering, checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4] 2> 1252712 INFO (qtp1111912544-11833) [n:127.0.0.1:34989__%2Feh
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:43513__%252Feh&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1000
[junit4] 2> 1253213 INFO
(recoveryExecutor-1756-thread-1-processing-n:127.0.0.1:43513__%2Feh
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43513__%2Feh
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
Starting Replication Recovery.
[junit4] 2> 1253213 INFO
(recoveryExecutor-1756-thread-1-processing-n:127.0.0.1:43513__%2Feh
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43513__%2Feh
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
Attempting to replicate from [http://127.0.0.1:34989/_/eh/collection1/].
[junit4] 2> 1253214 INFO (SocketProxy-Acceptor-34989) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=51428,localport=34989], receiveBufferSize:531000
[junit4] 2> 1253214 INFO (SocketProxy-Acceptor-34989) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=34519,localport=39892], receiveBufferSize=530904
[junit4] 2> 1253214 INFO (qtp1111912544-11833) [n:127.0.0.1:34989__%2Feh
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2
start
commit{_version_=1570503013375672320,optimize=false,openSearcher=false,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 1253214 INFO (qtp1111912544-11833) [n:127.0.0.1:34989__%2Feh
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2
No uncommitted changes. Skipping IW.commit.
[junit4] 2> 1253215 INFO (qtp1111912544-11833) [n:127.0.0.1:34989__%2Feh
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.u.DirectUpdateHandler2
end_commit_flush
[junit4] 2> 1253215 INFO (qtp1111912544-11833) [n:127.0.0.1:34989__%2Feh
c:collection1 s:shard2 r:core_node1 x:collection1]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/_/eh path=/update
params={waitSearcher=true&openSearcher=false&commit=true&softCommit=false&commit_end_point=true&wt=javabin&version=2}{commit=}
0 0
[junit4] 2> 1253216 INFO (SocketProxy-Acceptor-34989) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=51432,localport=34989], receiveBufferSize:531000
[junit4] 2> 1253216 INFO (SocketProxy-Acceptor-34989) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=34519,localport=39896], receiveBufferSize=530904
[junit4] 2> 1253216 INFO (qtp1111912544-11830) [n:127.0.0.1:34989__%2Feh
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request
[collection1] webapp=/_/eh path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 1253216 INFO
(recoveryExecutor-1756-thread-1-processing-n:127.0.0.1:43513__%2Feh
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43513__%2Feh
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.h.IndexFetcher
Master's generation: 1
[junit4] 2> 1253217 INFO
(recoveryExecutor-1756-thread-1-processing-n:127.0.0.1:43513__%2Feh
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43513__%2Feh
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.h.IndexFetcher
Master's version: 0
[junit4] 2> 1253217 INFO
(recoveryExecutor-1756-thread-1-processing-n:127.0.0.1:43513__%2Feh
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43513__%2Feh
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.h.IndexFetcher Slave's
generation: 1
[junit4] 2> 1253217 INFO
(recoveryExecutor-1756-thread-1-processing-n:127.0.0.1:43513__%2Feh
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43513__%2Feh
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.h.IndexFetcher Slave's
version: 0
[junit4] 2> 1253217 INFO
(recoveryExecutor-1756-thread-1-processing-n:127.0.0.1:43513__%2Feh
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43513__%2Feh
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
Replication Recovery was successful.
[junit4] 2> 1253217 INFO
(recoveryExecutor-1756-thread-1-processing-n:127.0.0.1:43513__%2Feh
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43513__%2Feh
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
Registering as Active after recovery.
[junit4] 2> 1253217 INFO
(recoveryExecutor-1756-thread-1-processing-n:127.0.0.1:43513__%2Feh
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43513__%2Feh
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ZkController
collection1 starting background replication from leader
[junit4] 2> 1253217 INFO
(recoveryExecutor-1756-thread-1-processing-n:127.0.0.1:43513__%2Feh
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43513__%2Feh
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.ReplicateFromLeader
Will start replication from leader with poll interval: 00:00:03
[junit4] 2> 1253217 INFO
(recoveryExecutor-1756-thread-1-processing-n:127.0.0.1:43513__%2Feh
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43513__%2Feh
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.h.ReplicationHandler
Poll scheduled at an interval of 3000ms
[junit4] 2> 1253218 INFO (indexFetcher-5145-thread-1)
[n:127.0.0.1:43513__%2Feh c:collection1 s:shard2 r:core_node3 x:collection1]
o.a.s.h.IndexFetcher Updated masterUrl to
http://127.0.0.1:34989/_/eh/collection1/
[junit4] 2> 1253218 INFO
(recoveryExecutor-1756-thread-1-processing-n:127.0.0.1:43513__%2Feh
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43513__%2Feh
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.c.RecoveryStrategy
Updating version bucket highest from index after successful recovery.
[junit4] 2> 1253218 INFO (qtp1111912544-11830) [n:127.0.0.1:34989__%2Feh
c:collection1 s:shard2 r:core_node1 x:collection1] o.a.s.c.S.Request
[collection1] webapp=/_/eh path=/replication
params={qt=/replication&wt=javabin&version=2&command=indexversion} status=0
QTime=0
[junit4] 2> 1253218 INFO
(recoveryExecutor-1756-thread-1-processing-n:127.0.0.1:43513__%2Feh
x:collection1 s:shard2 c:collection1 r:core_node3) [n:127.0.0.1:43513__%2Feh
c:collection1 s:shard2 r:core_node3 x:collection1] o.a.s.u.UpdateLog Could not
find max version in index or recent updates, using new clock 1570503013379866624
[junit4] 2> 1253218 INFO (indexFetcher-5145-thread-1)
[n:127.0.0.1:43513__%2Feh c:collection1 s:shard2 r:core_node3 x:collection1]
o.a.s.h.IndexFetcher Master's generation: 1
[junit4] 2> 1253218 INFO (indexFetcher-5145-thread-1)
[n:127.0.0.1:43513__%2Feh c:collection1 s:shard2 r:core_node3 x:collection1]
o.a.s.h.IndexFetcher Master's version: 0
[junit4] 2> 1253218 INFO (indexFetcher-5145-thread-1)
[n:127.0.0.1:43513__%2Feh c:collection1 s:shard2 r:core
[...truncated too long message...]
itionTest.test-seed#[8460B8AA79A5CE34]) [ ] o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@5713e37d{/_/eh,null,UNAVAILABLE}
[junit4] 2> 1378345 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
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> 1378345 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:40829 40829
[junit4] 2> 1379075 INFO (Thread-2450) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:40829 40829
[junit4] 2> 1379076 WARN (Thread-2450) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/aliases.json
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 4 /solr/security.json
[junit4] 2> 4 /solr/configs/conf1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2> 3 /solr/collections/c8n_1x3_lf/state.json
[junit4] 2> 3 /solr/collections/collection1/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/live_nodes
[junit4] 2> 5 /solr/collections
[junit4] 2> 3 /solr/overseer/queue
[junit4] 2> 3 /solr/overseer/collection-queue-work
[junit4] 2>
[junit4] 2> 1379076 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:38371/_/eh,
target: http://127.0.0.1:45403/_/eh
[junit4] 2> 1379076 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.SocketProxy Closing 8 connections to: http://127.0.0.1:34989/_/eh,
target: http://127.0.0.1:34519/_/eh
[junit4] 2> 1379076 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:43513/_/eh,
target: http://127.0.0.1:35221/_/eh
[junit4] 2> 1379076 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[8460B8AA79A5CE34]) [ ]
o.a.s.c.SocketProxy Closing 15 connections to: http://127.0.0.1:32917/_/eh,
target: http://127.0.0.1:43595/_/eh
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test
-Dtests.seed=8460B8AA79A5CE34 -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=lv-LV -Dtests.timezone=America/Indiana/Indianapolis
-Dtests.asserts=true -Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 133s J2 | LeaderFailoverAfterPartitionTest.test <<<
[junit4] > Throwable #1: java.lang.AssertionError: Expected 2 of 3
replicas to be active but only found 1;
[core_node3:{"core":"c8n_1x3_lf_shard1_replica_t1","base_url":"http://127.0.0.1:32917/_/eh","node_name":"127.0.0.1:32917__%2Feh","state":"active","type":"TLOG","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/17)={
[junit4] > "pullReplicas":"0",
[junit4] > "replicationFactor":"1",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{
[junit4] > "core_node1":{
[junit4] > "state":"down",
[junit4] > "base_url":"http://127.0.0.1:43513/_/eh",
[junit4] > "core":"c8n_1x3_lf_shard1_replica_t3",
[junit4] > "node_name":"127.0.0.1:43513__%2Feh",
[junit4] > "type":"TLOG"},
[junit4] > "core_node2":{
[junit4] > "core":"c8n_1x3_lf_shard1_replica_t2",
[junit4] > "base_url":"http://127.0.0.1:38371/_/eh",
[junit4] > "node_name":"127.0.0.1:38371__%2Feh",
[junit4] > "state":"down",
[junit4] > "type":"TLOG"},
[junit4] > "core_node3":{
[junit4] > "core":"c8n_1x3_lf_shard1_replica_t1",
[junit4] > "base_url":"http://127.0.0.1:32917/_/eh",
[junit4] > "node_name":"127.0.0.1:32917__%2Feh",
[junit4] > "state":"active",
[junit4] > "type":"TLOG",
[junit4] > "leader":"true"}}}},
[junit4] > "router":{"name":"compositeId"},
[junit4] > "maxShardsPerNode":"1",
[junit4] > "autoAddReplicas":"false",
[junit4] > "nrtReplicas":"0",
[junit4] > "tlogReplicas":"3"}
[junit4] > at
__randomizedtesting.SeedInfo.seed([8460B8AA79A5CE34:C348770D759A3CC]:0)
[junit4] > at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:169)
[junit4] > at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:56)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsFixedStatement.callStatement(BaseDistributedSearchTestCase.java:985)
[junit4] > at
org.apache.solr.BaseDistributedSearchTestCase$ShardsRepeatRule$ShardsStatement.evaluate(BaseDistributedSearchTestCase.java:960)
[junit4] > at java.lang.Thread.run(Thread.java:748)
[junit4] 2> NOTE: leaving temporary files on disk at:
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_8460B8AA79A5CE34-001
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{multiDefault=PostingsFormat(name=MockRandom), a_t=FSTOrd50,
id_i1=PostingsFormat(name=MockRandom), id=PostingsFormat(name=Asserting),
text=PostingsFormat(name=LuceneVarGapDocFreqInterval)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Asserting),
_version_=DocValuesFormat(name=Lucene70),
intDefault=DocValuesFormat(name=Lucene70),
range_facet_i_dv=DocValuesFormat(name=Lucene70),
intDvoDefault=DocValuesFormat(name=Direct),
range_facet_l=DocValuesFormat(name=Lucene70),
timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=808,
maxMBSortInHeap=5.290135812496274, sim=RandomSimilarity(queryNorm=false): {},
locale=lv-LV, timezone=America/Indiana/Indianapolis
[junit4] 2> NOTE: Linux 4.10.0-21-generic amd64/Oracle Corporation
1.8.0_131 (64-bit)/cpus=8,threads=1,free=229473240,total=517472256
[junit4] 2> NOTE: All tests run in this JVM:
[TestManagedSynonymFilterFactory, TestFieldCacheVsDocValues,
QueryResultKeyTest, FieldMutatingUpdateProcessorTest,
PKIAuthenticationIntegrationTest, CollectionStateFormat2Test,
TestDeleteCollectionOnDownNodes, BasicDistributedZk2Test, HdfsLockFactoryTest,
TestFreeTextSuggestions, TestConfigSetImmutable, TestClassicSimilarityFactory,
TestLeaderElectionZkExpiry, ExternalFileFieldSortTest,
LeaderInitiatedRecoveryOnShardRestartTest, TestCloudDeleteByQuery,
TestIBSimilarityFactory, StatsComponentTest, TestSolrCloudSnapshots,
TestLMDirichletSimilarityFactory, RankQueryTest, TestGeoJSONResponseWriter,
TestNRTOpen, CircularListTest, AutoCommitTest, DirectUpdateHandlerTest,
TestRecovery, TestUtils, TestCoreDiscovery, DistributedFacetPivotWhiteBoxTest,
TestInPlaceUpdatesDistrib, FieldAnalysisRequestHandlerTest, TestSchemaResource,
NoCacheHeaderTest, SolrGraphiteReporterTest, TestSolrDeletionPolicy1,
TestRebalanceLeaders, ResponseHeaderTest, TestJsonRequest, RecoveryZkTest,
ForceLeaderTest, TestExtendedDismaxParser, WrapperMergePolicyFactoryTest,
HardAutoCommitTest, TestSolrCLIRunExample, TestDistribIDF,
TestLegacyFieldReuse, ClusterStateTest, MetricsConfigTest,
TestBinaryResponseWriter, TestComponentsName, TestDocSet, SolrCloudExampleTest,
CurrencyFieldXmlFileTest, UpdateParamsTest, MBeansHandlerTest,
ChaosMonkeyNothingIsSafeWithPullReplicasTest, AddBlockUpdateTest, TestZkChroot,
TestSolrConfigHandlerConcurrent, TestCorePropertiesReload,
TestStressUserVersions, SuggestComponentContextFilterQueryTest,
TestImplicitCoreProperties, TestReload, DirectUpdateHandlerOptimizeTest,
TestFastOutputStream, SuggesterTest, FullSolrCloudDistribCmdsTest, TestMacros,
HighlighterConfigTest, TestDynamicFieldResource, CleanupOldIndexTest,
SimpleFacetsTest, OutputWriterTest, RestartWhileUpdatingTest,
DistributedSuggestComponentTest, TestSimpleQParserPlugin, RequestHandlersTest,
ClassificationUpdateProcessorTest, TestPayloadCheckQParserPlugin,
CursorMarkTest, HdfsChaosMonkeyNothingIsSafeTest, SolrIndexConfigTest,
StressHdfsTest, OverseerModifyCollectionTest, SolrCoreCheckLockOnStartupTest,
OverseerTaskQueueTest, TestConfigSetsAPIExclusivity, DeleteReplicaTest,
TestManagedSchemaAPI, MetricUtilsTest, ShowFileRequestHandlerTest,
TestStressInPlaceUpdates, AtomicUpdatesTest, DeleteInactiveReplicaTest,
TestShortCircuitedRequests, RulesTest, DebugComponentTest,
XmlUpdateRequestHandlerTest, CdcrReplicationHandlerTest, TestBlobHandler,
BJQParserTest, TestReplicationHandlerBackup, TestLockTree, BitVectorTest,
SolrCloudReportersTest, TestDocBasedVersionConstraints, TestPushWriter,
AliasIntegrationTest, ReplicaListTransformerTest, BaseCdcrDistributedZkTest,
MoveReplicaTest, TestMaxTokenLenTokenizer, DistribCursorPagingTest,
TestLFUCache, PreAnalyzedFieldTest, PrimUtilsTest,
TestSuggestSpellingConverter, DateFieldTest, SpellingQueryConverterTest,
TestSolrJ, TestDocumentBuilder, SystemInfoHandlerTest, UUIDFieldTest,
DistributedMLTComponentTest, TestRTGBase, DistributedIntervalFacetingTest,
SolrTestCaseJ4Test, TestCrossCoreJoin, TestDistributedMissingSort,
TestHighlightDedupGrouping, TestTolerantSearch,
TestEmbeddedSolrServerConstructors, TestJettySolrRunner, ActionThrottleTest,
AsyncCallRequestStatusResponseTest, CdcrBootstrapTest, CollectionsAPISolrJTest,
DistributedQueueTest, LeaderFailoverAfterPartitionTest]
[junit4] Completed [437/725 (1!)] on J2 in 133.36s, 1 test, 1 failure <<<
FAILURES!
[...truncated 44351 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]