Taras Ledkov created IGNITE-11656:
-------------------------------------
Summary: The GridCacheMapEntry#lockEntry cannot be interrupted
Key: IGNITE-11656
URL:
https://issues.apache.org/jira/browse/IGNITE-11656 Project: Ignite
Issue Type: Improvement
Components: cache
Affects Versions: 2.7
Reporter: Taras Ledkov
Now the method {{GridCacheMapEntry#lockEntry}} use {{ReentrantLock#lock}} to lock the entry. So, when deadlock happens the locked threads cannot be interrupted by {{Thread.interrupt()}}.
In this case a test and the grid cannot be stoped without kill the process.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)