You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Grant Henke (Jira)" <ji...@apache.org> on 2020/06/02 22:04:00 UTC

[jira] [Updated] (KUDU-2302) Leader crashes if it can't resolve DNS address of a peer

     [ https://issues.apache.org/jira/browse/KUDU-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Henke updated KUDU-2302:
------------------------------
    Labels: crash roadmap-candidate  (was: roadmap-candidate)

> Leader crashes if it can't resolve DNS address of a peer
> --------------------------------------------------------
>
>                 Key: KUDU-2302
>                 URL: https://issues.apache.org/jira/browse/KUDU-2302
>             Project: Kudu
>          Issue Type: Bug
>          Components: consensus
>    Affects Versions: 1.6.0
>            Reporter: Todd Lipcon
>            Priority: Critical
>              Labels: crash, roadmap-candidate
>
> In BecomeLeader we call:
> {code}
>  CHECK_OK(BecomeLeaderUnlocked());
> {code}
> This will fail if it fails to resolve the address of one of its peers. Instead it should probably continue to be leader but consider attempts to RPC to that peer to be failed due to network resolution (with periodic retries of resolution)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)