Re: Current Branch Merge Path - PLEASE READ!

2016-12-11 Thread Jeff Jirsa
It depends on severity, but generally… If you find a bug in 3.0, you should work back to 2.1 to see if it exists in older versions. We don’t put minor fixes into 2.1 (or really 2.2 at this point) – 2.1 is critical fixes only, and 2.2 is getting to that point as well. If it’s a minor minor bug,

Re: streaming_connections_per_host - speeding up CPU bound bootstrap

2016-12-11 Thread Nate McCall
I have not dug too deeply yet, but how would you compare/reconcile your proposed changes with this comment: https://issues.apache.org/jira/browse/CASSANDRA-4663?focusedCommentId=15342248&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15342248 On Thu, Dec 8, 2016 at 4

Re: streaming_connections_per_host - speeding up CPU bound bootstrap

2016-12-11 Thread Corentin Chary
Hard to say because this comment doesn't show the code that was tried. My proposed change (https://issues.apache.org/jira/secure/attachment/12842717/0001-streaming-add-a-way-to-configure-the-number-of-conne.patch) should open multiple connections per hosts: this fixes blocking writes on a single c