Re: [DISCUSS] CASSANDRA-16666 - Make SSLContext creation pluggable/extensible

2021-05-12 Thread Maulin Vasavada
Thanks Josh! Will start that soon. On Wed, May 12, 2021 at 6:20 PM Joshua McKenzie wrote: > Welcome Maulin! > > Normally we have a pretty laissez-faire attitude about smaller changes, but > storage engine changes or things that expose interfaces we're going to be > committed to long-term we want

Re: [DISCUSS] CASSANDRA-16666 - Make SSLContext creation pluggable/extensible

2021-05-12 Thread Joshua McKenzie
Welcome Maulin! Normally we have a pretty laissez-faire attitude about smaller changes, but storage engine changes or things that expose interfaces we're going to be committed to long-term we want a little more formal conversation around. This seems pretty non-controversial to me with significant

[DISCUSS] CASSANDRA-16666 - Make SSLContext creation pluggable/extensible

2021-05-12 Thread Maulin Vasavada
Hi I just created the CASSANDRA-1 JIRA ticket. Please let me know if the discussion around that should happen here or on the jira ticket. I've contributed to Apache Kafka in the past but they have a little different process for certain contributions by following KIP route. Looking forward to

Re: Query

2021-05-12 Thread Joshua McKenzie
Boot camp from 2014 has a lot of fundamentals that are still quite valid: https://www.slideshare.net/joshmckenzie/ The "Contributing to Cassandra" section of the docs can also help you get situated: https://cassandra.apache.org/doc/latest/development/ On Wed, May 12, 2021 at 9:16 AM Manish G wr

Query

2021-05-12 Thread Manish G
Hi All, Is there any documentation someone new can look into in terms of understanding cassandra code base? Manish

Re: CircleCI job to run some tests repeatedly

2021-05-12 Thread Ekaterina Dimitrova
Thanks Andres, I am already using it! Best regards, Ekaterina On Wed, 12 May 2021 at 8:02, Benjamin Lerer wrote: > And you had to pick a test I wrote as an example of a flaky one ;-) > > Thanks Andrés. Those new jobs will be super useful. > > On Wed, May 12, 2021 at 1:46 PM Andrés de la Peña >

Re: CircleCI job to run some tests repeatedly

2021-05-12 Thread Benjamin Lerer
And you had to pick a test I wrote as an example of a flaky one ;-) Thanks Andrés. Those new jobs will be super useful. On Wed, May 12, 2021 at 1:46 PM Andrés de la Peña wrote: > Hi all, > > Just to inform that CASSANDRA-16625 has been merged. It adds new CircleCI > jobs to run a specific test

CircleCI job to run some tests repeatedly

2021-05-12 Thread Andrés de la Peña
Hi all, Just to inform that CASSANDRA-16625 has been merged. It adds new CircleCI jobs to run a specific test repeatedly, so we can check if it's stable. Hopefully it can be helpful to reproduce failures when fixing a flaky test, and to verify that a new or modified test is stable. JUnit tests, s