LLNL / Privateer

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

Threaded Snapshot Page Eviction Failing Case #8

Open caleblee31101 opened 1 week ago

caleblee31101 commented 1 week ago

The iteration values have been lowered for the threaded random sparse snapshot tests to run correctly, and I have found a Privateer error for region sizes of 8 MB and max block sizes of 1 and 2. (parameters where the stash is utilized and page eviction occurs)

The error below is encountered when running the test. block_storage: Error writing block to stash file - Bad address

caleblee31101 commented 1 week ago

This fails regardless of whether or not compression is enabled.