Details
Description
In BecomeLeader we call:
CHECK_OK(BecomeLeaderUnlocked());
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)