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

[jira] [Updated] (IGNITE-9419) Avoid saving cache configuration synchronously during PME

     [ https://issues.apache.org/jira/browse/IGNITE-9419?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Pavel Kovalenko updated IGNITE-9419:
------------------------------------
    Ignite Flags:   (was: Docs Required)

> Avoid saving cache configuration synchronously during PME
> ---------------------------------------------------------
>
>                 Key: IGNITE-9419
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9419
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 2.5
>            Reporter: Pavel Kovalenko
>            Priority: Major
>             Fix For: 2.7
>
>
> Currently, we save cache configuration during PME at the activation phase here org.apache.ignite.internal.processors.cache.CacheAffinitySharedManager.CachesInfo#updateCachesInfo . We should avoid this, as it performs operations to a disk. We should save it asynchronously or lazy.



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