Ticket #3467 (closed: fixed)

Opened 9 years ago

Last modified 5 years ago

Use DiskMRU in loading MDEventWorkspace

Reported by: Janik Zikovsky Owned by: Janik Zikovsky
Priority: major Milestone: Iteration 30
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Owen Arnold

Description

... in order to keep a cache of boxes in memory to speed up processing. Refs #3445.

Change History

comment:1 Changed 9 years ago by Janik Zikovsky

  • Status changed from new to accepted

comment:2 Changed 9 years ago by Janik Zikovsky

In [13638]:

Refs #3467: Steps to use DiskMRU, checking in to work on something else.

comment:3 Changed 9 years ago by Janik Zikovsky

In [13639]:

Refs #3467: Fix windows test build

comment:4 Changed 9 years ago by Janik Zikovsky

In [13660]:

Refs #3467: Try to fix the Windows build by purging any reference to TestHelpers and DataObjects from API.

comment:5 Changed 9 years ago by Janik Zikovsky

In [13661]:

Refs #3467: Fix build in API.

comment:6 Changed 9 years ago by Janik Zikovsky

In [13687]:

Fixes #3445: DiskMRU class should now have all the necessary functionality. Refs #3467: Implemented diskMRU into MDEventWorkspace, which now caches a certain amount of events in memory when using the file back end. First level of writable cache (can't change the # of events in a list yet).

comment:7 Changed 9 years ago by Janik Zikovsky

In [13688]:

Refs #3467: Fix failing test temporarily since I have no idea what changed to make this fail.

comment:8 Changed 9 years ago by Janik Zikovsky

In [13788]:

Refs #3504, #3467: Moved the DiskMRU class and related objects from API to Kernel.

comment:5 Changed 9 years ago by Janik Zikovsky

In [13860]:

Refs #3504, #3467: MDBox will relocate blocks when saving.

comment:6 Changed 9 years ago by Janik Zikovsky

In [13868]:

Refs #3467: The DiskMRU cache properly extends the size of the event_data field in the MDEW NXS file.

comment:7 Changed 9 years ago by Janik Zikovsky

In [13897]:

Refs #3532: SaveMDEW has option to update the file-based back-end. When calling addEvent() on a disk-cached MDBox it does not require loading data from disk. Support for splitting a MDBox into a MDGridBox when using the DiskMRU. Refs #3467.

comment:8 Changed 9 years ago by Mathieu Doucet

21 new warnings with the last commit?!

comment:9 Changed 9 years ago by Janik Zikovsky

  • Status changed from accepted to verify
  • Resolution set to fixed

comment:10 Changed 9 years ago by Owen Arnold

  • Status changed from verify to verifying
  • Tester set to Owen Arnold

comment:11 Changed 9 years ago by Owen Arnold

  • Status changed from verifying to closed

LoadMD works with DiskMRU from box controller.

comment:12 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 4314

Note: See TracTickets for help on using tickets.