Jean-Daniel Cryans has submitted this change and it was merged. Change subject: ksck: report hostnames instead of IP addresses for tablet servers ......................................................................
ksck: report hostnames instead of IP addresses for tablet servers Typically admins know their hosts by hostname instead of by IP address. This rejiggers the code a bit to save the original host/port instead of the resolved address, so that the output contains a hostname instead of an IP. Tested manually against a cluster (hard to add an assertion since we don't have the ability to mock DNS). Change-Id: I8164dca050fd1adcc034a91cebc241e6fff8a117 Reviewed-on: http://gerrit.cloudera.org:8080/3704 Tested-by: Kudu Jenkins Reviewed-by: Jean-Daniel Cryans <[email protected]> --- M src/kudu/tools/ksck-test.cc M src/kudu/tools/ksck.h M src/kudu/tools/ksck_remote.cc M src/kudu/tools/ksck_remote.h 4 files changed, 30 insertions(+), 19 deletions(-) Approvals: Jean-Daniel Cryans: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/3704 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8164dca050fd1adcc034a91cebc241e6fff8a117 Gerrit-PatchSet: 4 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]>
