User Story #1230 (assigned)
Opened 16 years ago
Last modified 15 years ago
RepositoryInfo rework
Reported by: | jamoore | Owned by: | cxallan |
---|---|---|---|
Priority: | major | Milestone: | Unscheduled |
Component: | General | Keywords: | n.a. |
Cc: | cxallan, cblackburn | Story Points: | n.a. |
Sprint: | n.a. | Importance: | n.a. |
Total Remaining Time: | n.a. | Estimated Remaining Time: | n.a. |
Description
The current RepositoryInfo service implementation has a few issues:
- file system sizes are not being calculated properly; therefore the sanity checking is being disabled for 4.0
- the RepositoryTask class will eventually become a performance problem since it does not keep track of what has already been deleted (like PersistentEventLogLoader) and simply queries for all deletes
Some (or all) of these tasks may be more appropriately passed off to OmeroFs.
Change History (5)
comment:1 Changed 15 years ago by jmoore
- Cc cxallan added; callan removed
- Milestone changed from OMERO-Beta4.1 to OMERO-Beta4.0.1
comment:2 Changed 15 years ago by jmoore
- Milestone changed from OMERO-Beta4.0.1 to Future
comment:3 Changed 15 years ago by cxallan
- Milestone changed from Unscheduled to OMERO-Beta4.1
- Owner changed from jmoore to cxallan
- Status changed from new to assigned
- Version changed from 3.0-M1 to Trac
comment:4 Changed 15 years ago by cxallan
- Milestone changed from OMERO-Beta4.1 to OMERO-Beta4.2
The initial solution described in #1504 will have to suffice for now, rescheduling.
comment:5 Changed 15 years ago by cxallan
- Milestone changed from OMERO-Beta4.2 to Unscheduled
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
r4132 removes background file cleanup. The RepositoryTask is apparently taking too long and thus being forced to run again. Needs reworking badly, but we'll need to decide what pieces when.