Stefan Miklosovic
087cffce63
Prepare debian changelog for 3.0.29
2023-05-05 13:22:55 +02:00
Brandon Williams
4a62757624
Suppress CVE-2023-2251
...
Patch by brandonwilliams; reviewed by smiklosovic for CASSANDRA-18497
2023-05-04 10:17:47 -05:00
Stefan Miklosovic
db78e746d7
Do not remove SSTables when cause of FSReadError is OutOfMemoryError while using best_effort disk failure policy
...
patch by Stefan Miklosovic; reviewed by Brandon Williams and Maxwell Guo for CASSANDRA-18336
2023-04-27 10:47:07 +02:00
Stefan Miklosovic
4f348786bd
Do not remove truncated_at entry in system.local while dropping an index
...
patch by Stefan Miklosovic; reviewed by Caleb Rackliffe for CASSANDRA-18105
2023-04-26 11:00:06 +02:00
Jacek Lewandowski
f96659c530
Save host id to system.local and flush immediately after startup
...
patch by Adriano Bonacin and Jacek Lewandowski; reviewed by Stefan Miklosovic and Sam Tunnicliffe for CASSANDRA-18153
2023-03-31 17:30:18 +02:00
Brandon Williams
2f8d11335e
Remove asf.yaml from non-trunk branches
2023-03-29 06:32:05 -05:00
Maxim Muzafarov
f352f2b637
Notify the corresponding JIRA issue as soon as the PR is raised
...
Patch by Maxim Muzafarov; reviewed by brandonwilliams and smiklosovic
for CASSANDRA-18372
2023-03-29 06:24:34 -05:00
Jacek Lewandowski
f6a04ca81f
Fix RepairJob unnecessarily reporting cancellation error
...
patch by Jacek Lewandowski; reviewed by Brandon Williams for CASSANDRA-17701
2023-03-21 10:04:24 +01:00
Claude Warren
8df69c8016
Fix the ordering of sstables when running sstableupgrade tool
...
patch by Claude Warren; reviewed by Jacek Lewandowski and Stefan Miklosovic for CASSANDRA-18143
2023-03-14 14:52:53 +01:00
Andrés de la Peña
02048cffea
Remove -l / -m / -h designation and have two options: free or paid tier circle config
...
patch by Andrés de la Peña; reviewed by Ekaterina Dimitrova and Josh McKenzie for CASSANDRA-18012
2023-03-10 11:48:31 +00:00
Brandon Williams
be574fc34b
Fix default file system error handler for disk_failure_policy die
...
Patch by Runtian Liu; reviewed by brandonwilliams and smiklosovic for
CASSANDRA-18294
2023-03-09 10:00:49 -06:00
Brandon Williams
5374f56a0a
Fix typo in suppressions
2023-02-24 12:28:59 -06:00
Brandon Williams
eb36a86a72
Removing trailing year from copyright.
...
Patch by brandonwilliams; reviewed by mck for CASSANDRA-18261
2023-02-22 10:23:47 -06: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
Brandon Williams
fa18ea1852
Suppress CVE-2022-41915
...
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18147
2023-01-30 07:27:53 -06: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
Brandon Williams
9a64be3234
Suppress CVE-2021-1471, CVE-2021-3064, CVE-2021-4235
2023-01-24 11:58:21 -06:00
Brandon Williams
e7f55ab8c3
switch to SafeConstructor
...
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18150
2023-01-24 06:27:29 -06:00
Stefan Miklosovic
357c0d5a89
Expand build.dir property in rat targets
...
patch by Stefan Miklosovic; reviewed by Brandon Williams for CASSANDRA-18183
2023-01-23 14:45:39 +01:00
Brandon Williams
fe71dfd7a1
Suppress CVE-2022-41881
...
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18148
2023-01-23 06:49:55 -06:00
German Eichberger
8ecd7616fe
Default role is created with zero timestamp
...
patch by German Eichberger; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-12525
Co-authored-by: Stefan Miklosovic <smiklosovic@apache.org>
2023-01-18 14:56:22 +01:00
Brandon Williams
e0e63f4415
Suppress CVE-2021-37533
...
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18146
2023-01-17 09:55:50 -06:00
Bereng
f384e69482
When generate.sh fails its rc=0 - take 2
...
patch by Andres de la Peña and Berenguer Blasi; reviewed by Andres de la Peña for CASSANDRA-18032
Co-authored-by: Berenguer Blasi <berenguerblasi@gmail.com>
Co-authored-by: Andres de la Peña <a.penya.garcia@gmail.com>
2023-01-16 07:03:17 +01:00
Bereng
69dfed3671
When generate.sh fails its rc=0
...
patch by Berenguer Blasi; reviewed by Andres de la Peña for CASSANDRA-18032
2023-01-12 07:04:13 +01:00
Maxim Muzafarov
877d6e6e95
Add to the IntelliJ Git Window issue navigation links to Cassandra's Jira
...
patch by Maxim Muzafarov; reviewed by David Capwell, Aleksey Yeschenko, Stefan Miklosovic for CASSANDRA-18126
2023-01-09 09:37:53 +01:00
Ekaterina Dimitrova
df0b139701
Use CircleCI Large executor instead of XLarge executor in MIDRES config for Python upgrade tests
...
patch by Ekaterina Dimitrova; reviewed by Michael Semb Wever for CASSANDRA-18127
2022-12-23 14:48:36 -05:00
Marcus Eriksson
730b898b74
Don't group TWCS sstables for anticompaction
...
Patch by marcuse; reviewed by Aleksey Yeschenko for CASSANDRA-17970
2022-12-23 13:38:53 +01:00
Stefan Miklosovic
f55b2fb1b3
Do not spam the logs with MigrationCoordinator not being able to pull schemas
...
patch by Stefan Miklosovic; reviewed by Brandon Williams for CASSANDRA-18096
2022-12-20 09:59:28 +01:00
Yifan Cai
473656c1d5
Fix incorrect resource name in LIST PERMISSION output
...
patch by Yifan Cai; reviewed by Berenguer Blasi, Sam Tunnicliffe for CASSANDRA-17848
2022-12-05 18:48:36 -08:00
Brandon Williams
92019df4d8
Suppress CVE-2022-41854 and similar
...
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18083
2022-12-05 10:01:00 -06:00
Jordan West
13d495aa7d
fix intermittent failures in nodetool toppartitions caused by failure to validate invalid bytes
...
Patch by Jordan West; Reviewed by Brandon Williams and Cheng Wang for CASSANDRA-17254
2022-11-29 18:25:04 -08:00
Mick Semb Wever
d9ef794ef6
Upgrade Cython, minimum required now is 0.27.2
...
patch by Mick Semb Wever; reviewed by Berenguer Blasi for CASSANDRA-18028
2022-11-10 14:34:55 +01:00
Andrés de la Peña
955231cacf
CircleCI: Remove repeated jobs from default LOWRES, MIDRES and HIGHRES files
...
patch by Andrés de la Peña; reviewed by Berenguer Blasi and Ekaterina Dimitrova for CASSANDRA-18024
2022-11-08 17:47:42 +00:00
Mick Semb Wever
30a3266780
ninja-fix antcall maybe-build-test needs inheritRefs (CASSANDRA-18000)
2022-11-05 15:50:28 +01:00
Andrés de la Peña
95400649d8
Improve behaviour of the Ant flag to skip test building, no-build-test
...
patch by Andrés de la Peña; reviewed by Berenguer Blasi for CASSANDRA-18000
2022-11-04 16:24:38 +00:00
Ekaterina Dimitrova
90fe8608a4
CirleCI: fix Python upgrade DTests config
...
patch by Ekaterina Dimitrova; reviewed by Michael Semb Wever for CASSANDRA-17912
2022-11-04 10:31:55 -04:00
Brandon Williams
e0331f631e
Merge branch 'cassandra-2.2' into cassandra-3.0
2022-11-03 08:07:29 -05:00
Brandon Williams
bba519501c
add python2-dev to build-deps
...
Patch by brandonwilliams; reviewed by edimitrova for CASSANDRA-17871
2022-11-03 08:06:44 -05:00
Andrés de la Peña
116ce3bc05
CircleCI: Add jobs for missing specialized unit tests
...
Fix run_repeated_utests for non-testsome targets
patch by Andrés de la Peña; reviewed by Ekaterina Dimitrova and Berenguer Blasi for CASSANDRA-17987
2022-11-03 11:30:38 +00:00
Andrés de la Peña
ccc0b14d56
CircleCI: Fix generate.sh without options modifying config
...
patch by Andrés de la Peña; reviewed by Brandon Williams and Berenguer Blasi for CASSANDRA-17995
2022-10-28 13:54:01 +01:00
Mick Semb Wever
a3b4119b5a
Increment versions to 3.0.29, 3.11.15, 4.0.8
2022-10-23 23:18:45 +02:00
Stefan Miklosovic
2b31675fbd
Fix running Ant rat targets without git
...
patch by Stefan Miklosovic; reviewed by Michael Semb Wever for CASSANDRA-17974
2022-10-21 09:58:43 +02:00
Andrés de la Peña
2b511c5714
ninja-fix: Fix bashisms on .circleci/generate.sh
...
patch by Andrés de la Peña; reviewed by Brandon Williams for CASSANDRA-17939
2022-10-19 12:47:59 +01:00
Mick Semb Wever
96c5332ee1
Prepare debian changelog for 3.0.28
2022-10-19 09:59:09 +02:00
Abe Ratnofsky
b2660bcf78
Fix JMX security vulnerabilities
...
patch by Abe Ratnofsky; reviewed by Jon Meredith, Mick Semb Wever, Sam Tunnicliffe for CASSANDRA-17921
2022-10-18 22:47:49 +02:00
Brandon Williams
3d4e6944ef
Suppress CVE-2019-2684
...
Patch by brandonwilliams; reviewed by smiklosovic for CASSANDRA-17965
2022-10-18 11:02:50 -05:00
Andrés de la Peña
9aa28a81ec
CircleCI: Automatically detect and repeat new or modified JUnit tests
...
patch by Andrés de la Peña; reviewed by Josh McKenzie for CASSANDRA-17939
2022-10-18 16:44:37 +01:00
Brad Schoening
83c1f7713b
Fix auto-completing "WITH" when creating a materialized view (CASSANDRA-17879)
...
patch by Brad Schoening; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-17879
2022-10-03 10:35:38 +02:00
Jacek Lewandowski
a78db628b0
Fix scrubber falling into infinite loop
...
Fixes scrubber falling into infinite loop when the last partition is broken in data file and compression is enabled.
Patch by Jacek Lewandowski, reviewed by Brandon Williams, for CASSANDRA-17862
2022-08-26 17:06:10 +02:00
Brandon Williams
9e32c44455
Don't build javadoc with artifacts
...
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-17712
2022-08-18 05:53:15 -05:00