[
https://issues.apache.org/jira/browse/IGNITE-7157?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16285664#comment-16285664
]
ASF GitHub Bot commented on IGNITE-7157:
----------------------------------------
GitHub user AMashenkov opened a pull request:
https://github.com/apache/ignite/pull/3193
IGNITE-7157: Fixed deadlock when partition eviction run in different
threads.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-7157
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3193.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3193
----
commit cec30537cd08de42ae1be43f36a1fc80c1577b32
Author: Andrey V. Mashenkov <[email protected]>
Date: 2017-12-07T16:16:25Z
IGNITE-7157: Fixed deadlock when partition eviction run in different
threads.
----
> Deadlock on partition eviction from multiple threads.
> -----------------------------------------------------
>
> Key: IGNITE-7157
> URL: https://issues.apache.org/jira/browse/IGNITE-7157
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Reporter: Andrew Mashenkov
> Assignee: Andrew Mashenkov
> Fix For: 2.4
>
> Attachments: thread-dump
>
>
> When node receive partition update message, it acquire partition and
> checkpoint locks in different order than asyncronous eviction.
> PFA thread dump.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)