You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add specific error for when the length is longer than a page size. Currently, this is also Corrupted_control_file but it seems better to be specific with this error. Also, we should add path information to the error.
A list of things to-do for adding a lower layer that can be used to archive data instead of deleting it during a GC.
Configuration
lower_root
configuration value @metanivek irmin-pack: add lower_root config for lower layer #2177V5
version and any updates to upper control file @metanivek irmin-pack: add V5 version #2184volume_num
to control fileVolumes
Migration
Miscellaneous
from irmin-pack: introduce volume control file #2180 (comment)
Corrupted_control_file
so that we can know which control file is at fault. This can likely be as simple as giving a string that we put a message into. @metanivek irmin-pack: add context for corrupted control file #2224Corrupted_control_file
but it seems better to be specific with this error. Also, we should add path information to the error.from irmin-pack: initial integration of lower into store api #2188 (comment)
fresh
, we need to recursively delete the lower root's volumes irmin-pack: implementfresh
for lower layer #2238add_volume
is called an no lower exists? @metanivek irmin-pack: adding a volume w/o lower is an error #2199add classification for volume files @metanivek irmin-pack: add classification for volume files #2201
(tentative) switch from using mmap to lazy loading data for mapping file @art-w irmin-pack: no mmap syscall #2232
Follow-up PRs
The text was updated successfully, but these errors were encountered: