You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2016/12/16 22:59:58 UTC

[jira] [Created] (IGNITE-4450) Explicit lock is not released when node that acquired it is killed

Valentin Kulichenko created IGNITE-4450:
-------------------------------------------

             Summary: Explicit lock is not released when node that acquired it is killed
                 Key: IGNITE-4450
                 URL: https://issues.apache.org/jira/browse/IGNITE-4450
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 1.8
            Reporter: Valentin Kulichenko
            Priority: Critical
             Fix For: 1.9


Test is attached. The scenario is the following:
# Start first node and create a transactional cache.
# Start second node and acquire a lock.
# Kill second node after several seconds without doing unlock.
# Try to start third node. It can't join because the lock is still held for some reason. The result if hanged cluster.



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