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

[jira] [Comment Edited] (IGNITE-9418) Avoid initialize file page store manager for caches during PME synchronously

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

Stanilovsky Evgeny edited comment on IGNITE-9418 at 10/28/18 8:40 AM:
----------------------------------------------------------------------

[~sergey-chugunov], 

I change a bit FilePageStoreManager#initDir handling exceptions, hope it would be enough.


was (Author: zstan):
[~sergey-chugunov], 

I change a bit FilePageStoreManager#initDir cached exceptions, hope it would be enough.

> Avoid initialize file page store manager for caches during PME synchronously
> ----------------------------------------------------------------------------
>
>                 Key: IGNITE-9418
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9418
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 2.5
>            Reporter: Pavel Kovalenko
>            Assignee: Stanilovsky Evgeny
>            Priority: Critical
>             Fix For: 2.8
>
>
> Currently, we do creation for partition and index files during PME for starting caches at the beginning of org.apache.ignite.internal.processors.cache.persistence.GridCacheDatabaseSharedManager#readCheckpointAndRestoreMemory method.
> We should avoid this because sometimes it took a long time as we perform writing to disk.
>  If the cache was registered during PME we should initialize page store lazy or asynchronously.



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