Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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.
Attachments
Issue Links
- is related to
-
IGNITE-1995 Local cache is destroyed when close() is called
- Open