Stefan Miklosovic
cfe9641fbe
Fix possible NoSuchFileException when removing a snapshot
...
patch by Stefan Miklosovic; reviewed by Jacek Lewandowski for CASSANDRA-18211
Co-authored-by: Jacek Lewandowski <lewandowski.jacek@gmail.com>
2023-02-17 15:42:03 +01:00
Jon Meredith
b728a0011b
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-02-16 15:08:16 -07:00
Jon Meredith
3a4fff38b5
Ninja fix CASSANDRA-18242 - was not generating IDEA workspace for J11 correctly
2023-02-16 15:05:37 -07:00
Stefan Miklosovic
a49efd8b44
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-02-15 13:39:00 +01:00
Stefan Miklosovic
fcc16f5f2b
Update zstd-jni to version 1.5.4-1
...
patch by Stefan Miklosovic; reviewed by Brandon Williams for CASSANDRA-18259
2023-02-15 13:37:01 +01:00
Stefan Miklosovic
62aab9c9df
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-02-15 10:41:07 +01:00
Stefan Miklosovic
7b079503eb
Increment version to 4.0.9
2023-02-15 10:12:15 +01:00
Jon Meredith
5c4c7b69aa
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-02-13 17:46:28 -07:00
Jon Meredith
4e0aad3319
Split and order IDEA workspace template VM_PARAMETERS
...
patch by Jon Meredith; reviewed by David Capwell for CASSANDRA-18242
2023-02-13 17:43:21 -07:00
Ekaterina Dimitrova
f345ee8a4e
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-02-11 14:47:00 -05:00
Ekaterina Dimitrova
cb4f90542d
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-02-11 14:36:37 -05:00
Ekaterina Dimitrova
788b4eca2d
Merge branch 'cassandra-3.0' into cassandra-3.11
2023-02-11 14:34:17 -05:00
Ekaterina Dimitrova
476d31bce2
Add Dtest-large and cqlshlib tests to CircleCI; Fix num tokens in CircleCI tests to match the default value; Fix CircleCI Python tests split bug; Fix CircleCI long unit tests
...
patch by Ekaterina Dimitrova; reviewed by Andres de la Pena for CASSANDRA-18001
2023-02-11 14:30:24 -05:00
Stefan Miklosovic
3e0d38dab2
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-02-07 23:11:47 +01:00
Stefan Miklosovic
32c56df067
Prepare debian changelog for 4.0.8
2023-02-07 22:35:13 +01:00
Stefan Miklosovic
bbe936a236
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-02-07 15:53:51 +01:00
Stefan Miklosovic
b8494a8275
Log warning message on aggregation queries without key or on multiple keys
...
patch by Stefan Miklosovic; reviewed by Brandon Williams for CASSANDRA-18219
2023-02-07 15:47:36 +01:00
Stefan Miklosovic
6a23fae4b8
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-02-07 14:37:55 +01:00
nvharikrishna
b74c86404a
Fix the output of FQL dump tool to properly separate entries
...
patch by N V Harikrishna; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-18215
2023-02-07 14:34:23 +01:00
Brandon Williams
209ba28b4d
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-02-02 11:46:31 -06:00
yongj
0c58fbb8dd
Add cache type information for maximum memory usage warning message
...
Patch by Yong Jiang; reviewed by brandonwilliams and smiklosovic for
CASSANDRA-18184
2023-02-02 11:45:52 -06:00
Stefan Miklosovic
bede10f36c
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-02-01 15:28:50 +01:00
nvharikrishna
ba434b8231
Fix NPE in fqltool dump on null value
...
If fullquerylog is enabled and a prepared query executed with null value
binded, then fqltool dump is running into NPE. Checking value for null before
wrapping it.
patch by N V Harikrishna; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-18113
2023-02-01 14:46:44 +01:00
Jacek Lewandowski
dcc19cf865
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-02-01 09:47:12 +01:00
Jacek Lewandowski
9bf128aaa3
Improve unit tests performance
...
- Don't flush schema on every schema update in unit tests
- Use unix command to delete test data
- Shorten teardown
- Stable processor count presented by JMX on Jenkins, CircleCI and local
Patch by <jacek-lewandowski>, reviewed by <michaelsembwever> and <josh-mckenzie> for CASSANDRA-17427
2023-02-01 09:40:50 +01:00
Brandon Williams
a479989020
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-01-30 15:49:30 -06:00
Brandon Williams
ef2066fe60
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-01-30 15:49:20 -06:00
Brandon Williams
74b0b2086f
remove walrus operator in gen-nodetool-docs.py
...
Patch by brandonwilliams; reviewed by smiklosovic for CASSANDRA-18207
2023-01-30 15:48:21 -06:00
Brandon Williams
f18ffe1b97
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-01-30 07:30:54 -06:00
Brandon Williams
f8ad33ed4e
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-01-30 07:30:32 -06:00
Brandon Williams
48d4214f6c
Merge branch 'cassandra-3.0' into cassandra-3.11
2023-01-30 07:29:48 -06:00
Brandon Williams
89266aadde
Suppress CVE-2022-41915
...
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18147
2023-01-30 07:29:14 -06:00
Brandon Williams
fa18ea1852
Suppress CVE-2022-41915
...
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18147
2023-01-30 07:27:53 -06:00
Brandon Williams
561e3dc757
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-01-30 07:26:36 -06:00
Brandon Williams
0d0c5695df
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-01-30 07:26:16 -06:00
Brandon Williams
5ac75323cd
Merge branch 'cassandra-3.0' into cassandra-3.11
2023-01-30 07:24:41 -06:00
Brandon Williams
7ad693581b
Suppress CVE-2022-41915
...
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18147
2023-01-30 07:23:21 -06:00
Brandon Williams
5dbeee258c
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-01-30 07:05:42 -06:00
Maciej Sokol
0b7e3a8ee7
Connect to listen address when own broadcast address is requested
...
Patch by Maciej Sokol; reviewed by brandonwilliams and smiklosovic for
CASSANDRA-18200
2023-01-30 07:04:41 -06:00
Stefan Miklosovic
b81d39306c
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-01-28 17:11:29 +01:00
Stefan Miklosovic
2a8e1972fd
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-01-28 16:54:39 +01:00
Stefan Miklosovic
8076f37c06
Merge branch 'cassandra-3.0' into cassandra-3.11
2023-01-28 16:33:36 +01:00
Stefan Miklosovic
4c8e9097bd
Introduce check for names of test classes
...
patch by Stefan Miklosovic; reviewed by Berenguer Blasi and David Capwell for CASSANDRA-17943
2023-01-28 16:18:51 +01:00
David Capwell
1c71e57f46
PaxosPrepare may add instances to the Electorate that are not in gossip
...
patch by David Capwell; reviewed by Blake Eggleston for CASSANDRA-18194
2023-01-27 12:31:02 -08:00
Brandon Williams
60f5efe453
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-01-25 15:16:46 -06:00
Brandon Williams
c2e9e0d841
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-01-25 15:16:32 -06:00
Brandon Williams
03c86cfcb0
Add concurrency to adoc generation in gen-nodetool-docs.py
...
Patch by brandonwiliams; reviewed by mck for CASSANDRA-18197
2023-01-25 15:15:44 -06:00
Brandon Williams
057edbe92e
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-01-24 12:26:51 -06:00
Brandon Williams
299ead7534
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-01-24 12:26:12 -06:00
Brandon Williams
e9aa5ec514
Merge branch 'cassandra-3.0' into cassandra-3.11
2023-01-24 11:59:53 -06:00