[jira] [Created] (IGNITE-5729) IgniteCacheProxy instances from "with..." methods are not reusable

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-5729) IgniteCacheProxy instances from "with..." methods are not reusable

Anton Vinogradov (Jira)
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)