komora-io / marble

garbage-collecting on-disk object store, supporting higher level KV stores and databases.
Apache License 2.0
352 stars 12 forks source link

Crash safety #12

Open divergentdave opened 1 year ago

divergentdave commented 1 year ago

I ran a stripped down version of my ALICE test harness against a recent alpha of sled, and identified some durability issues. Half of the reported items were low hanging fruit in marble's creation of a new object store. (These could also mask more subtle issues after startup) See also spacejam/sled#1229.