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

Network spikes on coordinator (seed node) for repair #60

Closed
nbozic-zz opened this issue Mar 10, 2017 · 2 comments
Closed

Network spikes on coordinator (seed node) for repair #60

nbozic-zz opened this issue Mar 10, 2017 · 2 comments

Comments

@nbozic-zz
Copy link

nbozic-zz commented Mar 10, 2017

During repair run we noticed big network spikes on one node in cluster. This was due to communication between monitoring machine and this single node, to get notifications about ongoing repairs.

This node is added as seed to Reaper through UI. There should be possibility to add multiple seeds when defining cluster so network load for communication can be spread across multiple nodes.

networkspikes

@adejanovski
Copy link
Contributor

@nbozic : I've created PR #63 that allows to automatically create the clusters with all nodes as seed, and JMX connections are shuffled by default.

We still have to determine if all that traffic is necessary or if we're making extra calls that we could remove.

@adejanovski
Copy link
Contributor

Fixed by 0.6.0 Cassandra backend improvements.

The footprint of Reaper on the backend is now very low.

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