Class WalBackPressureTimeoutException
A WAL commit buffer claim timed out waiting for buffer space (back-pressure). Always transient — the buffer will drain and space will become available.
public class WalBackPressureTimeoutException : TyphonTimeoutException, ISerializable
- Inheritance
-
WalBackPressureTimeoutException
- Implements
- Inherited Members
Constructors
WalBackPressureTimeoutException(int, TimeSpan)
Creates a new WalBackPressureTimeoutException.
public WalBackPressureTimeoutException(int requestedBytes, TimeSpan waitDuration)
Parameters
requestedBytesintNumber of bytes the producer tried to claim.
waitDurationTimeSpanHow long the producer waited before the timeout fired.
Properties
RequestedBytes
Number of bytes the producer tried to claim.
public int RequestedBytes { get; }