You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2015/06/16 00:38:01 UTC

[jira] [Created] (IGNITE-1018) Node local map is not available when LifecycleEventType.BEFORE_NODE_START is processed in lifecycle bean

Valentin Kulichenko created IGNITE-1018:
-------------------------------------------

             Summary: Node local map is not available when LifecycleEventType.BEFORE_NODE_START is processed in lifecycle bean
                 Key: IGNITE-1018
                 URL: https://issues.apache.org/jira/browse/IGNITE-1018
             Project: Ignite
          Issue Type: Bug
          Components: general
    Affects Versions: sprint-4
            Reporter: Valentin Kulichenko
             Fix For: sprint-7


Currently {{IgniteCluster.nodeLocalMap()}} method is guarded by gateway like all others. But this is just a local concurrent map which is already available at the moment LifecycleEventType.BEFORE_NODE_START is processed, so I think it will be good to make it available in lifecycle bean.

This can be useful if user needs to initialize some resources and put them to node local map before node is started.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)