Re: [VOTE] Release dtest-api 0.0.14

2023-05-15 Thread Alex Petrov
+1 On Tue, May 16, 2023, at 4:45 AM, Doug Rohrer wrote: > +1 (nb) > > Doug Rohrer > > > On May 15, 2023, at 7:17 PM, Brandon Williams wrote: > > > > +1 > > > > Kind Regards, > > Brandon > > > >> On Mon, May 15, 2023 at 5:12 PM Dinesh Joshi wrote: > >> > >> Proposing the test build of in-j

Re: [DISCUSS] The future of CREATE INDEX

2023-05-15 Thread guo Maxwell
> > [POLL] Centralize existing syntax or create new syntax? 1.) CREATE INDEX ... USING WITH OPTIONS... and I think we should keep CREATE CUSTOM INDEX [POLL] Should there be a default? (YES/NO) of course YES [POLL] What do do with the default? 4.) YAML config/guardrail to require ind

Re: [VOTE] Release dtest-api 0.0.14

2023-05-15 Thread Doug Rohrer
+1 (nb) Doug Rohrer > On May 15, 2023, at 7:17 PM, Brandon Williams wrote: > > +1 > > Kind Regards, > Brandon > >> On Mon, May 15, 2023 at 5:12 PM Dinesh Joshi wrote: >> >> Proposing the test build of in-jvm dtest API 0.0.14 for release. >> >> Repository: >> https://gitbox.apache.org/repo

Re: [DISCUSS] The future of CREATE INDEX

2023-05-15 Thread Jonathan Ellis
On Fri, May 12, 2023 at 1:39 PM Caleb Rackliffe wrote: > [POLL] Centralize existing syntax or create new syntax? > 1 (Existing) [POLL] Should there be a default? (YES/NO) > YES > [POLL] What do do with the default? > 1 (Default SAI)

Re: [VOTE] Release dtest-api 0.0.14

2023-05-15 Thread Brandon Williams
+1 Kind Regards, Brandon On Mon, May 15, 2023 at 5:12 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 SHA: > https://github.com/apache/cassandra-in-jvm

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 SHA:

Re: [VOTE] Release dtest-api 0.0.14

2023-05-15 Thread Yifan Cai
+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 SHA: > > https://github.com/apache/cassandra-in-jvm-dtest-api/commit/ea4b

[VOTE] Release dtest-api 0.0.14

2023-05-15 Thread Dinesh Joshi
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 SHA: https://github.com/apache/cassandra-in-jvm-dtest-api/commit/ea4b44e0ed0a4f0bbe9b18fb40ad927b49a73a32 tagged with 0.0.14 Artifacts: http

[RELEASE] Apache Cassandra 3.0.29 released

2023-05-15 Thread Miklosovic, Stefan
The Cassandra team is pleased to announce the release of Apache Cassandra version 3.0.29. Apache Cassandra is a fully distributed database. It is the right choice when you need scalability and high availability without compromising performance. http://cassandra.apache.org/ Downloads of source

Re: [DISCUSS] The future of CREATE INDEX

2023-05-15 Thread Dinesh Joshi
> On May 12, 2023, at 11:36 AM, Caleb Rackliffe > wrote: > > [POLL] Centralize existing syntax or create new syntax? > > 1.) CREATE INDEX ... USING WITH OPTIONS... > 2.) CREATE LOCAL INDEX ... USING ... WITH OPTIONS... (same as 1, but adds > LOCAL keyword for clarity and separation from

Re: [DISCUSS] The future of CREATE INDEX

2023-05-15 Thread David Capwell
> [POLL] Centralize existing syntax or create new syntax? 1.) CREATE INDEX ... USING WITH OPTIONS... > [POLL] Should there be a default? (YES/NO) Yes > [POLL] What do do with the default? 3.) YAML config to override default index (legacy 2i remains the default) 4.) YAML config/guardrail

[RESULT][VOTE] CEP-29 CQL NOT Operator

2023-05-15 Thread Piotr Kołaczkowski
This has been open for much longer than 72 hours now, so I close the vote. Thank you for voting. Summary: binding votes: 9 non-binding: 3 vetoes: 0 Therefore, I conclude CEP-29 is accepted. Thank you, Piotr Piotr Kołaczkowski e. pkola...@datastax.com w. www.datastax.com pt., 12 maj 2023 o 15:

Re: [DISCUSS] The future of CREATE INDEX

2023-05-15 Thread Patrick McFadin
1 Yes 4 On Mon, May 15, 2023 at 3:00 AM Benedict wrote: > 3: CREATE INDEX (Otherwise 2) > No > If configurable, should be a distributed configuration. This is very > different to other local configurations, as the 2i selected has semantic > implications, not just performance (and the perf imp

[DISCUSS] Standalone downgrader

2023-05-15 Thread Claude Warren, Jr via dev
I have an open pull request [1] to merge in a standalone downgrader. The problem has been that between v3 and v4 there was a breaking change in the system local table where the columns "broadcast_port", "listen_port", and "rpc_port" were added. The code (in the current pull request) provides fun

Re: [DISCUSS] The future of CREATE INDEX

2023-05-15 Thread Benedict
3: CREATE INDEX (Otherwise 2)NoIf configurable, should be a distributed configuration. This is very different to other local configurations, as the 2i selected has semantic implications, not just performance (and the perf implications are also much greater)On 15 May 2023, at 10:45, Mike Adamson w

Re: [DISCUSS] The future of CREATE INDEX

2023-05-15 Thread Mike Adamson
> > [POLL] Centralize existing syntax or create new syntax? > > 1.) CREATE INDEX ... USING WITH OPTIONS... > 2.) CREATE LOCAL INDEX ... USING ... WITH OPTIONS... (same as 1, but > adds LOCAL keyword for clarity and separation from future GLOBAL indexes) > 1.) CREATE INDEX ... USING WITH

JDK 17 Support Proposal for ant generate-idea-files in CASSANDRA-18467

2023-05-15 Thread Jakub Zytka
Dear Team, I am writing to discuss a proposal I've made in CASSANDRA-18467, which pertains to offering JDK 17 support for the ant generate-idea-files command. With this support in place, when you run ant generate-idea-files using Java 17, the resulting IntelliJ IDEA project will have the necessary

Re: [DISCUSS] The future of CREATE INDEX

2023-05-15 Thread Mick Semb Wever
[POLL] Centralize existing syntax or create new syntax? > > 1.) CREATE INDEX ... USING WITH OPTIONS... > 2.) CREATE LOCAL INDEX ... USING ... WITH OPTIONS... (same as 1, but > adds LOCAL keyword for clarity and separation from future GLOBAL indexes) > (1) CREATE INDEX … > [POLL] Should t