Replies: 1 comment
-
|
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Sakno,
Before upgrading to version 4.5, I was using the PhiAccrualFailureDetector as the failure detection mechanism
var cluster = new RaftCluster(configuration)
{
FailureDetectorFactory = static member => new PhiAccrualFailureDetector() { Threshold = 3D },
};
Now it doesn't work - it looks a new param (estimatedFirstHeartbeat) is needed.
Could you please kindly explain what are the implications / use of this param?
And I tried initiating it with a new TimeSpan but doesn't work.
Beta Was this translation helpful? Give feedback.
All reactions