* fixed two bugs in insert:
1) in case of multi-buckets, multi-threads, split could have been initiated on a node already split by a different thread 2) objectCount was transient int, but should have been AtomicInteger * fixed approx search in case of multi-bucket when all objects from the multi-bucket are processed (much more objects were accessed than specified by the approx configuration)
Loading
Please register or sign in to comment