Class CdcCaptureExecutionRuntimeManagedConnectorMultiNodeLeaseExecutionCategories
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable category identifiers used by managed-connector broader multi-node lease-execution answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorMultiNodeLeaseExecutionCategoriesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorMultiNodeLeaseExecutionCategories
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”ActiveLeaseVisible
Section titled “ ActiveLeaseVisible”The current runtime still exposes one active reporter lease.
public const string ActiveLeaseVisible = "active-lease-visible"Field Value
Section titled “Field Value”ActiveReporterVisible
Section titled “ ActiveReporterVisible”The current runtime still exposes one active reporter identifier.
public const string ActiveReporterVisible = "active-reporter-visible"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 the current multi-node lease posture.
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 the current multi-node lease posture.
public const string CrossNodeIdempotentSafe = "cross-node-idempotent-safe"Field Value
Section titled “Field Value”CurrentNodeBlocked
Section titled “ CurrentNodeBlocked”The current node cannot yet execute the next bounded automatic retry step.
public const string CurrentNodeBlocked = "current-node-blocked"Field Value
Section titled “Field Value”CurrentNodeExecutable
Section titled “ CurrentNodeExecutable”The current node can execute the next bounded automatic retry step.
public const string CurrentNodeExecutable = "current-node-executable"Field Value
Section titled “Field Value”LeaseBlocked
Section titled “ LeaseBlocked”The current multi-node lease posture still blocks execution on this node.
public const string LeaseBlocked = "lease-blocked"Field Value
Section titled “Field Value”LeaseConflict
Section titled “ LeaseConflict”The current runtime still exposes conflicting retry lease ownership.
public const string LeaseConflict = "lease-conflict"Field Value
Section titled “Field Value”LeaseCoordinatedRuntime
Section titled “ LeaseCoordinatedRuntime”The runtime depends on cross-node lease ownership before automatic retry should execute.
public const string LeaseCoordinatedRuntime = "lease-coordinated-runtime"Field Value
Section titled “Field Value”LeaseExecutable
Section titled “ LeaseExecutable”The current multi-node lease posture allows execution on this node.
public const string LeaseExecutable = "lease-executable"Field Value
Section titled “Field Value”LeaseHeld
Section titled “ LeaseHeld”The current runtime still exposes an active retry lease.
public const string LeaseHeld = "lease-held"Field Value
Section titled “Field Value”LeaseMissing
Section titled “ LeaseMissing”The current runtime does not currently expose an active retry lease.
public const string LeaseMissing = "lease-missing"Field Value
Section titled “Field Value”NoFurtherRetryNeeded
Section titled “ NoFurtherRetryNeeded”The current shared runtime truth does not currently need another automatic retry attempt.
public const string NoFurtherRetryNeeded = "no-further-retry-needed"Field Value
Section titled “Field Value”OperatorOnly
Section titled “ OperatorOnly”Multi-node lease execution 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”SchedulerDisabled
Section titled “ SchedulerDisabled”The shared bounded retry scheduler is currently disabled for the runtime.
public const string SchedulerDisabled = "scheduler-disabled"Field Value
Section titled “Field Value”SingleNodeRuntime
Section titled “ SingleNodeRuntime”The runtime currently executes automatic retry on a single node without cross-node lease ownership.
public const string SingleNodeRuntime = "single-node-runtime"Field Value
Section titled “Field Value”StaleLeaseRisk
Section titled “ StaleLeaseRisk”The current multi-node lease posture still looks stale.
public const string StaleLeaseRisk = "stale-lease-risk"