Alexey Goncharuk created IGNITE-929:
---------------------------------------
Summary: 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-5
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)