Re: Google Season of Docs 2019 for Apache Cassandra

2019-03-19 Thread Dinesh Joshi
Thanks, Laxmikant. For those who have confluence accounts have edit permissions on the page. Dinesh > On Mar 19, 2019, at 3:07 AM, Laxmikant Upadhyay > wrote: > > Hi Dinesh, > > I am willing to help as well. Kindly add me to the group as well as i don't > have permission to edit the list. >

Re: Choosing a supported Python 3 major version for cqlsh

2019-03-19 Thread Joseph Lynch
Since we'll be maintaining backwards compatibility with python 2.7, we can't really use python 3 only language features or reserved keywords anyways so we should probably just target the lowest common denominator (so 3.4 or 3.5 probably) and then after Python 2 is officially EOL in 2020 perhaps we

Re: Choosing a supported Python 3 major version for cqlsh

2019-03-19 Thread Jordan West
On Mon, Mar 18, 2019 at 7:52 PM Michael Shuler wrote: > On 3/18/19 9:06 PM, Patrick Bannister wrote: > > I recommend we pick the longest supported stable release available. That > > would be Python 3.7, which is planned to get its last release in 2023, > four > > years from now. > > - Python 3.5

Re: [jira] [Updated] (CASSANDRA-14096) Cassandra 3.11.1 Repair Causes Out of Memory

2019-03-19 Thread Benedict Elliott Smith
Yes, sorry, I was just confused. I hadn’t actually made any of the permission changes that we voted on, they slipped my mind, so I’m not sure how this even happened. I’ve removed the Anyone permission from transition, anyway, and given jira-users the permissions that Contributors had but they

Re: [jira] [Updated] (CASSANDRA-14096) Cassandra 3.11.1 Repair Causes Out of Memory

2019-03-19 Thread Joshua McKenzie
I don't recall a vote about anonymous users having transition rights. This topic irritates me enough that I'm pretty sure I'd go full-on campaign mode against it. :) On Tue, Mar 19, 2019 at 9:44 AM Benedict Elliott Smith wrote: > Hmm. Actually, did we? I’m conflating anonymous with logged-in.

Re: [jira] [Updated] (CASSANDRA-14096) Cassandra 3.11.1 Repair Causes Out of Memory

2019-03-19 Thread Benedict Elliott Smith
Hmm. Actually, did we? I’m conflating anonymous with logged-in. > On 19 Mar 2019, at 13:43, Benedict Elliott Smith wrote: > > We can, but we will need to arrange another vote, since we explicitly > discussed this and voted in favour of lifting any limitation on anonymous > users > > (FWIW,

Re: [jira] [Updated] (CASSANDRA-14096) Cassandra 3.11.1 Repair Causes Out of Memory

2019-03-19 Thread Benedict Elliott Smith
We can, but we will need to arrange another vote, since we explicitly discussed this and voted in favour of lifting any limitation on anonymous users (FWIW, I remain in favour of limiting anonymous users) > On 19 Mar 2019, at 13:35, Joshua McKenzie wrote: > >

Re: Google Season of Docs 2019 for Apache Cassandra

2019-03-19 Thread Laxmikant Upadhyay
Hi Dinesh, I am willing to help as well. Kindly add me to the group as well as i don't have permission to edit the list. Regards, Laxmikant On Thu, Mar 14, 2019 at 12:34 PM Dinesh Joshi wrote: > Thanks for volunteering Stefan. I have added you. > > Dinesh > > > On Mar 13, 2019, at 11:55 PM,

Re: Any ideas how to make dtests more stable and reproducible?

2019-03-19 Thread Dinesh Joshi
Hi Stefan, The dtests have been typically flaky but are more or less stable in the recent past. We are working towards stabilizing them. For the dev workflow locally, I typically end up running a subset of the dtests via the pytest runner. I am not sure how others run it. I believe CircleCI