ConnectionIssue
class
Namespace: Orleans.EventSourcing
Represents information about connection issues encountered inside log consistency protocols. It is used both inside the protocol to track retry loops, and is made visible to users who want to monitor their log-consistent grains for communication issues.
[Orleans.GenerateSerializer]public abstract class ConnectionIssueProperties
NumberOfConsecutiveFailuresThe number of times we have observed this issue since the first failureRetryDelayThe delay we are waiting before the next retryTimeOfFirstFailureThe UTC timestamp of the first time we observed this issueTimeStampThe UTC timestamp of the last time at which the issue was observed
Methods
ComputeRetryDelay(TimeSpan?)Computes the retry delay based on the rest of the information. Is overridden by subclasses that represent specific categories of issues.
