You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2017/04/09 19:31:41 UTC

[jira] [Assigned] (BEAM-1922) DataSource in JdbcIO is not closed

     [ https://issues.apache.org/jira/browse/BEAM-1922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned BEAM-1922:
------------------------------------------

    Assignee: Jean-Baptiste Onofré  (was: Xu Mingmin)

> DataSource in JdbcIO is not closed
> ----------------------------------
>
>                 Key: BEAM-1922
>                 URL: https://issues.apache.org/jira/browse/BEAM-1922
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-extensions
>            Reporter: Xu Mingmin
>            Assignee: Jean-Baptiste Onofré
>
> The line below is not closed properly, 
> {code}
> BasicDataSource basicDataSource = new BasicDataSource();
> {code}
> It's a potential issue for the other usage, although {{DataSource}} doesn't have a {{close()}} method.
> {code}
> public static DataSourceConfiguration create(DataSource dataSource)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)