You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/08/29 17:02:00 UTC

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

    [ https://issues.apache.org/jira/browse/IGNITE-9341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16596606#comment-16596606 ] 

ASF GitHub Bot commented on IGNITE-9341:
----------------------------------------

GitHub user sk0x50 opened a pull request:

    https://github.com/apache/ignite/pull/4648

    IGNITE-9341

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sk0x50/ignite ignite-9341

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/4648.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4648
    
----
commit db188e822a485cbdc24929f88e304c140caa5bc6
Author: Slava Koptilin <sl...@...>
Date:   2018-08-29T17:00:16Z

    IGNITE-9341: test changes

----


> Notify metastorage listeners right 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
>            Priority: Major
>             Fix For: 2.8
>
>
> 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)