You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Kirill Gusakov (Jira)" <ji...@apache.org> on 2020/12/07 15:25:00 UTC

[jira] [Assigned] (IGNITE-13783) Prevent starting nodes with the same consistent ID

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

Kirill Gusakov reassigned IGNITE-13783:
---------------------------------------

    Assignee: Kirill Gusakov

> Prevent starting nodes with the same consistent ID
> --------------------------------------------------
>
>                 Key: IGNITE-13783
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13783
>             Project: Ignite
>          Issue Type: Sub-task
>            Reporter: Valentin Kulichenko
>            Assignee: Kirill Gusakov
>            Priority: Major
>              Labels: ignite-3
>
> Currently, it is possible to start two or more nodes with the same consistent ID. Trying to stop using that ID succeeds for all the nodes, but an error appears in the output: {{Stop of node n1 was failed}}.
> Here is the full output:
> {noformat}
> Valentin-Kulichenko-MacBook-Pro-1772:cli-demo vkulichenko$ ./ignite node start n1
> Started ignite node.
> PID: 40644
> Consistent Id: n1
> Log file: /Users/vkulichenko/GridGain/cli-demo/ignite-work/n1.log
> Valentin-Kulichenko-MacBook-Pro-1772:cli-demo vkulichenko$ ./ignite node start n1
> Started ignite node.
> PID: 40648
> Consistent Id: n1
> Log file: /Users/vkulichenko/GridGain/cli-demo/ignite-work/n1.log
> Valentin-Kulichenko-MacBook-Pro-1772:cli-demo vkulichenko$ ./ignite node list
> +-------+---------------+---------------------------------------------------------+
> | PID   | Consistent Id | Log                                                     |
> +-------+---------------+---------------------------------------------------------+
> | 40644 | n1            | /Users/vkulichenko/GridGain/cli-demo/ignite-work/n1.log |
> +-------+---------------+---------------------------------------------------------+
> | 40648 | n1            | /Users/vkulichenko/GridGain/cli-demo/ignite-work/n1.log |
> +-------+---------------+---------------------------------------------------------+
> Valentin-Kulichenko-MacBook-Pro-1772:cli-demo vkulichenko$ ./ignite node stop n1
> Stop of node n1 was failed
> Valentin-Kulichenko-MacBook-Pro-1772:cli-demo vkulichenko$ ./ignite node list
> No running nodes
> Valentin-Kulichenko-MacBook-Pro-1772:cli-demo vkulichenko$ 
> {noformat}
> We should have a mechanism that prevents starting multiple nodes with the same ID.



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