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

2018-12-11 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on IGNITE-5729:


Github user Jokser closed the pull request at:

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


> 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
>Priority: Major
> Fix For: 2.3
>
>
> 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
(v7.6.3#76005)


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

2018-12-11 Thread ASF GitHub Bot (JIRA)


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

ASF GitHub Bot commented on IGNITE-5729:


Github user Jokser closed the pull request at:

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


> 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
>Priority: Major
> Fix For: 2.3
>
>
> 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
(v7.6.3#76005)


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

2017-07-28 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on IGNITE-5729:


GitHub user Jokser opened a pull request:

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

IGNITE-5729 Memoize GatewayProtectedProxy



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

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

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

https://github.com/apache/ignite/pull/2356.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 #2356


commit 00babb4bcb0d432ae614a3cb98dfa7a61dfdbc1c
Author: Pavel Kovalenko 
Date:   2017-07-25T12:50:43Z

IGNITE-5829 Linked TODO with ticket.

commit 243913ee24fbc09d0ae5469bb1d99926b1a8e8d5
Author: EdShangGG 
Date:   2017-07-25T13:50:35Z

IGNITE-5747 GridCommonAbstractTest.startGridsMultiThreaded works very 
slowly if persistence is enabled - Fixes #2294.

Signed-off-by: Alexey Goncharuk 

commit 85f17027d0ca7cfa6dfaa3711ad8b4a7a6eb1e79
Author: Aleksandr_Meterko 
Date:   2017-07-19T12:55:15Z

IGNITE-5781 Visor throws ClassCastException if cache store implementation 
is other than CacheJdbcPojoStore
Signed-off-by: Konstantin Boudnik 
(cherry picked from commit 02e2507)

commit 7915fd88b1f3e399777bbc46f4e5625b68fb90c9
Author: Jokser 
Date:   2017-07-26T09:08:03Z

IGNITE-5830 - Introduce cache start and stop order during cluster activation

commit a790dface730eae11f98c6b6f74232f0ec32cf6b
Author: Ivan Rakov 
Date:   2017-07-26T10:41:33Z

Failing flaky test with link to ticket number

commit e001a063a9c2260c4732093e54c332cb8af33b0b
Author: EdShangGG 
Date:   2017-07-26T13:37:45Z

new utility methods for working with files

commit 50c5b1dfc1cf182f42bd36dc5d5757f61180ff36
Author: EdShangGG 
Date:   2017-07-26T13:38:08Z

small improvements in abstract tests
-checking "checkTopology" flag in startGridsMultiThreaded
-auto cluster activation in startGridsMultiThreaded

commit 586a96eaf4570f4f2020041cfef07550025421d8
Author: Evgeny Stanilovskiy 
Date:   2017-07-26T15:49:41Z

IGNITE-5174: list only server nodes for specified topology version

Fixes #2312

commit b49469f469e3ad9f64d009a474b6e09686ec9203
Author: Dmitriy Shabalin 
Date:   2017-07-27T03:39:54Z

IGNITE-5835 Web Console: Highlight active element in select input.

commit 995258f9a326bb5a08b1e004d92e2760c25f20c0
Author: Vasiliy Sisko 
Date:   2017-07-27T04:06:52Z

IGNITE-5767 Web Console: Changed mapping for BINARY SQL type to byte[].

commit bcbb10d4ed72c3ac2cd8149bb5cd148f63e95725
Author: Igor Seliverstov 
Date:   2017-07-27T06:44:34Z

IGNITE-5761 Add correct message when entries are not mapped to at least one 
node and avoid hang on rollback

commit 5172541f71e9878b4cc9df18580cdf1863a5820b
Author: Pavel Kovalenko 
Date:   2017-07-27T07:41:41Z

IGNITE-5729 - IgniteCacheProxy instances from with() methods are not 
reusable after cache restart

commit 9825eaa35c5c95485f7d7c3b60de7d0ca47dad23
Author: Alexey Goncharuk 
Date:   2017-07-27T07:42:30Z

IGNITE-5761 - Fixed header license

commit 004e5aa7df72a16efb02e7500b56475916515ba7
Author: Alexey Goncharuk 
Date:   2017-07-27T08:42:09Z

IGNITE-5729 - Removed RendezvousAffinityFunction with extra partitions in 
GridCacheAbstractSelfTest

commit be5a9eaf77877b02a46f30730cd6d8e1e3919f41
Author: Sergey Chugunov 
Date:   2017-07-27T10:02:59Z

GG-12485 added test to verify issue on 8.1.x version

commit a07d7b91d148df8dfd7c4bbad2a63f8dea97b036
Author: Alexandr Kuramshin 
Date:   2017-07-27T12:04:42Z

IGNITE-4767: rollback exception hides the origin exception (e.g. commit): 
Suppressing or logging rollback exceptions instead of hiding the origin 
exception
Fixes #1599

commit 98a524067b2d2349c558256ee38efdf81e0ba7ff
Author: Igor Sapego 
Date:   2017-07-27T16:39:51Z

IGNITE-5771: Added Ignite::SetActive() for C++

(cherry picked from commit 47fea40)

commit 6031ed85aa0242e8a56dee43c14c73bcafa7fab7
Author: vsisko 
Date:   2017-07-28T02:54:07Z

GG-12544 Removed limitation for stacktrace showing.

commit 9d9e472e679ac85e07767623bb314e8cea2ea7d8
Author: Pavel Kovalenko 
Date:   2017-07-28T10:21:04Z

IGNITE-5729 

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

2017-07-27 Thread Dmitriy Pavlov (JIRA)

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

Dmitriy Pavlov commented on IGNITE-5729:


Hi, could you please check tests from .Net:
http://ci.ignite.apache.org/viewType.html?buildTypeId=Ignite20Tests_IgnitePlatformNet_Ignite20Tests=pull%2F2296%2Fhead=buildTypeStatusDiv
?

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


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

2017-07-13 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/IGNITE-5729?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=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 
Date:   2017-07-12T07:53:46Z

Corrected fix for REST processor wrt authentication

commit f3828261b30c12d5aa181914033afe46c787f87e
Author: Alexey Kuznetsov 
Date:   2017-07-12T07:57:50Z

IGNITE-5639 Added duration for empty result set.

commit 5859b192ba28d53e1bccb01ce3005821e26b5347
Author: devozerov 
Date:   2017-07-12T09:46:42Z

AI 2.1 release notes.

commit 8afdc7baae73ecba67e0735baa97d03f2c4fc715
Author: devozerov 
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 
Date:   2017-07-12T11:22:03Z

Fixed page acquire during checkpoint

commit 0cb6ac06a43ac72c707b29d7216bd4cb711a
Author: Oleg Ostanin 
Date:   2017-07-12T12:57:40Z

IGNITE-5740 - Added transaction load timing benchmark

commit 3787181310597b7a6e633e745ba08209abd038a9
Author: Alexey Goncharuk 
Date:   2017-07-12T15:28:57Z

More verbose logging

commit 21964fb5f6fb6fee891283332202cbc9ed5ac3f3
Author: Dmitry Pavlov 
Date:   2017-07-12T15:59:10Z

Optimized snapshot progress tracking

commit 689b1b6e9c3e723cf394c7ff2427097b21d96ce3
Author: Alexey Goncharuk 
Date:   2017-07-13T07:12:01Z

IGNITE-5479 - Cleanup public API for PersistentStoreConfiguration

commit 3c1749da82e663500e45a34369eac48dbbc62bdc
Author: Alexander Paschenko 
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 
Date:   2017-07-13T11:14:58Z

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

commit d4f489b4a0d38c919ab0db28b255a904fa39d5cc
Author: Pavel Kovalenko 
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)