Project

General

Profile

Bug #2636

JDBC connection leak

Added by Eric Faulhaber over 8 years ago. Updated over 7 years ago.

Status:
Closed
Priority:
High
Start date:
08/11/2015
Due date:
% Done:

100%

billable:
No
vendor_id:
GCD
case_num:

History

#1 Updated by Eric Faulhaber over 8 years ago

We are leaking JDBC connections under certain conditions, when a user context is cleaned up. Persistence$Context.cleanup() was not closing the currently open Hibernate session in some cases, leaving database connections checked out of the connection pool. Under conditions where this happened repeatedly, we eventually would exhaust the pool.

Created branch 2636a, based on trunk revision 10919. Fix is committed as branch rev. 10920 and is under regression test.

#2 Updated by Eric Faulhaber over 8 years ago

The update has passed regression testing and was merged to trunk rev. 10920. The branch was archived. A merge notice was sent to the development team.

#3 Updated by Eric Faulhaber over 8 years ago

  • Status changed from WIP to Closed
  • % Done changed from 0 to 100

#4 Updated by Greg Shah over 7 years ago

  • Target version changed from Milestone 11 to Cleanup and Stablization for Server Features

Also available in: Atom PDF