Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryLeaseCategories

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Defines the stable category identifiers used by managed-connector distributed retry lease answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryLeaseCategories

objectCdcCaptureExecutionRuntimeManagedConnectorDistributedRetryLeaseCategories

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

The current host declared a local coordination owner identifier for distributed retry.

public const string CoordinationOwnerConfigured = "coordination-owner-configured"

string

The current host did not declare a local coordination owner identifier for distributed retry.

public const string CoordinationOwnerMissing = "coordination-owner-missing"

string

Cross-node idempotency currently remains risky for automatic retry.

public const string CrossNodeIdempotencyRisk = "cross-node-idempotency-risk"

string

Cross-node idempotency currently looks safe for automatic retry.

public const string CrossNodeIdempotentSafe = "cross-node-idempotent-safe"

string

The current host can execute automatic retry safely on this node.

public const string CurrentNodeExecutable = "current-node-executable"

string

The bounded command journal currently retains multiple automatic retry attempts for the same retry fingerprint.

public const string DuplicateAutomaticRetryAttempts = "duplicate-automatic-retry-attempts"

string

A durable command-journal store is configured for the runtime.

public const string DurableJournalConfigured = "durable-journal-configured"

string

The durable command journal currently looks healthy for cross-node retry decisions.

public const string DurableJournalHealthy = "durable-journal-healthy"

string

Automatic retry currently depends on in-memory command history only.

public const string InMemoryJournalOnly = "in-memory-journal-only"

string

The durable command journal currently reports a recovery or persistence failure.

public const string JournalFailure = "journal-failure"

string

Cross-node lease coordination remains conflicted.

public const string LeaseConflict = "lease-conflict"

string

The runtime depends on cross-node lease coordination before automatic retry should execute.

public const string LeaseCoordinatedRuntime = "lease-coordinated-runtime"

string

The current host currently holds the active retry lease.

public const string LeaseHeld = "lease-held"

string

No active retry lease is currently visible for automatic retry.

public const string LeaseMissing = "lease-missing"

string

The bounded command journal currently retains one matching automatic retry attempt.

public const string MatchingAutomaticRetryAttempt = "matching-automatic-retry-attempt"

string

Distributed retry lease posture still remains operator-owned outside Cephalon.

public const string OperatorOnly = "operator-only"

string

The current host coordination owner matches the active reporter lease.

public const string OwnerMatch = "owner-match"

string

The current host coordination owner does not match the active reporter lease.

public const string OwnerMismatch = "owner-mismatch"

string

The durable command journal currently exposes persisted recorded history.

public const string PersistedHistory = "persisted-history"

string

The durable command journal currently exposes recovered recorded history.

public const string RecoveredHistory = "recovered-history"

string

The bounded command journal currently retains matching retry history.

public const string RetryHistoryPresent = "retry-history-present"

string

The runtime can evaluate automatic retry on a single node without lease coordination.

public const string SingleNodeRuntime = "single-node-runtime"

string