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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)