You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Robert Kanter (JIRA)" <ji...@apache.org> on 2013/11/26 00:30:35 UTC

[jira] [Updated] (OOZIE-1623) JPAService doesn't need to do reads in a transaction

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

Robert Kanter updated OOZIE-1623:
---------------------------------

    Attachment: OOZIE-1623.patch

No new/modified tests, but I don't think we really need any for this.

> JPAService doesn't need to do reads in a transaction
> ----------------------------------------------------
>
>                 Key: OOZIE-1623
>                 URL: https://issues.apache.org/jira/browse/OOZIE-1623
>             Project: Oozie
>          Issue Type: Bug
>    Affects Versions: trunk
>            Reporter: Robert Kanter
>            Assignee: Robert Kanter
>         Attachments: OOZIE-1623.patch
>
>
> {{JPAService#executeGet}} and {{JPAService#executeGetList}} are both doing {{SELECT}} queries (so only reading), which means that they shouldn't need to be in a transaction.



--
This message was sent by Atlassian JIRA
(v6.1#6144)