Re: [VOTE] Release Apache Cassandra 4.1.1

2023-03-21 Thread Miklosovic, Stefan
The vote has passed. From: Tommy Stendahl via dev Sent: Monday, March 20, 2023 9:17 To: dev@cassandra.apache.org Subject: Re: [VOTE] Release Apache Cassandra 4.1.1 NetApp Security WARNING: This is an external email. Do not click links or open attachments

Re: [EXTERNAL] Re: Cassandra CI Status 2023-01-07

2023-03-21 Thread guo Maxwell
Hi all : Here comes Cassandra CI status for 2023-3-13 - 2023-23-179 : *** CASSANDRA-18338 - dtest.bootstrap_test.TestBootstrap.test_cleanup trunk *** CASSANDRA-18338 - test: org.apa

Re: CASSANDRA-18247 committed

2023-03-21 Thread Aleksey Yeshchenko
Hurray! Great work, thanks for making it happen. — AY > On 20 Mar 2023, at 17:19, Ekaterina Dimitrova wrote: > > Hi everyone, > > Happy Monday! > > CASSANDRA-18247 was just committed. It adds testing CircleCI configuration > for JDK11+JDK17. Full description and how to use it can be found i

[RELEASE] Apache Cassandra 4.1.1 released

2023-03-21 Thread Miklosovic, Stefan
The Cassandra team is pleased to announce the release of Apache Cassandra version 4.1.1. 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] Lift MessagingService.minimum_version to 40 in trunk

2023-03-21 Thread Ariel Weisberg
Hi, I am pretty strongly in favor just to keep the amount of code kept around for serialization/deserialization and caching serialized sizes for different versions under control. 5.0 will have changes necessitating using another version so it will be adding to the clutter. Ariel On Mon, Mar

CASSANDRA-18343

2023-03-21 Thread Ekaterina Dimitrova
Hi everyone, Heads up, I will be adding new -add-exports to jvm17-clients.options in CASSANDRA-18343. It is needed in order to be able to run bin/nodetool sjk hh with JDK 17. More details on the ticket if someone is interested Best regards, Ekaterina

Please grant Wiki access for CEP

2023-03-21 Thread Doug Rohrer
Hi folks: I’d like to post a CEP, but given it’s the first time I’m trying to contribute to the wiki, I don’t have access. If someone with access could please grant user drohrer access to post, I’d greatly appreciate it. Thanks, Doug Rohrer

Re: [DISCUSS] Moving system property names to the CassandraRelevantProperties

2023-03-21 Thread Maxim Muzafarov
Hello everyone, This a friendly reminder that some help is still needed with the review :-) I have resolved all the conflicts that have arisen in the last month or two. If you'd like to invest some time in code clarity, please take a look: https://github.com/apache/cassandra/pull/2046/files On W

Re: Please grant Wiki access for CEP

2023-03-21 Thread C. Scott Andreas
Done, thanks Doug!On Mar 21, 2023, at 2:22 PM, Doug Rohrer wrote:Hi folks:I’d like to post a CEP, but given it’s the first time I’m trying to contribute to the wiki, I don’t have access.If someone with access could please grant user drohrer access to post, I’d greatly appreciate it.Thanks,Doug

Re: [DISCUSS] Change the useage of nodetool tablehistograms

2023-03-21 Thread guo Maxwell
Thanks everyone , So It seems that it is better to add new parameter options to meet our needs, while keeping the original parameter functions unaffected to achieve backward compatibility. So the new options are : 1. nodetool tablehistograms ks.tb1 or ks tb1 ... //this is *one of the old way *of u