You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2016/09/09 10:36:20 UTC

[jira] [Created] (IGNITE-3875) Create separate thread pool for data streamer.

Vladimir Ozerov created IGNITE-3875:
---------------------------------------

             Summary: Create separate thread pool for data streamer.
                 Key: IGNITE-3875
                 URL: https://issues.apache.org/jira/browse/IGNITE-3875
             Project: Ignite
          Issue Type: Task
          Components: streaming
    Affects Versions: 1.7
            Reporter: Vladimir Ozerov
            Assignee: Andrew Mashenkov
             Fix For: 1.8


Currently data streamer requests are submitted to PUBLIC pool. Because of this it is not safe to run streamer from compute tasks which is very inconvenient.

We should create separate thread pool for streamer and route streamer jobs to it. Compatibility must be preserved.



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