[
https://issues.apache.org/jira/browse/IGNITE-8749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16525222#comment-16525222
]
ASF GitHub Bot commented on IGNITE-8749:
----------------------------------------
GitHub user EdShangGG opened a pull request:
https://github.com/apache/ignite/pull/4269
Revert "IGNITE-8749 Exception for "no space left" situation should be…
… propagated to FailureHandler - Fixes #4200."
This reverts commit 3fff8a8
Signed-off-by: EdShangGG <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite IGNITE-8849-OOM
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4269.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 #4269
----
commit 3593f78c83910125b2b1eecab348c42372619fc0
Author: EdShangGG <eshangareev@...>
Date: 2018-06-27T15:58:15Z
Revert "IGNITE-8749 Exception for "no space left" situation should be
propagated to FailureHandler - Fixes #4200."
This reverts commit 3fff8a8
Signed-off-by: EdShangGG <[email protected]>
----
> 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
> Assignee: Dmitriy Sorokin
> Priority: Major
> Fix For: 2.7
>
>
> 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)