You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ignite.apache.org by GitBox <gi...@apache.org> on 2020/03/13 16:15:18 UTC

[GitHub] [ignite] Vladsz83 opened a new pull request #7533: IGNITE-12779 : Split implementations of Ignite and IgniteMXBean, make behavior of their active(boolean) different.

Vladsz83 opened a new pull request #7533: IGNITE-12779 : Split implementations of Ignite and IgniteMXBean, make behavior of their active(boolean) different.
URL: https://github.com/apache/ignite/pull/7533
 
 
   Behavior changes:
   
   _IgniteMXBean.active(false)_ and _IgniteMXBean.state("inactive")_ fail if deactivation would clear in-memory data.
   
   Major code changes:
   
   1) Implementation of _IgniteMXBean_ detached from _IgniteKernal_ and storead as its subclass.
   2) Added _IgniteCluster.state(ClusterState newState, boolean force)_
   3) Deprecated: _IgniteMXBean.active(boolean), IgniteMXBean.state(String), IgniteCluster.state(ClusterState)_

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services