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.
The new
in_doubt
flagon theas_error
struct introduced in v4.3.3 does not seem to get initialized correctly (tofalse
) for errors returned by async commands. For example, a simple, async get request for a non-existant key always returns anAEROSPIKE_ERR_RECORD_NOT_FOUND
error within_doubt
set totrue
.