Commit Graph

28726 Commits

Author SHA1 Message Date
Stefan Miklosovic 044727aaba
Prepare debian changelog for 4.1.8 2025-01-27 14:29:35 +01:00
Stefan Miklosovic 9145f6f616
Merge branch 'cassandra-4.0' into cassandra-4.1 2025-01-27 12:48:27 +01:00
Stefan Miklosovic c989c02be6
Prepare debian changelog for 4.0.16 2025-01-27 12:38:34 +01:00
Stefan Miklosovic 4cc2b294e5
Merge branch 'cassandra-4.0' into cassandra-4.1 2025-01-27 12:29:09 +01:00
Stefan Miklosovic 0cbc8d99f6
Merge branch 'cassandra-3.11' into cassandra-4.0 2025-01-27 12:28:47 +01:00
Stefan Miklosovic 429f3ad83e
Prepare debian changelog for 3.11.18 2025-01-27 12:18:28 +01:00
Stefan Miklosovic 7b46c8de44
Merge branch 'cassandra-4.0' into cassandra-4.1 2025-01-27 12:00:12 +01:00
Stefan Miklosovic a1a59f433c
Merge branch 'cassandra-3.11' into cassandra-4.0 2025-01-27 11:59:56 +01:00
Stefan Miklosovic 2c231663d8
Merge branch 'cassandra-3.0' into cassandra-3.11 2025-01-27 11:59:38 +01:00
Stefan Miklosovic 09e7a4d6ae
Prepare debian changelog for 3.0.31 2025-01-27 11:47:16 +01:00
Stefan Miklosovic 85647ceadb
Merge branch 'cassandra-4.0' into cassandra-4.1 2025-01-27 08:23:35 +01:00
Stefan Miklosovic 6207a305ba
Tighten up permissions in dc authorizers
patch by Stefan Miklosovic; reviewed by Francisco Guerrero for CASSANDRA-20225
2025-01-26 17:52:09 +01:00
David Capwell 935effb7e0 Merge branch 'cassandra-4.0' into cassandra-4.1 2025-01-24 14:59:34 -08:00
David Capwell 3ddccf4521 CBUtil serialization of UTF8 does not handle all UTF8 properly
patch by David Capwell; reviewed by Yifan Cai for CASSANDRA-20234
2025-01-24 14:56:44 -08:00
Blake Eggleston 246e65e69c Merge branch 'cassandra-4.0' into cassandra-4.1
* cassandra-4.0:
  Use mutation creation time for hint expiry rather than hint submission time
2025-01-21 12:10:53 -08:00
Matt Byrd 4f0ad22f12 Use mutation creation time for hint expiry rather than hint submission time
patch by Matt Byrd; reviewed by Chris Lohfink, reviewed by Blake Eggleston for CASSANDRA-20014
2025-01-21 12:05:00 -08:00
Stefan Miklosovic 0eabdc0a4a
Merge branch 'cassandra-4.0' into cassandra-4.1 2025-01-20 09:26:32 +01:00
Stefan Miklosovic f891629625
Merge branch 'cassandra-3.11' into cassandra-4.0 2025-01-20 09:23:26 +01:00
Stefan Miklosovic c46b6cd21b
ninja: CASSANDRA-18956 was committed only to 3.0 branch
This was most probably added by mistake when merging CASSANDRA-20090 up.
2025-01-20 09:18:59 +01:00
Stefan Miklosovic f66183a711
Run audit_logging_options through santiation and validation on startup
patch by Stefan Miklosovic; reviewed by Brandon Williams for CASSANDRA-20208
2025-01-18 12:18:54 +01:00
Stefan Miklosovic 4f4c5542fe
Merge branch 'cassandra-4.0' into cassandra-4.1 2025-01-18 11:39:57 +01:00
Stefan Miklosovic 4bc61e5209
Do not attach rows and partitions to CheckForAbort when already attached
patch by Stefan Miklosovic; reviewed by Josh McKenzie for CASSANDRA-20135
2025-01-18 11:35:16 +01:00
Sam Tunnicliffe d14d16926e Merge branch 'cassandra-4.0' into cassandra-4.1 2025-01-17 09:08:09 +00:00
Sam Tunnicliffe 1848efaf53 Merge branch 'cassandra-3.11' into cassandra-4.0 2025-01-17 09:05:31 +00:00
Sam Tunnicliffe 80e84fd722 Merge branch 'cassandra-3.0' into cassandra-3.11 2025-01-17 09:03:38 +00:00
Sam Tunnicliffe f33267c8fa Tighten up permissions on system keyspaces
* Restrict which permissions can be granted on system keyspaces
* Ensure that GRANT... ON ALL KEYSPACES excludes system keyspaces
* Add system_traces to the always readable set

Patch by Sam Tunnicliffe and Francisco Guerrero; reviewed by Sam
Tunnicliffe and Francisco Guerrero for CASSANDRA-20090

Co-authored-by: Francisco Guerrero <frankgh@apache.org>
2025-01-17 09:02:35 +00:00
Brandon Williams 18c777f641 Merge branch 'cassandra-4.0' into cassandra-4.1 2025-01-16 13:53:59 -06:00
Kristijonas Zalys 7ffbd714b4 Set setIsShutdownUnsafeForTests(true) in dtests to fix shutdown race condition
Patch by Kristijonas Zalys, reviewed by brandonwilliams and mck for
CASSANDRA-18440
2025-01-16 13:52:51 -06:00
Brandon Williams eff82685e2 Merge branch 'cassandra-4.0' into cassandra-4.1 2025-01-14 06:08:35 -06:00
Brandon Williams 64b8d6b9ad Allow hint delivery during schema mismatch
Patch by brandonwilliams; reviewed by smiklosovic for CASSANDRA-20188
2025-01-14 06:06:23 -06:00
Dmitry Konstantinov 6f90e962f5 Enforce CQL message size limit on multiframe messages
Patch by Dmitry Konstantinov; reviewed by Sam Tunnicliffe,
Caleb Rackliffe for CASSANDRA-20052
2025-01-13 09:47:37 +00:00
Stefan Miklosovic f9d4888c55
Merge branch 'cassandra-4.0' into cassandra-4.1 2025-01-09 23:43:30 +01:00
Stefan Miklosovic 1c4732cf57
Merge branch 'cassandra-3.11' into cassandra-4.0 2025-01-09 23:43:05 +01:00
Stefan Miklosovic b18a7064fd
Merge branch 'cassandra-3.0' into cassandra-3.11 2025-01-09 23:42:38 +01:00
Ke Han f41c2e29d2
Fix incorrect column identifier bytes problem when renaming a column
patch by Ke Han; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-18956
2025-01-09 17:35:27 +01:00
Brandon Williams 0edd63287b Merge branch 'cassandra-4.0' into cassandra-4.1 2025-01-08 13:40:41 -06:00
Brandon Williams b074675c37 Add in-jvm dtest for durable writes
Patch by brandonwilliams; reviewed by smiklosovic for CASSANDRA-19601
2025-01-08 13:40:02 -06:00
David Capwell 4da92af589 Merge branch 'cassandra-4.0' into cassandra-4.1 2025-01-07 17:40:39 -08:00
Sunil Ramchandra Pawar 4fc8bb29fc IndexOutOfBoundsException when accessing partition where the column was deleted
patch by Sunil Ramchandra Pawar; reviewed by Caleb Rackliffe, David Capwell for CASSANDRA-20108
2025-01-07 17:38:20 -08:00
mck e3d79464f2
Merge branch 'cassandra-4.0' into cassandra-4.1
* cassandra-4.0:
  Remove 2 metrics listed in 3.11 documentation that weren't added until 4.0
2025-01-02 16:55:40 +01:00
mck a7eea177d2
Merge branch 'cassandra-3.11' into cassandra-4.0
* cassandra-3.11:
  Remove 2 metrics listed in 3.11 documentation that weren't added until 4.0
2025-01-02 16:55:16 +01:00
Andrew Hogg 51696d239a
Remove 2 metrics listed in 3.11 documentation that weren't added until 4.0
patch by Andrew Hogg; reviewed Lorina Poland for CASSANDRA-18689
2025-01-02 16:53:46 +01:00
Yifan Cai c44008e9e4 Merge branch 'cassandra-4.0' into cassandra-4.1
* cassandra-4.0:
  Enhance CQLSSTableWriter to notify client on sstable production
2024-11-22 14:57:36 -08:00
Yifan Cai 659558c980 Enhance CQLSSTableWriter to notify client on sstable production
Patch by Yifan Cai; Reviewed by Francisco Guerrero for CASSANDRA-19800
2024-11-22 14:49:22 -08:00
Mick Semb Wever 7559e2708a
Merge branch 'cassandra-4.0' into cassandra-4.1
* cassandra-4.0:
  A node should always return back the full information about itself for gossip regardless the asked heartbeat version
2024-11-19 00:38:23 +01:00
Brandon Williams 94bc2203fd Merge branch 'cassandra-4.0' into cassandra-4.1 2024-11-18 17:33:33 -06:00
Runtian Liu 426eebb513
A node should always return back the full information about itself for gossip regardless the asked heartbeat version
patch by Runtian Liu; reviewed by Brandon Williams, Michael Semb Wever for CASSANDRA-19983
2024-11-19 00:23:45 +01:00
Brandon Williams bdfb3fb9d6 increment version to 4.0.16 2024-11-18 09:01:15 -06:00
Brandon Williams cf58931276 Merge branch 'cassandra-4.0' into cassandra-4.1 2024-11-18 09:01:10 -06:00
Brandon Williams a231b787e5 increment version to 4.0.16 2024-11-18 09:00:59 -06:00