Class CdcCaptureExecutionRuntimeManagedConnectorSchedulerRecoveryExecutionHardeningCategories
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable category identifiers used by managed-connector scheduler recovery and execution-hardening answers.
public static class CdcCaptureExecutionRuntimeManagedConnectorSchedulerRecoveryExecutionHardeningCategoriesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorSchedulerRecoveryExecutionHardeningCategories
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 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 runtime still exposes one active reporter identifier.
public const string ActiveReporterVisible = "active-reporter-visible"Field Value
Section titled “Field Value”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”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”CurrentNodeBlocked
Section titled “ CurrentNodeBlocked”The current node cannot safely execute automatic retry yet.
public const string CurrentNodeBlocked = "current-node-blocked"Field Value
Section titled “Field Value”CurrentNodeExecutable
Section titled “ CurrentNodeExecutable”The current node can execute automatic retry safely for the current hardening answer.
public const string CurrentNodeExecutable = "current-node-executable"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”ExecutionHardened
Section titled “ ExecutionHardened”Scheduler execution truth currently looks hardened enough for bounded execution.
public const string ExecutionHardened = "execution-hardened"Field Value
Section titled “Field Value”ExecutionRisk
Section titled “ ExecutionRisk”Scheduler execution truth currently remains risky.
public const string ExecutionRisk = "execution-risk"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”LatestAutomaticExecutionAdapted
Section titled “ LatestAutomaticExecutionAdapted”The latest automatic retry execution already translated into one provider-facing command shape.
public const string LatestAutomaticExecutionAdapted = "latest-automatic-execution-adapted"Field Value
Section titled “Field Value”LatestAutomaticExecutionBlocked
Section titled “ LatestAutomaticExecutionBlocked”The latest automatic retry execution remained blocked before provider translation.
public const string LatestAutomaticExecutionBlocked = "latest-automatic-execution-blocked"Field Value
Section titled “Field Value”LatestAutomaticExecutionFailed
Section titled “ LatestAutomaticExecutionFailed”The latest automatic retry execution failed while Cephalon translated it.
public const string LatestAutomaticExecutionFailed = "latest-automatic-execution-failed"Field Value
Section titled “Field Value”LatestAutomaticExecutionOperatorOnly
Section titled “ LatestAutomaticExecutionOperatorOnly”The latest automatic retry execution remained operator-owned.
public const string LatestAutomaticExecutionOperatorOnly = "latest-automatic-execution-operator-only"Field Value
Section titled “Field Value”LatestAutomaticExecutionUnavailable
Section titled “ LatestAutomaticExecutionUnavailable”The latest automatic retry execution could not resolve one provider execution adapter.
public const string LatestAutomaticExecutionUnavailable = "latest-automatic-execution-unavailable"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”MatchingAutomaticRetryAttempt
Section titled “ MatchingAutomaticRetryAttempt”Retained history currently contains one automatic retry attempt for the current retry fingerprint.
public const string MatchingAutomaticRetryAttempt = "matching-automatic-retry-attempt"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”Scheduler recovery and execution hardening 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”PersistenceFailed
Section titled “ PersistenceFailed”The durable command journal currently reports a persistence error.
public const string PersistenceFailed = "persistence-failed"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”RecoveryBlocked
Section titled “ RecoveryBlocked”Scheduler recovery remains blocked by missing or unhealthy durable evidence.
public const string RecoveryBlocked = "recovery-blocked"Field Value
Section titled “Field Value”RecoveryFailed
Section titled “ RecoveryFailed”The durable command journal currently reports a recovery error.
public const string RecoveryFailed = "recovery-failed"Field Value
Section titled “Field Value”RecoveryReady
Section titled “ RecoveryReady”Scheduler recovery completed enough that bounded execution can resume safely.
public const string RecoveryReady = "recovery-ready"Field Value
Section titled “Field Value”Replaying
Section titled “ Replaying”Scheduler recovery is replaying retained execution evidence.
public const string Replaying = "replaying"Field Value
Section titled “Field Value”SchedulerConflicted
Section titled “ SchedulerConflicted”The durable shared scheduler currently remains conflicted.
public const string SchedulerConflicted = "scheduler-conflicted"Field Value
Section titled “Field Value”SchedulerLeaseBlocked
Section titled “ SchedulerLeaseBlocked”The durable shared scheduler currently remains blocked by broader lease truth.
public const string SchedulerLeaseBlocked = "lease-blocked"Field Value
Section titled “Field Value”SchedulerRecoveryExecutionHardening
Section titled “ SchedulerRecoveryExecutionHardening”The runtime participates in the scheduler recovery and execution-hardening lane.
public const string SchedulerRecoveryExecutionHardening = "scheduler-recovery-execution-hardening"Field Value
Section titled “Field Value”SchedulerScheduled
Section titled “ SchedulerScheduled”The durable shared scheduler currently keeps one bounded retry scheduled.
public const string SchedulerScheduled = "scheduled"Field Value
Section titled “Field Value”SchedulerUnscheduled
Section titled “ SchedulerUnscheduled”The durable shared scheduler currently does not need to keep the runtime scheduled.
public const string SchedulerUnscheduled = "unscheduled"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"