Bill Farner created AURORA-694:
----------------------------------
Summary: 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
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)