I am facing an issue where aerospike read is stale .
Two thread is trying to update the record with generation id using operate API.
Thread 1 has updated the record and increased the generation id by one. verified this through reading the record again via Operate API. Wherein Thread2 read the same record with updated generation id (increased by Thread1) but the bins were not updated. How it is possible that generation id is changed but bins are not updated ? there are no other updates happened in between the operations ?