Opened 6 years ago
Closed 6 years ago
#1878 closed defect (fixed)
double transaction abort
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | 9.7 |
Component: | reladminif | Version: | development |
Keywords: | Cc: | ||
Complexity: | Medium |
Description
It seems that when transaction commit fails, transaction abort is executed twice: once in the catch of commit(), and once in the client. This leads to an error. Abort should be fixed to be idempotent.
Note:
See TracTickets
for help on using tickets.