You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Valentin Kulichenko (JIRA)" <ji...@apache.org> on 2017/03/09 10:32:37 UTC

[jira] [Created] (IGNITE-4802) Create separate thread pool for services

Valentin Kulichenko created IGNITE-4802:
-------------------------------------------

             Summary: Create separate thread pool for services
                 Key: IGNITE-4802
                 URL: https://issues.apache.org/jira/browse/IGNITE-4802
             Project: Ignite
          Issue Type: Improvement
          Components: managed services
    Affects Versions: 1.9
            Reporter: Valentin Kulichenko
             Fix For: 2.0


Currently if a service is invoked via service proxy, it will be executed on a remote node in its public thread pool. This means that it's unsafe to execute a compute job or closure from a service as it can cause starvation.

Need to create a separate pool for services to overcome this limitation.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)