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

storage: lots of heartbeat sending from rawnode leader to followers #7638

Closed
zhonglin6666 opened this issue Jul 6, 2016 · 1 comment
Closed

Comments

@zhonglin6666
Copy link

issue:
Now there are lots of replica on one store, a replica will create one rawnode group, so leader will send heartbeat to keep it's degree. There are so many replica which will send lots of heartbeat message, For only few rawnode group working, whether no need so many rawnode group.

advice:
Starting a fixed number of rawnode group as workers who will handle request when there are free. Workers will share all requests of one store, which will decrease lots of heartbeat message.

@tbg
Copy link
Member

tbg commented Jul 6, 2016

Thanks @zhonglin6666. This should be handled by #6107 (after which we only send heartbeats between nodes, not between ranges).

@tbg tbg closed this as completed Jul 6, 2016
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

2 participants