Todd Lipcon created KUDU-2302:
---------------------------------
Summary: 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
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
(v7.6.3#76005)