Skip to content
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

Add a packet loss test framework for cluster bus to improve its robustness #1262

Open
xingbowang opened this issue Nov 4, 2024 · 0 comments

Comments

@xingbowang
Copy link

The problem/use-case that the feature addresses

Cluster bus is a distributed system gossip protocol. It comes with a lot of failure mode due to its distributed aspect. It would be great if we have some kind of fuzzy testing with random packet loss to validate its robustness. We could also use a modeling language, such P modeling https://github.com/p-org/P to model its protocol to validate this correctness and its ability to converge within certain timeout.

Description of the feature

I want to make cluster bus protocol more robust.

Alternatives you've considered

Not that I am aware of.

Additional information

None

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant