Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
10.7.1.1
-
None
Description
When specifying a trace file with the traceFile connection URL attribute or with the data source setter method, the handle to the trace file isn't released when the physical connection is closed.
The problem may be specific to the implementations of ConnectionPoolDataSource and XADataSource, as using a plain data source doesn't involve reuse (i.e another mechanism may close the trace file handle).
Two potential problems caused by this bug:
o resource leak (i.e., too many file handles open)
o trace files cannot be deleted on Windows (seen for DERBY-4709)
Attachments
Attachments
Issue Links
- blocks
-
DERBY-4709 Create test that parse client trace file to detect round-trips for Derby-4653
- Closed