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
If one or more nodes in the cluster do not have the set on which the query executes, those nodes will return an error with status code 2 ("record not found"). The client will then abort the query and throw a KEY_NOT_FOUND error. The client should ignore this status code and instead return the results from the remaining cluster nodes.
If one or more nodes in the cluster do not have the set on which the query executes, those nodes will return an error with status code 2 ("record not found"). The client will then abort the query and throw a KEY_NOT_FOUND error. The client should ignore this status code and instead return the results from the remaining cluster nodes.
Ref. https://discuss.aerospike.com/t/key-not-found/6079/3
Ref. aerospike/aerospike-client-nodejs#253
The text was updated successfully, but these errors were encountered: