Brandon Williams
77cc238dee
Prepare debian changelog for 4.1.8
2024-11-13 14:53:26 -06:00
Brandon Williams
559cf213ae
Merge branch 'cassandra-4.0' into cassandra-4.1
2024-11-13 14:47:35 -06:00
Brandon Williams
b88fe80910
Prepare debian changelog for 4.0.15
2024-11-13 12:50:57 -06:00
Brandon Williams
d3ac810b37
Merge branch 'cassandra-4.0' into cassandra-4.1
2024-11-13 12:42:24 -06:00
Brandon Williams
39b42ccd2f
Update RMI object marshalling restrictions
...
Patch by brandonwilliams; reviewed by paulo for CASSANDRA-20076
2024-11-13 12:39:36 -06:00
Brandon Williams
1faa70bd45
Merge branch 'cassandra-4.0' into cassandra-4.1
2024-11-13 12:34:28 -06:00
Mohammad Aburadeh
b79f9dca87
Log client address when detecting unknown exception in client networking
...
Patch by Mohammad Aburadeh, reviewed by brandonwilliams and smiklosovic
for CASSANDRA-20072
2024-11-11 06:24:51 -06:00
Mohammad Aburadeh
0b3c26ab05
Log client address when detecting unknown exception in client networking
...
Patch by Mohammad Aburadeh, reviewed by brandonwilliams and smiklosovic
for CASSANDRA-20072
2024-11-11 06:21:15 -06:00
Bereng
4acce2af89
Merge branch 'cassandra-4.0' into cassandra-4.1
...
* cassandra-4.0:
Flaky PstmtPersistenceTest
2024-11-11 09:45:33 +01:00
Bereng
7ba691e3d3
Flaky PstmtPersistenceTest
...
patch by Berenguer Blasi; reviewed by Stefan Miklosovic for CASSANDRA-20055
2024-11-11 09:43:31 +01:00
Stefan Miklosovic
0f590133f8
Merge branch 'cassandra-4.0' into cassandra-4.1
2024-11-06 22:27:28 +01:00
Josh McKenzie
8ea70cd1f0
Backport of CASSANDRA-17812: Rate-limit new client connection auth setup to avoid overwhelming bcrypt
...
This backport differs from CASSANDRA-17812 in such a way that by default the number
of auth request threads is set to 0. That will route all requests to request executor as before this change.
The patch in 5.0 and later sets the default number of auth request threads to 4.
patch by Josh McKenzie; reviewed by Chris Lohfink for CASSANDRA-20057
Co-authored-by: Stefan Miklosovic <smiklosovic@apache.org>
2024-11-06 22:23:16 +01:00
Stefan Miklosovic
17418a2ba0
Merge branch 'cassandra-4.0' into cassandra-4.1
2024-11-06 14:33:00 +01:00
Stefan Miklosovic
6093c2d99b
Support UDTs and vectors as clustering keys in descending order
...
patch by Stefan Miklosovic; reviewed by David Capwell for CASSANDRA-20050
2024-11-06 14:28:48 +01:00
Stefan Miklosovic
521891c196
Merge branch 'cassandra-4.0' into cassandra-4.1
2024-11-06 09:47:00 +01:00
Stefan Miklosovic
181ddc0600
Fix CQL in snapshot's schema which did not contained UDTs used as reverse clustering columns
...
patch by Stefan Miklosovic; reviewed by David Capwell for CASSANDRA-20036
2024-11-06 09:41:45 +01:00
jaydeepkumar1984
e5c919f273
Add nodetool checktokenmetadata command that checks TokenMetadata is insync with Gossip endpointState
...
patch by Jaydeepkumar Chovatia; reviewed by Brandon Williams, Mick Semb Wever for CASSANDRA-18758
2024-11-05 22:42:28 +01:00
Bereng
94c2a09772
Merge branch 'cassandra-4.0' into cassandra-4.1
...
* cassandra-4.0:
CASSANDRA-19986 Prepared statements cache computation improvements
2024-11-04 10:00:03 +01:00
Bereng
ff54fd5ffd
CASSANDRA-19986 Prepared statements cache computation improvements
...
patch by Berenguer Blasi; reviewed by Maxwell Guo, Stefan Miklosovic for CASSANDRA-19986
2024-11-04 09:56:32 +01:00
David Capwell
28759d8bbc
CEP-10: Simulator Java11 Support (backport to cassandra-4.1)
...
patch by David Capwell; reviewed by Benedict Elliott Smith, Ekaterina Dimitrova for CASSANDRA-17178
backported to 4.1 in CASSANDRA-19935
2024-11-01 18:59:05 +00:00
Sam Tunnicliffe
9ff31e8060
Equality check for Paxos.Electorate should not depend on collection types
...
Patch by Sam Tunnicliffe; reviewed by Marcus Eriksson for CASSANDRA-19935
2024-11-01 18:53:22 +00:00
mck
26bf80706b
Merge branch 'cassandra-4.0' into cassandra-4.1
...
* cassandra-4.0:
Add configurable batchlog endpoint strategies
2024-10-15 13:38:12 +02:00
shunsaker
b8c5436293
Add configurable batchlog endpoint strategies
...
Batchlog endpoint strategy was previously only random placements on other racks. Options now are random_remote, prefer_local, dynamic_remote, and dynamic.
patch by Shayne Hunsaker; reviewed by Mick Semb Wever, Brandon Williams for CASSANDRA-18120
2024-10-15 13:34:40 +02:00
mck
7b612a8493
Merge branch 'cassandra-4.0' into cassandra-4.1
...
* cassandra-4.0:
Fix bash-completion for debian distro
2024-10-15 10:27:06 +02:00
Alexander Batyrshin
6a1d13ade2
Fix bash-completion for debian distro
...
Check nodetool/cqlsh for bash-completion with _have instead of type
patch by Alexander Batyrshin; reviewed by Mick Semb Wever for CASSANDRA-19999
2024-10-15 10:24:42 +02:00
Stefan Miklosovic
dbc87a44d1
Merge branch 'cassandra-4.0' into cassandra-4.1
2024-10-10 09:31:20 -06:00
Dmitry Konstantinov
d939e40dfb
Fix flakiness of TopPartitionsTest
...
patch by Dmitry Konstantinov; reviewed by Stefan Miklosovic, Berenguer Blasi for CASSANDRA-19991
2024-10-10 08:11:11 -06:00
Maxim Muzafarov
ad4ad5ef5a
Fix race condition in DecayingEstimatedHistogramReservoir during rescale
...
patch by Maxim Muzafarov; reviewed by Caleb Rackliffe for CASSANDRA-19365
Co-authored-by: Jakub Zytka <jakub.zytka@datastax.com>
2024-10-02 15:14:20 +02:00
Stefan Miklosovic
8ec8dbc752
Merge branch 'cassandra-4.0' into cassandra-4.1
2024-09-27 14:04:01 +02:00
Stefan Miklosovic
63cad45bfc
Ensure thread-safety for CommitLogArchiver in CommitLog
...
patch by Stefan Miklosovic; reviewed by Caleb Rackliffe for CASSANDRA-19960
2024-09-27 14:02:48 +02:00
Mick Semb Wever
ea801625f6
Merge branch 'cassandra-4.0' into cassandra-4.1
...
* cassandra-4.0:
increment version to 4.0.15 and 4.1.8
2024-09-26 22:58:35 +02:00
Mick Semb Wever
bf8870f763
increment version to 4.0.15 and 4.1.8
2024-09-26 22:55:52 +02:00
Stefan Miklosovic
662ce36a7b
Merge branch 'cassandra-4.0' into cassandra-4.1
2024-09-24 13:57:32 +02:00
vgali7
a79f7f4b00
Fix text containing "/*" being interpreted as multiline comment in cqlsh
...
patch by Vineet Gali; reviewed by Brandon Williams, Brad Schoening for CASSANDRA-17667
Co-authored-by: Attila Homoki <biotep@yahoo.com>
Co-authored-by: Brad Schoening <bschoeni@gmail.com>
2024-09-24 13:21:24 +02:00
Stefan Miklosovic
2bcd68f8be
Merge branch 'cassandra-4.0' into cassandra-4.1
2024-09-23 17:07:49 +02:00
Sunil Ramchandra Pawar
06a05ccde5
Fix indexing of a frozen collection that is the clustering key and reversed
...
patch by Sunil Ramchandra Pawar; reviewed by David Capwell, Stefan Miklosovic for CASSANDRA-19889
2024-09-23 17:06:46 +02:00
Stefan Miklosovic
7b1eb1f0b7
Merge branch 'cassandra-4.0' into cassandra-4.1
2024-09-18 22:48:54 +02:00
Stefan Miklosovic
39b1c2df89
Emit error when altering a table with non-frozen UDTs with nested non-frozen collections the same way as done upon table creation
...
patch by Stefan Miklosovic; reviewed by Maxim Muzafarov for CASSANDRA-19925
2024-09-18 22:44:39 +02:00
Mick Semb Wever
d2d19398a8
Merge branch 'cassandra-4.0' into cassandra-4.1
...
* cassandra-4.0:
Prepare debian changelog for 4.0.14
2024-09-18 15:01:05 +02:00
Mick Semb Wever
ca49452602
Prepare debian changelog for 4.1.7
2024-09-18 13:56:33 +02:00
Mick Semb Wever
7bf6734957
Prepare debian changelog for 4.0.14
2024-09-18 11:13:48 +02:00
Mick Semb Wever
50b2a29e60
Merge branch 'cassandra-4.0' into cassandra-4.1
...
* cassandra-4.0:
ninja-fix build.xml version to 4.0.14
2024-09-18 10:31:16 +02:00
Mick Semb Wever
2699bc8dae
ninja-fix build.xml version to 4.0.14
2024-09-18 10:29:51 +02:00
mck
8e0fbc3f28
ninja-fix CHANGES.txt and NEWS.txt (move entries to 4.1.7)
2024-09-18 10:25:14 +02:00
Bereng
5e37fcde46
Merge branch 'cassandra-4.0' into cassandra-4.1
...
* cassandra-4.0:
Add extra compaction junit
2024-09-18 08:45:01 +02:00
Bereng
366ee9da6c
Add extra compaction junit
...
patch by Berenguer Blasi; reviewed by Branimir Lambov for CASSANDRA-19863
2024-09-18 08:41:42 +02:00
Caleb Rackliffe
8670d98498
Merge branch 'cassandra-4.0' into cassandra-4.1
...
* cassandra-4.0:
Safer handling of out-of-range tokens
2024-09-17 17:09:57 -05:00
Caleb Rackliffe
b4f1c6d250
Safer handling of out-of-range tokens
...
patch by Caleb Rackliffe; reviewed by Mick Semb Wever for CASSANDRA-13704
Co-authored-by: Sam Tunnicliffe <sam@beobal.com>
Co-authored-by: Caleb Rackliffe <calebrackliffe@gmail.com>
Co-authored-by: Mick Semb Wever <mck@apache.org>
Co-authored-by: Ariel Weisberg <aweisberg@apple.com>
2024-09-17 17:04:11 -05:00
Josh McKenzie
8027f9590c
Merge branch 'cassandra-4.0' into cassandra-4.1
2024-09-16 15:50:04 -04:00
Josh McKenzie
525245bdbd
Add snapshot remote repo to build resolution and build.properties.default
...
Patch by Josh McKenzie; reviewed by Mick Semb Wever and Brandon Williams for CASSANDRA-19810
2024-09-16 15:49:14 -04:00