Todd Lipcon has submitted this change and it was merged. Change subject: KUDU-418 (part 1): enforce that we don't support changing TS hosts/ports ......................................................................
KUDU-418 (part 1): enforce that we don't support changing TS hosts/ports This adds a check in the master that attempts to reject tablet servers which have changed host/port. We don't currently support this, so allowing them to register currently just ends up hitting other more hard-to-diagnose issues later on. This check will end up being rolled back when we actually implement a proper fix for KUDU-418. In the meantime, this would have helped me troubleshoot some issues with client-test where we hit this issue. Change-Id: I16d9a91059b7dde63a2cac71e1fde0228b6a9f3d Reviewed-on: http://gerrit.cloudera.org:8080/2513 Reviewed-by: Adar Dembo <[email protected]> Tested-by: Kudu Jenkins --- M src/kudu/master/master-test.cc M src/kudu/master/ts_descriptor.cc 2 files changed, 28 insertions(+), 0 deletions(-) Approvals: Adar Dembo: Looks good to me, approved Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2513 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I16d9a91059b7dde63a2cac71e1fde0228b6a9f3d Gerrit-PatchSet: 4 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Mike Percy <[email protected]> Gerrit-Reviewer: Todd Lipcon <[email protected]>
