You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/04/06 10:16:25 UTC

[jira] [Commented] (FALCON-1866) Bug in JDBCStateStore

    [ https://issues.apache.org/jira/browse/FALCON-1866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15227929#comment-15227929 ] 

ASF GitHub Bot commented on FALCON-1866:
----------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/falcon/pull/80


> Bug in JDBCStateStore
> ---------------------
>
>                 Key: FALCON-1866
>                 URL: https://issues.apache.org/jira/browse/FALCON-1866
>             Project: Falcon
>          Issue Type: Bug
>            Reporter: Praveen Adlakha
>            Assignee: Praveen Adlakha
>             Fix For: 0.10
>
>
> Hi ,
> We have this piece of code :
> {code}
>         if (result.isEmpty()) {
>             return null;
>         }
>         entityManager.close();
> {code}
> so when ever the value is null entitymanager.close never gets executed.We should correct it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)