Class LogEvents.Orleans
- Namespace
- Stratara.Diagnostics
- Assembly
- Stratara.Diagnostics.dll
Orleans execution model event-IDs (117_000s) — emitted by the store readers, the durable-intent dispatcher, heavy work and the silo start-up checks.
public static class LogEvents.Orleans
- Inheritance
-
LogEvents.Orleans
- Inherited Members
Fields
CatchUpFaulted
A catch-up started by a wake-up failed; the next wake-up or poll reads again (error).
public const int CatchUpFaulted = 117103
Field Value
CommandKept
A recorded command exhausted its resume bound and was kept for an operator (warning).
public const int CommandKept = 117104
Field Value
CommandRecorded
A command was recorded as a durable intent before its dispatch returned (debug).
public const int CommandRecorded = 117003
Field Value
CommandResumed
A recorded command whose hand-over was lost was handed over again.
public const int CommandResumed = 117004
Field Value
CompletionFlushFailed
Removing completed intents failed; the drain resumes them, and their handlers may run again (warning).
public const int CompletionFlushFailed = 117105
Field Value
DirectoryCheckFailed
The storage-backed grain directory the execution model requires is not registered; the silo does not start (error).
public const int DirectoryCheckFailed = 117107
Field Value
EntryAttemptFailed
One attempt to apply an entry failed and is retried under the preceding-fact policy (warning).
public const int EntryAttemptFailed = 117102
Field Value
IntentRenewalFailed
Renewing a running command's hand-over failed; the next renewal tries again (warning).
public const int IntentRenewalFailed = 117108
Field Value
PartitionStalled
A store reader stopped at an entry it could not apply; its checkpoint stays before the entry (warning).
public const int PartitionStalled = 117101
Field Value
PermitReleaseFailed
Releasing a heavy unit's permit failed; its lease releases it (warning).
public const int PermitReleaseFailed = 117110
Field Value
PermitReleasedByExpiry
A heavy-work permit was released because its holder left the cluster or its lease lapsed (warning).
public const int PermitReleasedByExpiry = 117106
Field Value
PermitRenewalLost
A running heavy unit's permit was no longer held when renewed and is taken again (warning).
public const int PermitRenewalLost = 117109
Field Value
RecordedCommandsWithoutIntentStore
The outbox drain found recorded commands on a silo without an intent store, so it cannot resume them (warning).
public const int RecordedCommandsWithoutIntentStore = 117111
Field Value
StoreReaderStarted
A store reader was activated for its consumer and partition.
public const int StoreReaderStarted = 117001
Field Value
StoreReaderStopped
A store reader was deactivated.
public const int StoreReaderStopped = 117002