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
Aerospike server version: 7.2.0.6_1
Aerospike client (golang) version: v7.8.0
Below code fails with ResultCode: PARAMETER_ERROR, Iteration: 0, InDoubt: false, Node: BB9060012AC4202 [::1]:3000: No operations were passed. when it calls BatchGetComplex(...).
Aerospike server version: 7.2.0.6_1
Aerospike client (golang) version: v7.8.0
Below code fails with
ResultCode: PARAMETER_ERROR, Iteration: 0, InDoubt: false, Node: BB9060012AC4202 [::1]:3000: No operations were passed.
when it calls BatchGetComplex(...).But if we replace
with
then BatchGetComplex(...) works.
The text was updated successfully, but these errors were encountered: