by Hanson » Mon Aug 18, 2014 10:57 pm
Aerospike 3.3.12 with C client.
The client has 2 threads: one thread doing records Insert with unique keys, and another thread doing aerospike_query_foreach(). The Callback function sometime returned duplicated records (duplicated keys): It occurs randomly, 1 minute or 10 minutes or hour of interval. When it occurs, it always reports 32 duplicated records in a batch. Seems a block of data is duplicated.