You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Nikolay Tikhonov (JIRA)" <ji...@apache.org> on 2017/09/01 11:44:00 UTC

[jira] [Comment Edited] (IGNITE-6053) IgniteCache.clear clears local caches with same names on all server nodes

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

Nikolay Tikhonov edited comment on IGNITE-6053 at 9/1/17 11:43 AM:
-------------------------------------------------------------------

[~roman_s],
I've looked at code and have only one comment, let's will execute clear closure in public pool instead of system pool. For it need to pass false to localSafe method. {{ctx.closures().callLocalSafe(..., false)}}
Also I don't see a runs on TC. Are you sure that you triggered this suites [link TC|https://ci.ignite.apache.org/project.html?projectId=Ignite20Tests&branch_Ignite20Tests=pull%2F2443%2Fhead]?
BTW Thank you for your contribution!


was (Author: ntikhonov):
[~roman_s],
I've looked at code and have only one comment, let's will execute clearTask in public pool instead of system pool. For it need to pass false to localSafe method. {{ctx.closures().callLocalSafe(..., false)}}
Also I don't see a runs on TC. Are you sure that you triggered this suites [link TC|https://ci.ignite.apache.org/project.html?projectId=Ignite20Tests&branch_Ignite20Tests=pull%2F2443%2Fhead]?
BTW Thank you for your contribution!

> IgniteCache.clear clears local caches with same names on all server nodes
> -------------------------------------------------------------------------
>
>                 Key: IGNITE-6053
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6053
>             Project: Ignite
>          Issue Type: Bug
>    Affects Versions: 1.7
>            Reporter: Evgenii Zhuravlev
>            Assignee: Roman Shtykh
>             Fix For: 2.3
>
>
> Clear on LOCAL cache should clear cache on the current node only, not on all nodes, that have local caches with same names.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)