Skip to main content
Table of Contents

Class LogEvents.Projection

Namespace
Stratara.Diagnostics
Assembly
Stratara.Diagnostics.dll

Projection worker event-IDs (104_000s).

public static class LogEvents.Projection
Inheritance
LogEvents.Projection
Inherited Members

Fields

EventsNotRelevantForProjection

Received event bundle does not contain events relevant to this projection.

public const int EventsNotRelevantForProjection = 104004

Field Value

int

PrecedingFactMissing

A bundle refers to an entity no projection has applied yet; it is retried (warning).

public const int PrecedingFactMissing = 104010

Field Value

int

ProjectionFailed

Projection failed processing an event bundle (error).

public const int ProjectionFailed = 104103

Field Value

int

ProjectionReplayBatchFailed

A projection-replay batch failed on one attempt and is retried under the replay-batch policy (warning).

public const int ProjectionReplayBatchFailed = 104011

Field Value

int

ProjectionReplayBatchPublished

One projection-replay batch published to the projection worker.

public const int ProjectionReplayBatchPublished = 104008

Field Value

int

ProjectionReplayCompleted

Projection replay session has completed.

public const int ProjectionReplayCompleted = 104006

Field Value

int

ProjectionReplayCoordinationInProcess

No shared coordination store is registered, so replay coordination is confined to this process (warning, once at start-up).

public const int ProjectionReplayCoordinationInProcess = 104012

Field Value

int

ProjectionReplayFailed

Projection replay failed (error).

public const int ProjectionReplayFailed = 104109

Field Value

int

ProjectionReplayRequestSubscriberFailed

A subscriber to the in-process replay-request channel failed; the other subscribers were still notified (warning).

public const int ProjectionReplayRequestSubscriberFailed = 104013

Field Value

int

ProjectionReplayStarted

Projection replay session has started.

public const int ProjectionReplayStarted = 104005

Field Value

int

ProjectionViewsTruncated

Projection views were truncated as part of replay setup.

public const int ProjectionViewsTruncated = 104007

Field Value

int

ProjectionWorkerStarted

Projection worker has started.

public const int ProjectionWorkerStarted = 104001

Field Value

int

ProjectionWorkerStopped

Projection worker has stopped.

public const int ProjectionWorkerStopped = 104002

Field Value

int