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 2016/03/24 08:45:25 UTC

[jira] [Created] (IGNITE-2883) IGFS: IPC handled must use dedicated thread pool.

Vladimir Ozerov created IGNITE-2883:
---------------------------------------

             Summary: IGFS: IPC handled must use dedicated thread pool.
                 Key: IGNITE-2883
                 URL: https://issues.apache.org/jira/browse/IGNITE-2883
             Project: Ignite
          Issue Type: Task
          Components: IGFS
    Affects Versions: 1.5.0.final
            Reporter: Vladimir Ozerov
            Priority: Critical
             Fix For: 1.6


Currently it uses IGFS thread pool. However, we are going to use this pool for IGFS messages, so IPC cannot rely on it anymore. 

Let's create another thread pool directly inside IPC handler.



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