aerospike / aerospike-client-c

Aerospike C Client
Other
98 stars 103 forks source link

Errors returned by async commands always set in_doubt to true #77

Closed jhecking closed 6 years ago

jhecking commented 6 years ago

The new in_doubt flagon the as_error struct introduced in v4.3.3 does not seem to get initialized correctly (to false) for errors returned by async commands. For example, a simple, async get request for a non-existant key always returns an AEROSPIKE_ERR_RECORD_NOT_FOUND error with in_doubt set to true.