Opened 16 years ago

Closed 16 years ago

#625 closed defect (fixed)

Add exception handling when a cached FDO connection is being removed from the cache

Reported by: brucedechant Owned by: brucedechant
Priority: medium Milestone: 2.1
Component: Server Version: 2.0.1
Severity: minor Keywords:
Cc: External ID:

Description

There is no exception handling when a FDO connection is closed while attempting to remove it from the cache. If an exception occurs during the closing of a FDO connection for whatever reason the FDO connection is not removed from the cache.

If the closing of the FDO connection fails the FDO connection should still be removed from the cache.

Examples of why the closing of a FDO connection might cause an exception:

  • The underlying feature source of the FDO connection has terminated the connection on its own by a DBA
  • A network cable is unplugged and the connection is lost

Change History (2)

comment:1 by brucedechant, 16 years ago

Owner: set to brucedechant
Status: newassigned

comment:2 by brucedechant, 16 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.