You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/05/17 07:38:00 UTC

[jira] [Commented] (IGNITE-8491) Add JMX flag: Is the node in baseline or not?

    [ https://issues.apache.org/jira/browse/IGNITE-8491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16478667#comment-16478667 ] 

ASF GitHub Bot commented on IGNITE-8491:
----------------------------------------

GitHub user vldpyatkov opened a pull request:

    https://github.com/apache/ignite/pull/4010

    IGNITE-8491

    Add JMX flag: Is the node in baseline or not?

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-8491

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/4010.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4010
    
----
commit 714b0b6243f904ceb74bfe5f8c194f6d31b4bf2d
Author: vd-pyatkov <vp...@...>
Date:   2018-05-17T07:35:15Z

    IGNITE-8491
    Add JMX flag: Is the node in baseline or not?

----


> Add JMX flag: Is the node in baseline or not?
> ---------------------------------------------
>
>                 Key: IGNITE-8491
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8491
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Vladislav Pyatkov
>            Assignee: Vladislav Pyatkov
>            Priority: Major
>
> Need to add a baseline flag on JMX.
> {code}
> public interface IgniteMXBean {
>     /**
>      * Gets a flag is node in baseline.
>      *
>      * @return Return a baseline flag.
>      */
>     @MXBeanDescription("Baseline node flag.")
>     public boolean isNodeInBaseline();
> {code}



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