[ 
https://issues.apache.org/jira/browse/IGNITE-4239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Taras Ledkov updated IGNITE-4239:
---------------------------------
    Description: 
The users job are hang when a lot of jobs that calculates cache size are 
submitted.

The log contains message:
{code}
WARNING: Possible thread pool starvation detected (no task completed in last 
30000ms, is executorService pool size large enough?)
{code}

After a while all the thread of a public thread pool are locked on waiting the 
SizeTask future. 

  was:
The users job are hang when a lot of jobs that calculates cache size are 
submitted.

The log contains message:
{code}
WARNING: Possible thread pool starvation detected (no task completed in last 
30000ms, is executorService pool size large enough?)
{code}

After a while all the thread of a public threadpool are locked on waiting the 
SizeTask future. 


> Public thread pool starvation is cause of deadlock when user's jobs calls 
> cache.size()
> --------------------------------------------------------------------------------------
>
>                 Key: IGNITE-4239
>                 URL: https://issues.apache.org/jira/browse/IGNITE-4239
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache, compute
>    Affects Versions: 1.6
>            Reporter: Taras Ledkov
>            Assignee: Taras Ledkov
>            Priority: Critical
>             Fix For: 1.9
>
>
> The users job are hang when a lot of jobs that calculates cache size are 
> submitted.
> The log contains message:
> {code}
> WARNING: Possible thread pool starvation detected (no task completed in last 
> 30000ms, is executorService pool size large enough?)
> {code}
> After a while all the thread of a public thread pool are locked on waiting 
> the SizeTask future. 



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

Reply via email to