History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: UP-1940
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Eric Dalquist
Reporter: Eric Dalquist
Votes: 0
Watchers: 0
Operations

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

ReferenceEntityCache threads are not stopped on context shutdown

Created: 04/Feb/08 12:39 PM   Updated: 05/Mar/08 07:51 AM
Component/s: Groups
Affects Version/s: 3.0.0-M5
Fix Version/s: 3.0.0-RC2

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
The ReferenceEntityCache.CacheSweeper threads need to be tied back to the portal context lifecycle to ensure they are cleaned up when the context shuts down.

 All   Comments   Work Log   Change History      Sort Order:
Eric Dalquist [05/Mar/08 07:44 AM]
Switching the entity caching framework to use a Spring-Modules backed cache resolved this issue since the cache sweep threads are no longer used.