microsoft / FASTER

Fast persistent recoverable log and key-value store + cache, in C# and C++.
https://aka.ms/FASTER
MIT License
6.29k stars 563 forks source link

Rolling back uncommitted entries in FasterLog #895

Open jmderuty opened 6 months ago

jmderuty commented 6 months ago

I'm currently evaluating Faster for use as a backend for a distributed system synchronized using raft. Is it currently possible to rollback uncommitted entries from FasterLog ?

sakno commented 2 months ago

Short answer is no, see #461.