You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Igor Seliverstov (JIRA)" <ji...@apache.org> on 2017/08/16 11:30:02 UTC

[jira] [Created] (IGNITE-6078) Possible deadlock on concurrent grid stop

Igor Seliverstov created IGNITE-6078:
----------------------------------------

             Summary: Possible deadlock on concurrent grid stop
                 Key: IGNITE-6078
                 URL: https://issues.apache.org/jira/browse/IGNITE-6078
             Project: Ignite
          Issue Type: Bug
          Components: general
    Affects Versions: 2.1
            Reporter: Igor Seliverstov
             Fix For: 2.2


Look at Thread-6 which holds lock on IgnitionEx and trying to acquire DataStreamProcessor's busyLock
and thread main, which is trying to acquire lock on IgnitionEx
and at data-streamer-stripe-6 which holds readWrite DataStreamProcessor's busyLock and trying to acquire checkpointLock, which is locked because Thread-6 cannot finish the checkpoint



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)