You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Maxim Khutornenko (JIRA)" <ji...@apache.org> on 2014/09/11 22:58:33 UTC

[jira] [Created] (AURORA-702) Possible deadlock in killTasks

Maxim Khutornenko created AURORA-702:
----------------------------------------

             Summary: Possible deadlock in killTasks
                 Key: AURORA-702
                 URL: https://issues.apache.org/jira/browse/AURORA-702
             Project: Aurora
          Issue Type: Bug
          Components: Scheduler
            Reporter: Maxim Khutornenko


The following sequence may lead to a deadlock:

- killTasks opens write transaction
- releaseLock RPC calls into synchronized validateIfLocked(), which wants to open a write transaction
- killTasks waits for validateIfLocked()



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)