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

Hypothesis: A slow follower doesn't cause performance issues #60

Open
Zelldon opened this issue May 26, 2021 · 1 comment
Open

Hypothesis: A slow follower doesn't cause performance issues #60

Zelldon opened this issue May 26, 2021 · 1 comment
Assignees
Labels
Hypothesis A thing which worries us and is ready for exploration. Impact: Low The issue has an low impact on the system. Likelihood: Low The issue is really unlikely.

Comments

@Zelldon
Copy link
Member

Zelldon commented May 26, 2021

Hypothesis

We expect that running a three node cluster with a slow follower should not fail nor perform worse then a normal running cluster.

Context:

An interesting paper on fail-slow fault tolerance. https://sigops.org/s/conferences/hotos/2021/papers/hotos21-s11-yoo.pdf Their measurements show that popular raft based systems (mongodb, TiDB, RethinkDB) cannot tolerate a slow follower. A slow follower in 3-replica setup can result upto 17-41% decrease in throughput.
Has anybody evaluated how zeebe reacts to a slow follower? I was under the assumption that raft can tolerate a slow follower as the quorum is still fast.

See related slack thread

https://camunda.slack.com/archives/CSQ2E3BT4/p1622013774075600

@deepthidevaki wants to do an experiment which covers this as part of a chaos day, scheduled for 15.06.2021.

@Zelldon Zelldon added Hypothesis A thing which worries us and is ready for exploration. Impact: Low The issue has an low impact on the system. Likelihood: Low The issue is really unlikely. labels May 26, 2021
@Zelldon
Copy link
Member Author

Zelldon commented Jun 18, 2021

Was part of a chaos day https://zeebe-io.github.io/zeebe-chaos/chaos_experiment/broker/performance/follower/2021/06/18/Slow-Followers.html

Would be interesting that we run it after building state on followers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hypothesis A thing which worries us and is ready for exploration. Impact: Low The issue has an low impact on the system. Likelihood: Low The issue is really unlikely.
Projects
None yet
Development

No branches or pull requests

2 participants