Re: [VOTE] CEP-8 Datastax Drivers Donation

2023-06-15 Thread Chris Lohfink
+1 On Wed, Jun 14, 2023 at 9:05 PM Jon Haddad wrote: > +1 > > On 2023/06/13 14:14:35 Jeremy Hanna wrote: > > Calling for a vote on CEP-8 [1]. > > > > To clarify the intent, as Benjamin said in the discussion thread [2], > the goal of this vote is simply to ensure that the community is in favor o

[DISCUSS] Slab allocation and memory measurements

2023-06-15 Thread Benjamin Lerer
Hi, While working on integrating the new version of Jamm to Cassandra, I realized that our way to create slabs and how we measure their memory consumption may not be optimal. For the sake of simplicity I will only talk about read-write heap buffers here. Considering that the same principles can b

[DISCUSS] CEP 33 - CIDR filtering authorizer

2023-06-15 Thread Shailaja Koppu
Adding [DISCUSS] to the subject. I request everyone here to please share your thoughts/comments on this CEP. Thank you @Nate. > On Jun 15, 2023, at 12:48 AM, Nate McCall wrote: > > Hi Shailaja, > This looks super interesting. I particularly like the MONITOR switch. This is > a huge pain-poin

Re: [DISCUSS] Remove org.apache.cassandra.io.sstable.SSTableHeaderFix in trunk (5.0)?

2023-06-15 Thread David Capwell
Not heard any feedback yet, so tomorrow plan to remove… the feature was local to 3.6+ so all users migrating from 3.0 to 4.0 never had this issue > On Jun 13, 2023, at 10:22 AM, David Capwell wrote: > > org.apache.cassandra.io.sstable.SSTableHeaderFix was added due to bugs in 3.6 > causing inv

[DISCUSSIONS] Replace ant eclipse-warnings with CheckerFramework

2023-06-15 Thread Ekaterina Dimitrova
Hi everyone, Happy Thursday! Some time ago, Jacek raised the point that ant eclipse-warnings is generating too many false positives and not really working as expected. (CASSANDRA-18239) Reminder: ant eclipse-warnings is a task we run with the goal to check Cassandra code - static analysis to warn

Re: CASSANDRA-18554 - mTLS based client and internode authenticators

2023-06-15 Thread Jyothsna Konisa
Hi Everyone! We are adding the following CQL queries in this patch for adding and dropping identities in the new `system_auth.identity_to_role` table. ADD IDENTITY 'testIdentity' TO ROLE 'testRole'; DROP IDENTITY 'testIdentity'; Please let us know if anyone has any concerns! Thanks, Jyothsna Ko