thelastpickle / cassandra-reaper

Automated Repair Awesomeness for Apache Cassandra
http://cassandra-reaper.io/
Apache License 2.0
481 stars 216 forks source link

Lighten the load of cluster updates using CL.LOCAL_ONE #1504

Open adejanovski opened 2 months ago

adejanovski commented 2 months ago

In large clusters, a surge of JMX reconnection can generate a very high load of QUORUM updates on the cluster table just to update the last contact timestamp. We can lower our CL to LOCAL_ONE which will lighten the footprint, especially on large multi DC setups.

github-actions[bot] commented 2 months ago

No linked issues found. Please add the corresponding issues in the pull request description.
Use GitHub automation to close the issue when a PR is merged