You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Vinokurov (JIRA)" <ji...@apache.org> on 2018/03/15 08:28:00 UTC

[jira] [Created] (IGNITE-7959) Deadlock at GridDhtAtomicCache.lockEntries during parallel SQL delete

Pavel Vinokurov created IGNITE-7959:
---------------------------------------

             Summary: Deadlock at GridDhtAtomicCache.lockEntries during parallel SQL delete
                 Key: IGNITE-7959
                 URL: https://issues.apache.org/jira/browse/IGNITE-7959
             Project: Ignite
          Issue Type: Bug
          Components: cache, sql
    Affects Versions: 2.3
            Reporter: Pavel Vinokurov
         Attachments: DeadlockOnDelete.java

Reproduce steps:
1. Run insert operations from single thread.
2. Run "delete from table limit 50" in 5 threads.

The reproducer is attached.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)