You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexander Belyak (JIRA)" <ji...@apache.org> on 2017/11/06 13:48:00 UTC

[jira] [Created] (IGNITE-6832) handle IO errors while checkpointing

Alexander Belyak created IGNITE-6832:
----------------------------------------

             Summary: handle IO errors while checkpointing
                 Key: IGNITE-6832
                 URL: https://issues.apache.org/jira/browse/IGNITE-6832
             Project: Ignite
          Issue Type: Bug
      Security Level: Public (Viewable by anyone)
    Affects Versions: 2.1
            Reporter: Alexander Belyak


If we get some IO error (like "No spece left on device") during checkpointing (GridCacheDatabaseSharedManager$WriteCheckpointPages:2509) node didn't stop as when get same error while writting WAL log and clients will get some "Long running cache futures". We must stop node in this case! Better - add some internal healthcheck and stop node anyway if  it won't pass for few times (do it with different issue).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)