[
https://issues.apache.org/jira/browse/IGNITE-5592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16073800#comment-16073800
]
ASF GitHub Bot commented on IGNITE-5592:
----------------------------------------
GitHub user sergey-chugunov-1985 opened a pull request:
https://github.com/apache/ignite/pull/2235
two tests unmuted, one test removed as obsolete (IGNITE-5592)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gridgain/apache-ignite ignite-4536-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/2235.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 #2235
----
commit 9a60e4fe11c2c9f301e9c93a9ce4cb4a7afd1666
Author: Sergey Chugunov <[email protected]>
Date: 2017-07-04T14:53:57Z
IGNITE-4536 two tests unmuted, one test removed as obsolete (IGNITE-5592)
----
> Remove IgniteCache#localEvict method
> ------------------------------------
>
> Key: IGNITE-5592
> URL: https://issues.apache.org/jira/browse/IGNITE-5592
> Project: Ignite
> Issue Type: Bug
> Components: cache
> Affects Versions: 2.0
> Reporter: Valentin Kulichenko
> Assignee: Aleksandr Meterko
> Fix For: 2.1
>
>
> The method doesn't make much sense in 2.0. Before 2.0 it could be used to
> evict from on-heap memory to off-heap or swap. Currently off-heap always has
> the data and there is no swap, so the method should be removed to avoid
> confusion.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)