[jira] [Created] (IGNITE-11011) Initialize components with grid disco data when NodeAddFinished message is received

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-11011) Initialize components with grid disco data when NodeAddFinished message is received

Anton Vinogradov (Jira)
Sergey Chugunov created IGNITE-11011:
----------------------------------------

             Summary: Initialize components with grid disco data when NodeAddFinished message is received
                 Key: IGNITE-11011
                 URL: https://issues.apache.org/jira/browse/IGNITE-11011
             Project: Ignite
          Issue Type: Improvement
            Reporter: Sergey Chugunov
            Assignee: Sergey Chugunov
             Fix For: 2.8


There is an issue when CacheProcessor on fresh coordinator (the very first node in new topology) receives grid discovery data from another cluster that died before this node has joined its topology but after sending NodeAdded message.

IGNITE-10878 fixes it by filtering cache descriptors and cache groups in GridCacheProcessor which is not generic solution.

To fix the issue in a true generic way node should initialize its components (including cache processor) not on receiving NodeAdded message but NodeAddFinished message.



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