Class CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryOrchestrationCategories
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable category identifiers used by managed-connector distributed retry orchestration answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryOrchestrationCategoriesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorDistributedRetryOrchestrationCategories
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”AutomaticRetryAttemptRecorded
Section titled “ AutomaticRetryAttemptRecorded”The bounded command history already records one automatic retry attempt.
public const string AutomaticRetryAttemptRecorded = "automatic-retry-attempt-recorded"Field Value
Section titled “Field Value”BoundedSharedScheduler
Section titled “ BoundedSharedScheduler”The runtime participates in the shared bounded distributed retry scheduler.
public const string BoundedSharedScheduler = "bounded-shared-scheduler"Field Value
Section titled “Field Value”CooldownWindow
Section titled “ CooldownWindow”The current retry policy is still waiting for a cooldown window to elapse.
public const string CooldownWindow = "cooldown-window"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”CurrentNodeSchedulable
Section titled “ CurrentNodeSchedulable”The current runtime can schedule automatic retry on the current node.
public const string CurrentNodeSchedulable = "current-node-schedulable"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”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”NoFurtherRetryNeeded
Section titled “ NoFurtherRetryNeeded”No further automatic retry scheduling is currently needed for the runtime.
public const string NoFurtherRetryNeeded = "no-further-retry-needed"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”Distributed retry orchestration 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”SchedulerDisabled
Section titled “ SchedulerDisabled”The shared bounded distributed retry scheduler is disabled for the current runtime.
public const string SchedulerDisabled = "scheduler-disabled"Field Value
Section titled “Field Value”SchedulerEnabled
Section titled “ SchedulerEnabled”The shared bounded distributed retry scheduler is enabled for the current runtime.
public const string SchedulerEnabled = "scheduler-enabled"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"