You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I noticed that when using Orleans Dashboard, SiloOptionsLogger are not logging any information.
I need just commend out .UseDashboard() to get SiloOptionsLogger back in logging output.
Example:
info: Orleans.Runtime.SiloOptionsLogger[0]
Configuration Orleans.Configuration.ClusterMembershipOptions:
NumMissedTableIAmAliveLimit: 2
LivenessEnabled: True
ProbeTimeout: 00:00:10
TableRefreshTimeout: 00:01:00
DeathVoteExpirationTimeout: 00:02:00
IAmAliveTablePublishTimeout: 00:05:00
MaxJoinAttemptTime: 00:05:00
ExpectedClusterSize: 1
ValidateInitialConnectivity: True
UseLivenessGossip: True
NumProbedSilos: 3
NumMissedProbesLimit: 3
NumVotesForDeathDeclaration: 2
IsRunningAsUnitTest: False
Any idea what can cause this in .UseDashboard extension?
The text was updated successfully, but these errors were encountered:
Hi. I noticed that when using Orleans Dashboard, SiloOptionsLogger are not logging any information.
I need just commend out .UseDashboard() to get SiloOptionsLogger back in logging output.
Example:
info: Orleans.Runtime.SiloOptionsLogger[0]
Configuration Orleans.Configuration.ClusterMembershipOptions:
NumMissedTableIAmAliveLimit: 2
LivenessEnabled: True
ProbeTimeout: 00:00:10
TableRefreshTimeout: 00:01:00
DeathVoteExpirationTimeout: 00:02:00
IAmAliveTablePublishTimeout: 00:05:00
MaxJoinAttemptTime: 00:05:00
ExpectedClusterSize: 1
ValidateInitialConnectivity: True
UseLivenessGossip: True
NumProbedSilos: 3
NumMissedProbesLimit: 3
NumVotesForDeathDeclaration: 2
IsRunningAsUnitTest: False
Any idea what can cause this in .UseDashboard extension?
The text was updated successfully, but these errors were encountered: