You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Stanilovsky Evgeny (JIRA)" <ji...@apache.org> on 2019/02/27 05:56:00 UTC

[jira] [Updated] (IGNITE-11332) Add jmx ability to exclude node from topology.

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

Stanilovsky Evgeny updated IGNITE-11332:
----------------------------------------
    Description: 
In very rare corner cases may occur situation that physically unreachable host still present in topology that may leads to hanging overall cluster operations.
 Add ability to exclude with specific warning.
{code:java}
    /**
     * Exclude node from cluster.
     *
     * @param nodeId Node id.
     */
    @MXBeanDescription("Exclude node from cluster.")
    public void excludeNode(String nodeId);{code}

  was:
In very rare corner cases may occur situation that physically unreachable host still present in topology that may leads to hanging overall cluster operations.
Add ability to exclude with specific warning.

{code:java}
    /**
     * Exclude node from cluster.
     *
     * @param nodeId Node id.
     */
    @MXBeanDescription("Exclude node from cluster.")
    public void excludeNode(UUID nodeId);{code}


> Add jmx ability to exclude node from topology.
> ----------------------------------------------
>
>                 Key: IGNITE-11332
>                 URL: https://issues.apache.org/jira/browse/IGNITE-11332
>             Project: Ignite
>          Issue Type: Improvement
>          Components: general
>    Affects Versions: 2.7
>            Reporter: Stanilovsky Evgeny
>            Assignee: Stanilovsky Evgeny
>            Priority: Major
>             Fix For: 2.8
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> In very rare corner cases may occur situation that physically unreachable host still present in topology that may leads to hanging overall cluster operations.
>  Add ability to exclude with specific warning.
> {code:java}
>     /**
>      * Exclude node from cluster.
>      *
>      * @param nodeId Node id.
>      */
>     @MXBeanDescription("Exclude node from cluster.")
>     public void excludeNode(String nodeId);{code}



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