You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladislav Pyatkov (JIRA)" <ji...@apache.org> on 2018/05/15 08:31:00 UTC

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

Vladislav Pyatkov created IGNITE-8491:
-----------------------------------------

             Summary: 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


Need to add 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 String isNodeInBaseline();
{code}



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