[jira] [Created] (IGNITE-12365) Concurrent removeAll() on the same cache leads to deadlock

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-12365) Concurrent removeAll() on the same cache leads to deadlock

Anton Vinogradov (Jira)
Ilya Kasnacheev created IGNITE-12365:
----------------------------------------

             Summary: Concurrent removeAll() on the same cache leads to deadlock
                 Key: IGNITE-12365
                 URL: https://issues.apache.org/jira/browse/IGNITE-12365
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 2.8
            Reporter: Ilya Kasnacheev


That's because removeAll is implemented as invokeAll with HashSet parameter.

invokeAll + HashSet = 💀

I will attach simple reproducer (please note that multiple invocations of test is needed, typically 5-10) as well as thread dumps.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)