Re: High frequency garbage collection leading to High load average

2022-03-08 Thread Paulo Motta
All these symptoms indicate a potential hotspot in this replica, which can be caused by one or likely multiple "hot" partitions. Finding out which particular partition(s) is responsible for this is tricky, but good candidates are the ones mentioned in the log warning. Ideally you should fix your d

High frequency garbage collection leading to High load average

2022-03-08 Thread Inquistive allen
Hello team, On a given day , a node in 27 node cluster observed higher frequency of garbage collection. Mostly young gc. I have found below issues: 1. Higher number of slow queries being observed on that particular node for that particular day compared to other days 2. Higher outgoing traffic ob

Re: Cassandra Management tools?

2022-03-08 Thread Yakir Gibraltar
Install cluster and manage all files: Puppet Alerts: Sensu-Go Metrics: Prometheus + Grafana Scheduled jobs or manually tasks like rolling upgrade/restart/cleanup: Jenkins + Cstar Best, Yakir Gibraltar

Re: Cassandra Management tools?

2022-03-08 Thread Patrick McFadin
Hi all. Just a plug for a great community resource that would love some updated new tools. Also a good resource for old ones as well. https://github.com/Anant/awesome-cassandra Thanks! Patrick On Tue, Mar 8, 2022 at 8:43 AM wrote: > I use an Ansible Collection for Cassandra - > https://galaxy

AW: Cassandra Management tools?

2022-03-08 Thread Rhys.Campbell
I use an Ansible Collection for Cassandra - https://galaxy.ansible.com/community/cassandra Full disclosure: I am the author and I eat my own dogfood. I've automated rolling restarts well using the cassandra_status module. Cheers, Rhys Von: Adam Scott Gesendet: Dienstag, 1. März 2022 00:32 An