[ https://issues.apache.org/jira/browse/IGNITE-3875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15522470#comment-15522470 ]
Vladimir Ozerov commented on IGNITE-3875: ----------------------------------------- Regarding p.6 - looks like we should not use {{SynchronousQueue}}. Instead, normal {{LinkedBlockingQueue}} will be enough. > 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)