Ticket #3504 (closed: fixed)
DiskMRU: manage expanding data sets by moving them around
Reported by: | Janik Zikovsky | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | critical | Milestone: | Iteration 30 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Owen Arnold |
Description
If a MDBox gets new events, it will need to:
- Release the old chunk of memory it used up
- Request a new spot in the file
- Re-save the full list there.
I want the DiskMRU to track empty spots (released spots) and re-use them for any event lists that can fit.
Change History
comment:6 Changed 9 years ago by Janik Zikovsky
- Status changed from accepted to verify
- Resolution set to fixed
In [13861]:
comment:7 Changed 9 years ago by Owen Arnold
- Status changed from verify to verifying
- Tester set to Owen Arnold
comment:10 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 4351
Note: See
TracTickets for help on using
tickets.
Refs #3467, #3392.