Hints handoff is memory intensive

2016-09-20 Thread Dikang Gu
In our 2.1 cluster, I find that hints handoff is using a lot of memory on our proxy nodes, when delivering hints to a data node that was dead for 3+ hours (our hints window is 3 hours). It makes the young gen GC time as long as 2 secs. I'm using 64G max heap size, and 4G young gen size. I'm

Re: Hints handoff is memory intensive

2016-09-20 Thread Jeff Jirsa
Major changes in 3.0, but the big ones involve storage - parent ticket is https://issues.apache.org/jira/browse/CASSANDRA-9427 64G cms heap with 4G new gen is somewhat atypical - would expect g1 at that size, or at the very least a larger new gen to try to avoid promotion which will bring you

Re: Hints handoff is memory intensive

2016-09-20 Thread Eduard Tudenhoefner
The way how hints work under the hood was improved in C* 3.0. Please take a look at http://www.datastax.com/dev/blog/whats-coming-to-cassandra-in-3-0-improved-hint-storage-and-delivery for further details On Tue, Sep 20, 2016 at 8:12 AM, Dikang Gu wrote: > In our 2.1

R: Re: Hints handoff is memory intensive

2016-09-20 Thread Romain Hardouin
+1 for G1 with such a heap size. And don't set heap new size, let g1 decide. Inviato da Yahoo Mail su Android Il mar, 20 set, 2016 alle 9:01, Jeff Jirsa ha scritto: Major changes in 3.0, but the big ones involve storage - parent ticket is

[RELEASE] Apache Cassandra 3.0.9 released

2016-09-20 Thread Jake Luciani
The Cassandra team is pleased to announce the release of Apache Cassandra version 3.0.9. Apache Cassandra is a fully distributed database. It is the right choice when you need scalability and high availability without compromising performance. http://cassandra.apache.org/ Downloads of source

Re: Proposal - 3.5.1

2016-09-20 Thread Jonathan Haddad
@Sylvain - I see what you're saying now on the branches. I suppose a branching strategy like that does give some flexibility to have multiple things in the pipeline so it does give some additional flexibility there. On Mon, Sep 19, 2016 at 9:06 AM Eric Evans wrote: