[kepler-dev] [Bug 5095] test kepler and wrp for memory leaks

bugzilla-daemon at ecoinformatics.org bugzilla-daemon at ecoinformatics.org
Wed Nov 3 16:56:00 PDT 2010


http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5095

--- Comment #13 from Derik Barseghian <barseghian at nceas.ucsb.edu> 2010-11-03 16:56:00 PDT ---
In r26239 I've changed the ObjectManager's _namedObjs WeakHashMap back to a
HashMap, see bug#5200 for details on some problems the WeakHashMap caused. If
the HashMap is causing memory issues, we could explicitly remove items from it
as necessary. Or if we want to move to a WeakHashMap, we'll have to solve the
issues in bug#5200 an alternate way, i.e. changing the kar system / kar entry
handlers. Note the ObjectManager is used in many places throughout Kepler, so a
change back to WeakHashMap will also require a lot of testing for issues
similar to 5200: attempts to look up items from OM that've been discarded.

-- 
Configure bugmail: http://bugzilla.ecoinformatics.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the Kepler-dev mailing list