Andrew Wong has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/17868 )
Change subject: [consensus] KUDU-1620: re-resolve consensus peers on network error ...................................................................... [consensus] KUDU-1620: re-resolve consensus peers on network error This plumbs the work from KUDU-75 into the long-lived consensus proxy, allowing Raft peers to re-resolve on error. This has the knock-on effect that masters starting up also re-resolve other masters' address when attempting to fetch UUIDs, since this process also uses consensus proxies. Change-Id: Ibd1b68c3c14d7d8f81168e16fe450d2ffcce840b Reviewed-on: http://gerrit.cloudera.org:8080/17868 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> --- M src/kudu/consensus/consensus_peers.cc M src/kudu/integration-tests/dns_alias-itest.cc M src/kudu/integration-tests/tablet_replacement-itest.cc M src/kudu/mini-cluster/external_mini_cluster.h M src/kudu/mini-cluster/mini_cluster.cc M src/kudu/mini-cluster/mini_cluster.h M src/kudu/rpc/proxy.cc M src/kudu/util/net/net_util.cc 8 files changed, 209 insertions(+), 19 deletions(-) Approvals: Kudu Jenkins: Verified Alexey Serbin: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/17868 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ibd1b68c3c14d7d8f81168e16fe450d2ffcce840b Gerrit-Change-Number: 17868 Gerrit-PatchSet: 6 Gerrit-Owner: Andrew Wong <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Andrew Wong <[email protected]> Gerrit-Reviewer: Bankim Bhavsar <[email protected]> Gerrit-Reviewer: Kudu Jenkins (120) Gerrit-Reviewer: Tidy Bot (241)
