You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Lantukh (JIRA)" <ji...@apache.org> on 2016/04/14 18:47:25 UTC

[jira] [Created] (IGNITE-3010) Optimize GridCacheUtils#unwindEvicts(GridCacheSharedContext) usage.

Ilya Lantukh created IGNITE-3010:
------------------------------------

             Summary: Optimize GridCacheUtils#unwindEvicts(GridCacheSharedContext) usage.
                 Key: IGNITE-3010
                 URL: https://issues.apache.org/jira/browse/IGNITE-3010
             Project: Ignite
          Issue Type: Improvement
            Reporter: Ilya Lantukh
            Assignee: Ilya Lantukh


This method is called after processing of every GridCacheMessage. Currently it iterates over all cache contexts. Calling it only for cache related to processed message might improve our performance.



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