[ 
https://issues.apache.org/jira/browse/IGNITE-10285?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16691702#comment-16691702
 ] 

Dmitriy Govorukhin commented on IGNITE-10285:
---------------------------------------------

[~voropava], [~Jokser] Thanks for the review, merged to master.

> U.doInParallel may lead to deadlock
> -----------------------------------
>
>                 Key: IGNITE-10285
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10285
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Dmitriy Govorukhin
>            Assignee: Dmitriy Govorukhin
>            Priority: Critical
>             Fix For: 2.8
>
>         Attachments: dump.rtf
>
>
> There are exist case when we can get a deadlock on the thread pool.
> If we try doInParallel in the thread of sys-pool in the number of 
> hreads==sys-pool.size we lead to deadlock because threads in sys-pool will 
> try doInParallel through the same sys-pool, and they will wait on future 
> infinitely because no one thread cannot complete operation doInParallel which 
> require threads from sys-pool.



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

Reply via email to