Bill Farner created AURORA-138: ---------------------------------- Summary: Ensure state change side-effects occur at the end of transactions Key: AURORA-138 URL: https://issues.apache.org/jira/browse/AURORA-138 Project: Aurora Issue Type: Story Components: Scheduler Reporter: Bill Farner Priority: Minor
TaskStateMachine reports side-effects to perform after a task's status is altered, but these only happen near the end of the local transaction. Because of the way transactions are executed, the local transaction may be wrapped in an outer transaction, and state is only stored after the outer-most transaction completes. This means we could perform side-effects relevant to state that has not yet been persisted. -- This message was sent by Atlassian JIRA (v6.1.5#6160)