Revision 5b3e6c9f70f94f4ae7440de453fd75cd1d3bbeb6 authored by Nicolas Dandrimont on 04 February 2021, 08:56:03 UTC, committed by Nicolas Dandrimont on 04 February 2021, 13:37:12 UTC
This is mostly a consistency addition, considering that most (if not
all) loaders will only add a single snapshot.

The common pattern of loading objects in topological order (content >
directory > revision > release > snapshot), then flushing the storage,
is now fully consistent; Without this addition, the snapshot addition
would reach the backend storage before all other objects are added,
leading to potential inconsistencies if the flush of other object types
fails.
1 parent 18967ed
History
File Mode Size
bin
doc
json
upgrades
.gitignore -rw-r--r-- 26 bytes
Makefile -rw-r--r-- 1.5 KB
TODO -rw-r--r-- 1.1 KB
clusters.dot -rw-r--r-- 2.0 KB

back to top