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/03/14 11:53:00 UTC

[jira] [Commented] (IGNITE-7933) The error writing wal point to cp/node-start file can lead to the inability to start node

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

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

GitHub user Jokser opened a pull request:

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

    IGNITE-7933 Checkpoint markers writing issues

    * Write checkpoint markers through temporary files
    * Stop node if markCheckpointBegin is failed
    * Reduced stop timeout
    * Use Runtime.halt() to kill JVM if node is not stopped within timeout

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

    $ git pull https://github.com/gridgain/apache-ignite ignite-7933

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

    https://github.com/apache/ignite/pull/3633.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 #3633
    
----
commit c9138c3ea9d6d79141aeedf02c7e27c3e2a487fe
Author: Pavel Kovalenko <jo...@...>
Date:   2018-03-14T11:51:01Z

    IGNITE-7933 Checkpoint markers writing issues:
    * Write checkpoint markers through temporary files
    * Stop node if markCheckpointBegin is failed
    * Reduced stop timeout
    * Use Runtime.halt() to kill JVM if node is not stopped within timeout

----


> The error writing wal point to cp/node-start file can lead to the inability to start node
> -----------------------------------------------------------------------------------------
>
>                 Key: IGNITE-7933
>                 URL: https://issues.apache.org/jira/browse/IGNITE-7933
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Dmitriy Govorukhin
>            Assignee: Pavel Kovalenko
>            Priority: Major
>              Labels: newbie
>             Fix For: 2.5
>
>
> The problem is that the file exists on the disk but file content corrupted.
> Neet to write content via .tmp files.
> See:
> - writeCheckpointEntry
> - nodeStart



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