Hi,
I am making some test with the go client,
In a fresh installed single instance when i try to put 100 of txn,
sometime all works fine, and sometime i get this error:
%{
“Error” => “command execution timed out on client: Exceeded number of retries. See Policy.MaxRetries. (last error: Node not found for partitionon-disk-db:1889 in partition table.)”
}
I am a little bit confused, what is the problem, i thought that aerospike can handle a hight througput ?
version of the golang driver is:
name = “GitHub - aerospike/aerospike-client-go: Aerospike Client Go” version = “2.2.0”
Many thanks for any help.