[
https://issues.apache.org/jira/browse/IGNITE-8339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16449826#comment-16449826
]
ASF GitHub Bot commented on IGNITE-8339:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/ignite/pull/3885
> After cluster activation actual partition state restored from WAL may be lost
> -----------------------------------------------------------------------------
>
> Key: IGNITE-8339
> URL: https://issues.apache.org/jira/browse/IGNITE-8339
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 2.5
> Reporter: Pavel Kovalenko
> Assignee: Pavel Kovalenko
> Priority: Critical
> Fix For: 2.5
>
>
> On cluster activation we restore partition states from checkpoint and WAL.
> But before that action we pre-create partitions by ideal assignment on
> "beforeExchange" phase and own it in case of first or next activation. This
> partition state change is logged to WAL and override actual last state of
> partition during restore.
> Possible solutions:
> 1) Pre-create partitions after actual restore.
> 2) Do not log to WAL partition own on pre-create phase.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)