Alexey Serbin created KUDU-2021:
-----------------------------------
Summary: In case of multi-master, connection negotiation error to
leader master is not retried
Key: KUDU-2021
URL: https://issues.apache.org/jira/browse/KUDU-2021
Project: Kudu
Issue Type: Bug
Components: client
Affects Versions: 1.3.1
Reporter: Alexey Serbin
Assignee: Alexey Serbin
In case of multi-master Kudu cluster the client is supposed to retry a failed
RPC with other master server, but that not the case if RPC fails on connection
negotiation.
For example, when the leader master is up but "frozen", if the client times out
on negotiating a connection, the RPC fails and is not retries with other
available masters.
This is similar to KUDU-1580, but for masters.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)