You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrew Mashenkov (JIRA)" <ji...@apache.org> on 2018/01/11 11:13:00 UTC

[jira] [Created] (IGNITE-7387) Add Activate\Deactivate lifecycle event support.

Andrew Mashenkov created IGNITE-7387:
----------------------------------------

             Summary: Add Activate\Deactivate lifecycle event support.
                 Key: IGNITE-7387
                 URL: https://issues.apache.org/jira/browse/IGNITE-7387
             Project: Ignite
          Issue Type: Improvement
          Components: general
            Reporter: Andrew Mashenkov


For now Ignite has a number of LifecycleEvent type that allow user to perform some logic before node join\leave topology.
However, with persistence enabled Ignite node start in non-active state and AFTER_NODE_START event is useless in some cases as user may need to spin-wait for activation.

We should add AFTER_ACTIVATE and BEFORE_DEACTIVATE lifecycle event types. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)