Skip to content

Performance/reliability trouble with actor-based Raft implementation (CloudMessaging sample) #407

Answered by pdeligia
fhackett asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @fhackett, I have not looked in this sample for a long time now, but I believe what you are seeing here is expected.

Please note that we are not trying to provide a correct, performant or production-quality Raft implementation here. Instead, the focus of this sample is to showcase the bug-finding capabilities of coyote (see the corresponding tutorial here). We only provide the "production-ish" version to showcase how to setup a coyote test on a realistic looking application. The application itself has bugs injected in-purpose, which coyote is able to find, showing how you can use this tool in your own C# projects.

Also just to clarify to what you mentioned about "other verified Raft im…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@fhackett
Comment options

@pdeligia
Comment options

Answer selected by fhackett
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
area-actors Issues related to the actor library area-samples Issues related to the sample code
2 participants