Closed SLMT closed 3 years ago
As the title.
It is easy to break BufferPoolMgr when optimizing it. One of common bugs is getting a buffer with a wrong block when many threads are swapping buffers. This test case should be enough to detect the bug.
BufferPoolMgr
Thanks!
As the title.
It is easy to break
BufferPoolMgr
when optimizing it. One of common bugs is getting a buffer with a wrong block when many threads are swapping buffers. This test case should be enough to detect the bug.