[
https://issues.apache.org/jira/browse/IGNITE-8491?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16483730#comment-16483730
]
Ivan Rakov commented on IGNITE-8491:
------------------------------------
Fixed.
*For anyone who needs to cherry-pick this ticket:* please note that there are
*two commits*.
1. f8ae30d5dd426d995d7bae98674712055895bcb5 - original fix
2. e227f22adb99767f8f4e7b2be024cab5c9a82c30 - license header fix
> 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
> Fix For: 2.6
>
>
> 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)