Hi,
When I evaluate ALEX+, I try to insert some kvs into an empty ALEX+ in single thread, and it seems that the program meet a deadlock.
Hope the author could fix the problem. Thanks a lot!
ALEX+ does not implemented the SMO at the root node yet as our experiments only concern bulkloaded tree.
Inserting into empty tree will trigger such SMO. You may bulkload more kv for now.
Hi, When I evaluate ALEX+, I try to insert some kvs into an empty ALEX+ in single thread, and it seems that the program meet a deadlock. Hope the author could fix the problem. Thanks a lot!