EHC ❯ UpdatingSelfPopulatingCache ThreadName removal
- 
                Bug
 - 
                Status: Closed
 - 
                
 - 
                Resolution: Fixed
 - 
                
 - 
                
 
- 
                drb
 - 
                Reporter: sourceforgetracker
 - 
                September 21, 2009
 - 
                0
 - 
                Watchers: 0
 - 
                September 22, 2009
 - 
                September 22, 2009
 
Description
In UpdatingSelfPopulatingCache the Thread renaming fixed in beta2 as code leftover.
public Element get(final Object key) throws LockTimeoutException { String oldThreadName = Thread.currentThread().getName();
    try { ..
        return element;
    } catch (final Throwable throwable) { ..        \} finally \{
        Thread.currentThread().setName(oldThreadName);
    }
}
Sourceforge Ticket ID: 1871858 - Opened By: dquintela - 15 Jan 2008 10:54 UTC
Comments
Sourceforge Tracker 2009-09-21
Fiona OShea 2009-09-22
Re-opening so that I can properly close out these issues and have correct Resolution status in Jira
Logged In: YES user_id=693320 Originator: NO
Hi
Missed that one. Fixed.
Ta
Greg Comment by: gregluck - 30 Jan 2008 07:09 UTC