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

Fix commit record pointer offset calculation #912

Closed asolodov closed 4 months ago

asolodov commented 4 months ago

Fix commit record pointer calculation by including headerSize value in the base offset.

Relates to #691