[ 
https://issues.apache.org/jira/browse/JCR-1138?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533687
 ] 

Thomas Mueller commented on JCR-1138:
-------------------------------------

Revision 583413: The garbage collection deleted transient objects if the call 
sequence was:

Session 1: add a blob (still in transient space)
Session 2: start garbage collection
Session 2: garbage collection completed, delete unused objects
Session 1: store the changes

This change adds a WeakReference map to make sure transient objects are not 
deleted.
A test case is included.


> Data store garbage collection
> -----------------------------
>
>                 Key: JCR-1138
>                 URL: https://issues.apache.org/jira/browse/JCR-1138
>             Project: Jackrabbit
>          Issue Type: Improvement
>          Components: jackrabbit-core
>            Reporter: Thomas Mueller
>            Assignee: Thomas Mueller
>             Fix For: 1.4
>
>
> Currently the data store garbage collection needs to be run manually. It 
> should be simpler to use (maybe tool based), or automatic.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to