You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Dmitry Karachentsev (JIRA)" <ji...@apache.org> on 2017/04/19 14:42:41 UTC

[jira] [Created] (IGNITE-5032) IgniteLock broken state resets on node restart

Dmitry Karachentsev created IGNITE-5032:
-------------------------------------------

             Summary: IgniteLock broken state resets on node restart
                 Key: IGNITE-5032
                 URL: https://issues.apache.org/jira/browse/IGNITE-5032
             Project: Ignite
          Issue Type: Bug
          Components: data structures
    Affects Versions: 1.9
            Reporter: Dmitry Karachentsev


1) Start two nodes.
2) Create distributed lock with failoverSafe = false.
3) Acquire lock on node 1.
4) Restart node 1.
5) Lock acquisition on node 2 throws exception (as expected), but node 1 successfully acquires lock.

Correct behavior:
5) node 1 throws exception as node 2, and isBroken() returns true.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)