LLNL / Privateer

Multi-versioned memory-mapped data stores for high-performance data science
MIT License
2 stars 3 forks source link

Simple/Single Snapshot test case failed write for page evictions #11

Open caleblee31101 opened 1 month ago

caleblee31101 commented 1 month ago

Simple/Single Snapshot test cases fail to write data to the datastore after msync for cases when page eviction occurs.

caleblee31101 commented 1 month ago

It appears to be the case that the stashed blocks (swapped out blocks) are not correctly msynced to the appropriate file. This can be observed in the Simple Snapshot case where only the final element at the end (also the last recently used index) passes the test case.