Ticket #130 (new enhancement)

Opened 3 years ago

Last modified 3 years ago

Make sure updating/creation of cached_size happens within a (serializable) transaction when directory is updated/created

Reported by: julians Assigned to: mlandauer
Priority: major Milestone:
Component: Daemon Version:
Keywords: Cc:

Description

Currently, there are small time windows in which a new directory has been created/deleted/updated in the database, but the corresponding cache entry hasn't. If the separate cached_sizes table is kept around, it should be updated together with the directories table within a serializable transaction so that there is never a directory entry without its cache.

Change History

02/21/07 11:56:18 changed by julians

  • component changed from API to Daemon.

10/18/07 16:06:13 changed by matthewl

  • milestone deleted.

Milestone Uncommited Work deleted