You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kudu.apache.org by "Grant Henke (JIRA)" <ji...@apache.org> on 2018/03/15 16:38:00 UTC

[jira] [Resolved] (KUDU-2309) /masters can show the wrong list of masters

     [ https://issues.apache.org/jira/browse/KUDU-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Grant Henke resolved KUDU-2309.
-------------------------------
          Resolution: Fixed
       Fix Version/s: 1.7.0
    Target Version/s: 1.7.0

Resolved via [13fc066|https://github.com/apache/kudu/commit/13fc0666d6eecff021ca92348644d674c994cee1].

> /masters can show the wrong list of masters
> -------------------------------------------
>
>                 Key: KUDU-2309
>                 URL: https://issues.apache.org/jira/browse/KUDU-2309
>             Project: Kudu
>          Issue Type: Bug
>          Components: ops-tooling
>    Affects Versions: 1.6.0
>            Reporter: Will Berkeley
>            Assignee: Will Berkeley
>            Priority: Major
>             Fix For: 1.7.0
>
>         Attachments: twoleaders2309.png
>
>
> Consider the following steps:
>  # Three masters are started with UUIDs A, B, and C.
>  # A is shut down and its data deleted. A new master with UUID D is started on the same machine.
> After this, visiting /masters on B or C should show A, B, and C as the registered masters, since they are the masters in B and C's quorum. D's /masters should just show D. However, right now we show B, C, D in all three /masters pages.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)