Re: Welcome Patrick McFadin as Cassandra Committer

2023-02-02 Thread Jordan West
Congratulations Patrick! Well deserved. Jordan On Thu, Feb 2, 2023 at 10:18 Brandon Williams wrote: > Congratulations, Patrick! > > Kind Regards, > Brandon > > On Thu, Feb 2, 2023 at 11:58 AM Benjamin Lerer wrote: > > > > The PMC members are pleased to announce that Patrick McFadin has accepte

[DISCUSS] Using ACCP or tc-native by default

2023-06-22 Thread Jordan West
Hi, I’m wondering if there is appetite to change the default SSL provider for Cassandra going forward to either ACCP [1] or tc-native in Netty? Our deployment as well as others I’m aware of make this change in their fork and it can lead to significant performance improvement. When recently qualify

Re: [DISCUSS] Using ACCP or tc-native by default

2023-06-22 Thread Jordan West
tographic primitives beyond TLS > acceleration for Netty. > > > > On Jun 22, 2023, at 2:07 PM, Jeff Jirsa wrote: > > > > > > Either would be better than today. > > > > On Thu, Jun 22, 2023 at 1:57 PM Jordan West wrote: > > Hi, > > > > I

Re: [DISCUSS] Using ACCP or tc-native by default

2023-07-26 Thread Jordan West
I left my comments on the JIRA itself but generally they mirror Scott and Joeys thoughts. Jordan On Wed, Jul 26, 2023 at 07:26 C. Scott Andreas wrote: > Peter, thanks for your message. > > You are receiving these emails because your address is subscribed to the > Apache Cassandra "dev@" develop

Re: [DISCUSS] Using ACCP or tc-native by default

2023-07-26 Thread Jordan West
We do and I’m sensitive to that 100% but there is no reason ACCP should break upgrades afaik. The algorithms it implements are identical and for the ones it doesn’t the JRE implementation is used — ACCP is the higher priority implementation. Do we have any examples of it breaking anything? Or that

Re: [DISCUSS] Using ACCP or tc-native by default

2023-07-26 Thread Jordan West
+1 Scott. And agreed all involved are looking out for the best interests of C* users. And I appreciate those with concerns contributing to addressing them. I’m all for making upgrades smooth bc I do them so often. A huge portion of our 4.1 qualification is “will it break on upgrade”? Because of th

Re: [DISCUSS] Using ACCP or tc-native by default

2023-07-26 Thread Jordan West
n I do not see anyone who is against > that? > > -Jeremiah > > > On Jul 26, 2023 at 2:53:02 PM, Jordan West wrote: > >> +1 Scott. And agreed all involved are looking out for the best interests >> of C* users. And I appreciate those with concerns contributing to >>

Re: [DISCUSS] Update default disk_access_mode to mmap_index_only on 5.0

2023-11-15 Thread Jordan West
I would also like to back this proposal. We change this default because several incidents have occurred by leaving the default of auto. There are rare cases where auto/mmap is the better option but as for a default mmap_index_only is safer. On Wed, Nov 15, 2023 at 6:35 AM Paulo Motta wrote: > Hi

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

2024-04-14 Thread Jordan West
Thanks for proposing this CEP! We have something like this internally so I have some familiarity with the approach and the challenges. After reading the CEP a couple things come to mind: 1. I would like to see more abstraction of how the files get moved / put in place with the proposed solution be

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

2024-04-19 Thread Jordan West
If we are considering the main process then we have to do some additional work to ensure that it doesn’t put pressure on the JVM and introduce latency. That’s one thing I like about having it an external process — not that it’s bullet proof but it’s one less thing to worry about. Jordan On Thu, A

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

2024-04-20 Thread Jordan West
I do really like the framing of replacing a node is restoring a node and then kicking off a replace. That is effectively what we do internally. I also agree we should be able to do data movement well both internal to Cassandra and externally for a variety of reasons. We’ve seen great performance

Re: [DISCUSS] Donating easy-cass-stress to the project

2024-04-30 Thread Jordan West
I would likely commit to it as well Jordan On Mon, Apr 29, 2024 at 10:55 David Capwell wrote: > So: besides Jon, who in the community expects/desires to maintain this > going forward? > > > I have been maintaining a fork for years, so don’t mind helping maintain > this project. > > On Apr 28, 2

Re: [DISCUSS] Gossip Protocol Change

2024-05-16 Thread Jordan West
I’m a big +1 on 18917 or more testing of gossip. While I appreciate that it makes TCM more complicated, gossip and schema propagation bugs have been the source of our two worst data loss events in the last 3 years. Data loss should immediately cause us to evaluate what we can do better. We will li

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

2024-05-20 Thread Jordan West
On Wed, May 1, 2024 at 3:34 AM Alex Petrov wrote: > > We can implement CEP-40 using a similar approach: we can leave the source > node as both a read and write target, and allow the new node to be a target > for (pending) writes. Unfortunately, this does not help with availability > (in fact, it

Re: [DISCUSS] ccm as a subproject

2024-05-20 Thread Jordan West
I would also love to see CCM as an official side project. It is important to the project and I personally use it regularly. Jordan On Thu, May 16, 2024 at 7:55 AM Josh McKenzie wrote: > We do still have the issues of DSE-supporting code in it, as we do with > the drivers. I doubt any of us str

Re: [DISCUSS] Stream Pipelines on hot paths

2024-06-06 Thread Jordan West
Similarly in the "don't use them in the main project but am ok with tests" camp On Thu, Jun 6, 2024 at 4:46 AM Štefan Miklošovič < stefan.mikloso...@gmail.com> wrote: > I have created > > https://issues.apache.org/jira/browse/CASSANDRA-19673 > > to gather all your ideas about what to remove. If y

Re: [DISCUSS] Stream Pipelines on hot paths

2024-06-07 Thread Jordan West
Agreed Aleksey. I wouldn’t be opposed to more nuanced use but the burden that adds seems impractical. A simple rule is easier. Jordan On Fri, Jun 7, 2024 at 05:59 Aleksey Yeshchenko wrote: > It am okay with its use off hot paths in principle, and I’ve done it > myself. > > But as others have me

Re: [DISCUSS] CEP-42: Constraints Framework

2024-06-23 Thread Jordan West
I am generally for this CEP, particularly the sizeOf guardrail. For example, we recently had an incident caused by a client who wrote outside of the contract we had verbally established. The constraint would have let us encode that contract into the database. In this case, clients are writing large

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

2024-07-02 Thread Jordan West
+1 On Fri, Jun 28, 2024 at 05:56 wrote: > +1 > > > On Jun 27, 2024, at 3:03 PM, Josh McKenzie wrote: > > +1 > > On Thu, Jun 27, 2024, at 12:40 AM, Abhijeet Dubey wrote: > > +1 > > On Thu, Jun 27, 2024 at 1:47 AM Francisco Guerrero > wrote: > > +1 > > On 2024/06/21 15:13:31 Venkata Hari Krishna

Re: [VOTE] CEP-42: Constraints Framework

2024-07-02 Thread Jordan West
+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 Ratnofsky wrote: > > > +1 (nb) > > > > > >> On Jul 2, 2024, at 12:15 PM, Yifan Cai wrote: > > >> > > >> +1 on CEP-42. > > >> > > >>

Re: secondary index table - tombstones surviving compactions

2018-05-30 Thread Jordan West
Hi Roman, I was able to reproduce the issue you described. I filed https://issues.apache.org/jira/browse/CASSANDRA-14479. More details there. Thanks for reporting! Jordan On Wed, May 23, 2018 at 12:06 AM, Roman Bielik < roman.bie...@openmindnetworks.com> wrote: > Hi, > > I apologise for a late

Re: Difference between heartbeat and generation on a Gossip packet

2018-06-28 Thread Jordan West
On Tue, Jun 26, 2018 at 3:08 PM, Abdelkrim Fitouri wrote: > Hello, > > I am studying the gossip part on casssandra and wondering about the > difference between the heartbeat and generation data exchanged for the > autodiscovery. > > many thanks for any help. > If you haven’t had a chance to che

Re: [VOTE] Branching Change for 4.0 Freeze

2018-07-13 Thread Jordan West
+1 (non-binding) On Fri, Jul 13, 2018 at 5:02 AM, J. D. Jordan wrote: > -0 (non-binding) as well for similar reasons to Gary. > > > On Jul 12, 2018, at 8:23 AM, Gary Dusbabek wrote: > > > > -0 > > > > I'm not interested in sparking a discussion on this, because a) it has > > already happened an

Re: GitHub PR ticket spam

2018-08-06 Thread Jordan West
+1 (nb) for the worklog approach. Jordan On Mon, Aug 6, 2018 at 4:53 PM dinesh.jo...@yahoo.com.INVALID wrote: > +1 for preserving it as worklog. > Dinesh > P.S.: Apologies for the github spam :-) > On Monday, August 6, 2018, 3:09:28 PM PDT, Mick Semb Wever < > m...@apache.org> wrote: > > >

Re: QA signup

2018-09-06 Thread Jordan West
Thanks for staring this thread Jon! On Thu, Sep 6, 2018 at 5:51 AM Jonathan Haddad wrote: > For 4.0, I'm thinking it would be a good idea to put together a list of the > things that need testing and see if people are willing to help test / break > those things. My goal here is to get as much co

Re: Proposing an Apache Cassandra Management process

2018-09-23 Thread Jordan West
I think this feature is important to the community and I don’t want to stifle that but if committers/contributors are working on the management process instead of testing 4.0 it takes away from it regardless of where the code lives. Waiting to merge until after 4.0, at a minimum, would benefit the

Re: Both Java 8 and Java 11 required for producing a tarball

2019-03-13 Thread Jordan West
A couple related JIRAs for reference: https://issues.apache.org/jira/browse/CASSANDRA-14714 https://issues.apache.org/jira/browse/CASSANDRA-14712 On Wed, Mar 6, 2019 at 7:34 PM Michael Shuler wrote: > On 3/6/19 7:10 PM, Stefan Miklosovic wrote: > > I am trying to build 4.0 from sources and prio

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

Cassandra 4.0 Quality and Stability Update

2019-04-10 Thread Jordan West
In September, the community chose to freeze trunk to begin working on Quality and Stability with the goal of releasing the most stable Cassandra major in the project’s history. While lots of work has been ongoing and folks could follow along with progress on JIRA I thought it would be useful to cov

Re: Stabilising Internode Messaging in 4.0

2019-04-10 Thread Jordan West
There is a lot of discuss here so I’ll try to keep my opinions brief: 1. The bug fixes are a requirement in order to have a stable 4.0. Whether they come from this patch or the original I have less of an opinion. I do think its important to minimize code changes at this time in the development/fre

Re: Stabilising Internode Messaging in 4.0

2019-04-12 Thread Jordan West
Concentrating on a smaller subset doesn't make a patch > smaller, > >> just helps to guide reviewers and observers, so my primary goal was to > help > >> people, hence my reference to the jira comment I'm working on. > >> > >> > >> On Wed,

Re: Cassandra 4.0 Quality and Stability Update

2019-04-12 Thread Jordan West
we > landed on it. Any idea on how are we doing on that front? > > Thanks, > > Dinesh > > [1] > https://lists.apache.org/thread.html/3a444be1a3097c0c55d15268ccb0fe7aab83ef276b87bf55bf4f3bc2@%3Cdev.cassandra.apache.org%3E > > > On Apr 10, 2019, at 8:25 AM, Jordan

Re: Stabilising Internode Messaging in 4.0

2019-04-12 Thread Jordan West
Since their seems to be an assumption that I haven’t read the code let me clarify: I am working on making time to be a reviewer on this and I have already spent a few hours with the patch before I sent any replies, likely more than most who are replying here. Again, because I disagree on non-techni

Re: [VOTE] Apache Cassandra Release Lifecycle

2019-10-07 Thread Jordan West
+1 nb — to both the document and the benefits listed in Scott’s email. Jordan On Fri, Oct 4, 2019 at 2:26 PM Scott Andreas wrote: > There are two main benefits to agreeing on this: > > 1. Providing clarity for contributors on release phases – i.e., what types > of changes are expected to land o

Re: [VOTE-2] Apache Cassandra Release Lifecycle

2019-10-10 Thread Jordan West
+1 nb On Wed, Oct 9, 2019 at 11:00 PM Per Otterström wrote: > +1 nb > > -Original Message- > From: Mick Semb Wever > Sent: den 10 oktober 2019 07:08 > To: dev@cassandra.apache.org > Subject: Re: [VOTE-2] Apache Cassandra Release Lifecycle > > > > We have discussed in the email threa

Re: Offering some project management services

2020-01-10 Thread Jordan West
Extra time contributed to the project by an experienced community member in either developer or project management areas would be very helpful in completing 4.0. Thanks for volunteering Josh -- and +1 on thanking Scott for his existing efforts (and Benedict and others who worked to improve the JIRA

Re: Apache Cassandra Contributor Meeting

2020-01-20 Thread Jordan West
Thanks Patrick. Looking forward to tomorrow’s meeting. I added an agenda item around 4.0 — it’s not my intention to lead that section necessarily but I think a check in / progress update / follow up on Josh’s email will be good to cover. Jordan On Mon, Jan 13, 2020 at 6:11 PM Patrick McFadin wro

Re: Cassandra 4.0 Dev Work Status

2020-01-22 Thread Jordan West
Hi Everyone, Josh is traveling this week so he sent me a brief summary and I offered to send it to the mailing list w/ a few updates. There was enough progress in the last week to warrant an update. The 4.0 board can be found at https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=355.

Re: [DISCUSS] Switch to using GitHub pull requests?

2020-01-23 Thread Jordan West
On Thu, Jan 23, 2020 at 9:09 AM Jeff Jirsa wrote: > On Thu, Jan 23, 2020 at 6:18 AM Jeremiah Jordan > wrote: > > > It is the reviewer and authors job to make sure CI ran and didn’t > > introduce new failing tests, it doesn’t matter how they were ran. It is > > just as easy to let something throu

Re: [DISCUSS] Switch to using GitHub pull requests?

2020-01-24 Thread Jordan West
Keeping trunk green at all times is a great goal to strive for, I'd love to continue to work towards it, but in my experience its not easy. Flaky tests, for the reason folks mentioned, are a real challenge. A standard we could use while we work towards the more ambitious one, and we are pretty clos

Re: [DISCUSS] Switch to using GitHub pull requests?

2020-01-24 Thread Jordan West
On Fri, Jan 24, 2020 at 11:23 AM Jordan West wrote: > > > Keeping trunk green at all times is a great goal to strive for, I'd love > to > > continue to work towards it, but in my experience its not easy. Flaky > > tests, for the reason folks mentioned, are a real chall

Re: [DISCUSS] Switch to using GitHub pull requests?

2020-01-24 Thread Jordan West
That’s awesome that we have that set up. I was checking out b.a.o after my email and noticed some recent runs. I don’t mean to prescribe any specific way of surfacing results as long as they are easily accessible to all contributors (well documented where to find them, etc). Progress on posting re

Re: Testing out JIRA as replacement for cwiki tracking of 4.0 quality testing

2020-02-01 Thread Jordan West
Thanks for taking this up Josh. I'm for whatever we think will result in a more accurate view of progress. Edit access has been a friction point. I'd like to hear from others as well too but generally I'm +1 to giving it a shot. Jordan On Thu, Jan 30, 2020 at 1:45 PM Joshua McKenzie wrote: > Fr

Re: 20200217 4.0 Status Update

2020-02-18 Thread Jordan West
On Mon, Feb 17, 2020 at 12:52 PM Jeff Jirsa wrote: > > beyond the client proto change being painful for anything other than major > releases > > This came up during the community meeting today and I wanted to bring a question about it to the list: could someone who is *very* familiar with the cli

20200224 4.0 Status Update

2020-02-24 Thread Jordan West
The board can be found at https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=355 We continue to make positive progress. There are 92 tickets [1] that remain open at this time. We opened 4 tickets in the last 7 days and closed 16 (including 3 of the 4 new tickets). We also added two ti

Re: [proposal] Introduce AssertJ in test framework

2020-03-10 Thread Jordan West
If it encourages more and higher quality test writing +1 (nb). Also, low risk given it’s a test dep. Using QuickTheories as an example, merging it with a new or updated test could be a good way to get it merged Jordan On Tue, Mar 10, 2020 at 10:33 AM Benjamin Lerer wrote: > +1 > > On Tue, Mar

20200417 4.0 Status Update

2020-03-17 Thread Jordan West
Hi Everyone! One day late again but here is the weekly status update. Link to JIRA board: https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=355&projectKey=CASSANDRA We opened 3 new tickets last week and closed 13 including 1 of the new tickets. The current open count is 98 (reminder

20200407 4.0 Status Update

2020-04-07 Thread Jordan West
Hi Everyone, The board can be found here: https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=355 [Tickets That Need Attention] A reminder that Josh has added a new 'Needs Attention' filter to show any tasks that are stalled, need an assignee or need a reviewer. Makes it easy if you w

Re: Keeping test-only changes out of CHANGES.txt

2020-04-08 Thread Jordan West
+1 (nb) to the change and +1 (nb) to updating the docs to reflect this. Jordan On Wed, Apr 8, 2020 at 11:30 AM wrote: > +1 > > > El 8 abr 2020, a las 19:05, e.dimitr...@gmail.com escribió: > > > > +1 > > > > Sent from my iPhone > > > >> On 8 Apr 2020, at 13:50, Joshua McKenzie wrote: > >> > >

Re: 20200407 4.0 Status Update

2020-04-08 Thread Jordan West
ent from my iPhone > > > On 7 Apr 2020, at 20:04, Manish G wrote: > > > > Hi, > > > > Can there be a filter like 'good first issue' which new people can use to > > find issues to start with? > > > > Manish > > > >> On Tue, Apr 7

Re: Drivers support for Cassandra 4.0

2020-04-10 Thread Jordan West
On Thu, Apr 9, 2020 at 7:30 AM Alexandre Dutra wrote: > * Java drivers 3.9.0 and 4.6.0 will be released in the next few weeks. > They will include > support for missing features (transient replication and > now-in-seconds), effectively > providing complete support for protocol v5 in its current s

Re: [VOTE] Release Apache Cassandra 4.0-alpha4

2020-04-13 Thread Jordan West
+1 (non-binding) Thanks to all those who ran the tests and checks! Jordan On Mon, Apr 13, 2020 at 6:02 PM Sumanth Pasupuleti < sumanth.pasupuleti...@gmail.com> wrote: > +1 (non-binding) > > All java8 UTs, jvmdtests and dtests pass > > https://circleci.com/workflow-run/d7b3f62d-c9ad-43d6-9152-26

Re: Discussion: addition to CEP guide

2020-04-22 Thread Jordan West
+1 (nb) on both counts. Thanks for bringing this up! Jordan On Wed, Apr 22, 2020 at 11:53 AM Joshua McKenzie wrote: > > > > Maybe put it high up the list, e.g. after Description of Approach? > > Really great point. Definitely not the lowest priority item. > > I'll leave this thread open for ano

Re: Calling for release managers (Committers and PMC)

2020-05-07 Thread Jordan West
*raises hand* - Jordan On Thu, May 7, 2020 at 11:29 AM Mick Semb Wever wrote: > The Cassandra release process has had some improvements to better in > line with the ASF guidelines: sha256 & sha512 checksums, staged > artefacts in svnpubsub, dep and rpm repositories complete and signed > in stag

4.0 Ticket Review and 20200512 Status Update

2020-05-12 Thread Jordan West
Hi Everyone, This week's status update is below but we (Josh, Jon M, and myself) thought it was important for us all to take a closer look at which parts of the release cycle we've assigned different tickets to so we can get a better idea of how close we truly are to releasing beta1 and what work

Re: [DISCUSS] CASSANDRA-13994

2020-05-27 Thread Jordan West
On Wed, May 27, 2020 at 1:23 PM Joshua McKenzie wrote: > Maybe. Do we just time box, say we're going to cut an RC and give it 4 > weeks, if nothing awful surfaces we GA? > I've seen that work well in the past on other projects. I agree with the notion that RCs are real candidates for release if

Re: [DISCUSSION] Flaky tests

2020-05-28 Thread Jordan West
> On Wed, May 27, 2020 at 5:13 PM Ekaterina Dimitrova < > ekaterina.dimitr...@datastax.com> wrote: > - No flaky tests according to Jenkins or CircleCI? Also, some people run > > the free tier, others take advantage of premium CircleCI. What should be > > the framework? While I agree that we shou

20200602 Cassandra 4.0 Status Update

2020-06-03 Thread Jordan West
Hi Everyone, [Board] The board can be found here: https://issues.apache.org/jira/secure/RapidBoard.jspa?rapidView=355 [New Tickets] In the last 7 days we have opened 7 new tickets and closed 1. 2 were in Alpha (including the one that was closed) and the remaining were assigned to Beta. Please rem

Re: [DISCUSS] governance on the Apache Cassandra project

2020-06-04 Thread Jordan West
Glad to see the PMC has been discussing these topics and is making efforts towards improving on the status quo. Thanks for sharing the draft. I'll leave more detailed questions/comments on the doc itself but as a whole its encouraging to see the PMC rely more heavily on the community and make an ef

Re: [DISCUSS] governance on the Apache Cassandra project

2020-06-04 Thread Jordan West
cation: for low-risk patches like test fixes, etc it may be too strong and for high risk patches the caveat that the author can be a reviewer if also a committer is too weak. I'll start with those 4 to limit the potential branching of this thread. Jordan On Thu, Jun 4, 2020 at 12:06 PM Jorda

Re: [VOTE] Project governance wiki doc

2020-06-16 Thread Jordan West
+1 nb On Tue, Jun 16, 2020 at 5:45 PM Jake Luciani wrote: > +1 > > On Tue, Jun 16, 2020 at 5:37 PM Benedict Elliott Smith < > bened...@apache.org> > wrote: > > > +1 > > > > On 16/06/2020, 22:23, "Nate McCall" wrote: > > > > +1 (binding) > > > > On Wed, Jun 17, 2020 at 4:19 AM Joshua Mc

Re: [VOTE] Project governance wiki doc (take 2)

2020-06-20 Thread Jordan West
+1 (nb) On Sat, Jun 20, 2020 at 11:13 AM Jonathan Ellis wrote: > +1 > > On Sat, Jun 20, 2020 at 10:12 AM Joshua McKenzie > wrote: > > > Link to doc: > > > > > https://cwiki.apache.org/confluence/display/CASSANDRA/Apache+Cassandra+Project+Governance > > > > Change since previous cancelled vote:

Re: [VOTE] Project governance wiki doc (take 2)

2020-06-24 Thread Jordan West
On Wed, Jun 24, 2020 at 3:43 PM Dinesh Joshi wrote: > 3. Discussion #3 - "... 1 business day notice period." Whose business day > is it? US? Europe? Australia? NZ? We are a distributed community and so 1 > business day is ambiguous. ASF typically states a 48-72 hour period which > gives enough t

Re: [DISCUSS] When to branch 4.0

2020-06-26 Thread Jordan West
Thanks for bringing this up Josh. I think the last time we all discussed this on the mailing list was during the initial freeze thread where we agreed "that between the September freeze date and beta, a new branch would not be created and trunk would only have bug fixes and performance improvements

Re: [DISCUSS] When to branch 4.0

2020-06-26 Thread Jordan West
On Fri, Jun 26, 2020 at 2:58 PM Benedict Elliott Smith wrote: > > Nothing is stopping us for discussing CEPs now, and nothing prevents > folks from making their own feature branches. > > I disagree. CEPs are just as - if not more - of a distraction than > branching. > > Work doesn't happen in a

Re: [DISCUSS] Revisiting Java 11's experimental status

2020-07-13 Thread Jordan West
Thanks for bringing this up Jon! My current thinking is we should officially support both 8 and 11. That increases the surface area we need to test but I think its hard to predict what different users will run given the current transition in the Java landscape. Jordan On Mon, Jul 13, 2020 at 11:4

Re: [VOTE] Release Apache Cassandra 4.0-beta1

2020-07-16 Thread Jordan West
+1 nb On Thu, Jul 16, 2020 at 9:38 AM Yifan Cai wrote: > +1 nb > > > From: Robert Stupp > Sent: Thursday, July 16, 2020 2:59:34 AM > To: dev@cassandra.apache.org > Subject: Re: [VOTE] Release Apache Cassandra 4.0-beta1 > > +1 (nb) > > — > Robert Stupp > @snazy

Re: [Vote] Remove Windows support from 4.0+

2020-08-10 Thread Jordan West
It wasn't directly regarding removing support but we did reach out to cassandra-users@ for testing 4.0 on Windows and got no response: https://www.mail-archive.com/user@cassandra.apache.org/msg60234.html Jordan On Mon, Aug 10, 2020 at 4:16 AM Benedict Elliott Smith wrote: > Have we considered

Re: Committing `CASSANDRA-13701 Lower default num_tokens` and the dtest slowdown…

2020-08-20 Thread Jordan West
What sort of commitment is there to the follow-up tickets? Are the follow-ups "make this faster" or are there specific tasks we know will help? I'm concerned by the increase in testing run times on circle but don't think that should prevent a good/decided upon default from merging. Jordan On Wed,

Re: [DISCUSS] Change style guide to recommend use of @Override

2020-09-01 Thread Jordan West
+1 On Tue, Sep 1, 2020 at 12:22 PM Benedict Elliott Smith wrote: > +1 > > > > On 01/09/2020, 20:09, "Caleb Rackliffe" wrote: > > > > +1 > > > > On Tue, Sep 1, 2020, 2:00 PM Jasonstack Zhao Yang < > jasonstack.z...@gmail.com> > > wrote: > > > > > +1 > > > > > > On Wed, 2

Re: Creating a branch for 5.0 …?

2020-09-11 Thread Jordan West
It still seems to me that the best use of our efforts as a community is to come together to get a stable 4.0 out as fast as possible. It would address the branching and freeze issues that have been raised -- neither of which currently prevent people from "scratching an itch", maintaining a non-offi

Re: Creating a branch for 5.0 …?

2020-09-11 Thread Jordan West
n > > > On Fri, Sep 11, 2020 at 12:10 PM, Jordan West wrote: > > > It still seems to me that the best use of our efforts as a community is > to > > come together to get a stable 4.0 out as fast as possible. It would > address > > the branching and freeze issu

Re: [VOTE] Accept the Harry donation

2020-09-16 Thread Jordan West
+1 On Wed, Sep 16, 2020 at 10:29 AM sankalp kohli wrote: > +1 > > On Wed, Sep 16, 2020 at 10:07 AM Ekaterina Dimitrova < > e.dimitr...@gmail.com> > wrote: > > > +1 (non-binding) > > > > On Wed, 16 Sep 2020 at 12:52, Dinesh Joshi wrote: > > > > > +1 > > > > > > > > > > > > Dinesh > > > > > > > >

Re: Creating a branch for 5.0 …?

2020-09-24 Thread Jordan West
https://cwiki.apache.org/confluence/display/CASSANDRA/Release+Lifecycle was voted on after and under GA states: "A new branch is created for the release with the new major version, limiting any new feature addition to the new release branch, with new feature development will continue to happen only

Re: Creating a branch for 5.0 …?

2020-09-24 Thread Jordan West
The intention was the former. It was discussed during apache con in 2019 and many people expressed the desire to wait until GA. Even some who initially were opposed to the freeze. Jordan On Thu, Sep 24, 2020 at 9:04 AM Joshua McKenzie wrote: > > https://lists.apache.org/thread.html/5ee66f3986b

Re: Creating a branch for 5.0 …?

2020-09-24 Thread Jordan West
On Thu, Sep 24, 2020 at 10:19 AM Joshua McKenzie wrote: > Jordan: thanks for providing that context - it's quite helpful. Was that > aspect of the conversation captured and shared with the rest of the project > on the mailing list? It's a shame if not, since that may have contributed > quite a bi

Re: [VOTE] Release dtest-api 0.0.6

2020-10-08 Thread Jordan West
+1 On Thu, Oct 8, 2020 at 7:25 AM Brandon Williams wrote: > +1 > > On Thu, Oct 8, 2020 at 3:20 AM Oleksandr Petrov > wrote: > > > > Proposing the test build of in-jvm dtest API 0.0.6 for release. > > > > Repository: > > > https://gitbox.apache.org/repos/asf?p=cassandra-in-jvm-dtest-api.git;a=sh

Re: Welcome Paulo Motta as Cassandra PMC member

2021-02-10 Thread Jordan West
Congrats Paulo! Jordan On Tue, Feb 9, 2021 at 10:25 PM Berenguer Blasi wrote: > Congrats Paulo! well done. > > On 9/2/21 21:28, Lorina Poland wrote: > > Congratulations Paulo! > > Lorina Poland > > e. lor...@datastax.com > > w. www.datastax.com > > > > > > > > On Tue, Feb 9, 2021 at 10:30 AM An

Re: Welcome Joey Lynch as Cassandra PMC member

2024-07-27 Thread Jordan West
Congrats Joey! Jordan On Fri, Jul 26, 2024 at 09:22 Maxim Muzafarov wrote: > My congratulations Joseph Lynch! > > On Thu, 25 Jul 2024 at 18:15, Paulo Motta wrote: > > > > Congratulations Joey! > > > > On Thu, 25 Jul 2024 at 00:55 Venkata Hari Krishna Nukala < > n.v.harikrishna.apa...@gmail.com

Re: [VOTE] Release Apache Cassandra 4.1.6

2024-07-30 Thread Jordan West
If there is a quick fix for the interface issue as Alex is describing then I am all for it. I think binary compatibility isn’t required here so the compile time compat would be good enough. Otherwise I tend to agree that while it should be considered a public interface we haven’t had a strict defi

Re: [VOTE] Release Apache Cassandra 4.1.6

2024-07-30 Thread Jordan West
I would make the case that loss of availability / significant performance issue, regardless of the amount of time it has existed for, is worth fixing on the branches that are widely deployed by the community. Especially when weighed against a loosely defined public interface issue. The queuing iss

Re: [DISCUSS] Removing support for deterministic table IDs

2024-07-30 Thread Jordan West
Generally no disagreement but more of a curiosity: what’s the motivation for removal? Just that it’s not needed? Otherwise it’s relatively cheap and DDL aren’t high throughput (or at least shouldn’t be since we can only deal with so many tables) Jordan On Tue, Jul 30, 2024 at 15:04 Caleb Rackliff

Re: [DISCUSS] Removing support for deterministic table IDs

2024-07-30 Thread Jordan West
point of creation. I'd liken it to what we did w/ some > no-longer-relevant options for the batch commit log. > > On Tue, Jul 30, 2024 at 5:19 PM Jordan West wrote: > >> Generally no disagreement but more of a curiosity: what’s the motivation >> for removal? Just that it’s

Re: [DISCUSS] state of lz4-java

2024-08-06 Thread Jordan West
Oof this is a tough one. I agree with both of you on the concerns. I don’t have good answers but I do see a few options: - upgrade to 1.10.0 (optionally and w rigorous testing ofc) and then start to think of a deprecation plan for LZ4 in project. That would be unfortunate but we could probably do

Re: [DISCUSS] inotify for detection of manually removed snapshots

2024-08-09 Thread Jordan West
I lean towards the documentation approach vs complicating the implementation. For me personally: I regularly use shell commands to operate on snapshots. That includes listing them. I probably should use nodetool for it all instead though. Jordan On Fri, Aug 9, 2024 at 08:09 Štefan Miklošovič wr

Re: [VOTE] Release Apache Cassandra 4.1.6 - take 2

2024-08-15 Thread Jordan West
+1 btw, I validated the tarball release super quickly using easy-cass-lab ( https://github.com/rustyrazorblade/easy-cass-lab). Steps I took: 1. modified cassandra_versions.yaml to point the 4.1 version at the new release tarball of 4.1.6 2. built the image: bin/easy-cass-lab build-image (got a cof

Re: [VOTE] Release Apache Cassandra 5.0-rc2

2024-08-22 Thread Jordan West
+1, validated again with easy-cass-lab On Thu, Aug 22, 2024 at 6:48 AM Mick Semb Wever wrote: > . > > > The vote will be open for 72 hours (longer if needed). Everyone who has >> tested the build is invited to vote. Votes by PMC members are considered >> binding. A vote passes if there are at l

Re: Welcome Doug Rohrer as Cassandra Committer

2024-08-23 Thread Jordan West
Awesome! Congratulations Doug! On Fri, Aug 23, 2024 at 12:17 Štefan Miklošovič wrote: > Great news! Congratulations, Doug. > > On Fri, Aug 23, 2024 at 8:55 PM Dinesh Joshi wrote: > >> The Apache Cassandra PMC is thrilled to announce that Doug Rohrer has >> accepted the invitation to become a co

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

2024-08-31 Thread Jordan West
Thanks all!!! On Sat, Aug 31, 2024 at 07:55 J. D. Jordan wrote: > Two great additions to the PMC. Congratulations to you both! > > -Jeremiah Jordan > > > On Aug 30, 2024, at 3:21 PM, Jon Haddad wrote: > > > >  > > The PMC's members are please

Re: 【DISCUSS】The configuration of Commitlog archiving

2024-09-02 Thread Jordan West
+1 to Scott’s comments. Once you expose those YAML config params outside of a single node which many of us do, this becomes an RCE attack vector. Something more structured as Scott proposes, similar to snapshots, would be preferred. Would recommend a CEP. Jordan On Fri, Aug 30, 2024 at 20:58 C. S

Re: [DISCUSS] CASSANDRA-13704 Safer handling of out of range tokens

2024-09-12 Thread Jordan West
I’m +1 on enabling rejection by default on all branches. We have been bit by silent data loss (due to other bugs like the schema issues in 4.1) from lack of rejection on several occasions and short of writing extremely specialized tooling its unrecoverable. While both lack of availability and data

Re: [DISCUSS] CASSANDRA-13704 Safer handling of out of range tokens

2024-09-12 Thread Jordan West
I think folks not losing sleep over this are only in that position because they don’t know it’s happening. Like Brandon said, ignorance is bliss (but it’s a false bliss). Very few users do the work necessary to detect data loss outside the obvious paths. I agree with Caleb, if we log and give them

Re: [DISCUSS] CASSANDRA-13704 Safer handling of out of range tokens

2024-09-12 Thread Jordan West
gt;> simply be alerting the operator to something that has already gone very >> wrong that they may not be in any position to ever address. >> >> On Sep 12, 2024, at 12:44 PM, Jordan West wrote: >> >>  >> I’m +1 on enabling rejection by default on all branches

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

2024-09-12 Thread Jordan West
Congrats, welcome! On Thu, Sep 12, 2024 at 13:16 Dinesh Joshi wrote: > Congratulations, everyone! > > On Thu, Sep 12, 2024 at 4:40 AM Mick Semb Wever wrote: > >> The PMC's members are pleased to announce that Chris Bannister, James >> Hartig, Jackson Flemming and João Reis have accepted invitat

Re: [DISCUSS] Chronicle Queue's development model and a hypothetical replacement of the library

2024-09-16 Thread Jordan West
Thanks for the sleuthing Stefan! This definitely is a bit unfortunate. It sounds like a replacement is not really practical so I'll ignore that option for now, until a viable alternative is proposed. I am -1 on us writing our own without strong, strong justification -- primarily because I think the

Re: [VOTE] Release Apache Cassandra 4.0-rc1

2021-03-30 Thread Jordan West
+1 nb. Very excited to see the project reach this milestone. Congrats everyone and thank you all for the effort and hard work! Jordan On Tue, Mar 30, 2021 at 8:33 AM Scott Andreas wrote: > +1 nb. > > This is a huge milestone for the project. > > > From:

Re: Download source release / binary files in source release

2021-03-30 Thread Jordan West
I have yet to see a legal reason why including binaries in packages is a bad thing. I’ve read the thread and the documents linked. In fact, it looks like it’s done specifically to avoid legal issues with copy left licenses. It’s very common for Apache to hold on to past policies at the expense of i

Re: Welcome Caleb Rackliffe as Cassandra committer

2021-05-14 Thread Jordan West
Congrats Caleb! Jordan On Fri, May 14, 2021 at 10:43 AM Scott Andreas wrote: > Congratulations, Caleb! > > — Scott > > > On May 14, 2021, at 10:29 AM, Andrés de la Peña < > a.penya.gar...@gmail.com> wrote: > > > > Congrats Caleb, well deserved! :) > > > >> On Fri, 14 May 2021 at 17:53, Paulo M

Re: Welcome Dinesh Joshi as Cassandra PMC member

2021-06-03 Thread Jordan West
Congratulations Dinesh! Jordan On Thu, Jun 3, 2021 at 1:40 AM Mick Semb Wever wrote: > Congrats Dinesh. Thanks for all the help given and offered whenever it is > needed! > > On Wed, 2 Jun 2021 at 18:16, Benjamin Lerer wrote: > > > The PMC's members are pleased to announce that Dinesh Joshi h

[ANNOUNCE] 3.0.23/3.0.24/3.11.9/3.11.10 Can Potentially Corrupt Data During Schema Changes

2021-07-25 Thread Jordan West
The bug reported in CASSANDRA-16735 [1] was known to cause corruption thought to be recoverable but can, in fact, induce *non-recoverable* corruption in some partitions. If you are not yet on 3.0.23, 3.0.24, 3.11.9, or 3.11.10, it is recommended you wait to upgrade until the Cassandra community rel

  1   2   >