Skip to content
Commit dc52f967 authored by xnovak8's avatar xnovak8
Browse files

* 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)
parent a3a4f75b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment