[
https://issues.apache.org/jira/browse/FALCON-1866?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15215811#comment-15215811
]
ASF GitHub Bot commented on FALCON-1866:
----------------------------------------
GitHub user PraveenAdlakha opened a pull request:
https://github.com/apache/falcon/pull/80
FALCON-1866 bug in JDBCStateStore
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/PraveenAdlakha/falcon 1866
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/falcon/pull/80.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #80
----
commit fbe698dab3f3866ef17c081104751f68026dc2a8
Author: Praveen Adlakha <[email protected]>
Date: 2016-03-29T10:23:23Z
FALCON-1866 bug in JDBCStateStore
----
> 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
>
> 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)