-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get frequent SuspectedDown on localhost #48
Comments
The following code is suspicious.
Shouldn't it be the opposite? Aren't expired and remaining inverted. |
fulmicoton
added a commit
to fulmicoton/artillery
that referenced
this issue
Jun 21, 2021
The timeout logic was inverted. A timeout is when now > deadline. Closes bastion-rs#48.
4 tasks
Is there a plan to publish the crate? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am building an application using artillery-core by referring to the sample here.
https://github.com/bastion-rs/artillery/blob/master/artillery-core/examples/cball_infection.rs
I have successfully brought up a three-node cluster, but when I start the third node, I get frequent
SuspectedDown
.Even with a two-node cluster, there is no problem in the beginning, but after a few minutes, the
SuspectedDown
may occur.What can I do to solve this problem?
The text was updated successfully, but these errors were encountered: