You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Pavel Vinokurov (Jira)" <ji...@apache.org> on 2020/11/02 07:14:00 UTC

[jira] [Created] (IGNITE-13649) Local cache causes system thread pool overflow

Pavel Vinokurov created IGNITE-13649:
----------------------------------------

             Summary: Local cache causes system thread pool overflow
                 Key: IGNITE-13649
                 URL: https://issues.apache.org/jira/browse/IGNITE-13649
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 2.8.1
            Reporter: Pavel Vinokurov
         Attachments: LocalCacheAndStoreReproducerClient.java, LocalCacheAndStoreReproducerServer.java

Calling get operations for a LOCAL cache with read-through within a long running job causes 
system thread pool overflow.

Scenario:
1. Start 2 server nodes using LocalCacheAndStoreReproducerServer
2. Start 1 client node using LocalCacheAndStoreReproducerClient
3. Forcible stop the client node.

Result:
The system thread pool is consistently increasing until OOM.




--
This message was sent by Atlassian Jira
(v8.3.4#803005)