Andrzej Bialecki created SOLR-12093:
----------------------------------------
Summary: LeaderVoteWaitTimeoutTest failures
Key: SOLR-12093
URL: https://issues.apache.org/jira/browse/SOLR-12093
Project: Solr
Issue Type: Bug
Security Level: Public (Default Security Level. Issues are Public)
Affects Versions: 7.4, master (8.0)
Reporter: Andrzej Bialecki
Assignee: Cao Manh Dat
Recent failures from jenkins
(https://builds.apache.org/view/L/view/Lucene/job/Lucene-Solr-NightlyTests-7.x/174/):
{code}
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=LeaderVoteWaitTimeoutTest -Dtests.method=basicTest
-Dtests.seed=F36F789B06B8474E -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt
-Dtests.locale=lv -Dtests.timezone=Africa/Dakar -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] ERROR 1.44s J0 | LeaderVoteWaitTimeoutTest.basicTest <<<
[junit4] > Throwable #1: java.lang.NullPointerException
[junit4] > at
__randomizedtesting.SeedInfo.seed([F36F789B06B8474E:19B6FF9421D4A7D]:0)
[junit4] > at
org.apache.solr.client.solrj.embedded.JettySolrRunner.getNodeName(JettySolrRunner.java:347)
[junit4] > at
org.apache.solr.cloud.LeaderVoteWaitTimeoutTest.basicTest(LeaderVoteWaitTimeoutTest.java:96)
[junit4] > at java.lang.Thread.run(Thread.java:748)
{code}
{code}
[junit4] 2> NOTE: reproduce with: ant test
-Dtestcase=LeaderVoteWaitTimeoutTest
-Dtests.method=testMostInSyncReplicasCanWinElection
-Dtests.seed=F36F789B06B8474E -Dtests.multiplier=2 -Dtests.nightly=true
-Dtests.slow=true
-Dtests.linedocsfile=/home/jenkins/jenkins-slave/workspace/Lucene-Solr-NightlyTests-7.x/test-data/enwiki.random.lines.txt
-Dtests.locale=lv -Dtests.timezone=Africa/Dakar -Dtests.asserts=true
-Dtests.file.encoding=UTF-8
[junit4] FAILURE 12.6s J0 |
LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection <<<
[junit4] > Throwable #1: java.lang.AssertionError: Timeout waiting for
new leader
[junit4] > null
[junit4] > Live Nodes: [127.0.0.1:35393_solr, 127.0.0.1:39510_solr,
127.0.0.1:42166_solr]
[junit4] > Last available state:
DocCollection(collection1//collections/collection1/state.json/14)={
[junit4] > "pullReplicas":"0",
[junit4] > "replicationFactor":"3",
[junit4] > "shards":{"shard1":{
[junit4] > "range":"80000000-7fffffff",
[junit4] > "state":"active",
[junit4] > "replicas":{
[junit4] > "core_node62":{
[junit4] > "core":"collection1_shard1_replica_n61",
[junit4] > "base_url":"https://127.0.0.1:45622/solr",
[junit4] > "node_name":"127.0.0.1:45622_solr",
[junit4] > "state":"down",
[junit4] > "type":"NRT"},
[junit4] > "core_node64":{
[junit4] > "core":"collection1_shard1_replica_n63",
[junit4] > "base_url":"https://127.0.0.1:42166/solr",
[junit4] > "node_name":"127.0.0.1:42166_solr",
[junit4] > "state":"active",
[junit4] > "type":"NRT"},
[junit4] > "core_node66":{
[junit4] > "core":"collection1_shard1_replica_n65",
[junit4] > "base_url":"https://127.0.0.1:39510/solr",
[junit4] > "node_name":"127.0.0.1:39510_solr",
[junit4] > "state":"active",
[junit4] > "type":"NRT"}}}},
[junit4] > "router":{"name":"compositeId"},
[junit4] > "maxShardsPerNode":"1",
[junit4] > "autoAddReplicas":"false",
[junit4] > "nrtReplicas":"3",
[junit4] > "tlogReplicas":"0"}
[junit4] > at
__randomizedtesting.SeedInfo.seed([F36F789B06B8474E:5B736421C4F87364]:0)
[junit4] > at
org.apache.solr.cloud.SolrCloudTestCase.waitForState(SolrCloudTestCase.java:269)
[junit4] > at
org.apache.solr.cloud.LeaderVoteWaitTimeoutTest.testMostInSyncReplicasCanWinElection(LeaderVoteWaitTimeoutTest.java:189)
[junit4] > at java.lang.Thread.run(Thread.java:748)
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]