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 2020/06/02 13:37:00 UTC

[jira] [Updated] (KUDU-1741) Make MiniCluster and ExternalMiniCluster follow one semantics for Restart

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

Grant Henke updated KUDU-1741:
------------------------------
    Component/s: test

> Make MiniCluster and ExternalMiniCluster follow one semantics for Restart
> -------------------------------------------------------------------------
>
>                 Key: KUDU-1741
>                 URL: https://issues.apache.org/jira/browse/KUDU-1741
>             Project: Kudu
>          Issue Type: Task
>          Components: test
>            Reporter: Dinesh Bhat
>            Assignee: Dinesh Bhat
>            Priority: Trivial
>
> Triaging this so that we can attend to this later. MiniCluster and ExternalMiniCluster utility classes follow opposite semantics for restart today and that's confusing. For eg, ExternalMiniCluster::Restart() expects that all the nodes must be shutdown before we do restart, whereas MiniCluster::Restart() expects that all servers are up and running so that it can internally execute shutdown and start in that order. We can keep one semantics here to make it less confusing. We may have to change bunch of existing tests whichever approach we end up choosing, because tests are also written following these semantics.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)