You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oozie.apache.org by "Alejandro Abdelnur (JIRA)" <ji...@apache.org> on 2011/09/03 00:42:09 UTC

[jira] [Created] (OOZIE-42) DB connection pool is not being closed

DB connection pool is not being closed 
---------------------------------------

                 Key: OOZIE-42
                 URL: https://issues.apache.org/jira/browse/OOZIE-42
             Project: Oozie
          Issue Type: Bug
            Reporter: Alejandro Abdelnur
            Assignee: Alejandro Abdelnur


OpenJPA closes the underlying datasource only if it implements the OpenJPA Closeable interface.

Because of this, Oozie's InstrumentedBasicDataSource is not being closed leaving many connections open (this affects testcases with external databases)



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (OOZIE-42) DB connection pool is not being closed

Posted by "Alejandro Abdelnur (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/OOZIE-42?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alejandro Abdelnur updated OOZIE-42:
------------------------------------

    Attachment: OOZIE-42.patch

> DB connection pool is not being closed 
> ---------------------------------------
>
>                 Key: OOZIE-42
>                 URL: https://issues.apache.org/jira/browse/OOZIE-42
>             Project: Oozie
>          Issue Type: Bug
>            Reporter: Alejandro Abdelnur
>            Assignee: Alejandro Abdelnur
>         Attachments: OOZIE-42.patch
>
>
> OpenJPA closes the underlying datasource only if it implements the OpenJPA Closeable interface.
> Because of this, Oozie's InstrumentedBasicDataSource is not being closed leaving many connections open (this affects testcases with external databases)

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira