Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2C97B200B74 for ; Thu, 1 Sep 2016 13:24:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2B228160AB5; Thu, 1 Sep 2016 11:24:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 68BF0160AAE for ; Thu, 1 Sep 2016 13:24:21 +0200 (CEST) Received: (qmail 81603 invoked by uid 500); 1 Sep 2016 11:24:20 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 81592 invoked by uid 99); 1 Sep 2016 11:24:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Sep 2016 11:24:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 67FCF2C014C for ; Thu, 1 Sep 2016 11:24:20 +0000 (UTC) Date: Thu, 1 Sep 2016 11:24:20 +0000 (UTC) From: "Alexey Stepanov (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (JCS-167) AbstractDiskCache.getKeySet() is not consistent MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 01 Sep 2016 11:24:22 -0000 Alexey Stepanov created JCS-167: ----------------------------------- Summary: AbstractDiskCache.getKeySet() is not consistent Key: JCS-167 URL: https://issues.apache.org/jira/browse/JCS-167 Project: Commons JCS Issue Type: Bug Components: Composite Cache, Indexed Disk Cache Affects Versions: jcs-2.0-beta-1, jcs-1.3 Reporter: Alexey Stepanov _getKeySet()_ method implementations in disk caches (Block and Index) is not aware of purgatory inside _AbstractDiskCache_. So _CacheAccess.getCacheControl().getKeySet()_ as well as GroupCacheAccess.getGroupKeys() returns key set that is inconsistent with whole cache state. -- This message was sent by Atlassian JIRA (v6.3.4#6332)