You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2015/09/11 16:38:45 UTC

[jira] [Created] (IGNITE-1430) Platforms: Incorrect behavior of write-behind store on node stop

Vladimir Ozerov created IGNITE-1430:
---------------------------------------

             Summary: Platforms: Incorrect behavior of write-behind store on node stop
                 Key: IGNITE-1430
                 URL: https://issues.apache.org/jira/browse/IGNITE-1430
             Project: Ignite
          Issue Type: Task
          Components: interop
    Affects Versions: 1.1.4
            Reporter: Vladimir Ozerov
            Priority: Blocker
             Fix For: ignite-1.5


We destroy unmanaged native resources on node "stop" phase. But write-behind store can still have som unflushed data at this point because cache processor is not stoped yet.
To fix this we must add more callbacks to platform processor which are invoked before any component is started and after any component is stopped.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)