Will Berkeley created KUDU-2592:
-----------------------------------
Summary: Java TestMasterFailover is flaky
Key: KUDU-2592
URL: https://issues.apache.org/jira/browse/KUDU-2592
Project: Kudu
Issue Type: Bug
Affects Versions: 1.8.0
Reporter: Will Berkeley
Attachments: TEST-org.apache.kudu.client.TestMasterFailover.xml
The logs show a leader master is elected but the test still fails with:
{noformat}
04:43:58.817 [ERROR - Test worker] (RetryRule.java:76)
testKillLeaderBeforeCreateClient(org.apache.kudu.client.TestMasterFailover):
failed run 1
org.apache.kudu.client.NoLeaderFoundException: Master config
(127.4.158.190:55468,127.4.158.188:46940,127.4.158.189:44906) has no leader.
at
org.apache.kudu.client.ConnectToCluster.incrementCountAndCheckExhausted(ConnectToCluster.java:279)
at
org.apache.kudu.client.ConnectToCluster.access$100(ConnectToCluster.java:47)
at
org.apache.kudu.client.ConnectToCluster$ConnectToMasterCB.call(ConnectToCluster.java:323)
at
org.apache.kudu.client.ConnectToCluster$ConnectToMasterCB.call(ConnectToCluster.java:312)
at com.stumbleupon.async.Deferred.doCall(Deferred.java:1280)
...
{noformat}
Attaching logs from a failing run.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)