ข้ามไปยังเนื้อหา

Class CdcCaptureExecutionRuntimeManagedConnectorCrossNodeIdempotencyHardeningCategories

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

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

Defines the stable category identifiers used by managed-connector cross-node idempotency-hardening answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorCrossNodeIdempotencyHardeningCategories

objectCdcCaptureExecutionRuntimeManagedConnectorCrossNodeIdempotencyHardeningCategories

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

The current runtime still exposes one active reporter lease.

public const string ActiveLeaseVisible = "active-lease-visible"

string

The current runtime still exposes one active reporter identifier.

public const string ActiveReporterVisible = "active-reporter-visible"

string

The runtime depends on cross-node idempotency evidence before automatic retry should execute.

public const string CrossNodeRuntime = "cross-node-runtime"

string

The current node can execute automatic retry safely for the current cross-node hardening answer.

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

string

Retained history currently contains duplicated automatic retry attempts for the current retry posture.

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

string

Retained history currently contains duplicated command lineage for the current retry posture.

public const string DuplicateCommandLineage = "duplicate-command-lineage"

string

Cross-node idempotency currently remains risky because retained command lineage already looks duplicated.

public const string DuplicateLineageRisk = "duplicate-lineage-risk"

string

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

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

string

Cross-node idempotency currently looks safe for the current retry posture.

public const string IdempotentSafe = "idempotent-safe"

string

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

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

string

Cross-node retry lease ownership remains conflicted.

public const string LeaseConflict = "lease-conflict"

string

Cross-node retry lease ownership remains missing.

public const string LeaseMissing = "lease-missing"

string

Retained history currently contains one automatic retry attempt for the current retry fingerprint.

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

string

Retained history currently contains evidence for the current retry fingerprint.

public const string MatchingRetryHistory = "matching-retry-history"

string

Cross-node idempotency hardening 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

Cross-node idempotency currently remains risky because the durable replay window still lacks enough retained evidence.

public const string ReplayWindowRisk = "replay-window-risk"

string

The runtime can evaluate automatic retry on a single node without cross-node hardening.

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

string

Cross-node idempotency currently remains risky because ownership truth still looks stale.

public const string StaleOwnerRisk = "stale-owner-risk"

string