Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-Linux/18489/
Java: 64bit/jdk-9-ea+147 -XX:+UseCompressedOops -XX:+UseG1GC
1 tests failed.
FAILED: org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test
Error Message:
Expected 2 of 3 replicas to be active but only found 1;
[core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:34242/euzvh/kq","node_name":"127.0.0.1:34242_euzvh%2Fkq","state":"active","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
"replicationFactor":"3", "shards":{"shard1":{
"range":"80000000-7fffffff", "state":"active", "replicas":{
"core_node1":{ "state":"down",
"base_url":"http://127.0.0.1:39111/euzvh/kq",
"core":"c8n_1x3_lf_shard1_replica1",
"node_name":"127.0.0.1:39111_euzvh%2Fkq"}, "core_node2":{
"core":"c8n_1x3_lf_shard1_replica2",
"base_url":"http://127.0.0.1:42583/euzvh/kq",
"node_name":"127.0.0.1:42583_euzvh%2Fkq", "state":"down"},
"core_node3":{ "core":"c8n_1x3_lf_shard1_replica3",
"base_url":"http://127.0.0.1:34242/euzvh/kq",
"node_name":"127.0.0.1:34242_euzvh%2Fkq", "state":"active",
"leader":"true"}}}}, "router":{"name":"compositeId"},
"maxShardsPerNode":"1", "autoAddReplicas":"false"}
Stack Trace:
java.lang.AssertionError: Expected 2 of 3 replicas to be active but only found
1;
[core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:34242/euzvh/kq","node_name":"127.0.0.1:34242_euzvh%2Fkq","state":"active","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
"replicationFactor":"3",
"shards":{"shard1":{
"range":"80000000-7fffffff",
"state":"active",
"replicas":{
"core_node1":{
"state":"down",
"base_url":"http://127.0.0.1:39111/euzvh/kq",
"core":"c8n_1x3_lf_shard1_replica1",
"node_name":"127.0.0.1:39111_euzvh%2Fkq"},
"core_node2":{
"core":"c8n_1x3_lf_shard1_replica2",
"base_url":"http://127.0.0.1:42583/euzvh/kq",
"node_name":"127.0.0.1:42583_euzvh%2Fkq",
"state":"down"},
"core_node3":{
"core":"c8n_1x3_lf_shard1_replica3",
"base_url":"http://127.0.0.1:34242/euzvh/kq",
"node_name":"127.0.0.1:34242_euzvh%2Fkq",
"state":"active",
"leader":"true"}}}},
"router":{"name":"compositeId"},
"maxShardsPerNode":"1",
"autoAddReplicas":"false"}
at
__randomizedtesting.SeedInfo.seed([7EAF7429462E0E2D:F6FB4BF3E8D263D5]: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:170)
at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:538)
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:367)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl.forkTimeoutingTask(ThreadLeakControl.java:811)
at
com.carrotsearch.randomizedtesting.ThreadLeakControl$3.evaluate(ThreadLeakControl.java:462)
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:367)
at java.base/java.lang.Thread.run(Thread.java:844)
Build Log:
[...truncated 11184 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_7EAF7429462E0E2D-001/init-core-data-001
[junit4] 2> 365981 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[7EAF7429462E0E2D]-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> 365981 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[7EAF7429462E0E2D]-worker) [ ]
o.a.s.BaseDistributedSearchTestCase Setting hostContext system property:
/euzvh/kq
[junit4] 2> 365983 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.ZkTestServer STARTING ZK TEST SERVER
[junit4] 2> 365983 INFO (Thread-885) [ ] o.a.s.c.ZkTestServer client
port:0.0.0.0/0.0.0.0:0
[junit4] 2> 365983 INFO (Thread-885) [ ] o.a.s.c.ZkTestServer Starting
server
[junit4] 2> 366083 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.ZkTestServer start zk server on port:33502
[junit4] 2> 366089 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
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> 366091 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
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> 366093 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
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> 366095 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
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> 366097 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
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> 366099 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
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> 366101 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
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> 366103 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
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> 366105 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
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> 366106 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
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> 366108 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
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> 366530 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/control-001/cores/collection1
[junit4] 2> 366532 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 366533 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@4dff07f5{/euzvh/kq,null,AVAILABLE}
[junit4] 2> 366534 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@7b8e2e38{HTTP/1.1,[http/1.1]}{127.0.0.1:43051}
[junit4] 2> 366534 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.e.j.s.Server Started @368369ms
[junit4] 2> 366534 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/euzvh/kq,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/tempDir-001/control/data,
hostPort=34242,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/control-001/cores}
[junit4] 2> 366535 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 366535 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 366535 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 366535 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 366535 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-09T21:57:24.060321Z
[junit4] 2> 366537 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 366537 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
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_7EAF7429462E0E2D-001/control-001/solr.xml
[junit4] 2> 366544 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33502/solr
[junit4] 2> 366552 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.OverseerElectionContext I am going to be the leader
127.0.0.1:34242_euzvh%2Fkq
[junit4] 2> 366553 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.Overseer Overseer
(id=97079829693005828-127.0.0.1:34242_euzvh%2Fkq-n_0000000000) starting
[junit4] 2> 366556 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:34242_euzvh%2Fkq
[junit4] 2> 366556 INFO
(OverseerStateUpdate-97079829693005828-127.0.0.1:34242_euzvh%2Fkq-n_0000000000)
[ ] o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 366576 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/control-001/cores
[junit4] 2> 366576 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 366578 INFO
(OverseerStateUpdate-97079829693005828-127.0.0.1:34242_euzvh%2Fkq-n_0000000000)
[ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
[junit4] 2> 367584 INFO (coreLoadExecutor-1710-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 367592 INFO (coreLoadExecutor-1710-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 367645 WARN (coreLoadExecutor-1710-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] default search field in schema is text.
WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 367646 INFO (coreLoadExecutor-1710-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 367651 INFO (coreLoadExecutor-1710-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection control_collection
[junit4] 2> 367651 INFO (coreLoadExecutor-1710-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/control-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/control-001/cores/collection1/data/]
[junit4] 2> 367652 INFO (coreLoadExecutor-1710-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@31722221
[junit4] 2> 367652 INFO (coreLoadExecutor-1710-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=29, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=67.69140625,
floorSegmentMB=0.6064453125, forceMergeDeletesPctAllowed=1.0630357470481044,
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 367655 WARN (coreLoadExecutor-1710-thread-1) [ ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 367659 INFO (coreLoadExecutor-1710-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 367659 INFO (coreLoadExecutor-1710-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 367660 INFO (coreLoadExecutor-1710-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 367660 INFO (coreLoadExecutor-1710-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 367660 INFO (coreLoadExecutor-1710-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=46.5537109375,
floorSegmentMB=0.6337890625, forceMergeDeletesPctAllowed=5.223516120912546,
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 367660 INFO (coreLoadExecutor-1710-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@1b9cb2e3[collection1] main]
[junit4] 2> 367661 INFO (coreLoadExecutor-1710-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 367661 INFO (coreLoadExecutor-1710-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 367661 INFO (coreLoadExecutor-1710-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 367662 INFO (searcherExecutor-1711-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@1b9cb2e3[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 367662 INFO (coreLoadExecutor-1710-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1553277276847603712
[junit4] 2> 367665 INFO (coreZkRegister-1703-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 367665 INFO (coreZkRegister-1703-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 367665 INFO (coreZkRegister-1703-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:34242/euzvh/kq/collection1/
[junit4] 2> 367665 INFO (coreZkRegister-1703-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 367665 INFO (coreZkRegister-1703-thread-1) [ ]
o.a.s.c.SyncStrategy http://127.0.0.1:34242/euzvh/kq/collection1/ has no
replicas
[junit4] 2> 367667 INFO (coreZkRegister-1703-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:34242/euzvh/kq/collection1/ shard1
[junit4] 2> 367818 INFO (coreZkRegister-1703-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 368083 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 368083 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.s.i.ZkClientClusterStateProvider Cluster at 127.0.0.1:33502/solr ready
[junit4] 2> 368083 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.ChaosMonkey monkey: init - expire sessions:false cause connection
loss:false
[junit4] 2> 368479 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/shard-1-001/cores/collection1
[junit4] 2> 368479 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
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_7EAF7429462E0E2D-001/shard-1-001
[junit4] 2> 368480 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 368480 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@48d566e2{/euzvh/kq,null,AVAILABLE}
[junit4] 2> 368481 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@5d65861f{HTTP/1.1,[http/1.1]}{127.0.0.1:44276}
[junit4] 2> 368481 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.e.j.s.Server Started @370316ms
[junit4] 2> 368481 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/euzvh/kq,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/tempDir-001/jetty1,
hostPort=42649,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/shard-1-001/cores}
[junit4] 2> 368481 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 368481 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 368481 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 368481 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 368481 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-09T21:57:26.006866Z
[junit4] 2> 368484 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 368484 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
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_7EAF7429462E0E2D-001/shard-1-001/solr.xml
[junit4] 2> 368490 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33502/solr
[junit4] 2> 368495 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (1)
[junit4] 2> 368496 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42649_euzvh%2Fkq
[junit4] 2> 368497 INFO (zkCallback-829-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 368497 INFO (zkCallback-820-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 368497 INFO (zkCallback-824-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (1) -> (2)
[junit4] 2> 368538 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/shard-1-001/cores
[junit4] 2> 368538 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 368540 INFO
(OverseerStateUpdate-97079829693005828-127.0.0.1:34242_euzvh%2Fkq-n_0000000000)
[ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
[junit4] 2> 369547 INFO (coreLoadExecutor-1721-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 369556 INFO (coreLoadExecutor-1721-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 369614 WARN (coreLoadExecutor-1721-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] default search field in schema is text.
WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 369615 INFO (coreLoadExecutor-1721-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 369621 INFO (coreLoadExecutor-1721-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 369621 INFO (coreLoadExecutor-1721-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/shard-1-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/shard-1-001/cores/collection1/data/]
[junit4] 2> 369621 INFO (coreLoadExecutor-1721-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@31722221
[junit4] 2> 369622 INFO (coreLoadExecutor-1721-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=29, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=67.69140625,
floorSegmentMB=0.6064453125, forceMergeDeletesPctAllowed=1.0630357470481044,
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 369625 WARN (coreLoadExecutor-1721-thread-1) [ ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 369630 INFO (coreLoadExecutor-1721-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 369630 INFO (coreLoadExecutor-1721-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 369631 INFO (coreLoadExecutor-1721-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 369631 INFO (coreLoadExecutor-1721-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 369631 INFO (coreLoadExecutor-1721-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=46.5537109375,
floorSegmentMB=0.6337890625, forceMergeDeletesPctAllowed=5.223516120912546,
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 369632 INFO (coreLoadExecutor-1721-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@5c9ef6ca[collection1] main]
[junit4] 2> 369632 INFO (coreLoadExecutor-1721-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 369632 INFO (coreLoadExecutor-1721-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 369632 INFO (coreLoadExecutor-1721-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 369633 INFO (searcherExecutor-1722-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@5c9ef6ca[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 369633 INFO (coreLoadExecutor-1721-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1553277278914347008
[junit4] 2> 369637 INFO (coreZkRegister-1716-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 369637 INFO (coreZkRegister-1716-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 369637 INFO (coreZkRegister-1716-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:42649/euzvh/kq/collection1/
[junit4] 2> 369637 INFO (coreZkRegister-1716-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 369637 INFO (coreZkRegister-1716-thread-1) [ ]
o.a.s.c.SyncStrategy http://127.0.0.1:42649/euzvh/kq/collection1/ has no
replicas
[junit4] 2> 369638 INFO (coreZkRegister-1716-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:42649/euzvh/kq/collection1/ shard2
[junit4] 2> 369789 INFO (coreZkRegister-1716-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 370451 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/shard-2-001/cores/collection1
[junit4] 2> 370451 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
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_7EAF7429462E0E2D-001/shard-2-001
[junit4] 2> 370452 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 370453 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@6364c8b0{/euzvh/kq,null,AVAILABLE}
[junit4] 2> 370453 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@50b26784{HTTP/1.1,[http/1.1]}{127.0.0.1:33575}
[junit4] 2> 370453 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.e.j.s.Server Started @372288ms
[junit4] 2> 370453 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/euzvh/kq,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/tempDir-001/jetty2,
hostPort=39111,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/shard-2-001/cores}
[junit4] 2> 370453 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 370453 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 370454 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 370454 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 370454 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-09T21:57:27.979100Z
[junit4] 2> 370456 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 370456 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
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_7EAF7429462E0E2D-001/shard-2-001/solr.xml
[junit4] 2> 370462 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33502/solr
[junit4] 2> 370466 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (2)
[junit4] 2> 370468 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:39111_euzvh%2Fkq
[junit4] 2> 370468 INFO (zkCallback-835-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 370468 INFO (zkCallback-829-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 370469 INFO (zkCallback-820-thread-2) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 370469 INFO (zkCallback-824-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (2) -> (3)
[junit4] 2> 370485 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/shard-2-001/cores
[junit4] 2> 370485 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 370487 INFO
(OverseerStateUpdate-97079829693005828-127.0.0.1:34242_euzvh%2Fkq-n_0000000000)
[ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard1
[junit4] 2> 371493 INFO (coreLoadExecutor-1732-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 371503 INFO (coreLoadExecutor-1732-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 371635 WARN (coreLoadExecutor-1732-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] default search field in schema is text.
WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 371638 INFO (coreLoadExecutor-1732-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 371648 INFO (coreLoadExecutor-1732-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 371648 INFO (coreLoadExecutor-1732-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/shard-2-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/shard-2-001/cores/collection1/data/]
[junit4] 2> 371648 INFO (coreLoadExecutor-1732-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@31722221
[junit4] 2> 371650 INFO (coreLoadExecutor-1732-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=29, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=67.69140625,
floorSegmentMB=0.6064453125, forceMergeDeletesPctAllowed=1.0630357470481044,
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 371655 WARN (coreLoadExecutor-1732-thread-1) [ ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 371664 INFO (coreLoadExecutor-1732-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 371664 INFO (coreLoadExecutor-1732-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 371665 INFO (coreLoadExecutor-1732-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 371665 INFO (coreLoadExecutor-1732-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 371665 INFO (coreLoadExecutor-1732-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=46.5537109375,
floorSegmentMB=0.6337890625, forceMergeDeletesPctAllowed=5.223516120912546,
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 371666 INFO (coreLoadExecutor-1732-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@2f993749[collection1] main]
[junit4] 2> 371667 INFO (coreLoadExecutor-1732-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 371667 INFO (coreLoadExecutor-1732-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 371667 INFO (coreLoadExecutor-1732-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 371668 INFO (searcherExecutor-1733-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@2f993749[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 371668 INFO (coreLoadExecutor-1732-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1553277281048199168
[junit4] 2> 371672 INFO (coreZkRegister-1727-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 371672 INFO (coreZkRegister-1727-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 371672 INFO (coreZkRegister-1727-thread-1) [ ]
o.a.s.c.SyncStrategy Sync replicas to
http://127.0.0.1:39111/euzvh/kq/collection1/
[junit4] 2> 371672 INFO (coreZkRegister-1727-thread-1) [ ]
o.a.s.c.SyncStrategy Sync Success - now sync replicas to me
[junit4] 2> 371672 INFO (coreZkRegister-1727-thread-1) [ ]
o.a.s.c.SyncStrategy http://127.0.0.1:39111/euzvh/kq/collection1/ has no
replicas
[junit4] 2> 371673 INFO (coreZkRegister-1727-thread-1) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:39111/euzvh/kq/collection1/ shard1
[junit4] 2> 371824 INFO (coreZkRegister-1727-thread-1) [ ]
o.a.s.c.ZkController I am the leader, no recovery necessary
[junit4] 2> 372417 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.SolrTestCaseJ4 Writing core.properties file to
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/shard-3-001/cores/collection1
[junit4] 2> 372417 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
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_7EAF7429462E0E2D-001/shard-3-001
[junit4] 2> 372418 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.e.j.s.Server jetty-9.3.14.v20161028
[junit4] 2> 372419 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.e.j.s.h.ContextHandler Started
o.e.j.s.ServletContextHandler@3c4e6008{/euzvh/kq,null,AVAILABLE}
[junit4] 2> 372419 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.e.j.s.AbstractConnector Started
ServerConnector@68380578{HTTP/1.1,[http/1.1]}{127.0.0.1:43741}
[junit4] 2> 372419 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.e.j.s.Server Started @374254ms
[junit4] 2> 372419 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.s.e.JettySolrRunner Jetty properties: {hostContext=/euzvh/kq,
solrconfig=solrconfig.xml,
solr.data.dir=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/tempDir-001/jetty3,
hostPort=42583,
coreRootDirectory=/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/shard-3-001/cores}
[junit4] 2> 372420 ERROR
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.s.StartupLoggingUtils Missing Java Option solr.log.dir. Logging may be
missing or incomplete.
[junit4] 2> 372420 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.s.SolrDispatchFilter ___ _ Welcome to Apache Solr? version
7.0.0
[junit4] 2> 372420 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.s.SolrDispatchFilter / __| ___| |_ _ Starting in cloud mode on port null
[junit4] 2> 372420 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.s.SolrDispatchFilter \__ \/ _ \ | '_| Install dir: null
[junit4] 2> 372420 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.s.SolrDispatchFilter |___/\___/_|_| Start time:
2016-12-09T21:57:29.945505Z
[junit4] 2> 372422 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.s.SolrDispatchFilter Loading solr.xml from SolrHome (not found in
ZooKeeper)
[junit4] 2> 372422 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
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_7EAF7429462E0E2D-001/shard-3-001/solr.xml
[junit4] 2> 372429 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.ZkContainer Zookeeper client=127.0.0.1:33502/solr
[junit4] 2> 372433 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (0) -> (3)
[junit4] 2> 372436 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.ZkController Register node as live in
ZooKeeper:/live_nodes/127.0.0.1:42583_euzvh%2Fkq
[junit4] 2> 372436 INFO (zkCallback-829-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 372437 INFO (zkCallback-824-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 372437 INFO (zkCallback-841-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 372437 INFO (zkCallback-820-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 372436 INFO (zkCallback-835-thread-1) [ ]
o.a.s.c.c.ZkStateReader Updated live nodes from ZooKeeper... (3) -> (4)
[junit4] 2> 372457 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.CorePropertiesLocator Found 1 core definitions underneath
/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/shard-3-001/cores
[junit4] 2> 372457 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.CorePropertiesLocator Cores are: [collection1]
[junit4] 2> 372458 INFO
(OverseerStateUpdate-97079829693005828-127.0.0.1:34242_euzvh%2Fkq-n_0000000000)
[ ] o.a.s.c.o.ReplicaMutator Assigning new node to shard shard=shard2
[junit4] 2> 373465 INFO (coreLoadExecutor-1743-thread-1) [ ]
o.a.s.c.SolrConfig Using Lucene MatchVersion: 7.0.0
[junit4] 2> 373473 INFO (coreLoadExecutor-1743-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] Schema name=test
[junit4] 2> 373520 WARN (coreLoadExecutor-1743-thread-1) [ ]
o.a.s.s.IndexSchema [collection1] default search field in schema is text.
WARNING: Deprecated, please use 'df' on request instead.
[junit4] 2> 373522 INFO (coreLoadExecutor-1743-thread-1) [ ]
o.a.s.s.IndexSchema Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 373527 INFO (coreLoadExecutor-1743-thread-1) [ ]
o.a.s.c.CoreContainer Creating SolrCore 'collection1' using configuration from
collection collection1
[junit4] 2> 373527 INFO (coreLoadExecutor-1743-thread-1) [ ]
o.a.s.c.SolrCore [[collection1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/shard-3-001/cores/collection1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/shard-3-001/cores/collection1/data/]
[junit4] 2> 373527 INFO (coreLoadExecutor-1743-thread-1) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@31722221
[junit4] 2> 373528 INFO (coreLoadExecutor-1743-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=29, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=67.69140625,
floorSegmentMB=0.6064453125, forceMergeDeletesPctAllowed=1.0630357470481044,
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 373531 WARN (coreLoadExecutor-1743-thread-1) [ ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 373537 INFO (coreLoadExecutor-1743-thread-1) [ ]
o.a.s.u.UpdateHandler Using UpdateLog implementation:
org.apache.solr.update.UpdateLog
[junit4] 2> 373538 INFO (coreLoadExecutor-1743-thread-1) [ ]
o.a.s.u.UpdateLog Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH
numRecordsToKeep=100 maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 373538 INFO (coreLoadExecutor-1743-thread-1) [ ]
o.a.s.u.CommitTracker Hard AutoCommit: disabled
[junit4] 2> 373539 INFO (coreLoadExecutor-1743-thread-1) [ ]
o.a.s.u.CommitTracker Soft AutoCommit: disabled
[junit4] 2> 373539 INFO (coreLoadExecutor-1743-thread-1) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=46.5537109375,
floorSegmentMB=0.6337890625, forceMergeDeletesPctAllowed=5.223516120912546,
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 373539 INFO (coreLoadExecutor-1743-thread-1) [ ]
o.a.s.s.SolrIndexSearcher Opening [Searcher@28521de4[collection1] main]
[junit4] 2> 373540 INFO (coreLoadExecutor-1743-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 373540 INFO (coreLoadExecutor-1743-thread-1) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 373540 INFO (coreLoadExecutor-1743-thread-1) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 373541 INFO (searcherExecutor-1744-thread-1) [ ]
o.a.s.c.SolrCore [collection1] Registered new searcher
Searcher@28521de4[collection1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 373541 INFO (coreLoadExecutor-1743-thread-1) [ ]
o.a.s.u.UpdateLog Could not find max version in index or recent updates, using
new clock 1553277283012182016
[junit4] 2> 373544 INFO (coreZkRegister-1738-thread-1) [ ]
o.a.s.c.ZkController Core needs to recover:collection1
[junit4] 2> 373544 INFO (updateExecutor-838-thread-1) [ ]
o.a.s.u.DefaultSolrCoreState Running recovery
[junit4] 2> 373544 INFO (recoveryExecutor-839-thread-1) [ ]
o.a.s.c.RecoveryStrategy Starting recovery process. recoveringAfterStartup=true
[junit4] 2> 373544 INFO (recoveryExecutor-839-thread-1) [ ]
o.a.s.c.RecoveryStrategy ###### startupVersions=[[]]
[junit4] 2> 373544 INFO (recoveryExecutor-839-thread-1) [ ]
o.a.s.c.RecoveryStrategy Begin buffering updates. core=[collection1]
[junit4] 2> 373544 INFO (recoveryExecutor-839-thread-1) [ ]
o.a.s.u.UpdateLog Starting to buffer updates. FSUpdateLog{state=ACTIVE,
tlog=null}
[junit4] 2> 373544 INFO (recoveryExecutor-839-thread-1) [ ]
o.a.s.c.RecoveryStrategy Publishing state of core [collection1] as recovering,
leader is [http://127.0.0.1:42649/euzvh/kq/collection1/] and I am
[http://127.0.0.1:42583/euzvh/kq/collection1/]
[junit4] 2> 373546 INFO (recoveryExecutor-839-thread-1) [ ]
o.a.s.c.RecoveryStrategy Sending prep recovery command to
[http://127.0.0.1:42649/euzvh/kq]; [WaitForState:
action=PREPRECOVERY&core=collection1&nodeName=127.0.0.1:42583_euzvh%252Fkq&coreNodeName=core_node3&state=recovering&checkLive=true&onlyIfLeader=true&onlyIfLeaderActive=true]
[junit4] 2> 373547 INFO (SocketProxy-Acceptor-42649) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=41316,localport=42649], receiveBufferSize:531000
[junit4] 2> 373548 INFO (SocketProxy-Acceptor-42649) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=44276,localport=57668], receiveBufferSize=530904
[junit4] 2> 373550 INFO (qtp435465433-3968) [ ]
o.a.s.h.a.PrepRecoveryOp Going to wait for coreNodeName: core_node3, state:
recovering, checkLive: true, onlyIfLeader: true, onlyIfLeaderActive: true
[junit4] 2> 373550 INFO (qtp435465433-3968) [ ]
o.a.s.h.a.PrepRecoveryOp Will wait a max of 183 seconds to see collection1
(shard2 of collection1) have state: recovering
[junit4] 2> 373550 INFO (qtp435465433-3968) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader?
true, live=true, checkLive=true, currentState=down, localState=active,
nodeName=127.0.0.1:42583_euzvh%2Fkq, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:42583/euzvh/kq","node_name":"127.0.0.1:42583_euzvh%2Fkq","state":"down"}
[junit4] 2> 373960 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.SolrTestCaseJ4 ###Starting test
[junit4] 2> 373960 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Wait for recoveries to finish - wait
30000 for each attempt
[junit4] 2> 373960 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.AbstractDistribZkTestBase Wait for recoveries to finish - collection:
collection1 failOnTimeout:true timeout (sec):30000
[junit4] 2> 374550 INFO (qtp435465433-3968) [ ]
o.a.s.h.a.PrepRecoveryOp In WaitForState(recovering): collection=collection1,
shard=shard2, thisCore=collection1, leaderDoesNotNeedRecovery=false, isLeader?
true, live=true, checkLive=true, currentState=recovering, localState=active,
nodeName=127.0.0.1:42583_euzvh%2Fkq, coreNodeName=core_node3,
onlyIfActiveCheckResult=false, nodeProps:
core_node3:{"core":"collection1","base_url":"http://127.0.0.1:42583/euzvh/kq","node_name":"127.0.0.1:42583_euzvh%2Fkq","state":"recovering"}
[junit4] 2> 374550 INFO (qtp435465433-3968) [ ]
o.a.s.h.a.PrepRecoveryOp Waited coreNodeName: core_node3, state: recovering,
checkLive: true, onlyIfLeader: true for: 1 seconds.
[junit4] 2> 374551 INFO (qtp435465433-3968) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={nodeName=127.0.0.1:42583_euzvh%252Fkq&onlyIfLeaderActive=true&core=collection1&coreNodeName=core_node3&action=PREPRECOVERY&checkLive=true&state=recovering&onlyIfLeader=true&wt=javabin&version=2}
status=0 QTime=1000
[junit4] 2> 381551 INFO (recoveryExecutor-839-thread-1) [ ]
o.a.s.c.RecoveryStrategy Attempting to PeerSync from
[http://127.0.0.1:42649/euzvh/kq/collection1/] - recoveringAfterStartup=[true]
[junit4] 2> 381551 INFO (recoveryExecutor-839-thread-1) [ ]
o.a.s.u.PeerSync PeerSync: core=collection1 url=http://127.0.0.1:42583/euzvh/kq
START replicas=[http://127.0.0.1:42649/euzvh/kq/collection1/] nUpdates=100
[junit4] 2> 381552 INFO (SocketProxy-Acceptor-42649) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=44694,localport=42649], receiveBufferSize:531000
[junit4] 2> 381552 INFO (SocketProxy-Acceptor-42649) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=44276,localport=32814], receiveBufferSize=530904
[junit4] 2> 381560 INFO (qtp435465433-3968) [ ]
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0,
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
[junit4] 2> 381560 INFO (qtp435465433-3968) [ ] o.a.s.c.S.Request
[collection1] webapp=/euzvh/kq path=/get
params={distrib=false&qt=/get&getFingerprint=9223372036854775807&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 381561 INFO (recoveryExecutor-839-thread-1) [ ]
o.a.s.u.IndexFingerprint IndexFingerprint millis:0.0
result:{maxVersionSpecified=9223372036854775807, maxVersionEncountered=0,
maxInHash=0, versionsHash=0, numVersions=0, numDocs=0, maxDoc=0}
[junit4] 2> 381562 INFO (recoveryExecutor-839-thread-1) [ ]
o.a.s.u.PeerSync We are already in sync. No need to do a PeerSync
[junit4] 2> 381562 INFO (recoveryExecutor-839-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 381562 INFO (recoveryExecutor-839-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 381562 INFO (recoveryExecutor-839-thread-1) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 381562 INFO (recoveryExecutor-839-thread-1) [ ]
o.a.s.c.RecoveryStrategy PeerSync stage of recovery was successful.
[junit4] 2> 381562 INFO (recoveryExecutor-839-thread-1) [ ]
o.a.s.c.RecoveryStrategy Replaying updates buffered during PeerSync.
[junit4] 2> 381562 INFO (recoveryExecutor-839-thread-1) [ ]
o.a.s.c.RecoveryStrategy No replay needed.
[junit4] 2> 381562 INFO (recoveryExecutor-839-thread-1) [ ]
o.a.s.c.RecoveryStrategy Registering as Active after recovery.
[junit4] 2> 381961 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.AbstractDistribZkTestBase Recoveries finished - collection: collection1
[junit4] 2> 381962 INFO (SocketProxy-Acceptor-34242) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=41274,localport=34242], receiveBufferSize:531000
[junit4] 2> 381964 INFO (SocketProxy-Acceptor-34242) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=43051,localport=49792], receiveBufferSize=530904
[junit4] 2> 381965 INFO (qtp1107850009-3931) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 381965 INFO (qtp1107850009-3931) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 381966 INFO (qtp1107850009-3931) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 381966 INFO (qtp1107850009-3931) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/euzvh/kq
path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 0
[junit4] 2> 381966 INFO (SocketProxy-Acceptor-39111) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=55590,localport=39111], receiveBufferSize:531000
[junit4] 2> 381967 INFO (SocketProxy-Acceptor-39111) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=33575,localport=34746], receiveBufferSize=530904
[junit4] 2> 381969 INFO (SocketProxy-Acceptor-39111) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=55600,localport=39111], receiveBufferSize:531000
[junit4] 2> 381969 INFO (SocketProxy-Acceptor-42649) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=45288,localport=42649], receiveBufferSize:531000
[junit4] 2> 381969 INFO (SocketProxy-Acceptor-42583) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=50284,localport=42583], receiveBufferSize:531000
[junit4] 2> 381970 INFO (SocketProxy-Acceptor-42649) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=44276,localport=33412], receiveBufferSize=530904
[junit4] 2> 381970 INFO (SocketProxy-Acceptor-39111) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=33575,localport=34760], receiveBufferSize=530904
[junit4] 2> 381970 INFO (SocketProxy-Acceptor-42583) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=43741,localport=37938], receiveBufferSize=530904
[junit4] 2> 381976 INFO (qtp763359298-3993) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 381976 INFO (qtp435465433-3965) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 381977 INFO (qtp763359298-3993) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 381977 INFO (qtp435465433-3965) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 381978 INFO (qtp763359298-3993) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 381978 INFO (qtp435465433-3965) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 381978 INFO (qtp763359298-3993) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/euzvh/kq
path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:39111/euzvh/kq/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 2
[junit4] 2> 381978 INFO (qtp435465433-3965) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/euzvh/kq
path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:39111/euzvh/kq/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 2
[junit4] 2> 381978 INFO (qtp2107028259-4026) [ ]
o.a.s.u.DirectUpdateHandler2 start
commit{,optimize=false,openSearcher=true,waitSearcher=true,expungeDeletes=false,softCommit=false,prepareCommit=false}
[junit4] 2> 381979 INFO (qtp2107028259-4026) [ ]
o.a.s.u.DirectUpdateHandler2 No uncommitted changes. Skipping IW.commit.
[junit4] 2> 381979 INFO (qtp2107028259-4026) [ ]
o.a.s.u.DirectUpdateHandler2 end_commit_flush
[junit4] 2> 381979 INFO (qtp2107028259-4026) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/euzvh/kq
path=/update
params={update.distrib=FROMLEADER&waitSearcher=true&openSearcher=true&commit=true&softCommit=false&distrib.from=http://127.0.0.1:39111/euzvh/kq/collection1/&commit_end_point=true&wt=javabin&version=2&expungeDeletes=false}{commit=}
0 0
[junit4] 2> 381979 INFO (qtp763359298-3997) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [collection1] webapp=/euzvh/kq
path=/update
params={waitSearcher=true&commit=true&softCommit=false&wt=javabin&version=2}{commit=}
0 11
[junit4] 2> 381980 INFO (SocketProxy-Acceptor-42649) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=45314,localport=42649], receiveBufferSize:531000
[junit4] 2> 381980 INFO (SocketProxy-Acceptor-42649) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=44276,localport=33436], receiveBufferSize=530904
[junit4] 2> 381981 INFO (qtp435465433-3968) [ ] o.a.s.c.S.Request
[collection1] webapp=/euzvh/kq path=/select
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
hits=0 status=0 QTime=0
[junit4] 2> 381982 INFO (SocketProxy-Acceptor-42583) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=50318,localport=42583], receiveBufferSize:531000
[junit4] 2> 381982 INFO (SocketProxy-Acceptor-42583) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=43741,localport=37968], receiveBufferSize=530904
[junit4] 2> 381985 INFO (qtp2107028259-4028) [ ] o.a.s.c.S.Request
[collection1] webapp=/euzvh/kq path=/select
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
hits=0 status=0 QTime=0
[junit4] 2> 381985 INFO (SocketProxy-Acceptor-39111) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=55642,localport=39111], receiveBufferSize:531000
[junit4] 2> 381986 INFO (SocketProxy-Acceptor-39111) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=33575,localport=34798], receiveBufferSize=530904
[junit4] 2> 381988 INFO (qtp763359298-3999) [ ] o.a.s.c.S.Request
[collection1] webapp=/euzvh/kq path=/select
params={q=*:*&distrib=false&tests=checkShardConsistency&rows=0&wt=javabin&version=2}
hits=0 status=0 QTime=0
[junit4] 2> 383989 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Creating collection with stateFormat=1:
c8n_1x3_lf
[junit4] 2> 383992 INFO (SocketProxy-Acceptor-42649) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=48328,localport=42649], receiveBufferSize:531000
[junit4] 2> 383993 INFO (SocketProxy-Acceptor-42649) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=44276,localport=36448], receiveBufferSize=530904
[junit4] 2> 383994 INFO (qtp435465433-3965) [ ]
o.a.s.h.a.CollectionsHandler Invoked Collection Action :create with params
replicationFactor=3&maxShardsPerNode=1&name=c8n_1x3_lf&action=CREATE&numShards=1&stateFormat=1&wt=javabin&version=2
and sendToOCPQueue=true
[junit4] 2> 383995 INFO (OverseerThreadFactory-1708-thread-1) [ ]
o.a.s.c.CreateCollectionCmd Create collection c8n_1x3_lf
[junit4] 2> 383995 INFO (OverseerThreadFactory-1708-thread-1) [ ]
o.a.s.c.CreateCollectionCmd Only one config set found in zk - using it:conf1
[junit4] 2> 384098 INFO (SocketProxy-Acceptor-42583) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=53482,localport=42583], receiveBufferSize:531000
[junit4] 2> 384098 INFO (SocketProxy-Acceptor-34242) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=44494,localport=34242], receiveBufferSize:531000
[junit4] 2> 384098 INFO (SocketProxy-Acceptor-39111) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=58806,localport=39111], receiveBufferSize:531000
[junit4] 2> 384098 INFO (SocketProxy-Acceptor-42583) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=43741,localport=41136], receiveBufferSize=530904
[junit4] 2> 384100 INFO (SocketProxy-Acceptor-39111) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=33575,localport=37966], receiveBufferSize=530904
[junit4] 2> 384107 INFO (SocketProxy-Acceptor-34242) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=43051,localport=53016], receiveBufferSize=530904
[junit4] 2> 384108 INFO (qtp763359298-3997) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica1&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
[junit4] 2> 384108 INFO (qtp2107028259-4026) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica2&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
[junit4] 2> 384109 INFO (qtp1107850009-3933) [ ]
o.a.s.h.a.CoreAdminOperation core create command
qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica3&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2
[junit4] 2> 385117 INFO (qtp763359298-3997) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 385120 INFO (qtp1107850009-3933) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 385120 INFO (qtp2107028259-4026) [ ] o.a.s.c.SolrConfig
Using Lucene MatchVersion: 7.0.0
[junit4] 2> 385128 INFO (qtp763359298-3997) [ ] o.a.s.s.IndexSchema
[c8n_1x3_lf_shard1_replica1] Schema name=test
[junit4] 2> 385134 INFO (qtp1107850009-3933) [ ] o.a.s.s.IndexSchema
[c8n_1x3_lf_shard1_replica3] Schema name=test
[junit4] 2> 385134 INFO (qtp2107028259-4026) [ ] o.a.s.s.IndexSchema
[c8n_1x3_lf_shard1_replica2] Schema name=test
[junit4] 2> 385206 WARN (qtp2107028259-4026) [ ] o.a.s.s.IndexSchema
[c8n_1x3_lf_shard1_replica2] default search field in schema is text. WARNING:
Deprecated, please use 'df' on request instead.
[junit4] 2> 385209 INFO (qtp2107028259-4026) [ ] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 385216 INFO (qtp2107028259-4026) [ ] o.a.s.c.CoreContainer
Creating SolrCore 'c8n_1x3_lf_shard1_replica2' using configuration from
collection c8n_1x3_lf
[junit4] 2> 385217 INFO (qtp2107028259-4026) [ ] o.a.s.c.SolrCore
[[c8n_1x3_lf_shard1_replica2] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica2],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/shard-3-001/cores/c8n_1x3_lf_shard1_replica2/data/]
[junit4] 2> 385217 INFO (qtp2107028259-4026) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@31722221
[junit4] 2> 385218 INFO (qtp2107028259-4026) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=29, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=67.69140625,
floorSegmentMB=0.6064453125, forceMergeDeletesPctAllowed=1.0630357470481044,
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 385220 WARN (qtp2107028259-4026) [ ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 385225 INFO (qtp2107028259-4026) [ ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 385225 INFO (qtp2107028259-4026) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 385226 INFO (qtp2107028259-4026) [ ] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 385226 INFO (qtp2107028259-4026) [ ] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 385228 INFO (qtp2107028259-4026) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=46.5537109375,
floorSegmentMB=0.6337890625, forceMergeDeletesPctAllowed=5.223516120912546,
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 385228 INFO (qtp2107028259-4026) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@721f0952[c8n_1x3_lf_shard1_replica2] main]
[junit4] 2> 385228 INFO (qtp2107028259-4026) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 385229 INFO (qtp2107028259-4026) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 385229 INFO (qtp2107028259-4026) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 385229 INFO (searcherExecutor-1749-thread-1) [ ]
o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica2] Registered new searcher
Searcher@721f0952[c8n_1x3_lf_shard1_replica2]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 385229 INFO (qtp2107028259-4026) [ ] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1553277295267938304
[junit4] 2> 385234 INFO (qtp2107028259-4026) [ ]
o.a.s.c.ShardLeaderElectionContext Waiting until we see more replicas up for
shard shard1: total=3 found=1 timeoutin=9999ms
[junit4] 2> 385234 WARN (qtp763359298-3997) [ ] o.a.s.s.IndexSchema
[c8n_1x3_lf_shard1_replica1] default search field in schema is text. WARNING:
Deprecated, please use 'df' on request instead.
[junit4] 2> 385236 INFO (qtp763359298-3997) [ ] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 385241 WARN (qtp1107850009-3933) [ ] o.a.s.s.IndexSchema
[c8n_1x3_lf_shard1_replica3] default search field in schema is text. WARNING:
Deprecated, please use 'df' on request instead.
[junit4] 2> 385243 INFO (qtp1107850009-3933) [ ] o.a.s.s.IndexSchema
Loaded schema test/1.0 with uniqueid field id
[junit4] 2> 385244 INFO (qtp763359298-3997) [ ] o.a.s.c.CoreContainer
Creating SolrCore 'c8n_1x3_lf_shard1_replica1' using configuration from
collection c8n_1x3_lf
[junit4] 2> 385245 INFO (qtp763359298-3997) [ ] o.a.s.c.SolrCore
[[c8n_1x3_lf_shard1_replica1] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica1],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/shard-2-001/cores/c8n_1x3_lf_shard1_replica1/data/]
[junit4] 2> 385245 INFO (qtp763359298-3997) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@31722221
[junit4] 2> 385246 INFO (qtp763359298-3997) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=29, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=67.69140625,
floorSegmentMB=0.6064453125, forceMergeDeletesPctAllowed=1.0630357470481044,
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 385249 WARN (qtp763359298-3997) [ ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 385250 INFO (qtp1107850009-3933) [ ] o.a.s.c.CoreContainer
Creating SolrCore 'c8n_1x3_lf_shard1_replica3' using configuration from
collection c8n_1x3_lf
[junit4] 2> 385250 INFO (qtp1107850009-3933) [ ] o.a.s.c.SolrCore
[[c8n_1x3_lf_shard1_replica3] ] Opening new SolrCore at
[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/control-001/cores/c8n_1x3_lf_shard1_replica3],
dataDir=[/home/jenkins/workspace/Lucene-Solr-master-Linux/solr/build/solr-core/test/J2/temp/solr.cloud.LeaderFailoverAfterPartitionTest_7EAF7429462E0E2D-001/control-001/cores/c8n_1x3_lf_shard1_replica3/data/]
[junit4] 2> 385252 INFO (qtp1107850009-3933) [ ]
o.a.s.c.JmxMonitoredMap JMX monitoring is enabled. Adding Solr mbeans to JMX
Server: com.sun.jmx.mbeanserver.JmxMBeanServer@31722221
[junit4] 2> 385253 INFO (qtp1107850009-3933) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=29, maxMergeAtOnceExplicit=24, maxMergedSegmentMB=67.69140625,
floorSegmentMB=0.6064453125, forceMergeDeletesPctAllowed=1.0630357470481044,
segmentsPerTier=25.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 385256 WARN (qtp1107850009-3933) [ ]
o.a.s.c.RequestHandlers INVALID paramSet a in requestHandler {type =
requestHandler,name = /dump,class = DumpRequestHandler,args =
{defaults={a=A,b=B}}}
[junit4] 2> 385256 INFO (qtp763359298-3997) [ ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 385256 INFO (qtp763359298-3997) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 385257 INFO (qtp763359298-3997) [ ] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 385257 INFO (qtp763359298-3997) [ ] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 385257 INFO (qtp763359298-3997) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=46.5537109375,
floorSegmentMB=0.6337890625, forceMergeDeletesPctAllowed=5.223516120912546,
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 385258 INFO (qtp763359298-3997) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@38bb2de7[c8n_1x3_lf_shard1_replica1] main]
[junit4] 2> 385258 INFO (qtp763359298-3997) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 385259 INFO (qtp763359298-3997) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 385259 INFO (qtp763359298-3997) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 385259 INFO (searcherExecutor-1754-thread-1) [ ]
o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica1] Registered new searcher
Searcher@38bb2de7[c8n_1x3_lf_shard1_replica1]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 385259 INFO (qtp763359298-3997) [ ] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1553277295299395584
[junit4] 2> 385260 INFO (qtp1107850009-3933) [ ] o.a.s.u.UpdateHandler
Using UpdateLog implementation: org.apache.solr.update.UpdateLog
[junit4] 2> 385260 INFO (qtp1107850009-3933) [ ] o.a.s.u.UpdateLog
Initializing UpdateLog: dataDir= defaultSyncLevel=FLUSH numRecordsToKeep=100
maxNumLogsToKeep=10 numVersionBuckets=65536
[junit4] 2> 385263 INFO (qtp1107850009-3933) [ ] o.a.s.u.CommitTracker
Hard AutoCommit: disabled
[junit4] 2> 385263 INFO (qtp1107850009-3933) [ ] o.a.s.u.CommitTracker
Soft AutoCommit: disabled
[junit4] 2> 385264 INFO (qtp1107850009-3933) [ ]
o.a.s.u.RandomMergePolicy RandomMergePolicy wrapping class
org.apache.lucene.index.TieredMergePolicy: [TieredMergePolicy:
maxMergeAtOnce=25, maxMergeAtOnceExplicit=39, maxMergedSegmentMB=46.5537109375,
floorSegmentMB=0.6337890625, forceMergeDeletesPctAllowed=5.223516120912546,
segmentsPerTier=44.0, maxCFSSegmentSizeMB=8.796093022207999E12, noCFSRatio=0.0
[junit4] 2> 385264 INFO (qtp1107850009-3933) [ ]
o.a.s.s.SolrIndexSearcher Opening
[Searcher@79e1d311[c8n_1x3_lf_shard1_replica3] main]
[junit4] 2> 385265 INFO (qtp1107850009-3933) [ ]
o.a.s.r.ManagedResourceStorage Configured ZooKeeperStorageIO with znodeBase:
/configs/conf1
[junit4] 2> 385265 INFO (qtp1107850009-3933) [ ]
o.a.s.r.ManagedResourceStorage Loaded null at path _rest_managed.json using
ZooKeeperStorageIO:path=/configs/conf1
[junit4] 2> 385265 INFO (qtp1107850009-3933) [ ]
o.a.s.h.ReplicationHandler Commits will be reserved for 10000
[junit4] 2> 385266 INFO (searcherExecutor-1755-thread-1) [ ]
o.a.s.c.SolrCore [c8n_1x3_lf_shard1_replica3] Registered new searcher
Searcher@79e1d311[c8n_1x3_lf_shard1_replica3]
main{ExitableDirectoryReader(UninvertingDirectoryReader())}
[junit4] 2> 385266 INFO (qtp1107850009-3933) [ ] o.a.s.u.UpdateLog
Could not find max version in index or recent updates, using new clock
1553277295306735616
[junit4] 2> 385734 INFO (qtp2107028259-4026) [ ]
o.a.s.c.ShardLeaderElectionContext Enough replicas found to continue.
[junit4] 2> 385734 INFO (qtp2107028259-4026) [ ]
o.a.s.c.ShardLeaderElectionContext I may be the new leader - try and sync
[junit4] 2> 385735 INFO (qtp2107028259-4026) [ ] o.a.s.c.SyncStrategy
Sync replicas to http://127.0.0.1:42583/euzvh/kq/c8n_1x3_lf_shard1_replica2/
[junit4] 2> 385735 INFO (qtp2107028259-4026) [ ] o.a.s.u.PeerSync
PeerSync: core=c8n_1x3_lf_shard1_replica2 url=http://127.0.0.1:42583/euzvh/kq
START replicas=[http://127.0.0.1:39111/euzvh/kq/c8n_1x3_lf_shard1_replica1/,
http://127.0.0.1:34242/euzvh/kq/c8n_1x3_lf_shard1_replica3/] nUpdates=100
[junit4] 2> 385735 INFO (qtp2107028259-4026) [ ] o.a.s.u.PeerSync
PeerSync: core=c8n_1x3_lf_shard1_replica2 url=http://127.0.0.1:42583/euzvh/kq
DONE. We have no versions. sync failed.
[junit4] 2> 385737 INFO (SocketProxy-Acceptor-39111) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=60962,localport=39111], receiveBufferSize:531000
[junit4] 2> 385737 INFO (SocketProxy-Acceptor-34242) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=46654,localport=34242], receiveBufferSize:531000
[junit4] 2> 385738 INFO (SocketProxy-Acceptor-39111) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=33575,localport=40120], receiveBufferSize=530904
[junit4] 2> 385738 INFO (SocketProxy-Acceptor-34242) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=43051,localport=55174], receiveBufferSize=530904
[junit4] 2> 385740 INFO (qtp763359298-3999) [ ] o.a.s.c.S.Request
[c8n_1x3_lf_shard1_replica1] webapp=/euzvh/kq path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 385740 INFO (qtp1107850009-3931) [ ] o.a.s.c.S.Request
[c8n_1x3_lf_shard1_replica3] webapp=/euzvh/kq path=/get
params={distrib=false&qt=/get&fingerprint=false&getVersions=100&wt=javabin&version=2}
status=0 QTime=0
[junit4] 2> 385740 INFO (qtp2107028259-4026) [ ] o.a.s.c.SyncStrategy
Leader's attempt to sync with shard failed, moving to the next candidate
[junit4] 2> 385740 INFO (qtp2107028259-4026) [ ]
o.a.s.c.ShardLeaderElectionContext We failed sync, but we have no versions - we
can't sync in that case - we were active before, so become leader anyway
[junit4] 2> 385744 INFO (qtp2107028259-4026) [ ]
o.a.s.c.ShardLeaderElectionContext I am the new leader:
http://127.0.0.1:42583/euzvh/kq/c8n_1x3_lf_shard1_replica2/ shard1
[junit4] 2> 385894 INFO (qtp2107028259-4026) [ ] o.a.s.c.ZkController
I am the leader, no recovery necessary
[junit4] 2> 385896 INFO (qtp2107028259-4026) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica2&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2}
status=0 QTime=1787
[junit4] 2> 386266 INFO (qtp763359298-3997) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica1&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2}
status=0 QTime=2157
[junit4] 2> 386272 INFO (qtp1107850009-3933) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/cores
params={qt=/admin/cores&collection.configName=conf1&newCollection=true&name=c8n_1x3_lf_shard1_replica3&action=CREATE&numShards=1&collection=c8n_1x3_lf&shard=shard1&wt=javabin&version=2}
status=0 QTime=2163
[junit4] 2> 386275 INFO (qtp435465433-3965) [ ]
o.a.s.h.a.CollectionsHandler Wait for new collection to be active for at most
30 seconds. Check all shard replicas
[junit4] 2> 387276 INFO (qtp435465433-3965) [ ] o.a.s.s.HttpSolrCall
[admin] webapp=null path=/admin/collections
params={replicationFactor=3&maxShardsPerNode=1&name=c8n_1x3_lf&action=CREATE&numShards=1&stateFormat=1&wt=javabin&version=2}
status=0 QTime=3281
[junit4] 2> 387277 INFO (SocketProxy-Acceptor-42583) [ ]
o.a.s.c.SocketProxy accepted
Socket[addr=/127.0.0.1,port=57858,localport=42583], receiveBufferSize:531000
[junit4] 2> 387278 INFO (SocketProxy-Acceptor-42583) [ ]
o.a.s.c.SocketProxy proxy connection
Socket[addr=/127.0.0.1,port=43741,localport=45510], receiveBufferSize=530904
[junit4] 2> 387330 INFO (qtp1107850009-3927) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [c8n_1x3_lf_shard1_replica3]
webapp=/euzvh/kq path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:42583/euzvh/kq/c8n_1x3_lf_shard1_replica2/&wt=javabin&version=2}{add=[1
(1553277297426956288)]} 0 38
[junit4] 2> 387330 INFO (qtp763359298-3995) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [c8n_1x3_lf_shard1_replica1]
webapp=/euzvh/kq path=/update
params={update.distrib=FROMLEADER&distrib.from=http://127.0.0.1:42583/euzvh/kq/c8n_1x3_lf_shard1_replica2/&wt=javabin&version=2}{add=[1
(1553277297426956288)]} 0 38
[junit4] 2> 387331 INFO (qtp2107028259-4028) [ ]
o.a.s.u.p.LogUpdateProcessorFactory [c8n_1x3_lf_shard1_replica2]
webapp=/euzvh/kq path=/update params={wt=javabin&version=2}{add=[1
(1553277297426956288)]} 0 43
[junit4] 2> 387331 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Found 3 replicas and leader on
127.0.0.1:42583_euzvh%2Fkq for shard1 in c8n_1x3_lf
[junit4] 2> 387332 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.AbstractFullDistribZkTestBase Took 0.0 ms to see all replicas become
active.
[junit4] 2> 387332 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.SocketProxy Closing 5 connections to: http://127.0.0.1:39111/euzvh/kq,
target: http://127.0.0.1:33575/euzvh/kq
[junit4] 2> 387335 ERROR (updateExecutor-838-thread-1) [ ]
o.a.s.u.StreamingSolrClients error
[junit4] 2> java.net.SocketException: Broken pipe (Write failed)
[junit4] 2> at
java.base/java.net.SocketOutputStream.socketWrite0(Native Method)
[junit4] 2> at
java.base/java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:109)
[junit4] 2> at
java.base/java.net.SocketOutputStream.write(SocketOutputStream.java:153)
[junit4] 2> at
org.apache.http.impl.io.SessionOutputBufferImpl.streamWrite(SessionOutputBufferImpl.java:126)
[junit4] 2> at
org.apache.http.impl.io.SessionOutputBufferImpl.flushBuffer(SessionOutputBufferImpl.java:138)
[junit4] 2> at
org.apache.http.impl.io.SessionOutputBufferImpl.flush(SessionOutputBufferImpl.java:146)
[junit4] 2> at
org.apache.http.impl.io.ChunkedOutputStream.close(ChunkedOutputStream.java:205)
[junit4] 2> at
org.apache.http.impl.DefaultBHttpClientConnection.sendRequestEntity(DefaultBHttpClientConnection.java:159)
[junit4] 2> at
org.apache.http.impl.conn.CPoolProxy.sendRequestEntity(CPoolProxy.java:162)
[junit4] 2> at
org.apache.http.protocol.HttpRequestExecutor.doSendRequest(HttpRequestExecutor.java:237)
[junit4] 2> at
org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:122)
[junit4] 2> at
org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:271)
[junit4] 2> at
org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:184)
[junit4] 2> at
org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:88)
[junit4] 2> at
org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
[junit4] 2> at
org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:184)
[junit4] 2> at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82)
[junit4] 2> at
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:55)
[junit4] 2> at
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.sendUpdateStream(ConcurrentUpdateSolrClient.java:323)
[junit4] 2> at
org.apache.solr.client.solrj.impl.ConcurrentUpdateSolrClient$Runner.run(ConcurrentUpdateSolrClient.java:186)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(
[...truncated too long message...]
r.cloud.LeaderElector.checkIfIamLeader(LeaderElector.java:135)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector.access$200(LeaderElector.java:56)
[junit4] 2> at
org.apache.solr.cloud.LeaderElector$ElectionWatcher.process(LeaderElector.java:348)
[junit4] 2> at
org.apache.solr.common.cloud.SolrZkClient$3.lambda$process$0(SolrZkClient.java:268)
[junit4] 2> at
java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:514)
[junit4] 2> at
java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[junit4] 2> at
org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor.lambda$execute$0(ExecutorUtil.java:229)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1161)
[junit4] 2> at
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
[junit4] 2> at java.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 480060 INFO (zkCallback-835-thread-3) [ ] o.a.s.c.SolrCore
[c8n_1x3_lf_shard1_replica1] CLOSING SolrCore
org.apache.solr.core.SolrCore@34128a17
[junit4] 2> 480060 WARN (zkCallback-835-thread-3) [ ]
o.a.s.c.RecoveryStrategy Stopping recovery for
core=[c8n_1x3_lf_shard1_replica1] coreNodeName=[core_node1]
[junit4] 2> 480075 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.e.j.s.AbstractConnector Stopped
ServerConnector@50b26784{HTTP/1.1,[http/1.1]}{127.0.0.1:0}
[junit4] 2> 480076 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.e.j.s.h.ContextHandler Stopped
o.e.j.s.ServletContextHandler@6364c8b0{/euzvh/kq,null,UNAVAILABLE}
[junit4] 2> 480076 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.ChaosMonkey monkey: stop shard! 42583
[junit4] 2> 480077 INFO
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.ZkTestServer connecting to 127.0.0.1:33502 33502
[junit4] 2> 480091 INFO (Thread-885) [ ] o.a.s.c.ZkTestServer
connecting to 127.0.0.1:33502 33502
[junit4] 2> 480092 WARN (Thread-885) [ ] o.a.s.c.ZkTestServer Watch
limit violations:
[junit4] 2> Maximum concurrent create/delete watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/aliases.json
[junit4] 2> 5 /solr/clusterprops.json
[junit4] 2> 4 /solr/security.json
[junit4] 2> 4 /solr/configs/conf1
[junit4] 2> 3 /solr/collections/c8n_1x3_lf/state.json
[junit4] 2> 3 /solr/collections/collection1/state.json
[junit4] 2>
[junit4] 2> Maximum concurrent data watches above limit:
[junit4] 2>
[junit4] 2> 5 /solr/clusterstate.json
[junit4] 2>
[junit4] 2> Maximum concurrent children watches above limit:
[junit4] 2>
[junit4] 2> 107 /solr/overseer/collection-queue-work
[junit4] 2> 33 /solr/overseer/queue
[junit4] 2> 10 /solr/overseer/queue-work
[junit4] 2> 5 /solr/live_nodes
[junit4] 2> 5 /solr/collections
[junit4] 2>
[junit4] 2> 480092 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.SocketProxy Closing 13 connections to: http://127.0.0.1:34242/euzvh/kq,
target: http://127.0.0.1:43051/euzvh/kq
[junit4] 2> 480092 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.SocketProxy Closing 5 connections to: http://127.0.0.1:42649/euzvh/kq,
target: http://127.0.0.1:44276/euzvh/kq
[junit4] 2> 480092 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.SocketProxy Closing 0 connections to: http://127.0.0.1:42583/euzvh/kq,
target: http://127.0.0.1:43741/euzvh/kq
[junit4] 2> 480092 WARN
(TEST-LeaderFailoverAfterPartitionTest.test-seed#[7EAF7429462E0E2D]) [ ]
o.a.s.c.SocketProxy Closing 1 connections to: http://127.0.0.1:39111/euzvh/kq,
target: http://127.0.0.1:33575/euzvh/kq
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=LeaderFailoverAfterPartitionTest -Dtests.method=test
-Dtests.seed=7EAF7429462E0E2D -Dtests.multiplier=3 -Dtests.slow=true
-Dtests.locale=zgh -Dtests.timezone=MIT -Dtests.asserts=true
-Dtests.file.encoding=ISO-8859-1
[junit4] FAILURE 114s J2 | LeaderFailoverAfterPartitionTest.test <<<
[junit4] > Throwable #1: java.lang.AssertionError: Expected 2 of 3
replicas to be active but only found 1;
[core_node3:{"core":"c8n_1x3_lf_shard1_replica3","base_url":"http://127.0.0.1:34242/euzvh/kq","node_name":"127.0.0.1:34242_euzvh%2Fkq","state":"active","leader":"true"}];
clusterState: DocCollection(c8n_1x3_lf//clusterstate.json/30)={
[junit4] > "replicationFactor":"3",
[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:39111/euzvh/kq",
[junit4] > "core":"c8n_1x3_lf_shard1_replica1",
[junit4] > "node_name":"127.0.0.1:39111_euzvh%2Fkq"},
[junit4] > "core_node2":{
[junit4] > "core":"c8n_1x3_lf_shard1_replica2",
[junit4] > "base_url":"http://127.0.0.1:42583/euzvh/kq",
[junit4] > "node_name":"127.0.0.1:42583_euzvh%2Fkq",
[junit4] > "state":"down"},
[junit4] > "core_node3":{
[junit4] > "core":"c8n_1x3_lf_shard1_replica3",
[junit4] > "base_url":"http://127.0.0.1:34242/euzvh/kq",
[junit4] > "node_name":"127.0.0.1:34242_euzvh%2Fkq",
[junit4] > "state":"active",
[junit4] > "leader":"true"}}}},
[junit4] > "router":{"name":"compositeId"},
[junit4] > "maxShardsPerNode":"1",
[junit4] > "autoAddReplicas":"false"}
[junit4] > at
__randomizedtesting.SeedInfo.seed([7EAF7429462E0E2D:F6FB4BF3E8D263D5]:0)
[junit4] > at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.testRf3WithLeaderFailover(LeaderFailoverAfterPartitionTest.java:170)
[junit4] > at
org.apache.solr.cloud.LeaderFailoverAfterPartitionTest.test(LeaderFailoverAfterPartitionTest.java:57)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[junit4] > at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[junit4] > at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[junit4] > at
java.base/java.lang.reflect.Method.invoke(Method.java:538)
[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.base/java.lang.Thread.run(Thread.java:844)
[junit4] 2> 480095 INFO
(SUITE-LeaderFailoverAfterPartitionTest-seed#[7EAF7429462E0E2D]-worker) [ ]
o.a.s.SolrTestCaseJ4 ###deleteCore
[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_7EAF7429462E0E2D-001
[junit4] 2> Dec 09, 2016 9:59:17 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=LuceneFixedGap),
_version_=BlockTreeOrds(blocksize=128), multiDefault=Lucene50(blocksize=128),
a_t=Lucene50(blocksize=128), intDefault=BlockTreeOrds(blocksize=128),
id=PostingsFormat(name=LuceneFixedGap),
range_facet_i_dv=Lucene50(blocksize=128), text=PostingsFormat(name=MockRandom),
range_facet_l=Lucene50(blocksize=128), timestamp=Lucene50(blocksize=128)},
docValues:{range_facet_l_dv=DocValuesFormat(name=Memory),
range_facet_i_dv=DocValuesFormat(name=Lucene70),
timestamp=DocValuesFormat(name=Lucene70)}, maxPointsInLeafNode=1729,
maxMBSortInHeap=5.598732180007189, sim=RandomSimilarity(queryNorm=true): {},
locale=zgh, timezone=MIT
[junit4] 2> NOTE: Linux 4.4.0-53-generic amd64/Oracle Corporation 9-ea
(64-bit)/cpus=12,threads=1,free=230557968,total=380633088
[junit4] 2> NOTE: All tests run in this JVM: [SimpleMLTQParserTest,
RuleEngineTest, TestSolrQueryResponse, ExplicitHLLTest, SuggesterTSTTest,
DistributedSuggestComponentTest, AutoCommitTest, SaslZkACLProviderTest,
DocValuesMultiTest, MergeStrategyTest, TestWriterPerf, PrimitiveFieldTypeTest,
TestSearcherReuse, OverseerTest, TestMiniSolrCloudCluster,
SolrCloudExampleTest, HdfsLockFactoryTest, TestSizeLimitedDistributedMap,
TestUninvertingReader, TestDistribDocBasedVersion, TestUtils,
TestFastOutputStream, CdcrUpdateLogTest, HdfsBasicDistributedZkTest,
TestSolrDeletionPolicy1, TestTolerantSearch, TestOnReconnectListenerSupport,
CurrencyFieldXmlFileTest, DateFieldTest, TestLMDirichletSimilarityFactory,
TestFieldCacheReopen, ExternalFileFieldSortTest, DebugComponentTest,
SuggestComponentTest, DeleteReplicaTest, CoreAdminHandlerTest,
SolrCoreCheckLockOnStartupTest, TestIndexingPerformance,
TestManagedSynonymFilterFactory, LeaderInitiatedRecoveryOnShardRestartTest,
TestLegacyFieldCache, TestXmlQParserPlugin, AnalyticsMergeStrategyTest,
TestNamedUpdateProcessors, TestFieldResource, DirectoryFactoryTest,
SegmentsInfoRequestHandlerTest, TestGroupingSearch, TestManagedResourceStorage,
HardAutoCommitTest, RemoteQueryErrorTest, TestExtendedDismaxParser,
FieldMutatingUpdateProcessorTest, LeaderFailoverAfterPartitionTest]
[junit4] Completed [167/659 (1!)] on J2 in 114.63s, 1 test, 1 failure <<<
FAILURES!
[...truncated 52982 lines...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]