Re: [VOTE][IP CLEARANCE] easy-cass-stress

2025-05-02 Thread Patrick McFadin
Lazily. Yes, bring it on over. But... how do the docs look? *runs away On Fri, May 2, 2025 at 12:39 PM Jon Haddad wrote: > Since we only need lazy consensus here - it sounds like i can go ahead and > rename the repo to cassandra-easy-stress and transfer it over to Apache. > > On Thu, May 1, 2025

Re: [DISCUSS] Requirement to document features before releasing them

2025-04-30 Thread Patrick McFadin
The current state of LLMs has made this a simple task and one of the best use cases. I get writing docs sucks, but I don't think that's much of a burden any more if the tools are applied. On Wed, Apr 30, 2025 at 1:11 PM Josh McKenzie wrote: > This makes intuitive sense to me. > > In our case we

Re: [VOTE][IP CLEARANCE] easy-cass-stress

2025-04-30 Thread Patrick McFadin
+1 On Wed, Apr 30, 2025 at 8:30 AM Yifan Cai wrote: > +1 (nb) > > -- > *From:* Jon Haddad > *Sent:* Wednesday, April 30, 2025 8:24:44 AM > *To:* dev@cassandra.apache.org > *Cc:* gene...@incubator.apache.org > *Subject:* Re: [VOTE][IP CLEARANCE] easy-cass-stress > >

Re: A Roadmap to Cassandra Analytics 1.0

2025-04-30 Thread Patrick McFadin
o that, but I think epics in Jira capture the plan fairly well. > > Thanks, > > Doug > > On Apr 22, 2025, at 6:15 PM, Patrick McFadin wrote: > > Is the current roadmap published somewhere? I went to Confluence and > couldn't find anything. > > Patrick > > On

Re: Welcome Jaydeepkumar Chovatia as Cassandra committer

2025-04-30 Thread Patrick McFadin
Congratulations and thank you for tackling the evergreen issue of repair! On Wed, Apr 30, 2025 at 7:44 AM Abe Ratnofsky wrote: > Congrats Jaydeep! 🎉 > > On Apr 30, 2025, at 10:39, Patrick Lee wrote: > > Congrats! > Sent from my iPhone > > On Apr 30, 2025, at 7:25 AM, Dmitry Konstantinov > wro

Re: [DISCUSS] auto-installing golang in `ant gen-doc` (CASSANDRA-19915)

2025-04-30 Thread Patrick McFadin
That's how the website build works. It's kinda funny watching Docker build fire up when you need to publish a web page, but it separates things nicely. I don't think it's a huge declaration, but there is definitely a case for doing a "year of efficiency" type effort with the builds. It's got a lot

Re: Welcome David Capwell as Cassandra PMC Member!

2025-04-28 Thread Patrick McFadin
Totally cool. Congrats David. On Mon, Apr 28, 2025 at 2:42 PM David Capwell wrote: > Thanks everyone =) > > On Apr 28, 2025, at 2:13 PM, Bernardo Botella < > conta...@bernardobotella.com> wrote: > > Oh wow that’s awesome David!! > > Congratulations!! > > On Apr 28, 2025, at 1:09 PM, Pavel Yaskev

Re: [DISCUSS] auto-installing golang in `ant gen-doc` (CASSANDRA-19915)

2025-04-28 Thread Patrick McFadin
I don't think the website is generated outside of the Cassandra website repo. Did I miss that it's built when building the server? On Mon, Apr 28, 2025 at 10:19 AM Jon Haddad wrote: > I strongly prefer we didn't install things on users systems they didn't > ask for. I think we're also wasting p

Re: [VOTE] Simplifying our release versioning process

2025-04-22 Thread Patrick McFadin
+1 On Tue, Apr 22, 2025 at 8:52 AM Dmitry Konstantinov wrote: > +1 > > On Tue, 22 Apr 2025 at 16:37, Caleb Rackliffe > wrote: > >> +1 >> >> On Tue, Apr 22, 2025 at 8:37 AM Ekaterina Dimitrova < >> e.dimitr...@gmail.com> wrote: >> >>> +1 >>> >>> I also remember we agreed on Discuss thread for re

Re: A Roadmap to Cassandra Analytics 1.0

2025-04-22 Thread Patrick McFadin
Is the current roadmap published somewhere? I went to Confluence and couldn't find anything. Patrick On Tue, Apr 22, 2025 at 10:53 AM Doug Rohrer wrote: > Hello folks, > > As many of you on the ASF Slack may have noticed, I’ve been creating a > bunch of new tickets for the Cassandra Analytics p

Re: CEP-15 Update

2025-04-18 Thread Patrick McFadin
if that was optimistic we will have to shift >>>>>> our plans. >>>>>> >>>>>> >>>>>> >>>>>> On 6 Mar 2025, at 20:16, Jordan West wrote: >>>>>> >>>>>> The work and effort in a

Re: Constraint's "not null" alignment with transactions and their simplification

2025-04-15 Thread Patrick McFadin
> PostgreSQL has this: > > CREATE TABLE products ( > product_no integer, > name text, > price numeric CHECK (price > 0) > ); > > we follow this approach (minus parenthesis). We can also chain constraints > whatever we like > > val int CHECK val >

Re: Constraint's "not null" alignment with transactions and their simplification

2025-04-13 Thread Patrick McFadin
I'm loving all the syntax discussion lately. It's a good debate and essential for the project's future with a good developer experience. On NULL. I've been asked this a million times by end users. Why is there no "NOT NULL" in the schema? I'm in favor of the standard SQL syntax here because it's

Re: [DISCUSS] 5.1 should be 6.0

2025-04-13 Thread Patrick McFadin
+1 to 6.0 On Fri, Apr 11, 2025 at 8:22 AM Josh McKenzie wrote: > David makes a good point about making sure that we support 4.x to 6.0 > upgrades. > > Supporting live upgrades from every GA supported version > today seems obvious as a > lazy consens

Re: Per partition local ordering

2025-04-04 Thread Patrick McFadin
I played around with this idea by simulating it in ChatGPT (Yes you can do that) It occurred to me that this is similar SQL functionality to the DISTINCT keyword. Seeing how we can align CQL with SQL is something I'm personally investing more time in for the long-term of the project. This could be

Re: [VOTE][IP CLEARANCE] Cassandra Cluster Manager (CCM)

2025-03-11 Thread Patrick McFadin
+1 On Mon, Mar 10, 2025 at 9:28 AM Dinesh Joshi wrote: > +1 > > On Sun, Mar 9, 2025 at 5:18 AM Mick Semb Wever wrote: > >> Please vote on the acceptance of the Cassandra Cluster Manager (CCM) >> and its IP Clearance: >> https://incubator.apache.org/ip-clearance/cassandra-ccm.html >> >> All cons

Re: Cassandra Java Driver and OpenJDK CRaC

2025-03-11 Thread Patrick McFadin
Just speaking up as a supporter for considering this change. From a userland perspective, I've been reading up on CRaC, and I see this attacking some of the same requirements that Graal and Quarkus are trying to solve. This is a worth direction to pursue. The CqlSession will need to re-connect, an

Re: [RELEASE] Apache Cassandra Sidecar 0.1.0 released

2025-03-07 Thread Patrick McFadin
We happen to have some very informed engineers discussing Sidecar and the many things you can do with it at Cassandra Forward. Come check out the talk and give them a shout-out! https://www.datastax.com/events/cassandra-forward-march-2025 Congrats on the release! On Fri, Mar 7, 2025 at 10:44 AM B

Re: Dropwizard/Codahale metrics deprecation in Cassandra server

2025-03-05 Thread Patrick McFadin
We can also do an education campaign to get people to migrate. There will be good reasons to do it. On Wed, Mar 5, 2025 at 12:33 PM Jeff Jirsa wrote: > > I think widely accepted that otel in general has won this stage of > observability, as most metrics systems allow it and most saas providers

Re: CEP-15 Update

2025-03-05 Thread Patrick McFadin
by >> ~Monday; certainly not much later. >> >> I think we have some upgrade and python dtest failures to address as well. >> >> So it could be pretty soon if the community is supportive. >> >> On 5 Mar 2025, at 17:22, Patrick McFadin wrote: >> >&g

Re: CEP-15 Update

2025-03-05 Thread Patrick McFadin
What is the timing for starting the merge process? I'm asking because I have (yet another) presentation and this would be a cool update. On Wed, Mar 5, 2025 at 1:22 AM Benedict Elliott Smith wrote: > > Thanks everyone. > > Jon - your help will be greatly appreciated. We’ll let you know when we’ve

Re: CEP-15 Update

2025-03-04 Thread Patrick McFadin
"Captain's log. It's been three and a half years, and we haven't seen any land yet but saw sea birds and know land is near..." It's taken the time that it takes, but time to merge and I think we're all ready to pitch in however we can. This is feature for the next generation of Cassandra users. Ta

Re: Welcome Ekaterina Dimitrova as Cassandra PMC member

2025-03-04 Thread Patrick McFadin
Congratulations Ekaterina! On Tue, Mar 4, 2025 at 1:13 PM Rahul Singh (ANANT) wrote: > Congrats Ekaterina! > > Sent via Superhuman iOS > > > On Tue, Mar 4, 2025 at 3:57 PM, Aaron wrote: > >> Welcome Ekaterina! Congratulations!!! >> >> On Tue, Mar 4, 2

Welcome Aaron Ploetz as Cassandra Committer

2025-03-03 Thread Patrick McFadin
The Apache Cassandra PMC is very happy to announce that Aaron Ploetz has accepted the invitation to become a committer! Aaron has been tireless in his mission to help every single Cassandra operator on planet Earth. If you don't believe me, check out his Stack Overflow profile page: https://stacko

Time to think about the next version of Cassandra

2025-02-27 Thread Patrick McFadin
Hey Cassandra users! If you're running Cassandra in production, there are some major changes coming that will significantly change how you operate and develop with it. I’ll be hosting Cassandra Forward 2025 on March 11 and 12 to walk through these changes from the people building them. I ran one o

Re: New committers: Maxwell Guo and Dmitry Konstantinov

2025-02-20 Thread Patrick McFadin
Welcome and congratulations Maxwell and Dmitry! On Thu, Feb 20, 2025 at 2:07 PM Jacek Lewandowski wrote: > > Congratulations guys! > > > - - -- --- - - > Jacek Lewandowski > > > czw., 20 lut 2025 o 21:31 Jeremiah Jordan napisał(a): >> >> Congrats to both of you! Thank y

Re: Welcome Caleb Rackliffe to the PMC

2025-02-20 Thread Patrick McFadin
Congratulations Caleb! On Thu, Feb 20, 2025 at 3:56 PM Jeremiah Jordan wrote: > > Congrats Caleb! > > On Feb 20, 2025 at 4:06:19 PM, Jon Haddad wrote: >> >> The PMC for Apache Cassandra is delighted to announce that Caleb Rackliffe >> has joined it's membership! >> >> Caleb has been a member of

Re: Welcome Jeremiah Jordan to the PMC

2025-02-14 Thread Patrick McFadin
Congratulations, and don't let Josh be a downer. ;) On Fri, Feb 14, 2025 at 10:36 AM Josh McKenzie wrote: > > Congrats Jeremiah! > > I know you're excited to have yet another email list to attend to, aren't > you? :D > > On Fri, Feb 14, 2025, at 1:29 PM, Jeremiah Jordan wrote: > > Thanks all! E

Re: Merging compaction improvements to 5.0

2025-02-13 Thread Patrick McFadin
I’ve been following this for a while and I think it’s just some solid engineering based on real-world challenges. Probably one of the best types of contributions to have. I’m +1 on adding it to 5 Patrick On Thu, Feb 13, 2025 at 7:31 AM Dmitry Konstantinov wrote: > +1 (nb) from my side, I raised

Re: Meaningless emptiness and filtering

2025-02-11 Thread Patrick McFadin
You get my vote for the best subject line I've seen this week. On Tue, Feb 11, 2025 at 1:20 PM Benedict wrote: > > Perhaps we should reify this in the type system? Introduce a MAYBE EMPTY > modifier for column types, or simply name them eg [int] vs int? > > I think the problem is today it’s all

Re: [VOTE] CEP-45: Mutation Tracking

2025-02-05 Thread Patrick McFadin
+1 On Wed, Feb 5, 2025 at 8:15 PM C. Scott Andreas wrote: > > +1 > > On Feb 5, 2025, at 2:50 PM, Alex Petrov wrote: > > > +1 > > On Wed, Feb 5, 2025, at 11:03 PM, Blake Eggleston wrote: > > Ok ok, I've jumped gun here, sorry, small off by 24 error. Please continue > voting, and I'll be back tom

Re: Looking for Cassandra Forward topics and speakers

2025-01-30 Thread Patrick McFadin
#x27;t just a one-and-done feature, and its future is really cool. > > > > What would be your timeline for this? Option 2 sounds great to me! > > > > Cheers, > > > > Carlos > > > > > > > > From:

Looking for Cassandra Forward topics and speakers

2025-01-29 Thread Patrick McFadin
Hi everyone, A couple of years ago, I organized a Cassandra Forward event to get people excited about the next version of Cassandra. It's time to ramp up the excitement about one of the more consequential releases of Cassandra: 5.1 or 6. Whatever we land on as a version will impact the community w

Re: Capabilities

2024-12-19 Thread Patrick McFadin
Thanks for bringing this back, Jordan. I had completely forgotten about Riak's Capabilities support. That was a fan favorite for operators, along with a couple other interesting ways to control the upgrade process. +1 on a CEP from me. On Thu, Dec 19, 2024 at 7:38 AM Josh McKenzie wrote: > > Str

Re: [DISCUSS] Experimental flagging (fork from Re-evaluate compaction defaults in 5.1/trunk)

2024-12-12 Thread Patrick McFadin
#x27;s, JDK17, > > witnesses, etc)? Flag them as preview or beta as appropriate on a > > case-by-case basis and add runtime warnings / documentation where missing? > > > > - What would we do in the future if a feature's GA and we discover a Very > > Big Problem with it

Re: [DISCUSS] 5.1 should be 6.0

2024-12-10 Thread Patrick McFadin
I was waiting for this discussion to happen again. :p What you call marketing, I call end-user communication. I'll leave this open question, but what do we want to communicate to the user base, and how should they approach this new feature set? Patrick On Tue, Dec 10, 2024 at 10:10 AM Benedict E

Re: [DISCUSS] Experimental flagging (fork from Re-evaluate compaction defaults in 5.1/trunk)

2024-12-10 Thread Patrick McFadin
r use, no known issue, PMC is satisfied with the testing that > has been done > > > Whether or not something is enabled by default or the default implementation > is a separate access from the readiness. Though if we are replacing an > existing thing with a new default I would hop

Re: [DISCUSS] Experimental flagging (fork from Re-evaluate compaction defaults in 5.1/trunk)

2024-12-10 Thread Patrick McFadin
I'm going to try to pull this back from the inevitable bikeshedding and airing of grievances that happen. Rewind all the way back to Josh's original point, which is a defined process. Why I really love this being brought up is our maturing process of communicating to the larger user base. The dev

Re: Status of CEP-1

2024-11-15 Thread Patrick McFadin
st, > - Francisco > > On 2024/11/15 20:04:10 Patrick McFadin wrote: > > Just a reminder of the CEP. That's something that needs to be > > completed and voted on before any release. > > > > Patrick > > > > On Fri, Nov 15, 2024 at 11:46 AM Francisco Guer

Re: Status of CEP-1

2024-11-15 Thread Patrick McFadin
https://issues.apache.org/jira/browse/CASSANDRASC-159 > [7] https://issues.apache.org/jira/browse/CASSANDRASC-156 > > On 2024/10/15 18:47:39 Patrick McFadin wrote: > > I have moved the original CEP-1 to the Archived section of Confluence: > > https://cwiki.apache.org/confluence/x/gIm

Re: [DISCUSS] Modeling JIRA fix version for subprojects

2024-10-22 Thread Patrick McFadin
CASS + NAME is my +1 TBH rarely with this be typed. Just copied and pasted. It has to be clear that naming is different from the other projects and I think we get it either way. On Tue, Oct 22, 2024 at 8:15 AM Štefan Miklošovič wrote: > > Something like this? > > CASSANDRA > CASSPYTHON > CASSGO

Re: [DISCUSS] Modeling JIRA fix version for subprojects

2024-10-22 Thread Patrick McFadin
That seems reasonable for me. On Tue, Oct 22, 2024 at 8:01 AM Brandon Williams wrote: > > I don't think underscore is an option from selfserve anyway. If we > have to stick everything together then I think having fewer things is > better, so we could drop the 'driver' and just name things like >

Re: [DISCUSS] Modeling JIRA fix version for subprojects

2024-10-22 Thread Patrick McFadin
I thought underscore was one of the allowed characters. Or it could be and has just been restricted in the admin regex. On Tue, Oct 22, 2024 at 6:53 AM Brandon Williams wrote: > It looks like I can create the subprojects myself with > https://selfserve.apache.org but there is a small issue with

Re: [Discuss] Repair inside C*

2024-10-21 Thread Patrick McFadin
>>> immense scale (hundreds of unique Cassandra clusters, tens of thousands >>>>> of Cassandra nodes, with tens of millions of QPS) on top of 4.1 >>>>> open-source for more than five years; please see more details here. >>>>> >>>>

Re: [DISCUSS] Modeling JIRA fix version for subprojects

2024-10-18 Thread Patrick McFadin
>>>> On Thu, Oct 17, 2024 at 1:45 PM Francisco Guerrero < > fran...@apache.org> wrote: > >>>>>> > >>>>>> > Can we include Cassandra Analytics to the infra ticket? I am > looking > >>>>>> > forward to jira pro

Re: [DISCUSS] Modeling JIRA fix version for subprojects

2024-10-17 Thread Patrick McFadin
I think it needs a bit more blue. Maybe some pink stripes. I'll file a Jira. On Thu, Oct 17, 2024 at 9:01 AM Brandon Williams wrote: > Thanks everyone, I've created > https://issues.apache.org/jira/browse/INFRA-26212 > > Kind Regards, > Brandon > > On Thu, Oct 17, 2024 at 9:55 AM Ekaterina Dimit

Re: [DISCUSS] Introduce CREATE TABLE LIKE grammer

2024-10-16 Thread Patrick McFadin
, after investigating some db related syntax and function >>>>>>>>>>> implementation, I found that it may be necessary for us to provide >>>>>>>>>>> some >>>>>>>>>>> rich syntax to support the replication

Re: Status of CEP-1

2024-10-15 Thread Patrick McFadin
would be to simply update CEP-1 instead of starting a new > one. It achieves the same end goal and we can create new CEPs for the scope > that is deferred. > > Dinesh > > On Mon, Oct 14, 2024 at 4:51 PM Patrick McFadin > wrote: > > I think that all sounds good. Let&#x

Re: Status of CEP-1

2024-10-14 Thread Patrick McFadin
e is a place outside the main DB for those > > kinds of innovations to be tried out that doesn't conflict with the main > > process. In my mind, having that place was the purpose of CEP-1, which is > > done - the specific enumerated features are less important in my opinion. > &g

User Survey results

2024-10-14 Thread Patrick McFadin
Hi everyone, Thank you to everyone who took the time to complete the survey. There was ~150 responses which was a little shy of last year's survey but still a good sample. I've compiled the graphs for the questions for you to look over. There is a link to the raw data if anyone would like to embr

Re: Status of CEP-1

2024-10-14 Thread Patrick McFadin
What are we going to do with CEP-1? Cut and rescope in a new CEP or rewrite CEP-1? On Mon, Oct 14, 2024 at 11:18 AM Francisco Guerrero wrote: > Hi folks, > > It was great meeting some of you in person at Community over Code where > we had a chance to discuss the Cassandra Sidecar project. A lot

Survey closes tomorrow!

2024-10-09 Thread Patrick McFadin
The annual Cassandra survey closes tomorrow. Thanks to everyone who has filled out the survey and if that isn't you, don't wait! *https://forms.gle/wFbt7SAzjFJupqef8 *

User Survey - Weekend reminder!

2024-10-05 Thread Patrick McFadin
In case you missed it this week, Apache Cassandra User Survey is out and waiting for your input! I have some swag to send a random group, so do it before the survey closes this Thursday. *https://forms.gle/wFbt7SAzjFJupqef8 *

2024 Apache Cassandra User Survey - Need your input.

2024-10-03 Thread Patrick McFadin
*Cassandra community!We've just launched our annual Apache Cassandra User Survey and need to hear from you! This isn't just any survey – it's YOUR chance to shape the direction and share your opinions about Cassandra. We've got Cassandra 5 out now, and 5.1 is already underway. The types of question

Re: CEP-32: Open-Telemetry integration

2024-10-03 Thread Patrick McFadin
y with OpenTelemetry >>> Tracing. >>> >>> If it's possible to create sub CEPs, I will create the one for tracing, >>> metrics and logs. Otherwise, I can rewrite the current CEP-32 to only focus >>> on OpenTelemetry Tracing. >>> Or maybe scra

Re: Status of CEP-1

2024-09-30 Thread Patrick McFadin
There are two easy choices. 1 - Re-furbish CEP-1 and start a [DISCUSS] thread 2 - Close out CEP-1 and Propose something fresh and start a [DISCUSS] Thread on that. Do you think there is enough in CEP-1 to keep moving with or is it completely wrong? Patrick On Mon, Sep 30, 2024 at 4:53 PM Franci

Re: CEP-15: Accord status

2024-09-30 Thread Patrick McFadin
I hear LLMs are good for this. Just something I saw on YouTube :D On Mon, Sep 30, 2024 at 5:40 AM Štefan Miklošovič wrote: > I think there was some discussion about putting that all to the website > which never materialized. > > On Mon, Sep 30, 2024 at 2:37 PM Josh McKenzie > wrote: > >> Today

Re: [DISCUSS] CEP-44: Kafka integration for Cassandra CDC using Sidecar

2024-09-30 Thread Patrick McFadin
gt; >> >> On Mon, Sep 30, 2024 at 11:14 AM Josh McKenzie >> wrote: >> >>> The CEP for the sidecar has stalled. The sidecar itself is very much >>> alive and a thing. >>> >>> CEP != artifact. >>> >>> We should definitely cle

Re: [DISCUSS] CEP-44: Kafka integration for Cassandra CDC using Sidecar

2024-09-30 Thread Patrick McFadin
ka, so perhaps any integration of Kafka with the sidecar > can be considered a separate parallel effort, that might eventually > implement itself with this C* feature whenever it materialises? > > > On 30 Sep 2024, at 03:42, Jeff Jirsa wrote: > >  > > Transactional metadata

Re: [DISCUSS] CEP-44: Kafka integration for Cassandra CDC using Sidecar

2024-09-29 Thread Patrick McFadin
As I was reviewing this, it occurred to me that it was talking about Sidecar like it was a thing but that CEP has been stalled for quite some time: https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=95652224 If work on this is being done, should we get this official and wrapped up?

Re: [VOTE] CEP-42: Constraints Framework

2024-09-19 Thread Patrick McFadin
follow up, this is not stalled, and I’m currently working on a patch > that will be soon available for review. > > Thanks, > Bernardo > > > On Sep 19, 2024, at 11:20 AM, Patrick McFadin wrote: > > I'm going to cap this thread. Vote passes with no binding -1s. >

Housekeeping on CEPs

2024-09-19 Thread Patrick McFadin
Hi everyone, You might have noticed I just did a pass through the current set of CEPs. First I have to say, there are some great ones in here and love the process we have created. It's a great sign of maturity for the project. As I was going through I noticed some things to remind everyone about.

Re: [DISCUSS] Introduce CREATE TABLE LIKE grammer

2024-09-19 Thread Patrick McFadin
Is this CEP ready for a VOTE thread? On Sat, Aug 24, 2024 at 8:56 PM guo Maxwell wrote: > Thank you for your replies, I will prepare a CEP later. > > Patrick McFadin 于2024年8月20日周二 02:11写道: > >> +1 This is a CEP >> >> On Mon, Aug 19, 2024 at 10:50 AM Jon Haddad

Re: [VOTE] CEP-42: Constraints Framework

2024-09-19 Thread Patrick McFadin
I'm going to cap this thread. Vote passes with no binding -1s. On Tue, Jul 2, 2024 at 2:25 PM Jordan West wrote: > +1 > > On Tue, Jul 2, 2024 at 12:15 Francisco Guerrero > wrote: > >> +1 >> >> On 2024/07/02 18:45:33 Josh McKenzie wrote: >> > +1 >> > >> > On Tue, Jul 2, 2024, at 1:18 PM, Abe Rat

Re: [EXTERNAL] Re: [Discuss] Generic Purpose Rate Limiter in Cassandra

2024-09-19 Thread Patrick McFadin
The work has begun but we don't have a VOTE thread for this CEP. Can one get started? On Mon, May 6, 2024 at 9:24 PM Jaydeep Chovatia wrote: > Sure, Caleb. I will include the work as part of CASSANDRA-19534 > in the CEP-41. > > Jaydeep > >

Re: [DISCUSS] CEP-39: Cost Based Optimizer

2024-09-19 Thread Patrick McFadin
Did this get resolved? Is it ready for a VOTE thread? On Tue, Jan 2, 2024 at 1:41 PM Benedict wrote: > The CEP expressly includes an item for coordinated cardinality estimation, > by producing whole cluster summaries. I’m not sure if you addressed this in > your feedback, it’s not clear what you

Re: [DISCUSSION] CEP-38: CQL Management API

2024-09-19 Thread Patrick McFadin
There is no VOTE thread for this CEP. Is this ready for one? On Tue, Jan 9, 2024 at 3:28 AM Maxim Muzafarov wrote: > Jon, > > That sounds good. Let's make these commands rely on the settings > virtual table and keep the initial changes as minimal as possible. > > We've also scheduled a Cassandr

Re: [Discuss] Repair inside C*

2024-09-19 Thread Patrick McFadin
Is this CEP ready for a VOTE thread? https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-37+%28DRAFT%29+Apache+Cassandra+Unified+Repair+Solution On Sun, Feb 25, 2024 at 12:25 PM Jaydeep Chovatia < chovatia.jayd...@gmail.com> wrote: > Thanks, Josh. I've just updated the CEP >

Re: [DISCUSS] CEP-36: A Configurable ChannelProxy to alias external storage locations

2024-09-19 Thread Patrick McFadin
Thanks for reviving this one! On Wed, Sep 18, 2024 at 12:06 AM guo Maxwell wrote: > Is there any update on this topic? It seems that things can make a big > progress if Jake Luciani can find someone who can make the > FileSystemProvider code accessible. > > Jon Haddad 于2023年12月16日周六 05:29写道:

CEP-32: Open-Telemetry integration

2024-09-19 Thread Patrick McFadin
Here's another stalled CEP. In this case, no discuss thread or Jira. Yuki (or anyone else) know the status of this CEP? https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-32%3A+%28DRAFT%29+OpenTelemetry+integration Patrick

Re: [DISCUSS] CEP-31 negotiated authentication

2024-09-19 Thread Patrick McFadin
Hi Jacek, I was doing some housekeeping on CEPs and noticed this stalled. Is this still a CEP you are advocating for? Anyone else that knows the status, feel free to add in. Patrick On Wed, May 31, 2023 at 8:26 AM Derek Chen-Becker wrote: > Hi Jacek, > > I took a quick look through the CEP an

Re: Welcome Chris Bannister, James Hartig, Jackson Flemming and João Reis, as cassandra-gocql-driver committers

2024-09-12 Thread Patrick McFadin
And the gocql users everywhere are high-fiving and taking the rest of the day off to celebrate. Congrats everyone! On Thu, Sep 12, 2024 at 8:18 AM Bernardo Botella < conta...@bernardobotella.com> wrote: > It is great to see the project growing like this. Congratulations!! > > On Sep 12, 2024, at

Re: [RELEASE] Apache Cassandra 5.0.0 GA released

2024-09-05 Thread Patrick McFadin
And we have a live blog too! https://cassandra.apache.org/_/blog/Apache-Cassandra-5.0-Announcement.html Congrats everyone. Very exciting release that users are going to love. On Thu, Sep 5, 2024 at 2:32 PM Mick Semb Wever wrote: > > The Cassandra team is pleased to announce the GA release of Ap

Re: Welcome Jordan West and Stefan Miklosovic as Cassandra PMC members!

2024-09-01 Thread Patrick McFadin
Excellent additions! Congratulations Jordan and Stefan! On Sun, Sep 1, 2024 at 6:29 AM Maxim Muzafarov wrote: > Сongrats Jordan and Stefan. > Great work! > > On Sun, 1 Sept 2024 at 12:46, guo Maxwell wrote: > > > > Congrats Stefan and Jordan!!! > > > > Jacek Lewandowski 于2024年9月1日 周日下午4:39写道: >

Re: Welcome Doug Rohrer as Cassandra Committer

2024-08-23 Thread Patrick McFadin
Welcome Doug! On Fri, Aug 23, 2024 at 2:45 PM Josh McKenzie wrote: > Congratulations Doug! Great to have you on board. > > On Fri, Aug 23, 2024, at 4:50 PM, Arjun Ashok wrote: > > Congratulations Doug! > > > On Aug 23, 2024, at 11:55 AM, Dinesh Joshi wrote: > > > > The Apache Cassandra PMC is t

Re: [DISCUSS] Introduce CREATE TABLE LIKE grammer

2024-08-19 Thread Patrick McFadin
+1 This is a CEP On Mon, Aug 19, 2024 at 10:50 AM Jon Haddad wrote: > Given the fairly large surface area for this, i think it should be a CEP. > > — > Jon Haddad > Rustyrazorblade Consulting > rustyrazorblade.com > > > On Mon, Aug 19, 2024 at 10:44 AM Bernardo Botella < > conta...@bernardobotel

Re: CASSANDRA-19779 in 5.0-rc

2024-07-26 Thread Patrick McFadin
This is a weird regression but I'm borderline on this being a blocker. On a brand new node starting, this comes up but goes away on the first reboot of the node. What I don't get is why directIO is disabled if there is no commit log. What's specific about that? Patrick On Fri, Jul 26, 2024 at 7:4

Re: Welcome Joey Lynch as Cassandra PMC member

2024-07-24 Thread Patrick McFadin
Every once in a while you see an announcement and think "Wasn't that already a thing?" and then realize it wasn't. This is one of those times. Congratulations Joey on the thing I thought you already were so clearly you deserve this! On Wed, Jul 24, 2024 at 11:57 AM David Capwell wrote: > Congra

Let's get ready for Cassandra 5!

2024-07-23 Thread Patrick McFadin
Hi everyone, If you haven't seen, we are now at 5.0-rc1 which means we are close to GA. Anticipating that movement, I'm going to be getting our official release blog ready and wanted to ask for some help. If you have been testing/using/breaking 5.0 and would like to offer a quote, it adds a lot to

Re: [DISCUSS] Adding support for BETWEEN operator

2024-05-13 Thread Patrick McFadin
This is a great feature addition to CQL! I get asked about it from time to time but then people figure out a workaround. It will be great to just have it available. And right on Simon! I think the only project I had as a high school senior was figuring out how many parties I could go to and still

Re: [DISCUSS] CEP-40: Data Transfer Using Cassandra Sidecar for Live Migrating Instances

2024-04-23 Thread Patrick McFadin
I finally got a chance to digest this CEP and am happy to see it raised. This feature has been left to the end user for far too long. It might get roasted for scope creep, but here goes. Related and something that I've heard for years is the ability to migrate a single keyspace away from a set of

Re: Welcome Alexandre Dutra, Andrew Tolbert, Bret McGuire, Olivier Michallat as Cassandra Committers

2024-04-17 Thread Patrick McFadin
Congratulations, everyone. I am loving this new direction for the project! On Wed, Apr 17, 2024 at 11:16 AM Yifan Cai wrote: > Congrats all > -- > *From:* Josh McKenzie > *Sent:* Wednesday, April 17, 2024 11:05:29 AM > *To:* dev > *Subject:* Re: Welcome Alexandre Du

Re: Welcome Brad Schoening as Cassandra Committer

2024-02-21 Thread Patrick McFadin
Yay! Congrats Brad! On Wed, Feb 21, 2024 at 2:06 PM Jeremy Hanna wrote: > Congratulations Brad! > > On Feb 21, 2024, at 3:59 PM, Leo Toff wrote: > > Congratulations Brad! Thank you for helping me onboard 🙏 > > On Wed, Feb 21, 2024 at 1:56 PM Jeremiah Jordan > wrote: > >> Congrats! >> >> On Feb

Re: Welcome Maxim Muzafarov as Cassandra Committer

2024-01-08 Thread Patrick McFadin
Congratulations Maxim! Thank you for all you've done in the project and everything to come! Patrick On Mon, Jan 8, 2024 at 12:32 PM Miklosovic, Stefan via dev < dev@cassandra.apache.org> wrote: > Great news! Congratulations. > > > From: Josh McKenzie > S

Re: Harry in-tree (Forked from "Long tests, Burn tests, Simulator tests, Fuzz tests - can we clarify the diffs?")

2023-12-22 Thread Patrick McFadin
It was great having some more extended discussions about Harry in person last week. Anything we can do to make it easier for anyone to test Cassandra thoroughly is an easy +1 from me! Thanks for all your efforts so far, Alex. Patrick On Fri, Dec 22, 2023 at 8:03 AM Jacek Lewandowski < lewandowsk

Can't make it to Cassandra Summit but want to see the talks?

2023-12-11 Thread Patrick McFadin
Hi everyone, The Linux Foundation will be streaming all of the talks from the Cassandra Summit. Finding the streams is very easy. Go to the conference schedule: https://events.linuxfoundation.org/cassandra-summit/program/schedule/ Each talk has a YouTube link associated with it. The Keynotes and

Re: Welcome Mike Adamson as Cassandra committer

2023-12-08 Thread Patrick McFadin
Yay! Congratulations Mike. Well deserved! On Fri, Dec 8, 2023 at 7:00 AM Andrés de la Peña wrote: > Congrats Mike! > > On Fri, 8 Dec 2023 at 14:53, Jeremiah Jordan > wrote: > >> Congrats Mike! Thanks for all your work on SAI and Vector index. Well >> deserved! >> >> On Dec 8, 2023 at 8:52:07

Re: Introducing the Cassandra Catalyst program!

2023-12-01 Thread Patrick McFadin
So excited for this program! It's been a long time coming but wow, what a great way to recognize individuals advocating for Cassandra in their own communities. Let's get out there and start nominating! Patrick On Fri, Dec 1, 2023 at 9:51 AM Melissa Logan wrote: > The Cassandra community is exc

Re: Welcome Francisco Guerrero Hernandez as Cassandra Committer

2023-11-30 Thread Patrick McFadin
Congratulations and welcome, Francisco! On Thu, Nov 30, 2023 at 2:45 AM Maxim Muzafarov wrote: > My congratulations, Francisco! :-) > > On Wed, 29 Nov 2023 at 13:30, Andrés de la Peña > wrote: > > > > Congrats Francisco! > > > > On Wed, 29 Nov 2023 at 11:37, Benjamin Lerer wrote: > >> > >> Con

Cassandra Summit: Engage those networks!

2023-11-29 Thread Patrick McFadin
Hi everyone, We are a couple of weeks away from Cassandra Summit. People get busy and forget to register or miss that there is even a summit happening. Let's make sure everyone who wants to go gets a chance! - If you are going, get on the social media of your choice and let everyone know you'll

Re: [VOTE] Release Apache Cassandra 5.0-beta1

2023-11-28 Thread Patrick McFadin
is cut was released as another >> alpha and we do beta1 once the known fixes land? >> >> On Nov 28, 2023, at 12:21 PM, J. D. Jordan >> wrote: >> >>  >> -0 (NB) on this cut. Given the concerns expressed so far in the thread I >> would think we should re-cu

Re: [VOTE] Release Apache Cassandra 5.0-beta1

2023-11-28 Thread Patrick McFadin
I'm a +1 on a beta now vs maybe later. Beta doesn't imply perfect especially if there are declared known issues. We need people outside of this tight group using it and finding issues. I know how this rolls. Very few people touch a Alpha release. Beta is when the engine starts and we need to get it

Cassandra Summit: Early registration discount ends tomorrow

2023-11-20 Thread Patrick McFadin
Hi everyone, If you've registered for Cassandra Summit, then ignore this email. If not! Time to get moving. The deadline ends tomorrow. Link to register: https://events.linuxfoundation.org/cassandra-summit/register/ Discount code: 23CS20 (Yes you can use it with the early registration price) I

Re: Time to register for the Cassandra Summit 2023!

2023-11-09 Thread Patrick McFadin
/travel-funding/ I hope many of you will take advantage of this program and join us in San Jose! Patrick On Thu, Nov 9, 2023 at 7:15 AM Patrick McFadin wrote: > Hi everyone! > > I'm going to keep this short, but it's time to gather the Cassandra > community. December 12-13

Time to register for the Cassandra Summit 2023!

2023-11-09 Thread Patrick McFadin
Hi everyone! I'm going to keep this short, but it's time to gather the Cassandra community. December 12-13 in San Jose. Earlybird registration pricing ends November 21 so don't delay. Registration page: https://events.linuxfoundation.org/cassandra-summit/register/ Use my discount code for 20% off

Re: Push TCM (CEP-21) and Accord (CEP-15) to 5.1 (and cut an immediate 5.1-alpha1)

2023-10-30 Thread Patrick McFadin
d there's definitely > the desire and demand to do so, so it won't be getting forgotten or > down-prioritised. > >>> > >>> > >>> > >>> On Wed, 25 Oct 2023 at 18:07, Jeremiah Jordan < > jeremiah.jor...@gmail.com<

Re: Project Status Update: 90-day catch-up edition [2023-10-27]

2023-10-27 Thread Patrick McFadin
Sent you an invite Sam. Welcome to the community! On Fri, Oct 27, 2023 at 10:31 AM Sam wrote: > Please can I have an invite to the Slack workspace on this email. I'd like > to take a look through some of the items for first time contributors :-) > > Thanks! > > On Fri, 27 Oct 2023 at 18:10, Josh

Re: Push TCM (CEP-21) and Accord (CEP-15) to 5.1 (and cut an immediate 5.1-alpha1)

2023-10-24 Thread Patrick McFadin
o the project can cut artifacts for and release a 5.1-alpha1, > 5.1-dev-preview1, what ever we want to version this thing, from trunk or > any other branch name we want. > > -Jeremiah > > On Oct 24, 2023 at 2:03:41 PM, Patrick McFadin wrote: > > I would like to have somethi

Re: Push TCM (CEP-21) and Accord (CEP-15) to 5.1 (and cut an immediate 5.1-alpha1)

2023-10-24 Thread Patrick McFadin
r than holding it back. If there's 2 big releases in 6 >> months the community isn't any worse off. >> >> We either ship something, or nothing, and something is probably better. >> >> Jon >> >> >> On 2023/10/24 16:27:04 Patrick McFadin wrote: >&

Re: Push TCM (CEP-21) and Accord (CEP-15) to 5.1 (and cut an immediate 5.1-alpha1)

2023-10-24 Thread Patrick McFadin
+1 to what you are saying, Josh. Based on the last survey, yes, everyone was excited about Accord, but SAI and UCS were pretty high on the list. Benedict and I had a good conversation last night, and now I understand more essential details for this conversation. TCM is taking far more work than in

  1   2   3   >