You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Goncharuk (JIRA)" <ji...@apache.org> on 2017/07/26 16:17:00 UTC

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

    [ https://issues.apache.org/jira/browse/IGNITE-5729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16093428#comment-16093428 ] 

Alexey Goncharuk edited comment on IGNITE-5729 at 7/26/17 4:16 PM:
-------------------------------------------------------------------

Refactoring is ready.

Branch is ignite-5729
Ignite TC: http://ci.ignite.apache.org/project.html?projectId=Ignite20Tests&branch_Ignite20Tests=pull%2F2293%2Fhead#


was (Author: jokser):
Refactoring is ready.

Branch in both repositories: ignite-5729
Ignite TC: http://ci.ignite.apache.org/project.html?projectId=Ignite20Tests&branch_Ignite20Tests=pull%2F2293%2Fhead#

> 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: Alexey Goncharuk
>             Fix For: 2.2
>
>
> 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)