Data is in DB, but Aerospike replies with "empty" set (wire protocol reading displays all 00 00 00 related to Aerospike_message)

Aerospike verison 3.5.3 3 node cluster

Aerospike replies to clients that there is no data, but its incorrect. Looking at namespace, data does exist.

I am new to the Aerospike community, so apologies if not all data required is added. I will add any data required.

That’s quite an old version, any plans to upgrade?

Also, we can’t really say anything without the basics…

  1. How is the client trying to get the data? (Code snippets and exceptions please)
  2. How do you know the data exists?
  3. Have you tried using AQL to see if a select statement works?