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

ASF GitHub Bot commented on IGNITE-5729:
----------------------------------------

GitHub user Jokser opened a pull request:

    https://github.com/apache/ignite/pull/2293

    IGNITE-5729 Reworked and cleaned up IgniteCacheProxy

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-5729

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/2293.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2293
    
----
commit 707c454ad9c3b4132e2d0a20d15dc1eb2ed295b0
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-07-12T07:53:46Z

    Corrected fix for REST processor wrt authentication

commit f3828261b30c12d5aa181914033afe46c787f87e
Author: Alexey Kuznetsov <akuznet...@apache.org>
Date:   2017-07-12T07:57:50Z

    IGNITE-5639 Added duration for empty result set.

commit 5859b192ba28d53e1bccb01ce3005821e26b5347
Author: devozerov <voze...@gridgain.com>
Date:   2017-07-12T09:46:42Z

    AI 2.1 release notes.

commit 8afdc7baae73ecba67e0735baa97d03f2c4fc715
Author: devozerov <voze...@gridgain.com>
Date:   2017-07-12T10:51:43Z

    Removed CacheBinaryAutoStoreExample and relevant bean "h2-example-db" from 
example-default.xml because example duplicated existing CacheAutoStoreExample.

commit c6ee085b8a1321ce7fa15f8adf74fa7a01f7a445
Author: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>
Date:   2017-07-12T11:22:03Z

    Fixed page acquire during checkpoint

commit 0cb6ac06adddd43ac72c707b29d7216bd4cb711a
Author: Oleg Ostanin <oosta...@gridgain.com>
Date:   2017-07-12T12:57:40Z

    IGNITE-5740 - Added transaction load timing benchmark

commit 3787181310597b7a6e633e745ba08209abd038a9
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-07-12T15:28:57Z

    More verbose logging

commit 21964fb5f6fb6fee891283332202cbc9ed5ac3f3
Author: Dmitry Pavlov <dpavlov....@gmail.com>
Date:   2017-07-12T15:59:10Z

    Optimized snapshot progress tracking

commit 689b1b6e9c3e723cf394c7ff2427097b21d96ce3
Author: Alexey Goncharuk <alexey.goncha...@gmail.com>
Date:   2017-07-13T07:12:01Z

    IGNITE-5479 - Cleanup public API for PersistentStoreConfiguration

commit 3c1749da82e663500e45a34369eac48dbbc62bdc
Author: Alexander Paschenko <alexander.a.pasche...@gmail.com>
Date:   2017-07-13T08:25:55Z

    IGNITE-5744 Ignore non user caches when automatically choosing a queryable 
cache inside JDBC driver

commit f73a6eff4232c60e0eb16f0cbefdd57a3eed2386
Author: Pavel Kovalenko <jokse...@gmail.com>
Date:   2017-07-13T11:14:58Z

    IGNITE-5729 Split IgniteCacheProxy. Fixed unhandled CacheStoppedException 
during exchange init.

commit d4f489b4a0d38c919ab0db28b255a904fa39d5cc
Author: Pavel Kovalenko <jokse...@gmail.com>
Date:   2017-07-13T11:19:05Z

    Merge branch 'ignite-2.1.2' into ignite-5729
    
    # Conflicts:
    #   
modules/core/src/main/java/org/apache/ignite/internal/processors/cache/IgniteCacheProxy.java

----


> 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.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)

Reply via email to