[ https://issues.apache.org/jira/browse/IGNITE-929?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14638456#comment-14638456 ]
Alexey Goncharuk commented on IGNITE-929: ----------------------------------------- Changes merged to master. > IgniteCache.close should not delete the cache from the cluster > -------------------------------------------------------------- > > Key: IGNITE-929 > URL: https://issues.apache.org/jira/browse/IGNITE-929 > Project: Ignite > Issue Type: Bug > Reporter: Alexey Goncharuk > Fix For: sprint-7 > > > Need to introduce IgniteCache.destroy() method instead. close() method should > be implemented differently for LOCAL and distributed caches > * For LOCAL cache close() should be equivalent to destroyCache() > * For distributed caches close(), if called on clients, should close client > cache, but not destroy cache on the whole cluster. > * For distributed caches close(), if called on a server node, should be a > no-op > TCK should run with LOCAL cache. -- This message was sent by Atlassian JIRA (v6.3.4#6332)