Table of Contents

Class WalBackPressureTimeoutException

Namespace
Typhon.Engine
Assembly
Typhon.Engine.dll

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)

public WalBackPressureTimeoutException(int requestedBytes, TimeSpan waitDuration)

Parameters

requestedBytes int

Number of bytes the producer tried to claim.

waitDuration TimeSpan

How long the producer waited before the timeout fired.

Properties

RequestedBytes

Number of bytes the producer tried to claim.

public int RequestedBytes { get; }

Property Value

int