aerospike-client-python
aerospike-client-python copied to clipboard
I have setup multiple nodes on single cluster. Sometime I get proper result but sometimes it throws following errors so it is giving me undefined behaviour
def get_records(record): print(record) query = client.query(NAMESPACE, SETNAME) query.foreach(callback)
Traceback (most recent call last):
File "
Note: I have added load balancer and given load balancer IP in config file.
Thanks for reporting this, we will look into the issue.
Could you share the version of the Aerospike Python Client, and the version of the Aerospike Server you are running?
@aerospikerobertmarks
I'm seeing a similar issue. Server version is 4.2.0.5 and client version is 3.4.0
That is an error that is coming from the server, and can be caused by many different things. Could you check if you have any warnings or errors in your server logs from around the time when you received this error on the client?
Also is this an issue which always happens, or is it only rarely?
I have added load balancer and given load balancer IP in config file.
@deepak-shinde are you saying you have a load balancer in between the Aerospike client and the Aerospike server?