[jira] [Created] (IGNITE-8203) Interrupting task can cause node fail with PersistenceStorageIOException.

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-8203) Interrupting task can cause node fail with PersistenceStorageIOException.

Anton Vinogradov (Jira)
Ivan Daschinskiy created IGNITE-8203:
----------------------------------------

             Summary: 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
             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 ClosedByInterruptException by FileChannel.write() and so on.

PersistenceStorageIOException is a critical failure and typically makes a node to stop.

A reproducer is attached.



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