You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Ivan Rakov (JIRA)" <ji...@apache.org> on 2018/08/21 12:41:00 UTC

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

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)