SourceForge.net Logo
Main Overview Wiki Issues Forum Build Fisheye
Issue Details (XML | Word | Printable)

Key: CMP-719
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Shay Banon
Reporter: Jaroslaw Lewandowski
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Compass

Evicting objects from in the default implementation of first layer cache does not free all the memory.

Created: 25/Sep/08 09:00 AM   Updated: 25/Sep/08 09:40 AM
Component/s: Compass::Core
Affects Version/s: 2.1.0 M4
Fix Version/s: 2.1.0 RC


 Description  « Hide
Implementation of DefaultFirstLevelCache.evict(ResourceKey key) leaves keys in internal HashMap object which in the case of huge number of keys may cause a memory problem.

 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Shay Banon added a comment - 25/Sep/08 09:40 AM
Stupid bug. Fixed.