java - Weblogic Leaked Connection timeout -
if database query call made using connection obtained weblogic datasource, never returns within connection inactive timeout, cause connection leak. example, connection inactive timeout 500 seconds , db call takes 600 seconds return
will cause connection leak ?
when query takes more time defined in connection transaction properties, sqlexception occur (transactiontimeout) , execution aborted. if have many such concurrent queries, may result in bad weblogic state , need restart application server (maybe datasource restart sufficient).
Comments
Post a Comment