yahoo / Oak

A Scalable Concurrent Key-Value Map for Big Data Analytics
Apache License 2.0
268 stars 48 forks source link

Add delete-allocate stress test #136

Open sanastas opened 3 years ago

sanastas commented 3 years ago

Add a test for existing and known bug of accessing a deleted slice from released chunk (causing infinite loop). This will require long and massive concurrent put and delete usage including some delays in the middle. This will help to check the fix easier and never fail into this problem again.

For more explanations feel free to add questions in this issue.