ClientPolicy.maxErrorRate Field
Maximum number of errors allowed per node per
errorRateWindow before backoff
algorithm throws
AerospikeException.Backoff on database
commands to that node. If maxErrorRate is zero, there is no error limit and
the exception will not be thrown.
The counted error types are any error that causes the connection to close (socket errors
and client timeouts) and DEVICE_OVERLOAD.
Default: 100
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
Field Value
Int32