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 23:06:29 UTC

[jira] [Commented] (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:comment-tabpanel&focusedCommentId=14127552#comment-14127552 ] 

Zameer Manji commented on AURORA-694:
-------------------------------------

A review for this issue is here: https://reviews.apache.org/r/25483

> 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)