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)