Stefan Miklosovic
c4a7cf9e02
Merge branch 'cassandra-5.0' into trunk
2025-08-28 11:49:24 +02:00
Stefan Miklosovic
be96162f6c
Merge branch 'cassandra-4.1' into cassandra-5.0
2025-08-28 11:48:03 +02:00
Stefan Miklosovic
c632e66e85
Merge branch 'cassandra-4.0' into cassandra-4.1
2025-08-28 11:46:58 +02:00
Stefan Miklosovic
29e45b5d82
Increase memory available for javadoc generation
...
javadoc target is behaving unpredictably, sometimes fails, sometimes does not.
I strongly suspect that it just does not have enough memory available and it fails.
This is currently a blocker for releases. My empirical testing shows that more memory
we assign to javadoc generation, less probable it is it will fail to finish successfuly.
patch by Stefan Miklosovic for CASSANDRA-20868
2025-08-28 11:43:13 +02:00
mck
4a548b0f28
Merge branch 'cassandra-5.0' into trunk
...
* cassandra-5.0:
K8s immutable provisioning of ci-cassandra.apache.org jenkins instances
2025-08-27 23:39:44 +02:00
Richa Mishra
05f0e513e8
K8s immutable provisioning of ci-cassandra.apache.org jenkins instances
...
.build/run-ci is a a python script used to create and interact with k8s provisioned ci-cassandra.apache.org clones
See .build/run-ci.d/README.md for docs on usage.
.jenkins/k8s/ contains the k8s jenkins helm chart, JSaC configuration, and docker image for provisioning.
.build/run-ci.d/ contains python requirements and tests for .build/run-ci
patch by Richa Mishra, Nishant Barola, Aleksandr Volochnev, Mick Semb Wever; reviewed by Richa Mishra, Nishant Barola, Aleksandr Volochnev, Brandon Hsieh, Mick Semb Wever, Brandon Williams for CASSANDRA-18145
Co-authored-by: Richa Mishra <richa.mishra@infracloud.io>
Co-authored-by: Nishant Barola <nishant.barola@infracloud.io>
Co-authored-by: Aleksandr Volochnev <a.volochnev@gmail.com>
Co-authored-by: Mick Semb Wever <mck@apache.org>
2025-08-27 23:33:16 +02:00
Stefan Miklosovic
6c068b999f
Merge branch 'cassandra-4.0' into cassandra-4.1
2025-08-25 17:38:44 +02:00
Stefan Miklosovic
f9dbfd431e
Update Jackson to 2.19.2
...
patch by Stefan Miklosovic; reviewed by Brandon Williams for CASSANDRA-20848
2025-08-25 17:34:38 +02:00
Stefan Miklosovic
aeae910d08
Merge branch 'cassandra-4.0' into cassandra-4.1
2025-08-25 17:24:10 +02:00
Stefan Miklosovic
a64a64b915
Update commons-lang3 to 3.18.0
...
patch by Stefan Miklosovic; reviewed by Brandon Williams for CASSANDRA-20849
2025-08-25 17:21:19 +02:00
Stefan Miklosovic
974fc904aa
bump version
2025-08-05 14:33:59 +02:00
Stefan Miklosovic
c675bb1c37
Merge branch 'cassandra-5.0' into trunk
2025-07-30 16:44:29 +02:00
Stefan Miklosovic
18aa3445b3
Make source distribution buildable by ant artifacts as doc/scripts/process-native-protocol-specs-in-docker.sh was not executable
...
patch by Stefan Miklosovic; reviewed by Dmitry Konstantinov for CASSANDRA-20802
2025-07-30 16:42:01 +02:00
Brandon Williams
00f2b3e9f6
increment version
2025-05-28 17:28:46 -05:00
Brandon Williams
56b7e90f1f
bump build.xml version
2025-05-19 18:51:44 -05:00
Andy Tolbert
f80a234d1e
Migrate sstableloader code to its own tools directory and artifact
...
As part of a broader effort to decouple java driver code from the
server code, this moves sstableloader to its own tools directory.
As sstableloader is also used as a library (CASSANDRA-10637), added
a new artifact 'cassandra-sstableloader' that will get deployed to
maven along with 'cassandra-all'.
While I expect this is likely a niche use case, this will allow users
to continue using BulkExport as a library.
Moves sstableloader-specific targets to its own build.xml in
tools/sstableloader/build.xml.
Also updates IDE project files and circleci to utilize new
sstableloader-specific targets.
patch by Andy Tolbert; reviewed by Stefan Miklosovic and Mick Semb Wever for CASSANDRA-20328
2025-05-18 12:35:52 -05:00
David Capwell
6c6082b5d0
Accord: switch back to 1g heap to keep CI stable
...
patch by David Capwell; reviewed by Benedict Elliott Smith for CASSANDRA-20553
2025-04-17 11:59:56 -07:00
David Capwell
49740f87d2
Accord: Fix issue where 3 tests would crash consistently in CI
...
patch by David Capwell; reviewed by Benedict Elliott Smith for CASSANDRA-20543
2025-04-17 11:59:56 -07:00
Ariel Weisberg
6522d52b0b
Live migration for non-serial reads
...
Patch by Ariel Weisberg; Reviewed by David Capwell for CASSANDRA-19439
2025-04-17 11:59:54 -07:00
Ariel Weisberg
6c0ad476ed
Miscellaneous migration test fixes
...
Patch by Ariel Weisberg; Reviewed by David Capwell for CASSANDRA-20060
2025-04-17 11:59:53 -07:00
David Capwell
0d4c0961be
CEP-15: (Accord) When nodes are removed from a cluster, need to update topology tracking to avoid being blocked
...
patch by David Capwell; reviewed by Blake Eggleston for CASSANDRA-19719
2025-04-17 11:59:51 -07:00
David Capwell
a324003c59
Get simulator working (again)
...
Co-authored-by: Ariel Weisberg <aweisberg@apple.com>
Co-authored-by: Benedict Elliott Smith <benedict@apache.org>
2025-04-17 11:59:49 -07:00
Ariel Weisberg
c10c84b9cd
Accord/non-Accord interoperability and support for live migration
...
Patch by Ariel Weisberg; Reviewed by Blake Eggleston for CASSANDRA-18129
Co-authored-by: Blake Eggleston <beggleston@apple.com>
2025-04-17 11:59:49 -07:00
Blake Eggleston
09c8fa1030
CEP-15 (C*): Messaging and storage engine integration
...
patch by Blake Eggleston; reviewed by Benedict Elliott Smith, David Capwell for CASSANDRA-17103
2025-04-17 11:59:47 -07:00
Brandon Williams
040d5e0111
Bump version, prepare CHANGES
2025-04-10 11:55:12 -05:00
mck
63e0188b2e
Merge branch 'cassandra-5.0' into trunk
...
* cassandra-5.0:
Move generate-snyk-file target dependency from build-project to dependency-check
2025-04-08 16:01:14 +02:00
mck
b4f46ec473
Merge branch 'cassandra-4.1' into cassandra-5.0
...
* cassandra-4.1:
Move generate-snyk-file target dependency from build-project to dependency-check
2025-04-08 15:32:08 +02:00
mck
09bc381d59
Merge branch 'cassandra-4.0' into cassandra-4.1
...
* cassandra-4.0:
Move generate-snyk-file target dependency from build-project to dependency-check
2025-04-08 15:29:08 +02:00
mck
f6de28f727
Move generate-snyk-file target dependency from build-project to dependency-check
...
patch by Mick Semb Wever; reviewed by Brandon Williams, Alex Petrov for CASSANDRA-20319
2025-04-08 15:25:30 +02:00
Mick Semb Wever
68a4e6f690
Merge branch 'cassandra-5.0' into trunk
...
* cassandra-5.0:
Autogenerate toplevel .snyk file from owasp suppressions
2025-03-30 09:34:30 +02:00
Mick Semb Wever
1311766ad1
Merge branch 'cassandra-4.1' into cassandra-5.0
...
* cassandra-4.1:
Autogenerate toplevel .snyk file from owasp suppressions
2025-03-30 09:32:10 +02:00
Mick Semb Wever
ef3dc6491e
Merge branch 'cassandra-4.0' into cassandra-4.1
...
* cassandra-4.0:
Autogenerate toplevel .snyk file from owasp suppressions
2025-03-30 09:31:04 +02:00
Mick Semb Wever
9abed87ba4
Autogenerate toplevel .snyk file from owasp suppressions
...
patch by Mick Semb Wever; reviewed by Brandon Williams for CASSANDRA-20319
2025-03-30 09:27:39 +02:00
Stefan Miklosovic
8c4e21eeca
Merge branch 'cassandra-4.0' into cassandra-4.1
2025-03-19 12:26:29 +01:00
Stefan Miklosovic
a16333387c
Update zstd-jni to 1.5.7-2
...
patch by Stefan Miklosovic; reviewed by Dmitry Konstantinov for CASSANDRA-20453
2025-03-19 12:24:33 +01:00
Stefan Miklosovic
3a5d828638
Merge branch 'cassandra-5.0' into trunk
2025-03-17 19:22:30 +01:00
maoling
e16f30c587
Improve Go download when building source code
...
patch by Ling Mao; reviewed by Stefan Miklosovic, Michael Semb Wever for CASSANDRA-20422
Co-authored-by: Stefan Miklosovic <smiklosovic@apache.org>
2025-03-17 19:06:07 +01:00
maoling
7c0a86323e
Add JVM version and Cassandra build date to nodetool version -v
...
patch by Ling Mao; reviewed by Maxwell Guo, Stefan Miklosovic for CASSANDRA-19721
2025-03-12 11:48:36 +01:00
Stefan Miklosovic
16bca9d343
Merge branch 'cassandra-4.0' into cassandra-4.1
2025-03-06 14:23:11 +01:00
Stefan Miklosovic
ef354d0d5e
Update Zstd library to 1.5.7-1
...
patch by Stefan Miklosovic; reviewed by Yifan Cai for CASSANDRA-20367
2025-03-06 14:19:01 +01:00
Stefan Miklosovic
8ca0af32f3
Merge branch 'cassandra-3.11' into cassandra-4.0
2025-02-07 12:45:03 +01:00
Stefan Miklosovic
ed3f1af723
Merge branch 'cassandra-3.0' into cassandra-3.11
2025-02-07 12:43:10 +01:00
Stefan Miklosovic
f340514bbe
Increment version
2025-02-07 12:40:54 +01:00
Stefan Miklosovic
4a844820a2
Merge branch 'cassandra-4.1' into cassandra-5.0
2025-02-04 10:04:55 +01:00
Stefan Miklosovic
9f5fc9d892
Merge branch 'cassandra-4.0' into cassandra-4.1
2025-02-04 09:59:23 +01:00
Stefan Miklosovic
8e28dd0c17
Merge branch 'cassandra-3.11' into cassandra-4.0
2025-02-04 09:54:09 +01:00
Stefan Miklosovic
82e2c7d991
Merge branch 'cassandra-3.0' into cassandra-3.11
2025-02-04 09:50:02 +01:00
Stefan Miklosovic
7c147ef80e
Increment version
2025-02-04 09:46:26 +01:00
Abe Ratnofsky
c853efffa8
Support audit logging for JMX operations
...
Patch by Abe Ratnofsky; reviewed by Bernardo Botella, Doug Rohrer, Francisco Guerrero for CASSANDRA-20128
2025-01-02 09:15:59 -08:00
Brandon Williams
bdfb3fb9d6
increment version to 4.0.16
2024-11-18 09:01:15 -06:00