Pavel Kovalenko created IGNITE-5729:
---------------------------------------
Summary: IgniteCacheProxy instances from "with..." methods are not reusable
Key: IGNITE-5729
URL:
https://issues.apache.org/jira/browse/IGNITE-5729 Project: Ignite
Issue Type: Bug
Components: cache
Affects Versions: 2.1
Reporter: Pavel Kovalenko
Assignee: Pavel Kovalenko
Fix For: 2.1
On cache restart all IgniteCacheProxy instances must be reset in order to reuse them.
But bunch of methods in IgniteCache interface including withKeepBinary create new instances of proxy for each call and these instances are not reset on cache restart.
E.g. it leads to CacheStoppedException when reusing them after restoring from snapshot.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)