[ https://issues.apache.org/jira/browse/IGNITE-8203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16515538#comment-16515538
]
ASF GitHub Bot commented on IGNITE-8203:
----------------------------------------
GitHub user alex-plekhanov opened a pull request:
https://github.com/apache/ignite/pull/4211
IGNITE-8203 Interrupting task can cause node fail with PersistenceStorageIOException.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/alex-plekhanov/ignite ignite-8203
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4211.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 #4211
----
commit c9ce18c697fe689a8ef5bd70d90d1be71367e59d
Author: Aleksey Plekhanov <plehanov.alex@...>
Date: 2018-06-14T15:57:53Z
IGNITE-8203 Interrupting task can cause node fail with PersistenceStorageIOException.
----
> Interrupting task can cause node fail with PersistenceStorageIOException.
> --------------------------------------------------------------------------
>
> Key: IGNITE-8203
> URL: https://issues.apache.org/jira/browse/IGNITE-8203
> Project: Ignite
> Issue Type: Bug
> Components: persistence
> Affects Versions: 2.4
> Reporter: Ivan Daschinskiy
> Assignee: Aleksey Plekhanov
> Priority: Major
> Fix For: 2.6
>
> Attachments: GridFailNodesOnCanceledTaskTest.java
>
>
> Interrupting task with simple cache operations (i.e. get, put) can cause PersistenceStorageIOException.
Main cause of this failure is lack of proper handling InterruptedException in FilePageStore.init()
etc. This cause a throw of ClosedByInterruptException by FileChannel.write() and so on.
> PersistenceStorageIOException is a critical failure and typically makes a node to stop.
As a workaround, I would suggest to enable AsyncFileIO by default until the fix was available.
> A reproducer is attached.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
|