-
Improvements
- [CLIENT-1959] Retry a foreground scan/query partition to a different replica when a partition unavailable error occurs.
- [CLIENT-1957] Handle
Query
,QueryExecute
andQueryAggregate
on non-existing sets without timing out. - [CLIENT-1956] Return an error when a read operation is used in a background query.
-
Fixes
- [CLIENT-1958] Prevent division by zero if the node array is empty in
Cluster.GetRandomNode()
. - [CLIENT-1955] Allow
BatchPolicy.SendKey
to be applied to all batch keys in all batch commands. Batch commands used inBatchOperate
take an independent policy object. We used to ignore theSendKey
attribute in those policies.
- [CLIENT-1958] Prevent division by zero if the node array is empty in