You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
#229
Open
deepak-shinde opened this issue
Oct 11, 2018
· 4 comments
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?
def get_records(record):
print(record)
query = client.query(NAMESPACE, SETNAME)
query.foreach(callback)
Traceback (most recent call last):
File "", line 1, in
exception.InvalidRequest: (4, 'AEROSPIKE_ERR_REQUEST_INVALID', 'src/main/aerospike/aerospike_query.c', 356, False)
Note:
I have added load balancer and given load balancer IP in config file.
The text was updated successfully, but these errors were encountered: