RE: Cassandra GC tuning

2022-11-03 Thread Michail Kotsiouros via user
that are useful in optimizing the Cassandra performance in general. Thanks a lot once more for your comments and suggestions. BR MK From: Jeff Jirsa Sent: Tuesday, September 20, 2022 16:04 To: user@cassandra.apache.org Subject: Re: Cassandra GC tuning Beyond this there are two decent tuning sets

Re: Cassandra GC tuning

2022-09-20 Thread Patrick McFadin
ot creation > under specific circumstances. I will monitor the resources during snapshot > creation. I will come back with more news. > > > > Thanks a lot for your valuable input. > > > > BR > > MK > > *From:* Jeff Jirsa > *Sent:* Monday, September

Re: Cassandra GC tuning

2022-09-20 Thread Jeff Jirsa
more news.   Thanks a lot for your valuable input.   BR MK From: Jeff Jirsa Sent: Monday, September 19, 2022 20:06 To: user@cassandra.apache.org; Michail Kotsiouros Subject: Re: Cassandra GC tuning   https://issues.apache.org/jira/browse/CASSANDRA-13019 is in 4.0, you may find that tuning

RE: Cassandra GC tuning

2022-09-20 Thread Michail Kotsiouros via user
for your valuable input. BR MK From: Jeff Jirsa Sent: Monday, September 19, 2022 20:06 To: user@cassandra.apache.org; Michail Kotsiouros Subject: Re: Cassandra GC tuning https://issues.apache.org/jira/browse/CASSANDRA-13019 is in 4.0, you may find that tuning those thresholds On Mon, Sep 19

Re: Cassandra GC tuning

2022-09-19 Thread Jeff Jirsa
https://issues.apache.org/jira/browse/CASSANDRA-13019 is in 4.0, you may find that tuning those thresholds On Mon, Sep 19, 2022 at 9:50 AM Jeff Jirsa wrote: > Snapshots are probably actually caused by a spike in disk IO and disk > latency, not GC (you'll see longer STW pauses as you get to a saf

Re: Cassandra GC tuning

2022-09-19 Thread Jeff Jirsa
Snapshots are probably actually caused by a spike in disk IO and disk latency, not GC (you'll see longer STW pauses as you get to a safepoint if that disk is hanging). This is especially problematic on SATA SSDs, or nVME SSDs with poor IO scheduler tuning. There's a patch somewhere to throttle har

Re: Cassandra GC tuning

2022-09-19 Thread Patrick McFadin
GC tuning may seem like it's the best move, but more than likely, that is just the smoke from the real fire. Can you go more into your configuration? Memory. CPU. DIsk. Many times, GC is what shows up when running out of disk bandwidth or some other process eating up resources. Patrick On Mon, Se