Bankim Bhavsar created KUDU-3246: ------------------------------------ Summary: Add a test case for master removal in a cluster with multiple masters and same HostPort Key: KUDU-3246 URL: https://issues.apache.org/jira/browse/KUDU-3246 Project: Kudu Issue Type: Improvement Components: master, test Affects Versions: 1.15.0 Reporter: Bankim Bhavsar
Remove master code handles the case when there are multiple masters with same HostPort and no uuid is specified causing ambiguity in terms of which master needs to be removed. https://github.com/apache/kudu/blob/master/src/kudu/master/master.cc#L582 However we don't have a test case for the same. So filing a JIRA to track the same. See review comment: https://gerrit.cloudera.org/c/17010/7/src/kudu/master/dynamic_multi_master-test.cc#874 -- This message was sent by Atlassian Jira (v8.3.4#803005)