[jira] [Created] (IGNITE-9341) Notify metastorage listeners righ before start of discovery processor

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

[jira] [Created] (IGNITE-9341) Notify metastorage listeners righ before start of discovery processor

Anton Vinogradov (Jira)
Ivan Rakov created IGNITE-9341:
----------------------------------

             Summary: Notify metastorage listeners righ before start of discovery processor
                 Key: IGNITE-9341
                 URL: https://issues.apache.org/jira/browse/IGNITE-9341
             Project: Ignite
          Issue Type: Improvement
          Components: general
            Reporter: Ivan Rakov
             Fix For: 2.7


onReadyForRead() is called only for inheritors of MetastorageLifecycleListener interface which are started prior to GridCacheProcessor. Listeners are notified at the moment of ReadOnlyMetastorage initialization, which in turn occur during GridCacheDatabaseSharedManager start.
We can split ReadOnlyMetastorage initialization and notification of listeners - this will allow all components to subscribe for read-only metastorage ready event.



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