Task #3072 (closed)
Opened 9 years ago
Closed 9 years ago
Bug: Savepoints are missed leading to binary files being orphaned
| Reported by: | jamoore | Owned by: | jamoore |
|---|---|---|---|
| Priority: | blocker | Milestone: | OMERO-Beta4.2.1 |
| Component: | Services | Version: | n.a. |
| Keywords: | n.a. | Cc: | cblackburn |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2010-09-30 (17) |
Description
After the refactoring of #3031, not all savepoints are being closed, which leads to ids not being propagated to "actualIds". For most types, this means that an EventLog is not created, but for the binary types this means that the files on disk are not being removed.
Change History (2)
comment:1 Changed 9 years ago by jmoore
- Status changed from new to assigned
comment:2 Changed 9 years ago by jmoore
- Remaining Time changed from 0.5 to 0
- Resolution set to fixed
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
(In [8299]) Releasing parent savepoints to prevent binary delete leakage (Fix #3072)