Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D7C94C3AF for ; Tue, 30 Dec 2014 08:26:33 +0000 (UTC) Received: (qmail 22043 invoked by uid 500); 30 Dec 2014 08:26:34 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 22008 invoked by uid 500); 30 Dec 2014 08:26:34 -0000 Mailing-List: contact dev-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list dev@ignite.incubator.apache.org Received: (qmail 21996 invoked by uid 99); 30 Dec 2014 08:26:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Dec 2014 08:26:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 30 Dec 2014 08:26:33 +0000 Received: (qmail 21730 invoked by uid 99); 30 Dec 2014 08:26:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Dec 2014 08:26:13 +0000 Date: Tue, 30 Dec 2014 08:26:13 +0000 (UTC) From: "Alexey Kuznetsov (JIRA)" To: dev@ignite.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-81) Cache clear(key) does not work for OFFHEAP_TIERED mode. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Alexey Kuznetsov created IGNITE-81: -------------------------------------- Summary: Cache clear(key) does not work for OFFHEAP_TIERED mode. Key: IGNITE-81 URL: https://issues.apache.org/jira/browse/IGNITE-81 Project: Ignite Issue Type: Bug Components: cache Affects Versions: sprint-1 Reporter: Alexey Kuznetsov Assignee: Nikolay Tikhonov Fix For: sprint-1 Method cache.clear(key) does not clear value from cache, but method clearAll() does. I found that internal logic of this methods are different, but should be the same. I created a tests for cache.clear(key) and cache.clearAll() . Attached a patch with tests to issue. -- This message was sent by Atlassian JIRA (v6.3.4#6332)