Bug 3659

Summary: Prevent purging of TAO Transport entry if it is null
Product: TAO Reporter: Jeff Parsons <j.parsons>
Component: ORBAssignee: Johnny Willemsen <jwillemsen>
Status: RESOLVED FIXED    
Severity: enhancement CC: J.Russell.Noseworthy, mcorino
Priority: P3    
Version: 1.5.8   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 3680    
Attachments: patch file

Description Jeff Parsons 2009-04-24 13:59:23 CDT
Created attachment 1142 [details]
patch file

Attached patch file that eliminates the purging of an entry from the transport cache manager if the entry is null, sent in by Russ Noseworthy et al.
Comment 1 Johnny Willemsen 2009-04-26 13:06:06 CDT
the purge_entry does this check already, don't see a need todo this in the caller code.
Comment 2 Johnny Willemsen 2009-04-27 01:22:32 CDT
changed to wontfix
Comment 3 Martin Corino 2010-08-20 09:48:14 CDT
Implemented intended optimization in transport cache ::purge_entry() itself.
See revision 91404.