You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Nikolay Tikhonov (JIRA)" <ji...@apache.org> on 2016/02/20 10:22:18 UTC

[jira] [Created] (IGNITE-2699) Starvation when CacheEntryListenerConfiguration.isSynchronous is true

Nikolay Tikhonov created IGNITE-2699:
----------------------------------------

             Summary: Starvation when CacheEntryListenerConfiguration.isSynchronous is true
                 Key: IGNITE-2699
                 URL: https://issues.apache.org/jira/browse/IGNITE-2699
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: 1.5.0.final
            Reporter: Nikolay Tikhonov
             Fix For: 1.6


When event notifications in {{CacheEntryListener}} configured as synchronous possible situation that all thread in {{SYSTEM}} pool will be stuck on waiting ack messages. It is necessary to make the processing of acknowledge messages in another thread pool.



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