RAJAN_PARMAR
RAJAN_PARMAR

Reputation: 139

Intermittent batch read failure from Aerospike

We have frequent batch read failure from aerospike batch read. With 86k qps request on aerospike cluster with 12 machines and 12 replication factor, when we do batch read for 9 content (in single request) sometimes we get only 8 content. I guess it is due to rebalancing of the cluster. We tried max_retries = 2, it doesn't help much although. What can be possible solution for it to make batch read fully consistent?

Aerospike Query Client
Version 3.16.0
C Client Version 4.3.20

Upvotes: 0

Views: 178

Answers (1)

kporter
kporter

Reputation: 2768

I think you are running into an issue with a the batch system in a much older version of Aerospike. Older versions couldn't proxy individual reads when the record was moved to another server. This changes at some point in the 3.x lineage.

Could you provide the Aerospike Server version that you are using?

Upvotes: 2

Related Questions