Commit Graph

24322 Commits

Author SHA1 Message Date
Brandon Williams 5ed63e0a5a Suppress CVE-2020-7238
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-17697
2022-06-21 09:45:20 -05:00
Mick Semb Wever 51fb85a9db
Merge branch 'cassandra-3.0' into cassandra-3.11 2022-06-19 16:39:32 +02:00
Mick Semb Wever 87bdbb7182
Merge branch 'cassandra-2.2' into cassandra-3.0 2022-06-19 16:38:43 +02:00
Mick Semb Wever e163146fd9
Fix retries for stage builds that do not throw failures
patch by Mick Semb Wever; reviewed by Brandon Williams for CASSANDRA-17664
2022-06-19 16:34:43 +02:00
Tanuj Nayak f884dda75b CQLSH unicode control character list is too liberal
patch by Tanuj Nayak; reviewed by Berenguer Blasi, Brandon Williams for CASSANDRA-17617
2022-06-14 06:57:16 +02:00
Jon Meredith c9a7269874 Merge branch 'cassandra-3.0' into cassandra-3.11 2022-06-06 11:05:48 -06:00
Jon Meredith ba0555e965 Fix flaky test - org.apache.cassandra.distributed.test.MessageForwardingTest.mutationsForwardedToAllReplicasTest
patch by Jon Meredith; reviewed by David Capwell for CASSANDRA-17583
2022-06-06 11:04:37 -06:00
Andrés de la Peña 8a9ba8866d Split compact storage upgrade tests to prevent OOM
patch by Andrés de la Peña; reviewed by Ekaterina Dimitrova for CASSANDRA-17213
2022-05-31 17:10:40 +01:00
Mick Semb Wever bb0e63fc38
Merge branch 'cassandra-3.0' into cassandra-3.11 2022-05-28 13:54:26 +02:00
Mick Semb Wever 2b533b28c2
Merge branch 'cassandra-2.2' into cassandra-3.0 2022-05-28 13:53:41 +02:00
Mick Semb Wever 136c8c0f65
In jenkins retry each stage build in the pipeline
attempts to alleviate the false-negatives from CI infrastructure faults (disks, network, etc)

 patch by Mick Semb Wever; reviewed by Brandon Williams for CASSANDRA-17664
2022-05-28 13:34:00 +02:00
David Capwell 76648a6534 Merge branch 'cassandra-3.0' into cassandra-3.11 2022-05-25 14:01:32 -07:00
David Capwell fb8bf30c6d jvm-dtest upgrade failures due to 3.x Ping not allowing serialize
patch by David Capwell; reviewed by Jon Meredith for CASSANDRA-17660
2022-05-25 14:00:14 -07:00
Andrés de la Peña 0e1d068d92 Merge branch 'cassandra-3.0' into cassandra-3.11 2022-05-20 11:43:56 +01:00
Doug Rohrer ffc4c89c3d Fix issue where frozen maps may not be serialized in the correct order
patch by Doug Rohrer, Francisco Guerrero and Yifan Cai; reviewed by Andrés de la Peña and Caleb Rackliffe for CASSANDRA-17623

Co-authored-by: Doug Rohrer <drohrer@apple.com>
Co-authored-by: Francisco Guerrero <frank.guerrero@gmail.com>
Co-authored-by: Yifan Cai <ycai@apache.org>
2022-05-20 11:38:19 +01:00
Brandon Williams 01ebd9936f Merge branch 'cassandra-3.0' into cassandra-3.11 2022-05-18 10:09:32 -05:00
Brandon Williams a482e37435 Suppress CVE-2022-24823
Patch by brandonwilliams; reviewed by edimitrova for CASSANDRA-17633
2022-05-18 10:08:49 -05:00
Mick Semb Wever 9810922cf1
Merge branch 'cassandra-3.0' into cassandra-3.11 2022-05-14 01:30:42 +02:00
Mick Semb Wever 6ad666e3a8
Prepare debian changelog for 3.11.13, bump version to 3.11.14 2022-05-14 01:28:32 +02:00
Mick Semb Wever f20f17b4a7
Prepare debian changelog for 3.0.27, bump version to 3.0.28 2022-05-14 01:26:46 +02:00
Brandon Williams d043217ff0 Merge branch 'cassandra-3.0' into cassandra-3.11 2022-05-13 06:50:40 -05:00
Maciej Sokol 5d427ff6e5 Fsync TOC and Digest files after they're written
Patch by Maciej Sokol; reviewed by brandonwilliams and bereng for
CASSANDRA-10709
2022-05-13 06:41:07 -05:00
Ekaterina Dimitrova e5c96230ac Merge branch 'cassandra-3.0' into cassandra-3.11 2022-05-09 21:37:02 -04:00
Ekaterina Dimitrova 0bcc354992 Use :latest tag for our test images in CircleCI config files
patch by Ekaterina Dimitrova; reviewed by Michael Semb Wever for CASSANDRA-17429
2022-05-09 21:32:32 -04:00
Brandon Williams aeced876b5 Merge branch 'cassandra-3.0' into cassandra-3.11 2022-05-05 05:55:00 -05:00
Jermy Li 61d4cccb0b Fix URISyntaxException in nodetool with updated Java
Patch by Jermy Li; reviewed by bereng and brandonwilliams for
CASSANDRA-17581
2022-05-05 05:53:47 -05:00
Brandon Williams 4bb1a07b5b Upgrade jackson-databind to 2.13.2.2
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-17556
2022-04-28 09:05:02 -05:00
Jon Meredith 804098e68b Merge branch 'cassandra-3.0' into cassandra-3.11 2022-04-27 12:01:08 -06:00
Jon Meredith 2fdbda6ac9 Schema mutations may not be completed on drain
patch by Jon Meredith; reviewed by Caleb Rackliffe for CASSANDRA-17524
2022-04-27 11:59:47 -06:00
Ekaterina Dimitrova eeb89ea53b Merge branch 'cassandra-3.0' into cassandra-3.11 2022-04-17 14:22:57 -04:00
Ekaterina Dimitrova fb66800a00 Fix data corruption in AbstractCompositeType due to static boolean byte buffers
patch by Stefania Alborghetti and Marcus Eriksson; reviewed by Marcus Eriksson, Benjamin Lerer and Ekaterina Dimitrova for CASSANDRA-14752

Co-authored-by: Stefania Alborghetti <stefania.alborghetti@datastax.com>
Co-authored-by: Marcuse Eriksson <marcuse@apache.orgp>
2022-04-17 14:02:49 -04:00
Brandon Williams cde152cdb7 Merge branch 'cassandra-3.0' into cassandra-3.11 2022-04-13 07:03:36 -05:00
Brandon Williams 84bc0e8c3b Add procps Debian dependency
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-17516
2022-04-13 07:02:03 -05:00
Brandon Williams 39c8d6aa57 Add procps-ng RPM dependency
Patch by Dylan Richardson; reviewed by brandonwilliams and bereng for
CASSANDRA-17516
2022-04-13 07:02:03 -05:00
Brandon Williams 62798f2143 Add procps Debian dependency
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-17516
2022-04-13 07:00:47 -05:00
Brandon Williams 02a7a1cd50 Add procps-ng RPM dependency
Patch by Dylan Richardson; reviewed by brandonwilliams and bereng for
CASSANDRA-17516
2022-04-13 06:59:57 -05:00
David Capwell d7a9f41cf1 Merge branch 'cassandra-3.0' into cassandra-3.11 2022-04-12 11:46:43 -07:00
David Capwell 850336217b Add support for vnodes in jvm-dtest
patch by David Capwell; reviewed by Alex Petrov, Josh McKenzie for CASSANDRA-17332
2022-04-12 11:45:31 -07:00
Brandon Williams f32d2b06de Upgrade slf4j to 1.7.25
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-17474
2022-03-31 07:21:25 -05:00
Brandon Williams a6864cccd4 Upgrade jackson to 2.13.2
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-17492
2022-03-29 07:15:09 -05:00
Brandon Williams 2c625e10b8 Merge branch 'cassandra-3.0' into cassandra-3.11 2022-03-29 07:12:51 -05:00
Brandon Williams fd1f245353 Suppress CVE-2021-44521
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-17492
2022-03-29 07:11:38 -05:00
Brandon Williams 3a7e5f8ed8 Revert "Upgrade slf4j to 1.7.25"
This reverts commit 234bdc87a5.
2022-03-25 15:00:43 -05:00
Brandon Williams 234bdc87a5 Upgrade slf4j to 1.7.25
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-17474
2022-03-25 06:14:42 -05:00
Erick Ramirez 84f629752f Fixed Configuration index, topologies, CDC archiving properties pages (3.11)
patch by taku333, Erick Ramirez; reviewed by Erick Ramirez for CASSANDRA-17444

Co-authored by: taku333 <19281989thezuka@gmail.com>
Co-authored by: Erick Ramirez <erickramirezau@apache.org>
2022-03-22 11:02:50 +00:00
Jon Meredith 311e26bf05 Merge branch 'cassandra-3.0' into cassandra-3.11 2022-03-19 08:02:15 -06:00
Jon Meredith 647ec92db1 ConnectionLimitHandler may leaks connection count if remote connection drops
patch by Jon Meredith; reviewed by Caleb Rackliffe for CASSANDRA-17252
2022-03-19 08:00:58 -06:00
Maciej Sokol f7009cf340 emit warning on keyspace creation when replication factor is bigger than the number of nodes
patch by Maciej Sokol; reviewed by Brandon Williams and Stefan Miklosovic for CASSANDRA-16747
2022-03-16 21:42:50 +01:00
Paulo Motta 95a6223057 Fix snapshot true size calculation
Patch by Paulo Motta; Reviewed by Brandon Williams and Benjamin Lerer for CASSANDRA-17267
2022-03-14 17:17:37 -03:00
Brandon Williams 541d769042 Merge branch 'cassandra-3.0' into cassandra-3.11 2022-03-14 14:04:26 -05:00