[
https://issues.apache.org/jira/browse/IGNITE-6183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ivan Rakov updated IGNITE-6183:
-------------------------------
Description:
If Ignite node with persistence was stopped during checkpoint, user will see
message:
{noformat}
Ignite node crashed in the middle of checkpoint. Will restore memory state and
enforce checkpoint on node start.
{noformat}
Actually, nothing bad happened: node just need to replay WAL delta records to
complete the checkpoint. It's ordinary case for checkpointing algorithm.
Though, such word as "crashed" may alarm and confuse user.
was:
If Ignite node with persistence was stopped during checkpoint, user will see
message:
{noformat}
Ignite node crashed in the middle of checkpoint. Will restore memory state and
enforce checkpoint on node start.
{noformat}
Actually, nothing bad happened: node just need to replay WAL to complete the
checkpoint. It's ordinary case for checkpointing algorithm. Though, such word
as "crashed" may alarm and confuse user.
> Make "Node crashed in the middle of checkpoint" message softer and more
> informative
> -----------------------------------------------------------------------------------
>
> Key: IGNITE-6183
> URL: https://issues.apache.org/jira/browse/IGNITE-6183
> Project: Ignite
> Issue Type: Task
> Affects Versions: 2.1
> Reporter: Ivan Rakov
> Assignee: Ivan Rakov
> Fix For: 2.2
>
>
> If Ignite node with persistence was stopped during checkpoint, user will see
> message:
> {noformat}
> Ignite node crashed in the middle of checkpoint. Will restore memory state
> and enforce checkpoint on node start.
> {noformat}
> Actually, nothing bad happened: node just need to replay WAL delta records to
> complete the checkpoint. It's ordinary case for checkpointing algorithm.
> Though, such word as "crashed" may alarm and confuse user.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)