Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/19989/
Java: 64bit/jdk1.8.0_131 -XX:-UseCompressedOops -XX:+UseSerialGC
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_node2:{"core":"c8n_1x3_lf_shard1_replica_n3","base_url":"http://127.0.0.1:34581/li_ip","node_name":"127.0.0.1:34581_li_ip","state":"active","type":"NRT","leader":"true"}];
clusterState:
DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={
"pullReplicas":"0", "replicationFactor":"1", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node1":{ "state":"down",
"base_url":"http://127.0.0.1:46225/li_ip",
"core":"c8n_1x3_lf_shard1_replica_n2",
"node_name":"127.0.0.1:46225_li_ip", "type":"NRT"},
"core_node2":{ "core":"c8n_1x3_lf_shard1_replica_n3",
"base_url":"http://127.0.0.1:34581/li_ip",
"node_name":"127.0.0.1:34581_li_ip", "state":"active",
"type":"NRT", "leader":"true"}, "core_node3":{
"core":"c8n_1x3_lf_shard1_replica_n1",
"base_url":"http://127.0.0.1:37509/li_ip",
"node_name":"127.0.0.1:37509_li_ip", "state":"down",
"type":"NRT"}}}}, "router":{"name":"compositeId"}, "maxShardsPerNode":"1",
"autoAddReplicas":"false", "nrtReplicas":"3", "tlogReplicas":"0"}
Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found
1;
[core_node2:{"core":"c8n_1x3_lf_shard1_replica_n3","base_url":"http://127.0.0.1:34581/li_ip","node_name":"127.0.0.1:34581_li_ip","state":"active","type":"NRT","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={
"pullReplicas":"0",
"replicationFactor":"1",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"state":"down",
"base_url":"http://127.0.0.1:46225/li_ip",
"core":"c8n_1x3_lf_shard1_replica_n2",
"node_name":"127.0.0.1:46225_li_ip",
"type":"NRT"},
"core_node2":{
"core":"c8n_1x3_lf_shard1_replica_n3",
"base_url":"http://127.0.0.1:34581/li_ip",
"node_name":"127.0.0.1:34581_li_ip",
"state":"active",
"type":"NRT",
"leader":"true"},
"core_node3":{
"core":"c8n_1x3_lf_shard1_replica_n1",
"base_url":"http://127.0.0.1:37509/li_ip",
"node_name":"127.0.0.1:37509_li_ip",
"state":"down",
"type":"NRT"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false",
"nrtReplicas":"3",
"tlogReplicas":"0"}
at
__randomizedtesting.SeedInfo.seed([1773739BAD42ECBF:9F274C4103BE8147]: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 12555 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_1773739BAD42ECBF-001/init-core-data-001
[junit4] 2> 1031314 WARN
(SUITE-LeaderFailoverAfterPartitionTest-seed#[1773739BAD42ECBF]-worker) [ ]
o.a.s.SolrTestCaseJ4 startTrackingSearchers: numOpens=4 numCloses=4
[junit4] 2> 1031315 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[1773739BAD42ECBF]-worker) [ ]
o.a.s.SolrTestCaseJ4 Using TrieFields (NUMERIC_POINTS_SYSPROP=false)
w/NUMERIC_DOCVALUES_SYSPROP=false
[junit4] 2> 1031316 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[1773739BAD42ECBF]-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> 1031317 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[1773739BAD42ECBF]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property: /li_ip/
[junit4] 2> 1031319 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 1031319 INFO (Thread-2529) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 1031319 INFO (Thread-2529) [ ] o.a.s.c.ZkTestServer
Starting server
[junit4] 2> 1031321 ERROR (Thread-2529) [ ] 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> 1031419 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.c.ZkTestServer start zk server on port:44733
[junit4] 2> 1031429 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
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> 1031430 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
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> 1031431 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
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> 1031431 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
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> 1031432 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
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> 1031433 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
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> 1031433 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
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> 1031434 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
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> 1031435 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
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> 1031435 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
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> 1031436 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
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> 1031437 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Will use NRT replicas unless explicitly
asked otherwise
[junit4] 2> 1031502 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1031502 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@46246082{/li_ip,null,AVAILABLE}
[junit4] 2> 1031503 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@544b198d{HTTP/1.1,[http/1.1]}{127.0.0.1:39721}
[junit4] 2> 1031503 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.e.j.s.Server Started @1033162ms
[junit4] 2> 1031503 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
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_1773739BAD42ECBF-001/tempDir-001/control/data,
hostContext=/li_ip, hostPort=46225,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1773739BAD42ECBF-001/control-001/cores}
[junit4] 2> 1031503 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1031504 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 1031504 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1031504 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 1031504 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-27T15:09:54.435Z
[junit4] 2> 1031505 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1031505 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
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_1773739BAD42ECBF-001/control-001/solr.xml
[junit4] 2> 1031508 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@15e08dff, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1031509 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44733/solr
[junit4] 2> 1031516 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:46225_li_ip ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1031516 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:46225_li_ip ] o.a.s.c.OverseerElectionContext I am going to be
the leader 127.0.0.1:46225_li_ip
[junit4] 2> 1031516 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:46225_li_ip ] o.a.s.c.Overseer Overseer
(id=98210689466433540-127.0.0.1:46225_li_ip-n_0000000000) starting
[junit4] 2> 1031518 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:46225_li_ip ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:46225_li_ip
[junit4] 2> 1031519 INFO
(zkCallback-1890-thread-1-processing-n:127.0.0.1:46225_li_ip)
[n:127.0.0.1:46225_li_ip ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1031591 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:46225_li_ip ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@15e08dff
[junit4] 2> 1031593 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:46225_li_ip ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@15e08dff
[junit4] 2> 1031593 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:46225_li_ip ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@15e08dff
[junit4] 2> 1031594 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:46225_li_ip ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1773739BAD42ECBF-001/control-001/cores
[junit4] 2> 1031605 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1031605 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44733/solr ready
[junit4] 2> 1031606 INFO (SocketProxy-Acceptor-46225) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=48136,localport=46225], receiveBufferSize:531000
[junit4] 2> 1031607 INFO (SocketProxy-Acceptor-46225) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=39721,localport=48896], receiveBufferSize=530904
[junit4] 2> 1031608 INFO (qtp367992967-10964) [n:127.0.0.1:46225_li_ip
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:46225_li_ip&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1031624 INFO
(OverseerThreadFactory-5133-thread-1-processing-n:127.0.0.1:46225_li_ip)
[n:127.0.0.1:46225_li_ip ] o.a.s.c.CreateCollectionCmd Create collection
control_collection
[junit4] 2> 1031726 INFO (SocketProxy-Acceptor-46225) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=48140,localport=46225], receiveBufferSize:531000
[junit4] 2> 1031726 INFO (SocketProxy-Acceptor-46225) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=39721,localport=48900], receiveBufferSize=530904
[junit4] 2> 1031727 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1031727 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1031829 INFO
(zkCallback-1890-thread-1-processing-n:127.0.0.1:46225_li_ip)
[n:127.0.0.1:46225_li_ip ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 1032741 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1032755 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema [control_collection_shard1_replica_n1] Schema name=test
[junit4] 2> 1032830 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1032837 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.CoreContainer Creating SolrCore 'control_collection_shard1_replica_n1'
using configuration from collection control_collection, trusted=true
[junit4] 2> 1032837 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.control_collection.shard1.replica_n1' (registry
'solr.core.control_collection.shard1.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@15e08dff
[junit4] 2> 1032837 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore solr.RecoveryStrategy.Builder
[junit4] 2> 1032837 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SolrCore [[control_collection_shard1_replica_n1] ] Opening new SolrCore
at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1773739BAD42ECBF-001/control-001/cores/control_collection_shard1_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1773739BAD42ECBF-001/control-001/cores/control_collection_shard1_replica_n1/data/]
[junit4] 2> 1032839 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=13, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=30.8408203125,
floorSegmentMB=1.8642578125, forceMergeDeletesPctAllowed=0.17686159532059986,
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1032840 WARN (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1032860 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 1032860 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1032860 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 1032860 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 1032861 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=15, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1032861 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@43430999[control_collection_shard1_replica_n1] main]
[junit4] 2> 1032862 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1032862 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1032862 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1032862 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1571371033079840768
[junit4] 2> 1032863 INFO
(searcherExecutor-5136-thread-1-processing-n:127.0.0.1:46225_li_ip
x:control_collection_shard1_replica_n1 s:shard1 c:control_collection)
[n:127.0.0.1:46225_li_ip c:control_collection s:shard1
x:control_collection_shard1_replica_n1] o.a.s.c.SolrCore
[control_collection_shard1_replica_n1] Registered new searcher
Searcher@43430999[control_collection_shard1_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1032865 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1032865 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1032865 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:46225/li_ip/control_collection_shard1_replica_n1/
[junit4] 2> 1032865 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 1032865 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.SyncStrategy
http://127.0.0.1:46225/li_ip/control_collection_shard1_replica_n1/ has no
replicas
[junit4] 2> 1032865 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1032866 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:46225/li_ip/control_collection_shard1_replica_n1/ shard1
[junit4] 2> 1032967 INFO
(zkCallback-1890-thread-1-processing-n:127.0.0.1:46225_li_ip)
[n:127.0.0.1:46225_li_ip ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 1033016 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 1033018 INFO (qtp367992967-10966) [n:127.0.0.1:46225_li_ip
c:control_collection s:shard1 x:control_collection_shard1_replica_n1]
o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=control_collection_shard1_replica_n1&action=CREATE&numShards=1&collection=control_collection&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1291
[junit4] 2> 1033020 INFO (qtp367992967-10964) [n:127.0.0.1:46225_li_ip
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1033120 INFO
(zkCallback-1890-thread-1-processing-n:127.0.0.1:46225_li_ip)
[n:127.0.0.1:46225_li_ip ] o.a.s.c.c.ZkStateReader A cluster state change:
[WatchedEvent state:SyncConnected type:NodeDataChanged
path:/collections/control_collection/state.json] for collection
[control_collection] has occurred - updating... (live nodes size: [1])
[junit4] 2> 1033625 INFO
(OverseerCollectionConfigSetProcessor-98210689466433540-127.0.0.1:46225_li_ip-n_0000000000)
[n:127.0.0.1:46225_li_ip ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000000 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1034020 INFO (qtp367992967-10964) [n:127.0.0.1:46225_li_ip
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=control_collection&nrtReplicas=1&action=CREATE&numShards=1&createNodeSet=127.0.0.1:46225_li_ip&wt=javabin&version=2}
status=0 QTime=2412
[junit4] 2> 1034027 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 1034028 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:44733/solr ready
[junit4] 2> 1034028 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 1034029 INFO (SocketProxy-Acceptor-46225) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=48146,localport=46225], receiveBufferSize:531000
[junit4] 2> 1034029 INFO (SocketProxy-Acceptor-46225) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=39721,localport=48906], receiveBufferSize=530904
[junit4] 2> 1034030 INFO (qtp367992967-10964) [n:127.0.0.1:46225_li_ip
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1034031 INFO
(OverseerThreadFactory-5133-thread-2-processing-n:127.0.0.1:46225_li_ip)
[n:127.0.0.1:46225_li_ip ] o.a.s.c.CreateCollectionCmd Create collection
collection1
[junit4] 2> 1034032 WARN
(OverseerThreadFactory-5133-thread-2-processing-n:127.0.0.1:46225_li_ip)
[n:127.0.0.1:46225_li_ip ] o.a.s.c.CreateCollectionCmd It is unusual to
create a collection (collection1) without cores.
[junit4] 2> 1034236 INFO (qtp367992967-10964) [n:127.0.0.1:46225_li_ip
] o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 1034236 INFO (qtp367992967-10964) [n:127.0.0.1:46225_li_ip
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={replicationFactor=1&collection.configName=conf1&name=collection1&nrtReplicas=1&action=CREATE&numShards=2&createNodeSet=&stateFormat=2&wt=javabin&version=2}
status=0 QTime=206
[junit4] 2> 1034303 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
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_1773739BAD42ECBF-001/shard-1-001
of type NRT
[junit4] 2> 1034304 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1034304 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@1543d265{/li_ip,null,AVAILABLE}
[junit4] 2> 1034305 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@5465bac{HTTP/1.1,[http/1.1]}{127.0.0.1:41861}
[junit4] 2> 1034305 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.e.j.s.Server Started @1035963ms
[junit4] 2> 1034305 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
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_1773739BAD42ECBF-001/tempDir-001/jetty1,
solrconfig=solrconfig.xml, hostContext=/li_ip, hostPort=37509,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1773739BAD42ECBF-001/shard-1-001/cores}
[junit4] 2> 1034305 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1034305 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 1034305 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1034305 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 1034305 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-27T15:09:57.236Z
[junit4] 2> 1034307 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1034307 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
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_1773739BAD42ECBF-001/shard-1-001/solr.xml
[junit4] 2> 1034309 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@15e08dff, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1034311 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44733/solr
[junit4] 2> 1034314 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:37509_li_ip ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (1)
[junit4] 2> 1034314 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:37509_li_ip ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1034315 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:37509_li_ip ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:37509_li_ip
[junit4] 2> 1034315 INFO
(zkCallback-1890-thread-1-processing-n:127.0.0.1:46225_li_ip)
[n:127.0.0.1:46225_li_ip ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1034315 INFO
(zkCallback-1902-thread-1-processing-n:127.0.0.1:37509_li_ip)
[n:127.0.0.1:37509_li_ip ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (1) -> (2)
[junit4] 2> 1034315 INFO (zkCallback-1897-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 1034346 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:37509_li_ip ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@15e08dff
[junit4] 2> 1034348 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:37509_li_ip ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@15e08dff
[junit4] 2> 1034348 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:37509_li_ip ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@15e08dff
[junit4] 2> 1034349 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:37509_li_ip ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1773739BAD42ECBF-001/shard-1-001/cores
[junit4] 2> 1034360 INFO (SocketProxy-Acceptor-37509) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=36362,localport=37509], receiveBufferSize:531000
[junit4] 2> 1034360 INFO (SocketProxy-Acceptor-37509) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=41861,localport=56090], receiveBufferSize=530904
[junit4] 2> 1034361 INFO (qtp742788019-11012) [n:127.0.0.1:37509_li_ip
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:37509_li_ip&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1034362 INFO
(OverseerThreadFactory-5133-thread-3-processing-n:127.0.0.1:46225_li_ip)
[n:127.0.0.1:46225_li_ip ] o.a.s.c.AddReplicaCmd addReplica() : {
[junit4] 2> "collection":"collection1",
[junit4] 2> "node":"127.0.0.1:37509_li_ip",
[junit4] 2> "shard":"shard2",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"addreplica"}
[junit4] 2> 1034362 INFO
(OverseerCollectionConfigSetProcessor-98210689466433540-127.0.0.1:46225_li_ip-n_0000000000)
[n:127.0.0.1:46225_li_ip ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000002 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1034362 INFO
(OverseerThreadFactory-5133-thread-3-processing-n:127.0.0.1:46225_li_ip)
[n:127.0.0.1:46225_li_ip ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:37509_li_ip for creating new replica
[junit4] 2> 1034363 INFO (SocketProxy-Acceptor-37509) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=36366,localport=37509], receiveBufferSize:531000
[junit4] 2> 1034363 INFO (SocketProxy-Acceptor-37509) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=41861,localport=56094], receiveBufferSize=530904
[junit4] 2> 1034363 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1034364 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1034466 INFO
(zkCallback-1902-thread-1-processing-n:127.0.0.1:37509_li_ip)
[n:127.0.0.1:37509_li_ip ] 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> 1035371 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1035378 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema
[collection1_shard2_replica_n0] Schema name=test
[junit4] 2> 1035448 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1035455 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_n0' using configuration from
collection collection1, trusted=true
[junit4] 2> 1035455 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_n0' (registry
'solr.core.collection1.shard2.replica_n0') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@15e08dff
[junit4] 2> 1035455 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1035455 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SolrCore
[[collection1_shard2_replica_n0] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1773739BAD42ECBF-001/shard-1-001/cores/collection1_shard2_replica_n0],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1773739BAD42ECBF-001/shard-1-001/cores/collection1_shard2_replica_n0/data/]
[junit4] 2> 1035456 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=13, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=30.8408203125,
floorSegmentMB=1.8642578125, forceMergeDeletesPctAllowed=0.17686159532059986,
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1035458 WARN (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
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> 1035477 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1035477 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1035478 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1035478 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1035478 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=15, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1035479 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@3148ff0c[collection1_shard2_replica_n0] main]
[junit4] 2> 1035479 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1035480 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1035480 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1035481 INFO
(searcherExecutor-5147-thread-1-processing-n:127.0.0.1:37509_li_ip
x:collection1_shard2_replica_n0 s:shard2 c:collection1)
[n:127.0.0.1:37509_li_ip c:collection1 s:shard2
x:collection1_shard2_replica_n0] o.a.s.c.SolrCore
[collection1_shard2_replica_n0] Registered new searcher
Searcher@3148ff0c[collection1_shard2_replica_n0]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1035481 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1571371035826061312
[junit4] 2> 1035484 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1035484 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1035484 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:37509/li_ip/collection1_shard2_replica_n0/
[junit4] 2> 1035484 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 1035484 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.SyncStrategy
http://127.0.0.1:37509/li_ip/collection1_shard2_replica_n0/ has no replicas
[junit4] 2> 1035484 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1035485 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:37509/li_ip/collection1_shard2_replica_n0/ shard2
[junit4] 2> 1035586 INFO
(zkCallback-1902-thread-1-processing-n:127.0.0.1:37509_li_ip)
[n:127.0.0.1:37509_li_ip ] 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> 1035635 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 1035637 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n0] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n0&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1273
[junit4] 2> 1035640 INFO (qtp742788019-11012) [n:127.0.0.1:37509_li_ip
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:37509_li_ip&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
status=0 QTime=1278
[junit4] 2> 1035706 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
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_1773739BAD42ECBF-001/shard-2-001
of type NRT
[junit4] 2> 1035706 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1035707 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@649ff27b{/li_ip,null,AVAILABLE}
[junit4] 2> 1035707 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@ade9f0d{HTTP/1.1,[http/1.1]}{127.0.0.1:44943}
[junit4] 2> 1035707 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.e.j.s.Server Started @1037366ms
[junit4] 2> 1035707 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
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_1773739BAD42ECBF-001/tempDir-001/jetty2,
replicaType=NRT, solrconfig=solrconfig.xml, hostContext=/li_ip,
hostPort=43897,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1773739BAD42ECBF-001/shard-2-001/cores}
[junit4] 2> 1035708 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1035708 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 1035708 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1035708 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 1035708 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-27T15:09:58.639Z
[junit4] 2> 1035709 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1035709 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
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_1773739BAD42ECBF-001/shard-2-001/solr.xml
[junit4] 2> 1035722 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@15e08dff, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1035724 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44733/solr
[junit4] 2> 1035726 WARN (NIOServerCxn.Factory:0.0.0.0/0.0.0.0:0) [ ]
o.a.z.s.NIOServerCnxn caught end of stream exception
[junit4] 2> EndOfStreamException: Unable to read additional data from
client sessionid 0x15cea1a0acb000b, likely client has closed socket
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxn.doIO(NIOServerCnxn.java:239)
[junit4] 2> at
org.apache.zookeeper.server.NIOServerCnxnFactory.run(NIOServerCnxnFactory.java:203)
[junit4] 2> at java.lang.Thread.run(Thread.java:748)
[junit4] 2> 1035728 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:43897_li_ip ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (2)
[junit4] 2> 1035728 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:43897_li_ip ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1035729 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:43897_li_ip ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:43897_li_ip
[junit4] 2> 1035729 INFO
(zkCallback-1890-thread-1-processing-n:127.0.0.1:46225_li_ip)
[n:127.0.0.1:46225_li_ip ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1035729 INFO (zkCallback-1897-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 1035729 INFO
(zkCallback-1902-thread-1-processing-n:127.0.0.1:37509_li_ip)
[n:127.0.0.1:37509_li_ip ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1035729 INFO
(zkCallback-1908-thread-1-processing-n:127.0.0.1:43897_li_ip)
[n:127.0.0.1:43897_li_ip ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (2) -> (3)
[junit4] 2> 1035771 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:43897_li_ip ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@15e08dff
[junit4] 2> 1035774 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:43897_li_ip ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@15e08dff
[junit4] 2> 1035774 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:43897_li_ip ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@15e08dff
[junit4] 2> 1035775 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:43897_li_ip ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1773739BAD42ECBF-001/shard-2-001/cores
[junit4] 2> 1035788 INFO (qtp742788019-11013) [n:127.0.0.1:37509_li_ip
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:43897_li_ip&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1035790 INFO
(OverseerThreadFactory-5133-thread-4-processing-n:127.0.0.1:46225_li_ip)
[n:127.0.0.1:46225_li_ip ] o.a.s.c.AddReplicaCmd addReplica() : {
[junit4] 2> "collection":"collection1",
[junit4] 2> "node":"127.0.0.1:43897_li_ip",
[junit4] 2> "shard":"shard1",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"addreplica"}
[junit4] 2> 1035790 INFO
(OverseerCollectionConfigSetProcessor-98210689466433540-127.0.0.1:46225_li_ip-n_0000000000)
[n:127.0.0.1:46225_li_ip ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000004 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1035790 INFO
(OverseerThreadFactory-5133-thread-4-processing-n:127.0.0.1:46225_li_ip)
[n:127.0.0.1:46225_li_ip ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:43897_li_ip for creating new replica
[junit4] 2> 1035791 INFO (SocketProxy-Acceptor-43897) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=56498,localport=43897], receiveBufferSize:531000
[junit4] 2> 1035791 INFO (SocketProxy-Acceptor-43897) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=44943,localport=37554], receiveBufferSize=530904
[junit4] 2> 1035792 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1035792 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1035894 INFO
(zkCallback-1908-thread-1-processing-n:127.0.0.1:43897_li_ip)
[n:127.0.0.1:43897_li_ip ] 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> 1035894 INFO
(zkCallback-1902-thread-1-processing-n:127.0.0.1:37509_li_ip)
[n:127.0.0.1:37509_li_ip ] 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> 1036807 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1036820 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema
[collection1_shard1_replica_n0] Schema name=test
[junit4] 2> 1036905 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1036910 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard1_replica_n0' using configuration from
collection collection1, trusted=true
[junit4] 2> 1036911 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard1.replica_n0' (registry
'solr.core.collection1.shard1.replica_n0') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@15e08dff
[junit4] 2> 1036911 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1036911 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SolrCore
[[collection1_shard1_replica_n0] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1773739BAD42ECBF-001/shard-2-001/cores/collection1_shard1_replica_n0],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1773739BAD42ECBF-001/shard-2-001/cores/collection1_shard1_replica_n0/data/]
[junit4] 2> 1036912 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=13, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=30.8408203125,
floorSegmentMB=1.8642578125, forceMergeDeletesPctAllowed=0.17686159532059986,
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1036913 WARN (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
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> 1036936 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1036936 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1036936 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1036936 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1036937 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=15, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1036937 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@7e35089c[collection1_shard1_replica_n0] main]
[junit4] 2> 1036938 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1036938 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1036938 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1036939 INFO
(searcherExecutor-5158-thread-1-processing-n:127.0.0.1:43897_li_ip
x:collection1_shard1_replica_n0 s:shard1 c:collection1)
[n:127.0.0.1:43897_li_ip c:collection1 s:shard1
x:collection1_shard1_replica_n0] o.a.s.c.SolrCore
[collection1_shard1_replica_n0] Registered new searcher
Searcher@7e35089c[collection1_shard1_replica_n0]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1036939 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1571371037354885120
[junit4] 2> 1036942 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 1036942 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 1036942 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:43897/li_ip/collection1_shard1_replica_n0/
[junit4] 2> 1036942 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy
Sync Success - now sync replicas to me
[junit4] 2> 1036942 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.SyncStrategy
http://127.0.0.1:43897/li_ip/collection1_shard1_replica_n0/ has no replicas
[junit4] 2> 1036942 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.c.ShardLeaderElectionContext Found all replicas participating in
election, clear LIR
[junit4] 2> 1036943 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:43897/li_ip/collection1_shard1_replica_n0/ shard1
[junit4] 2> 1037044 INFO
(zkCallback-1908-thread-1-processing-n:127.0.0.1:43897_li_ip)
[n:127.0.0.1:43897_li_ip ] 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> 1037044 INFO
(zkCallback-1902-thread-1-processing-n:127.0.0.1:37509_li_ip)
[n:127.0.0.1:37509_li_ip ] 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> 1037093 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.c.ZkController I
am the leader, no recovery necessary
[junit4] 2> 1037095 INFO (qtp1934906113-11046) [n:127.0.0.1:43897_li_ip
c:collection1 s:shard1 x:collection1_shard1_replica_n0] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard1_replica_n0&action=CREATE&collection=collection1&shard=shard1&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1303
[junit4] 2> 1037098 INFO (qtp742788019-11013) [n:127.0.0.1:37509_li_ip
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:43897_li_ip&action=ADDREPLICA&collection=collection1&shard=shard1&type=NRT&wt=javabin&version=2}
status=0 QTime=1309
[junit4] 2> 1037167 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
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_1773739BAD42ECBF-001/shard-3-001
of type NRT
[junit4] 2> 1037167 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 1037168 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@634e3776{/li_ip,null,AVAILABLE}
[junit4] 2> 1037168 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@2176803{HTTP/1.1,[http/1.1]}{127.0.0.1:34537}
[junit4] 2> 1037168 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.e.j.s.Server Started @1038827ms
[junit4] 2> 1037168 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
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_1773739BAD42ECBF-001/tempDir-001/jetty3,
solrconfig=solrconfig.xml, hostContext=/li_ip, hostPort=34581,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1773739BAD42ECBF-001/shard-3-001/cores}
[junit4] 2> 1037169 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 1037169 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr™ version
7.0.0
[junit4] 2> 1037169 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 1037169 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null, Default config
dir: null
[junit4] 2> 1037169 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2017-06-27T15:10:00.100Z
[junit4] 2> 1037170 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 1037171 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
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_1773739BAD42ECBF-001/shard-3-001/solr.xml
[junit4] 2> 1037173 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.c.SolrXmlConfig MBean server found:
com.sun.jmx.mbeanserver.JmxMBeanServer@15e08dff, but no JMX reporters were
configured - adding default JMX reporter.
[junit4] 2> 1037175 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:44733/solr
[junit4] 2> 1037178 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:34581_li_ip ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (0) -> (3)
[junit4] 2> 1037179 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:34581_li_ip ] o.a.s.c.Overseer Overseer (id=null) closing
[junit4] 2> 1037179 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:34581_li_ip ] o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34581_li_ip
[junit4] 2> 1037179 INFO
(zkCallback-1914-thread-1-processing-n:127.0.0.1:34581_li_ip)
[n:127.0.0.1:34581_li_ip ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1037179 INFO
(zkCallback-1890-thread-1-processing-n:127.0.0.1:46225_li_ip)
[n:127.0.0.1:46225_li_ip ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1037179 INFO
(zkCallback-1908-thread-1-processing-n:127.0.0.1:43897_li_ip)
[n:127.0.0.1:43897_li_ip ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1037179 INFO (zkCallback-1897-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 1037179 INFO
(zkCallback-1902-thread-1-processing-n:127.0.0.1:37509_li_ip)
[n:127.0.0.1:37509_li_ip ] o.a.s.c.c.ZkStateReader Updated live nodes from
ZooKeeper... (3) -> (4)
[junit4] 2> 1037228 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:34581_li_ip ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.node' (registry 'solr.node') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@15e08dff
[junit4] 2> 1037231 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:34581_li_ip ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jvm' (registry 'solr.jvm') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@15e08dff
[junit4] 2> 1037231 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:34581_li_ip ] o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.jetty' (registry 'solr.jetty') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@15e08dff
[junit4] 2> 1037231 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF])
[n:127.0.0.1:34581_li_ip ] o.a.s.c.CorePropertiesLocator Found 0 core
definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1773739BAD42ECBF-001/shard-3-001/cores
[junit4] 2> 1037249 INFO (SocketProxy-Acceptor-34581) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=45930,localport=34581], receiveBufferSize:531000
[junit4] 2> 1037250 INFO (SocketProxy-Acceptor-34581) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=34537,localport=41958], receiveBufferSize=530904
[junit4] 2> 1037250 INFO (qtp311065526-11078) [n:127.0.0.1:34581_li_ip
] o.a.s.h.a.CollectionsHandler Invoked Collection Action :addreplica with
params
node=127.0.0.1:34581_li_ip&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 1037251 INFO
(OverseerThreadFactory-5133-thread-5-processing-n:127.0.0.1:46225_li_ip)
[n:127.0.0.1:46225_li_ip ] o.a.s.c.AddReplicaCmd addReplica() : {
[junit4] 2> "collection":"collection1",
[junit4] 2> "node":"127.0.0.1:34581_li_ip",
[junit4] 2> "shard":"shard2",
[junit4] 2> "type":"NRT",
[junit4] 2> "operation":"addreplica"}
[junit4] 2> 1037251 INFO
(OverseerCollectionConfigSetProcessor-98210689466433540-127.0.0.1:46225_li_ip-n_0000000000)
[n:127.0.0.1:46225_li_ip ] o.a.s.c.OverseerTaskQueue Response ZK path:
/overseer/collection-queue-work/qnr-0000000006 doesn't exist. Requestor may
have disconnected from ZooKeeper
[junit4] 2> 1037252 INFO
(OverseerThreadFactory-5133-thread-5-processing-n:127.0.0.1:46225_li_ip)
[n:127.0.0.1:46225_li_ip ] o.a.s.c.AddReplicaCmd Node Identified
127.0.0.1:34581_li_ip for creating new replica
[junit4] 2> 1037252 INFO (SocketProxy-Acceptor-34581) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=45934,localport=34581], receiveBufferSize:531000
[junit4] 2> 1037252 INFO (SocketProxy-Acceptor-34581) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=34537,localport=41962], receiveBufferSize=530904
[junit4] 2> 1037253 INFO (qtp311065526-11080) [n:127.0.0.1:34581_li_ip
] o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT
[junit4] 2> 1037253 INFO (qtp311065526-11080) [n:127.0.0.1:34581_li_ip
] o.a.s.c.TransientSolrCoreCacheDefault Allocating transient cache for 4
transient cores
[junit4] 2> 1037355 INFO
(zkCallback-1908-thread-1-processing-n:127.0.0.1:43897_li_ip)
[n:127.0.0.1:43897_li_ip ] 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> 1037355 INFO
(zkCallback-1902-thread-1-processing-n:127.0.0.1:37509_li_ip)
[n:127.0.0.1:37509_li_ip ] 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> 1037355 INFO
(zkCallback-1914-thread-1-processing-n:127.0.0.1:34581_li_ip)
[n:127.0.0.1:34581_li_ip ] 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> 1038292 INFO (qtp311065526-11080) [n:127.0.0.1:34581_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 1038302 INFO (qtp311065526-11080) [n:127.0.0.1:34581_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema
[collection1_shard2_replica_n1] Schema name=test
[junit4] 2> 1038363 INFO (qtp311065526-11080) [n:127.0.0.1:34581_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 1038370 INFO (qtp311065526-11080) [n:127.0.0.1:34581_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.CoreContainer
Creating SolrCore 'collection1_shard2_replica_n1' using configuration from
collection collection1, trusted=true
[junit4] 2> 1038370 INFO (qtp311065526-11080) [n:127.0.0.1:34581_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n1]
o.a.s.m.r.SolrJmxReporter JMX monitoring for
'solr.core.collection1.shard2.replica_n1' (registry
'solr.core.collection1.shard2.replica_n1') enabled at server:
com.sun.jmx.mbeanserver.JmxMBeanServer@15e08dff
[junit4] 2> 1038370 INFO (qtp311065526-11080) [n:127.0.0.1:34581_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.SolrCore
solr.RecoveryStrategy.Builder
[junit4] 2> 1038370 INFO (qtp311065526-11080) [n:127.0.0.1:34581_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.SolrCore
[[collection1_shard2_replica_n1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1773739BAD42ECBF-001/shard-3-001/cores/collection1_shard2_replica_n1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_1773739BAD42ECBF-001/shard-3-001/cores/collection1_shard2_replica_n1/data/]
[junit4] 2> 1038371 INFO (qtp311065526-11080) [n:127.0.0.1:34581_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=13, maxMergeAtOnceExplicit=35, maxMergedSegmentMB=30.8408203125,
floorSegmentMB=1.8642578125, forceMergeDeletesPctAllowed=0.17686159532059986,
segmentsPerTier=11.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 1038373 WARN (qtp311065526-11080) [n:127.0.0.1:34581_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n1]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,attributes =
{initParams=a, name=/dump, class=DumpRequestHandler},args =
{defaults={a=A,b=B}}}
[junit4] 2> 1038402 INFO (qtp311065526-11080) [n:127.0.0.1:34581_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 1038402 INFO (qtp311065526-11080) [n:127.0.0.1:34581_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 1038403 INFO (qtp311065526-11080) [n:127.0.0.1:34581_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 1038403 INFO (qtp311065526-11080) [n:127.0.0.1:34581_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 1038404 INFO (qtp311065526-11080) [n:127.0.0.1:34581_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n1]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.LogDocMergePolicy: [LogDocMergePolicy:
minMergeSize=1000, mergeFactor=15, maxMergeSize=9223372036854775807,
maxMergeSizeForForcedMerge=9223372036854775807, calibrateSizeByDeletes=false,
maxMergeDocs=2147483647, maxCFSSegmentSizeMB=8.796093022207999E12,
noCFSRatio=1.0]
[junit4] 2> 1038404 INFO (qtp311065526-11080) [n:127.0.0.1:34581_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n1]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@513e38b1[collection1_shard2_replica_n1] main]
[junit4] 2> 1038405 INFO (qtp311065526-11080) [n:127.0.0.1:34581_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n1]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 1038406 INFO (qtp311065526-11080) [n:127.0.0.1:34581_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n1]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 1038406 INFO (qtp311065526-11080) [n:127.0.0.1:34581_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n1]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 1038407 INFO
(searcherExecutor-5169-thread-1-processing-n:127.0.0.1:34581_li_ip
x:collection1_shard2_replica_n1 s:shard2 c:collection1)
[n:127.0.0.1:34581_li_ip c:collection1 s:shard2
x:collection1_shard2_replica_n1] o.a.s.c.SolrCore
[collection1_shard2_replica_n1] Registered new searcher
Searcher@513e38b1[collection1_shard2_replica_n1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 1038407 INFO (qtp311065526-11080) [n:127.0.0.1:34581_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1571371038894194688
[junit4] 2> 1038410 INFO (qtp311065526-11080) [n:127.0.0.1:34581_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.c.ZkController
Core needs to recover:collection1_shard2_replica_n1
[junit4] 2> 1038410 INFO
(updateExecutor-1911-thread-1-processing-n:127.0.0.1:34581_li_ip
x:collection1_shard2_replica_n1 s:shard2 c:collection1)
[n:127.0.0.1:34581_li_ip c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_n1] o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 1038410 INFO
(recoveryExecutor-1912-thread-1-processing-n:127.0.0.1:34581_li_ip
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:34581_li_ip c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy Starting recovery
process. recoveringAfterStartup=true
[junit4] 2> 1038410 INFO
(recoveryExecutor-1912-thread-1-processing-n:127.0.0.1:34581_li_ip
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:34581_li_ip c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy ######
startupVersions=[[]]
[junit4] 2> 1038411 INFO
(recoveryExecutor-1912-thread-1-processing-n:127.0.0.1:34581_li_ip
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:34581_li_ip c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy Begin buffering
updates. core=[collection1_shard2_replica_n1]
[junit4] 2> 1038411 INFO
(recoveryExecutor-1912-thread-1-processing-n:127.0.0.1:34581_li_ip
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:34581_li_ip c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_n1] o.a.s.u.UpdateLog Starting to buffer updates.
FSUpdateLog{state=ACTIVE, tlog=null}
[junit4] 2> 1038411 INFO
(recoveryExecutor-1912-thread-1-processing-n:127.0.0.1:34581_li_ip
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:34581_li_ip c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy Publishing state of
core [collection1_shard2_replica_n1] as recovering, leader is
[http://127.0.0.1:37509/li_ip/collection1_shard2_replica_n0/] and I am
[http://127.0.0.1:34581/li_ip/collection1_shard2_replica_n1/]
[junit4] 2> 1038411 INFO (qtp311065526-11080) [n:127.0.0.1:34581_li_ip
c:collection1 s:shard2 x:collection1_shard2_replica_n1] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&name=collection1_shard2_replica_n1&action=CREATE&collection=collection1&shard=shard2&wt=javabin&version=2&replicaType=NRT}
status=0 QTime=1157
[junit4] 2> 1038412 INFO (qtp311065526-11078) [n:127.0.0.1:34581_li_ip
] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/collections
params={node=127.0.0.1:34581_li_ip&action=ADDREPLICA&collection=collection1&shard=shard2&type=NRT&wt=javabin&version=2}
status=0 QTime=1161
[junit4] 2> 1038412 INFO
(recoveryExecutor-1912-thread-1-processing-n:127.0.0.1:34581_li_ip
x:collection1_shard2_replica_n1 s:shard2 c:collection1 r:core_node3)
[n:127.0.0.1:34581_li_ip c:collection1 s:shard2 r:core_node3
x:collection1_shard2_replica_n1] o.a.s.c.RecoveryStrategy Sending prep recovery
command to [http://127.0.0.1:37509/li_ip]; [WaitForState:
action=PREPRECOVERY&core=collection1_shard2_replica_n0&nodeName=127.0.0.1:34581_li_ip&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 1038412 INFO (SocketProxy-Acceptor-37509) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=36394,localport=37509], receiveBufferSize:531000
[junit4] 2> 1038413 INFO (SocketProxy-Acceptor-37509) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=41861,localport=56122], receiveBufferSize=530904
[junit4] 2> 1038418 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
] 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> 1038418 INFO (qtp742788019-11014) [n:127.0.0.1:37509_li_ip
] o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1_shard2_replica_n0,
leaderDoesNotNeedRecovery=false, isLeader? true, live=true, checkLive=true,
currentState=down, localState=active, nodeName=127.0.0.1:34581_li_ip,
coreNodeName=core_node3, onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1_shard2_replica_n1","base_url":"http://127.0.0.1:34581/li_ip","node_name":"127.0.0.1:34581_li_ip","state":"down","type":"NRT"}
[junit4] 2> 1038419 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 1038419 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait
30000 for each attempt
[junit4] 2> 1038419 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
collection1 failOnTimeout:true timeout (sec):30000
[junit4] 2> 1038513 INFO
(zkCallback-1902-thread-1-processing-n:127.0.0.1:37509_li_ip)
[n:127.0.0.1:37509_li_ip ] 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> 1038513 INFO
(zkCallback-1908-thread-1-processing-n:127.0.0.1:43897_li_ip)
[n:127.0.0.1:43897_li_ip ] 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> 1038513 INFO
(zkCallback-1914-thread-1-processing-n:127.0.0.1:34581_li_ip)
[n:127.0.0.1:34581_li_ip ] 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> 1039253 INFO
(OverseerCollectionConfigSetProcessor-98210689466433540-127.0.0.1:46225_li_ip-n_0000000000)
[n:127.0.0.1:46225_li_ip ] o.a.s.c.OverseerTa
[...truncated too long message...]
t violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/aliases.json
[junit4] 2> 4 /solr/security.json
[junit4] 2> 4 /solr/configs/conf1
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/clusterprops.json
[junit4] 2> 6 /solr/clusterstate.json
[junit4] 2> 3 /solr/collections/collection1/state.json
[junit4] 2> 3 /solr/collections/c8n_1x3_lf/state.json
[junit4] 2> 2
/solr/overseer_elect/election/98210689466433540-127.0.0.1:46225_li_ip-n_0000000000
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 6 /solr/live_nodes
[junit4] 2> 6 /solr/collections
[junit4] 2> 3 /solr/overseer/collection-queue-work
[junit4] 2> 2 /solr/overseer/queue
[junit4] 2> 2 /solr/overseer/queue-work
[junit4] 2>
[junit4] 2> 1160733 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:37509/li_ip,
target: http://127.0.0.1:41861/li_ip
[junit4] 2> 1160733 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:46225/li_ip,
target: http://127.0.0.1:39721/li_ip
[junit4] 2> 1160733 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.c.SocketProxy Closing 15 connections to: http://127.0.0.1:34581/li_ip,
target: http://127.0.0.1:34537/li_ip
[junit4] 2> 1160733 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[1773739BAD42ECBF]) [ ]
o.a.s.c.SocketProxy Closing 5 connections to: http://127.0.0.1:43897/li_ip,
target: http://127.0.0.1:44943/li_ip
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test
-Dtests.seed=1773739BAD42ECBF -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=en-GB -Dtests.timezone=Europe/Volgograd -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 129s J2 | LeaderFailoverAfterPartitionTest.test <<<
[junit4] > Throwable #1: java.lang.AssertionError: Expected 2 of 3
replicas to be active but only found 1;
[core_node2:{"core":"c8n_1x3_lf_shard1_replica_n3","base_url":"http://127.0.0.1:34581/li_ip","node_name":"127.0.0.1:34581_li_ip","state":"active","type":"NRT","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//collections/c8n_1x3_lf/state.json/16)={
[junit4] > "pullReplicas":"0",
[junit4] > "replicationFactor":"1",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{
[junit4] > "core_node1":{
[junit4] > "state":"down",
[junit4] > "base_url":"http://127.0.0.1:46225/li_ip",
[junit4] > "core":"c8n_1x3_lf_shard1_replica_n2",
[junit4] > "node_name":"127.0.0.1:46225_li_ip",
[junit4] > "type":"NRT"},
[junit4] > "core_node2":{
[junit4] > "core":"c8n_1x3_lf_shard1_replica_n3",
[junit4] > "base_url":"http://127.0.0.1:34581/li_ip",
[junit4] > "node_name":"127.0.0.1:34581_li_ip",
[junit4] > "state":"active",
[junit4] > "type":"NRT",
[junit4] > "leader":"true"},
[junit4] > "core_node3":{
[junit4] > "core":"c8n_1x3_lf_shard1_replica_n1",
[junit4] > "base_url":"http://127.0.0.1:37509/li_ip",
[junit4] > "node_name":"127.0.0.1:37509_li_ip",
[junit4] > "state":"down",
[junit4] > "type":"NRT"}}}},
[junit4] > "router":{"name":"compositeId"},
[junit4] > "maxShardsPerNode":"1",
[junit4] > "autoAddReplicas":"false",
[junit4] > "nrtReplicas":"3",
[junit4] > "tlogReplicas":"0"}
[junit4] > at
__randomizedtesting.SeedInfo.seed([1773739BAD42ECBF:9F274C4103BE8147]: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_1773739BAD42ECBF-001
[junit4] 2> Jun 27, 2017 3:12:03 PM
com.carrotsearch.randomizedtesting.ThreadLeakControl checkThreadLeaks
[junit4] 2> WARNING: Will linger awaiting termination of 1 leaked
thread(s).
[junit4] 2> NOTE: test params are: codec=Asserting(Lucene70):
{range_facet_l_dv=PostingsFormat(name=Memory),
multiDefault=PostingsFormat(name=Memory),
a_t=PostingsFormat(name=LuceneVarGapFixedInterval),
intDefault=PostingsFormat(name=LuceneVarGapFixedInterval),
id_i1=PostingsFormat(name=Memory), id=PostingsFormat(name=Memory),
range_facet_i_dv=PostingsFormat(name=LuceneVarGapFixedInterval),
text=TestBloomFilteredLucenePostings(BloomFilteringPostingsFormat(Lucene50(blocksize=128))),
range_facet_l=PostingsFormat(name=LuceneVarGapFixedInterval),
timestamp=PostingsFormat(name=LuceneVarGapFixedInterval)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Direct),
_version_=DocValuesFormat(name=Lucene70),
range_facet_i_dv=DocValuesFormat(name=Lucene70),
intDvoDefault=DocValuesFormat(name=Memory),
timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1843,
maxMBSortInHeap=6.254613888658262, sim=RandomSimilarity(queryNorm=true): {},
locale=en-GB, timezone=Europe/Volgograd
[junit4] 2> NOTE: Linux 4.10.0-21-generic amd64/Oracle Corporation
1.8.0_131 (64-bit)/cpus=8,threads=1,free=42720144,total=518979584
[junit4] 2> NOTE: All tests run in this JVM: [TestZkChroot,
SolrMetricReporterTest, DistributedQueueTest, TestComplexPhraseLeadingWildcard,
SolrGraphiteReporterTest, RulesTest, SpatialRPTFieldTypeTest,
TestSchemalessBufferedUpdates, TestLegacyFieldReuse,
UUIDUpdateProcessorFallbackTest, SearchHandlerTest, SortSpecParsingTest,
TestDocTermOrds, ReturnFieldsTest, ResourceLoaderTest,
TriLevelCompositeIdRoutingTest, TestDFRSimilarityFactory,
TestManagedSchemaThreadSafety, CdcrReplicationHandlerTest,
TestPostingsSolrHighlighter, TestQueryTypes, TestLockTree,
AnalysisErrorHandlingTest, SimplePostToolTest, FileUtilsTest, TestPolicyCloud,
OverseerTest, TestSuggestSpellingConverter, TestGeoJSONResponseWriter,
MinimalSchemaTest, SuggestComponentContextFilterQueryTest, MultiTermTest,
TestMacros, BlockJoinFacetDistribTest, TestShortCircuitedRequests,
TestSurroundQueryParser, SortByFunctionTest, DeleteInactiveReplicaTest,
TestConfigSetImmutable, TestManagedResourceStorage, CloudMLTQParserTest,
TestSolrJ, TestNumericTokenStream, TestConfig, TestSmileRequest,
TestSolrQueryResponse, HardAutoCommitTest, TestStressReorder,
PathHierarchyTokenizerFactoryTest, TestTrieFacet,
PeerSyncWithIndexFingerprintCachingTest, ResponseLogComponentTest,
BasicDistributedZk2Test, LargeFieldTest, CollectionStateFormat2Test,
TestComponentsName, ZkStateWriterTest, AutoCommitTest,
TestManagedSynonymFilterFactory, DirectUpdateHandlerOptimizeTest,
FileBasedSpellCheckerTest, TestIBSimilarityFactory,
LeaderInitiatedRecoveryOnShardRestartTest, TestReloadDeadlock,
XmlUpdateRequestHandlerTest, TestExpandComponent, PolyFieldTest,
TestExceedMaxTermLength, SimpleFacetsTest, TestIndexSearcher, TestTrie,
TestHashQParserPlugin, TestRequestStatusCollectionAPI, SolrTestCaseJ4Test,
TestFieldCacheSort, V2StandaloneTest, LeaderElectionTest,
DistribCursorPagingTest, TestAuthorizationFramework,
TestSweetSpotSimilarityFactory, TestJsonFacetRefinement,
TestPayloadScoreQParserPlugin, TestPhraseSuggestions, TestDynamicFieldResource,
TestClusterProperties, TestSolrQueryParser,
CloneFieldUpdateProcessorFactoryTest, HdfsChaosMonkeyNothingIsSafeTest,
BadIndexSchemaTest, UniqFieldsUpdateProcessorFactoryTest, TestPushWriter,
TestCloudPivotFacet, DirectoryFactoryTest, OverseerModifyCollectionTest,
TestSimpleTextCodec, DistributedExpandComponentTest,
TestDistributedMissingSort, UnloadDistributedZkTest,
TestPartialUpdateDeduplication, MoveReplicaTest, SolrCloudReportersTest,
DistributedFacetPivotLongTailTest, ParsingFieldUpdateProcessorsTest,
TestNoOpRegenerator, TemplateUpdateProcessorTest, DateMathParserTest,
ConjunctionSolrSpellCheckerTest, TestGroupingSearch,
ChaosMonkeyNothingIsSafeWithPullReplicasTest, ExplicitHLLTest, TestSort,
SignatureUpdateProcessorFactoryTest, CoreMergeIndexesAdminHandlerTest,
QueryResultKeyTest, TestMergePolicyConfig, CollectionsAPISolrJTest,
BufferStoreTest, ChaosMonkeySafeLeaderTest, CollectionsAPIDistributedZkTest,
RecoveryZkTest, TestReplicationHandler, SuggesterFSTTest, CoreAdminHandlerTest,
TestAtomicUpdateErrorCases, TestRemoteStreaming, XsltUpdateRequestHandlerTest,
TestQueryUtils, DirectSolrSpellCheckerTest, DocumentAnalysisRequestHandlerTest,
TermsComponentTest, LoggingHandlerTest, TestJmxIntegration,
PingRequestHandlerTest, SliceStateTest, TestHighlightDedupGrouping,
TestTolerantSearch, AssignTest, BaseCdcrDistributedZkTest,
CdcrReplicationDistributedZkTest, CleanupOldIndexTest, CustomCollectionTest,
DeleteShardTest, DistribJoinFromCollectionTest, LeaderElectionContextKeyTest,
LeaderFailoverAfterPartitionTest]
[junit4] Completed [508/724 (1!)] on J2 in 129.94s, 1 test, 1 failure <<<
FAILURES!
[...truncated 43969 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]