Bug #75120 | Undo jobs execute in the same transaction context of the failed job | ||
---|---|---|---|
Submitted: | 5 Dec 2014 17:45 | ||
Reporter: | Alfranio Tavares Correia Junior | Email Updates: | |
Status: | Won't fix | Impact on me: | |
Category: | MySQL Fabric | Severity: | S3 (Non-critical) |
Version: | 1.4.1 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[5 Dec 2014 17:45]
Alfranio Tavares Correia Junior
[21 May 2015 15:57]
Ingo Strüwing
Posted by developer: Perhaps it would be good, if one could chose, if to run undo actions in the same transaction or another. A possible way would be to allow undo actions to create new jobs: begin trx job 1 (insert into t) job 1 (create job 2) commit trx begin trx job 2 (SET read_only = 1 on managed server) job 2 (has failed for any reason) undo job 2 (SET read_only = 0 on managed server) undo job 2 (create job 3) rollback trx begin trx job 3 (delete from t) commit trx
[6 Jul 2017 19:19]
Bugs System
Status updated to 'Won't fix' (Fabric is now covered under Oracle Lifetime Sustaining Support)