You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Semen Boikov (JIRA)" <ji...@apache.org> on 2015/04/14 09:59:13 UTC

[jira] [Created] (IGNITE-743) Review usages of GridCacheProcessor.internalCache

Semen Boikov created IGNITE-743:
-----------------------------------

             Summary: Review usages of GridCacheProcessor.internalCache
                 Key: IGNITE-743
                 URL: https://issues.apache.org/jira/browse/IGNITE-743
             Project: Ignite
          Issue Type: Task
          Components: cache
            Reporter: Semen Boikov
            Assignee: Irina Vasilinets
             Fix For: sprint-4


There is method GridCacheProcessor.internalCache which returns internal cache API class GridCacheAdapter. There are two potential problems: 
- before cache API can be used it is necessary to wait when cache start is done (call 'GridCacheContext.awaitStarted')
- if cache API is used on GridCacheAdapter it is necessary to prevent grid from stopping (do cache gateway enter/exit). 

Need to review all usages of GridCacheProcessor.internalCache and make sure GridCacheAdapter is used properly.



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