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
Brandon Williams
a5b4fbc64c
Merge branch 'cassandra-4.0' into cassandra-4.1
2024-09-16 12:25:02 -05:00
Benedict Elliott Smith
2842c01ce7
Fix BTree.FastBuilder.reset() and test
...
Patch by benedict; reviewed by blambov for CASSANDRA-19785
2024-09-16 12:24:32 -05:00
Stefan Miklosovic
48eab9afd8
Merge branch 'cassandra-4.0' into cassandra-4.1
2024-09-15 19:57:53 +02:00
maxwellguo
9f18aab1dc
Fix millisecond and microsecond precision for commit log replay
...
patch by Maxwell Guo; reviewed by Brandon Williams, Stefan Miklosovic for CASSANDRA-19448
2024-09-13 15:42:20 +02:00
Stefan Miklosovic
ddb01d2f8e
CASSANDRA-19911 Remove MemtableSizeTest
...
This is a ninja / leftover from CASSANDRA-17298, we replaced this test but
forgot to remove it as was done in other branches.
2024-09-12 08:56:30 +02:00
Stefan Miklosovic
6ec8c5bb81
Merge branch 'cassandra-4.0' into cassandra-4.1
2024-09-10 10:00:38 +02:00
Dmitry Konstantinov
c56ba3b317
Improve accuracy of memtable heap usage tracking
...
Fix estimateRowOverhead in Memtable: ByteBuffer in Partition key was not counted
Fix non-counted size of "columns" field in Columns.unsharedHeapSize
BTree.sizeOfStructureOnHeap wrongly reported a non-zero size for EMPTY_LEAF shared constant value
Fix MemtableSizeTest flakeness by not measuring of allocator and ColumnFamilyStore/Keyspace
Patch by Dmitry Konstantinov; reviewed by Branimir Lambov, Stefan Miklosovic for CASSANDRA-17298
2024-09-09 12:00:11 +02:00
Stefan Miklosovic
98a4905424
Merge branch 'cassandra-4.0' into cassandra-4.1
2024-09-04 15:37:37 +02:00
Stefan Miklosovic
e08a7049ad
Merge branch 'cassandra-3.11' into cassandra-4.0
2024-09-04 15:36:16 +02:00
Stefan Miklosovic
c738e0d455
Merge branch 'cassandra-3.0' into cassandra-3.11
2024-09-04 15:35:06 +02:00
Stefan Miklosovic
faaffe867c
Upgrade OWASP dependency check to 10.0.4
...
patch by Stefan Miklosovic; reviewed by Brandon Williams for CASSANDRA-19895
2024-09-04 15:33:31 +02:00
Jacek Lewandowski
505aff4517
Merge branch 'cassandra-4.0' into cassandra-4.1
...
* cassandra-4.0:
Fix rendering UNSET collection types in query tracing
2024-08-30 10:41:39 +02:00
Lukasz Antoniak
c53d3ac8c6
Fix rendering UNSET collection types in query tracing
...
Patch by Lukasz Antoniak reviewed by Jacek Lewandowski for CASSANDRA-19880
2024-08-30 10:41:38 +02:00
Ariel Weisberg
02f38208b1
Merge branch 'cassandra-4.0' into cassandra-4.1
2024-08-21 16:03:51 -04:00