[
https://issues.apache.org/jira/browse/IGNITE-1622?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14956277#comment-14956277
]
ASF GitHub Bot commented on IGNITE-1622:
----------------------------------------
GitHub user vkulichenko opened a pull request:
https://github.com/apache/ignite/pull/153
IGNITE-1622 - Fixed cache.clear() with near cache
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vkulichenko/incubator-ignite ignite-1622
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/153.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 #153
----
commit 2a400ae2aee1d2fbb163e46bbf7a9cbc7bc64ded
Author: Valentin Kulichenko <[email protected]>
Date: 2015-10-14T05:08:10Z
IGNITE-1622 - Fixed cache.clear() with near cache
----
> clear() method works incorrectly with near caches
> -------------------------------------------------
>
> Key: IGNITE-1622
> URL: https://issues.apache.org/jira/browse/IGNITE-1622
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Reporter: Valentin Kulichenko
> Assignee: Valentin Kulichenko
> Priority: Blocker
> Labels: user-request
> Fix For: 1.5
>
>
> Currently {{IgniteCache.clear()}} method doesn't clear server nodes if there
> are near entries. Instead it should clear all caches, including near and
> readers.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)