You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@aurora.apache.org by "Zameer Manji (JIRA)" <ji...@apache.org> on 2014/09/09 19:03:31 UTC

[jira] [Assigned] (AURORA-694) When MemStorage is layered over DbStorage, SQL is not transactioned

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

Zameer Manji reassigned AURORA-694:
-----------------------------------

    Assignee: Zameer Manji

> When MemStorage is layered over DbStorage, SQL is not transactioned
> -------------------------------------------------------------------
>
>                 Key: AURORA-694
>                 URL: https://issues.apache.org/jira/browse/AURORA-694
>             Project: Aurora
>          Issue Type: Bug
>          Components: Scheduler
>            Reporter: Bill Farner
>            Assignee: Zameer Manji
>            Priority: Critical
>
> Noticed this when a {{JdbcSQLException}} bubbled out of a database call in a unit test, which should not happen if all calls go through the {{@Transactional}} methods in {{DbStorage}}.  Closer inspection reveals that {{MemStorage}} delegates operations to {{@Delegated}} 'table' implementations, but does not delegate in a way that database transactions are used.



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