You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Matthias Jordan (JIRA)" <ji...@apache.org> on 2015/11/20 17:06:10 UTC

[jira] [Comment Edited] (JCS-154) CacheAccess.clear() does not clear indexed disk cache

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

Matthias Jordan edited comment on JCS-154 at 11/20/15 4:05 PM:
---------------------------------------------------------------

Well, isn't that great? I just set up a test project in which I could fiddle around with the logging a bit and I couldn't repro the issue anymore. Even in the main project the issue does not appear anymore. And I do not create an account in a bug tracker and enter a ticket description on a whim. The issue did appear consistently multiple times. Why it disappeared is beyond me. I think you might close the ticket. Thanks for your time and sorry.



was (Author: mjmjmj):
Well, isn't that great? I just set up a test project in which I could fiddle around with the logging a bit and I couldn't repro the issue anymore. Even in the main project the issue does not appear anymore. Let me be clear here: I do not create an account in a bug tracker and enter a ticket description on a whim. The issue did appear consistently multiple times. Why it disappeared is beyond me. I think you might close the ticket. Thanks for your time and sorry.


> CacheAccess.clear() does not clear indexed disk cache
> -----------------------------------------------------
>
>                 Key: JCS-154
>                 URL: https://issues.apache.org/jira/browse/JCS-154
>             Project: Commons JCS
>          Issue Type: Bug
>          Components: Indexed Disk Cache
>    Affects Versions: jcs-2.0-beta-1
>            Reporter: Matthias Jordan
>            Assignee: Thomas Vandahl
>
> I created a cache using an auxiliary indexed disk cache. Calling {{clear()}} on the cache does not free disk space allocated by the disk cache. I suspect this also affects other auxiliary caches.
> In fact, adding new objects to the cache using the old keys, keeps allocating more disk space.
> E.g.: create cache, store a BLOB of 1 MB with key "A". 1 MB disk space is allocated for the BLOB. Now call {{clear()}} on the {{CacheAccess}} object. Store another 1 MB BLOB with key "A". Now 2 MB are allocated. 
> Calling {{AuxiliaryCache.removeAll()}} on the disk cache frees the disk space, though.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)