You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Sergey Chugunov (JIRA)" <ji...@apache.org> on 2018/06/08 12:01:00 UTC

[jira] [Created] (IGNITE-8749) Exception for "no space left" situation should be propagated to FailureHandler

Sergey Chugunov created IGNITE-8749:
---------------------------------------

             Summary: Exception for "no space left" situation should be propagated to FailureHandler
                 Key: IGNITE-8749
                 URL: https://issues.apache.org/jira/browse/IGNITE-8749
             Project: Ignite
          Issue Type: Improvement
          Components: persistence
            Reporter: Sergey Chugunov
             Fix For: 2.6


For now if "no space left" situation is detected in FileWriteAheadLogManager#formatFile method and corresponding exception is thrown the exception doesn't get propagated to FailureHandler and node continues working.

As "no space left" is a critical situation, corresponding exception should be propagated to handler to make necessary actions.



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