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 CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryLeaseCategoriesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryLeaseCategories
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”CoordinationOwnerConfigured
Section titled “ CoordinationOwnerConfigured”The current host declared a local coordination owner identifier for distributed retry.
public const string CoordinationOwnerConfigured = "coordination-owner-configured"Field Value
Section titled “Field Value”CoordinationOwnerMissing
Section titled “ CoordinationOwnerMissing”The current host did not declare a local coordination owner identifier for distributed retry.
public const string CoordinationOwnerMissing = "coordination-owner-missing"Field Value
Section titled “Field Value”CrossNodeIdempotencyRisk
Section titled “ CrossNodeIdempotencyRisk”Cross-node idempotency currently remains risky for automatic retry.
public const string CrossNodeIdempotencyRisk = "cross-node-idempotency-risk"Field Value
Section titled “Field Value”CrossNodeIdempotentSafe
Section titled “ CrossNodeIdempotentSafe”Cross-node idempotency currently looks safe for automatic retry.
public const string CrossNodeIdempotentSafe = "cross-node-idempotent-safe"Field Value
Section titled “Field Value”CurrentNodeExecutable
Section titled “ CurrentNodeExecutable”The current host can execute automatic retry safely on this node.
public const string CurrentNodeExecutable = "current-node-executable"Field Value
Section titled “Field Value”DuplicateAutomaticRetryAttempts
Section titled “ DuplicateAutomaticRetryAttempts”The bounded command journal currently retains multiple automatic retry attempts for the same retry fingerprint.
public const string DuplicateAutomaticRetryAttempts = "duplicate-automatic-retry-attempts"Field Value
Section titled “Field Value”DurableJournalConfigured
Section titled “ DurableJournalConfigured”A durable command-journal store is configured for the runtime.
public const string DurableJournalConfigured = "durable-journal-configured"Field Value
Section titled “Field Value”DurableJournalHealthy
Section titled “ DurableJournalHealthy”The durable command journal currently looks healthy for cross-node retry decisions.
public const string DurableJournalHealthy = "durable-journal-healthy"Field Value
Section titled “Field Value”InMemoryJournalOnly
Section titled “ InMemoryJournalOnly”Automatic retry currently depends on in-memory command history only.
public const string InMemoryJournalOnly = "in-memory-journal-only"Field Value
Section titled “Field Value”JournalFailure
Section titled “ JournalFailure”The durable command journal currently reports a recovery or persistence failure.
public const string JournalFailure = "journal-failure"Field Value
Section titled “Field Value”LeaseConflict
Section titled “ LeaseConflict”Cross-node lease coordination remains conflicted.
public const string LeaseConflict = "lease-conflict"Field Value
Section titled “Field Value”LeaseCoordinatedRuntime
Section titled “ LeaseCoordinatedRuntime”The runtime depends on cross-node lease coordination before automatic retry should execute.
public const string LeaseCoordinatedRuntime = "lease-coordinated-runtime"Field Value
Section titled “Field Value”LeaseHeld
Section titled “ LeaseHeld”The current host currently holds the active retry lease.
public const string LeaseHeld = "lease-held"Field Value
Section titled “Field Value”LeaseMissing
Section titled “ LeaseMissing”No active retry lease is currently visible for automatic retry.
public const string LeaseMissing = "lease-missing"Field Value
Section titled “Field Value”MatchingAutomaticRetryAttempt
Section titled “ MatchingAutomaticRetryAttempt”The bounded command journal currently retains one matching automatic retry attempt.
public const string MatchingAutomaticRetryAttempt = "matching-automatic-retry-attempt"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”Distributed retry lease posture still remains operator-owned outside Cephalon.
public const string OperatorOnly = "operator-only"Field Value
Section titled “Field Value”OwnerMatch
Section titled “ OwnerMatch”The current host coordination owner matches the active reporter lease.
public const string OwnerMatch = "owner-match"Field Value
Section titled “Field Value”OwnerMismatch
Section titled “ OwnerMismatch”The current host coordination owner does not match the active reporter lease.
public const string OwnerMismatch = "owner-mismatch"Field Value
Section titled “Field Value”PersistedHistory
Section titled “ PersistedHistory”The durable command journal currently exposes persisted recorded history.
public const string PersistedHistory = "persisted-history"Field Value
Section titled “Field Value”RecoveredHistory
Section titled “ RecoveredHistory”The durable command journal currently exposes recovered recorded history.
public const string RecoveredHistory = "recovered-history"Field Value
Section titled “Field Value”RetryHistoryPresent
Section titled “ RetryHistoryPresent”The bounded command journal currently retains matching retry history.
public const string RetryHistoryPresent = "retry-history-present"Field Value
Section titled “Field Value”SingleNodeRuntime
Section titled “ SingleNodeRuntime”The runtime can evaluate automatic retry on a single node without lease coordination.
public const string SingleNodeRuntime = "single-node-runtime"