Re: Code formatting

2021-12-26 Thread Francisco Guerrero
Hi Manish, You can run `ant generate-idea-files` to generate IntelliJ files. You can find more details here: https://cassandra.apache.org/_/development/ide.html - Francisco On 2021/12/26 09:37:01 Manish G wrote: > Hi, > > Is there any code formatter file which can be configured in intellij? >

Re: Issue while trying to run pytest command

2022-01-09 Thread Francisco Guerrero
Hi Manish, I suspect this has to do with spaces (or special characters) in the cassandra-dir argument. Can you try again wrapping the path in quotes, for example: pytest --cassandra-dir="/Users//cassandra" Hope that helps. - Francisco On 2022/01/09 10:43:05 Manish G wrote: > I am trying to

Re: [VOTE] Formalizing our CI process

2022-01-12 Thread Francisco Guerrero
+1nb with the amendment On 2022/01/12 21:03:08 Andrés de la Peña wrote: > Still +1 with the amendment > > On Wed, 12 Jan 2022 at 19:57, C. Scott Andreas wrote: > > > +1nb, with and without the amendment. > > > > Reason for mentioning without: I see the ability to cut a release to > > address

Re: UDF future

2022-01-19 Thread Francisco Guerrero
+1 (nb) On 2022/01/19 15:10:20 Brandon Williams wrote: > We can for completeness, but even with twice as much usage reported as the > other methods, I don't think it will affect the outcome of the vote. > > On Wed, Jan 19, 2022, 7:25 AM Paulo Motta wrote: > > > This proposal looks good to me,

Re: [VOTE] Accept java-driver

2023-10-03 Thread Francisco Guerrero
+1 (nb) On 2023/10/03 14:51:04 Joseph Lynch wrote: > +1 (nb) > > I am so grateful for all the hard work that went into getting the java > driver accepted into the project, well done to all involved! > > -Joey > > On Tue, Oct 3, 2023 at 7:38 AM C. Scott Andreas > wrote: > > > +1 (nb) > > > >

Re: [DISCUSS] putting versions into Deprecated annotations

2023-10-11 Thread Francisco Guerrero
presence of both annotation and Javadoc comment is just enough. > > > > (1) > > https://checkstyle.sourceforge.io/apidocs/com/puppycrawl/tools/checkstyle/checks/annotation/MissingDeprecatedCheck.html > > > > > > From: Fra

Re: [DISCUSS] putting versions into Deprecated annotations

2023-10-06 Thread Francisco Guerrero
> Might be nice to support a 3rd param that's a String for the reason it's > deprecated. Javadocs offers this natively /** * @deprecated Use instance method {@link #newMethod(Param1, Param2...)} instead. */ @Deprecated So we could leverage javadocs for this purpose On

Re: [DISCUSS] putting versions into Deprecated annotations

2023-10-10 Thread Francisco Guerrero
To me this seems insufficient. As a developer, I'd like to see what the alternative is when reading the javadoc without having to go to Jira. What I would prefer is to know what the alternative is and how to use it. For example: /** @deprecated Use {@link #alternative} instead. See

Re: CASSANDRA-18941 produce size bounded SSTables from CQLSSTableWriter

2023-10-23 Thread Francisco Guerrero
+1 (nb). I think this is a great addition to offline tools that use SSTable writer in general. On 2023/10/23 23:21:13 Yifan Cai wrote: > Hi, > > I want to propose merging the patch in CASSANDRA-18941 to 4.0 and up to > trunk and hope we are all OK with it. > > In CASSANDRA-18941, I am adding

Re: CASSANDRA-18941 produce size bounded SSTables from CQLSSTableWriter

2023-10-24 Thread Francisco Guerrero
I understood that the intention is for this to land in 4.0 all the way up to trunk (including 4.1 and 5.0). On 2023/10/24 02:19:41 guo Maxwell wrote: > +1, but I want to know why only trunk and 4.0 ? not all the versions > involved, like 4.1 ,5.0 。 > > Francisco Guerrero 于2023年10月2

Re: [VOTE] Release dtest-api 0.0.16

2023-08-16 Thread Francisco Guerrero
+1 (nb), thank you! On 2023/08/16 22:23:52 Doug Rohrer wrote: > +1 (nb) - Thanks Dinesh! > > Doug > > > On Aug 16, 2023, at 5:34 PM, Dinesh Joshi wrote: > > > > Proposing the test build of in-jvm dtest API 0.0.16 for release. > > > > Repository: > >

Re: Welcome Jacek Lewandowski as Cassandra committer

2022-07-06 Thread Francisco Guerrero
Congratulations, Jacek! On 2022/07/06 15:47:40 Yifan Cai wrote: > Congrats, Jacek! > > From: C. Scott Andreas > Sent: Wednesday, July 6, 2022 8:26:26 AM > To: dev@cassandra.apache.org > Cc: dev@cassandra.apache.org > Subject: Re: Welcome Jacek Lewandowski as

Re: [DISCUSS] Removing support for java 8

2022-08-29 Thread Francisco Guerrero
+1 (nb) on removing java8 support from trunk. On 2022/08/29 20:42:18 "J. D. Jordan" wrote: > +1 for removing on trunk. Pretty sure we already discussed that in the Java > 17 thread? That trunk will move to 11+17? > > > On Aug 29, 2022, at 3:40 PM, Blake Eggleston wrote: > > > > Sorry, I

Re: [VOTE] Release Apache Cassandra 4.0.6

2022-08-22 Thread Francisco Guerrero
+1 (nb) On 2022/08/22 20:08:11 Sylwester Lachiewicz wrote: > +1 nb > > pon., 22 sie 2022 o 21:28 C. Scott Andreas napisał(a): > > > > +1nb > > > > On Aug 22, 2022, at 8:55 AM, Mick Semb Wever wrote: > > > > > >> > >> The vote will be open for 72 hours (longer if needed). Everyone who has > >>

Re: [ANNOUNCE] Evolving governance in the Cassandra Ecosystem

2023-01-27 Thread Francisco Guerrero
Great news! I'm very happy to see these changes coming soon. Thanks to everyone involved in this work. On 2023/01/26 21:21:01 Josh McKenzie wrote: > The Cassandra PMC is pleased to announce that we're evolving our governance > procedures to better foster subprojects under the Cassandra

Re: Naming conventions for CQL native functions

2022-11-10 Thread Francisco Guerrero
+1 (nb) as well On 2022/11/10 17:16:21 Caleb Rackliffe wrote: > +100 on snake case for built-in functions given I think MySQL and Postgres > use that convention as well. > > ex. https://www.postgresql.org/docs/9.2/functions-string.html > > On Thu, Nov 10, 2022 at 7:51 AM Brandon Williams

Re: Role of Hadoop code in Cassandra 5.0

2023-03-09 Thread Francisco Guerrero
+1 (nb) for deprecation in 4.x and removal in 5.0 On 2023/03/09 18:04:27 Jeremy Hanna wrote: > +1 from me to deprecate in 4.x and remove in 5.0. > > > On Mar 9, 2023, at 12:01 PM, J. D. Jordan wrote: > > > > +1 from me to deprecate in 4.x and remove in 5.0. > > > > -Jeremiah > > > >> On Mar

Re: Welcome our next PMC Chair Josh McKenzie

2023-03-23 Thread Francisco Guerrero
Congratulations, Josh!! On 2023/03/23 15:14:28 Yifan Cai wrote: > Congratulations Josh! > > From: Melissa Logan > Sent: Thursday, March 23, 2023 8:04:01 AM > To: dev > Subject: Re: Welcome our next PMC Chair Josh McKenzie > > Josh, congratulations! Mick, thank

RE: Re: [DISCUSS] CEP-28: Reading and Writing Cassandra Data with Spark Bulk Analytics

2023-04-27 Thread Francisco Guerrero
esource utilization, but this is explicitly a feature of separate processes. Add in being able to separate GC domains and you can avoid a lot of noisy neighbor in-VM behavior for the disparate workloads. > >>>> > >>>> Cheers, > >>>> > >>>> Derek > >>>> > >>>> > >>>> -- > >>>> +---+ > >>>> | Derek Chen-Becker | > >>>> | GPG Key available at https://keybase.io/dchenbecker and | > >>>> | https://pgp.mit.edu/pks/lookup?search=derek%40chen-becker.org | > >>>> | Fngrprnt: EB8A 6480 F0A3 C8EB C1E7 7F42 AFC5 AFEE 96E4 6ACC | > >>>> +---+ > >>>> > > -- Francisco Guerrero

Re: [VOTE] CEP-26: Unified Compaction Strategy

2023-04-06 Thread Francisco Guerrero
+1 (nb) On 2023/04/06 17:30:37 Josh McKenzie wrote: > +1 > > On Thu, Apr 6, 2023, at 12:18 PM, Joseph Lynch wrote: > > +1 > > > > This proposal looks really exciting! > > > > -Joey > > > > On Wed, Apr 5, 2023 at 2:13 AM Aleksey Yeshchenko wrote: > > > > > > +1 > > > > > > On 4 Apr 2023, at

Re: [VOTE] CEP-21 Transactional Cluster Metadata

2023-02-07 Thread Francisco Guerrero
+1 (nb) On 2023/02/07 17:41:45 David Capwell wrote: > +1 > > > On Feb 7, 2023, at 7:15 AM, Jeremiah D Jordan > > wrote: > > > > +1 nb > > > >> On Feb 6, 2023, at 10:15 AM, Sam Tunnicliffe wrote: > >> > >> Hi everyone, > >> > >> I would like to start a vote on this CEP. > >> > >>

Re: Welcome Patrick McFadin as Cassandra Committer

2023-02-02 Thread Francisco Guerrero
Congrats, Patrick! On 2023/02/02 19:52:35 Jean-Armel Luce wrote: > Congrats, Patrick > > Le jeu. 2 févr. 2023 à 20:46, David Capwell a écrit : > > > Congrats and welcome! =) > > > > On Feb 2, 2023, at 10:53 AM, J. D. Jordan > > wrote: > > > > Congrats! > > > > On Feb 2, 2023, at 12:47 PM,

Re: Changing the output of tooling between majors

2023-07-11 Thread Francisco Guerrero
I am +1 (nb) on the proposal to change the human readable output in a major release as long as we have a machine readable output that can be consumed by scripts. On 2023/07/10 23:06:11 "Fleming, Jackson" wrote: > We use Nodetool in scripts sparsely, in my opinion trying to programmatically >

Cassandra Sidecar CI is now green!

2023-07-20 Thread Francisco Guerrero
Hi list, I wanted to bring some visibility into the Cassandra Sidecar CI health [1]. It seems like it has been broken for quite a while and we have finally fixed it today. Special thanks to Mick for noticing the issue and bringing it up to me. Also, thanks to Yifan and Dinesh for reviewing the

Re: [DISCUSS] CEP-8 Drivers Donation - take 2

2023-05-26 Thread Francisco Guerrero
I second Dinesh's sentiment. I'm looking forward to this contribution. On 2023/05/26 16:29:12 Dinesh Joshi wrote: > This is exciting. Thank you for all your hard work on getting ICLAs from > contributors. I am in favor of moving forward. > > > > > > On May 26, 2023, at 5:54 AM, Jeremy

Re: [VOTE] Release dtest-api 0.0.15

2023-05-24 Thread Francisco Guerrero
+1 (nb) On 2023/05/24 15:38:54 Alex Petrov wrote: > +1 > > On Wed, May 24, 2023, at 5:36 PM, Doug Rohrer wrote: > > +1 (nb) > > > > > On May 24, 2023, at 11:32 AM, Brandon Williams wrote: > > > > > > +1 > > > > > > Kind Regards, > > > Brandon > > > > > > On Wed, May 24, 2023 at 10:31 AM

Re: [GitHub] [cassandra-analytics] frankgh opened a new pull request, #1: Provide a SecretsProvider interface to abstract the secret provisioning

2023-05-24 Thread Francisco Guerrero
I have created this JIRA to add the .asf.yaml file https://issues.apache.org/jira/browse/CASSANDRA-18548 And here is the corresponding patch: https://github.com/apache/cassandra-analytics/pull/2 Best, - Francisco On 2023/05/24 07:55:44 Mick Semb Wever wrote: > Francisco, can you please put the

Re: Cassandra Sidecar CI is now green!

2023-07-21 Thread Francisco Guerrero
lot from you. > > > On Fri, 21 Jul 2023 at 01:11, Yifan Cai wrote: > > > Thank you for fixing the build on ci-cassandra! I am glad that I can > > contribute to the process :D > > > > - Yifan > > > > On Thu, Jul 20, 2023 at 4:00 PM Francisco

Re: [VOTE] CEP-34: mTLS based client and internode authenticators

2023-07-21 Thread Francisco Guerrero
+1 (nb). This is a very valuable enhancement for the project. Thanks for the contribution, Jyothsna! On 2023/07/21 16:57:45 Jyothsna Konisa wrote: > Hi Everyone! > > I would like to start a vote thread for CEP-34. > > Proposal: >

Re: [VOTE] CEP 33 - CIDR filtering authorizer

2023-06-27 Thread Francisco Guerrero
+1 (nb) On 2023/06/28 00:46:25 Yifan Cai wrote: > +1 > > On Tue, Jun 27, 2023 at 1:50 PM Dinesh Joshi wrote: > > > +1 > > > > > > On Jun 27, 2023, at 1:23 PM, Josh McKenzie wrote: > > > >  > > +1 > > > > On Tue, Jun 27, 2023, at 1:17 PM, Shailaja Koppu wrote: > > > > Hi Team, > > > >

Re: [VOTE] CEP-8 Datastax Drivers Donation

2023-06-13 Thread Francisco Guerrero
+1 (nb) On 2023/06/13 16:22:55 Andrés de la Peña wrote: > +1 > > On Tue, 13 Jun 2023 at 16:40, Yifan Cai wrote: > > > +1 > > -- > > *From:* David Capwell > > *Sent:* Tuesday, June 13, 2023 8:37:10 AM > > *To:* dev > > *Subject:* Re: [VOTE] CEP-8 Datastax Drivers

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

2023-06-23 Thread Francisco Guerrero
Great addition! +1 (nb) On 2023/06/23 13:37:02 Josh McKenzie wrote: > +1 here on inclusion by default. > > On Fri, Jun 23, 2023, at 2:01 AM, Dinesh Joshi wrote: > > This would be a good addition and would make Cassandra more performant out > > of the box. > > > > Dinesh > > > >> On Jun 22,

Re: [VOTE] CEP-29 CQL NOT Operator

2023-05-10 Thread Francisco Guerrero
+1 (nb) On 2023/05/10 14:10:06 Jeremiah D Jordan wrote: > +1 nb > > > On May 8, 2023, at 3:52 AM, Piotr Kołaczkowski > > wrote: > > > > Let's vote. > > > > https://cwiki.apache.org/confluence/display/CASSANDRA/CEP-29%3A+CQL+NOT+operator > > > > Piotr Kołaczkowski > > e.

Re: [VOTE] Release dtest-api 0.0.14

2023-05-15 Thread Francisco Guerrero
+1 (nb) On 2023/05/15 23:02:10 Yifan Cai wrote: > +1 > > On Mon, May 15, 2023 at 3:13 PM Dinesh Joshi wrote: > > > Proposing the test build of in-jvm dtest API 0.0.14 for release. > > > > Repository: > > https://gitbox.apache.org/repos/asf?p=cassandra-in-jvm-dtest-api.git > > > > Candidate

Re: [VOTE] CEP-28: Reading and Writing Cassandra Data with Spark Bulk Analytics

2023-05-04 Thread Francisco Guerrero
+1 (nb) On 2023/05/04 23:38:08 Yifan Cai wrote: > +1 > > From: Jon Haddad > Sent: Thursday, May 4, 2023 3:31:52 PM > To: dev@cassandra.apache.org > Subject: Re: [VOTE] CEP-28: Reading and Writing Cassandra Data with Spark > Bulk Analytics > > +1. > > Awesome

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

2023-12-22 Thread Francisco Guerrero
+1 thanks for this effort! On 2023/12/21 21:22:54 Alex Petrov wrote: > Hey folks, > > I am mostly done with a patch that brings Harry in-tree [1]. I will trigger > one more CI run overnight, and my intention was to merge it some time soon, > but I wanted to give a fair warning here, since

Re: Welcome Maxim Muzafarov as Cassandra Committer

2024-01-08 Thread Francisco Guerrero
Congratulations, Maxim! Well deserved! On 2024/01/08 18:19:04 Josh McKenzie wrote: > The Apache Cassandra PMC is pleased to announce that Maxim Muzafarov has > accepted > the invitation to become a committer. > > Thanks for all the hard work and collaboration on the project thus far, and >

Re: [DISCUSS] CASSANDRA-19113: Publishing dtest-shaded JARs on release

2023-11-28 Thread Francisco Guerrero
Hi Abe, I'm +1 on this. Several Cassandra-ecosystem projects build the dtest jar in CI. We'd very much prefer to just consumed shaded dtest jars from Cassandra releases for testing purposes. Best, - Francisco On 2023/11/28 19:02:17 Abe Ratnofsky wrote: > Hey folks - wanted to raise a separate

Re: Welcome Francisco Guerrero Hernandez as Cassandra Committer

2023-11-28 Thread Francisco Guerrero
wrote: > Congrats Francisco! > > On Tue, Nov 28, 2023 at 10:54 AM Dinesh Joshi wrote: > > > The PMC members are pleased to announce that Francisco Guerrero Hernandez > > has accepted > > the invitation to become committer today. > > > > Congratulations and

Re: [VOTE] Release Harry 0.0.2

2023-11-29 Thread Francisco Guerrero
+1 On 2023/11/29 11:14:29 Alex Petrov wrote: > Even though we would like to bring harry in-tree, this is not an immediate > priority. Meanwhile, we need to unblock RPM builds for trunk, which means no > custom jars. We will have at least one more Harry release with outstanding > features to

Re: Welcome Mike Adamson as Cassandra committer

2023-12-08 Thread Francisco Guerrero
Congratulations, Mike! Best, - Francisco On 2023/12/08 14:41:08 Benjamin Lerer wrote: > The PMC members are pleased to announce that Mike Adamson has accepted > the invitation to become committer. > > Thanks a lot, Mike, for everything you have done for the project. > > Congratulations and

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

2023-11-27 Thread Francisco Guerrero
Hi Maxim, Thanks for working on this CEP! The CEP addresses some of the features we have been discussing for Cassandra Sidecar. For example, a dedicated admin port, moving towards more CQL-like interfacing with Cassandra, among others. I think virtual tables intended to bring the gap down

Re: [DISCUSS] Harry in-tree

2023-11-27 Thread Francisco Guerrero
+1 (nb) On 2023/11/24 16:32:33 Alex Petrov wrote: > > (We can publish jar files at C* release time if there's a call for this, > > doesn't really matter if they don't contain changes.). > > I would say we should publish dtest jar files when releasing, this would be > very helpful! Yes,

Re: Welcome Brad Schoening as Cassandra Committer

2024-02-27 Thread Francisco Guerrero
Congrats, Brad! On 2024/02/27 17:20:16 David Capwell wrote: > Congrats! > > > On Feb 26, 2024, at 2:14 AM, Mick Semb Wever wrote: > > > > Big Congrats Brad! > > > > On Wed, 21 Feb 2024 at 21:47, Josh McKenzie > > wrote: > >> The Apache Cassandra PMC is pleased

Re: [DISCUSS] Modeling JIRA fix version for subprojects

2024-04-04 Thread Francisco Guerrero
Hi Bret, Thanks for bringing up this issue. The Cassandra Analytics library will also need to have its own versioning. We should align on version naming for subprojects and start using it for both the Java Driver and the Analytics library. I propose the following versioning

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

2024-04-17 Thread Francisco Guerrero
Congratulations everyone! On 2024/04/17 17:14:34 Abe Ratnofsky wrote: > Congrats everyone! > > > On Apr 17, 2024, at 1:10 PM, Benjamin Lerer wrote: > > > > The Apache Cassandra PMC is pleased to announce that Alexandre Dutra, > > Andrew Tolbert, Bret McGuire and Olivier Michallat have

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

2024-04-18 Thread Francisco Guerrero
My understanding from the proposal is that Sidecar would be able to migrate from a Cassandra instance that is already dead and cannot recover. This is a scenario that is possible where Sidecar should still be able to migrate to a new instance. Alternatively, Cassandra itself could have some flag

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

2024-04-29 Thread Francisco Guerrero
I just wanted to chime in here about a recently introduced feature in Sidecar. Sidecar has now the ability to restore data from S3 (although the restores are for bulk write jobs coming from the Cassandra Analytics library). The ability to restore data from S3 (or any other cloud provider) can be