You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2015/02/26 10:00:23 UTC

[jira] [Created] (IGNITE-354) IgfsDataManager.storeBlocksAsync() could cause system pool starvation.

Vladimir Ozerov created IGNITE-354:
--------------------------------------

             Summary: IgfsDataManager.storeBlocksAsync() could cause system pool starvation.
                 Key: IGNITE-354
                 URL: https://issues.apache.org/jira/browse/IGNITE-354
             Project: Ignite
          Issue Type: Task
          Components: hadoop
    Affects Versions: sprint-1
            Reporter: Vladimir Ozerov
            Priority: Critical
             Fix For: sprint-3


This method is executed in system thread pool and performs another blocking call "igfs.awaitDeletesAsync().get(trashPurgeTimeout)" which also needs system pool thread.

Migrated from GG JIRA (GG-8903).



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