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)

Reply via email to