IntelLabs / pmgd

Persistent Memory Graph Database
MIT License
43 stars 9 forks source link

Occassional tree height disbalance in AVL remove #8

Open vishakha041 opened 6 years ago

vishakha041 commented 6 years ago

When running the mtavltest.cc in concurrency branch, 1 in 1000 times the test can have one error where the remove code causes disbalance. Needs some investigation on which level needs to be locked.