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)