Ethan Brown
87c2af85c1
Fix delayed SSTable release with unsafe_aggressive_sstable_expiration
...
patch by Ethan Brown; reviewed by Branimir Lambov and Mick Semb Wever for CASSANDRA-18756
2023-09-21 15:53:27 +03:00
Jackson Fleming
31aede3275
Enable 3rd party JDK installations for Debian package
...
java11-runtime and java8-runtime for Cassandra 4.x branches and
java17-runtime with java11-runtime for Cassandra 5.x branches enable
users to use arbitrary JDK installation if it provides such runtime by
installing it from 3rd-party repositories.
By specifying only OpenJDK-based packages in Depends in debian/control file,
it was not possible to use other JDKs but that one.
patch by Jackson Fleming; reviewed by Stefan Miklosovic and Brandon Williams for CASSANDRA-18844
2023-09-19 20:26:22 +02:00
Brandon Williams
edde699a06
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-09-15 12:23:59 -05:00
Brandon Williams
edf22ed776
Revert 18543 but retain properties
...
Patch by brandonwilliams; reviewed by dcapwell for CASSANDRA-18854
2023-09-15 12:22:10 -05:00
Brandon Williams
b2093ef321
Select automatic native port when starting the server in CQLTester
...
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18829
2023-09-12 06:11:44 -05:00
Stefan Miklosovic
1f79c84925
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-09-05 16:51:37 +02:00
Stefan Miklosovic
caad2f24f9
Merge branch 'cassandra-3.0' into cassandra-3.11
2023-09-05 16:50:00 +02:00
Stefan Miklosovic
65ee0d082c
Ninja fix for CASSANDRA-18745
2023-09-05 16:47:23 +02:00
Stefan Miklosovic
8e34d1306b
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-09-05 15:40:01 +02:00
Stefan Miklosovic
50dae280d8
Merge branch 'cassandra-3.0' into cassandra-3.11
2023-09-05 15:37:48 +02:00
Stefan Miklosovic
6c7ed52bb2
Add cqlshrc.sample and credentials.sample into Debian package
...
The underlying functionality for credentials.sample was firstly introduced in Cassandra 4.1
patch by Stefan Miklosovic; reviewed by Brandon Williams for CASSANDRA-18818
2023-09-05 15:36:31 +02:00
Daniel Jatnieks
0b7310c010
Fix FailingRepairTest by making sure Gossip is started before each test
...
patch by Daniel Jatnieks; reviewed by Brandon Williams and Stefan Miklosovic for CASSANDRA-18366
2023-09-04 10:03:22 +02:00
Mick Semb Wever
aa2494b30b
Merge branch 'cassandra-3.11' into cassandra-4.0
...
* cassandra-3.11:
Missing license info and headers
2023-08-31 22:39:56 +02:00
Mick Semb Wever
14e89fc3c7
Merge branch 'cassandra-3.0' into cassandra-3.11
...
* cassandra-3.0:
Missing license info and headers
2023-08-31 22:36:33 +02:00
Mick Semb Wever
ce49e775f7
Missing license info and headers
...
patch by Mick Semb Wever; reviewed by Brandon Williams for CASSANDRA-18807
2023-08-31 22:30:42 +02:00
Stefan Miklosovic
94043fa9c6
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-08-31 10:34:02 +02:00
Stefan Miklosovic
be0c563097
Merge branch 'cassandra-3.0' into cassandra-3.11
2023-08-31 10:30:51 +02:00
Stefan Miklosovic
8bbf92a670
Refactor validation logic in StorageService.rebuild
...
patch by Stefan Miklosovic; reviewed by Ariel Weisberg for CASSANDRA-18803
2023-08-31 09:54:57 +02:00
Francisco Guerrero
6ffa43f68b
Support Dynamic Port Allocation for in-jvm dtest framework
...
patch by Francisco Guerrero; reviewed by Dinesh Joshi, Jon Meredith, Yifan Cai for CASSANDRA-18722
2023-08-28 15:29:14 -06:00
Jon Meredith
4034fbb6dd
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-08-24 16:34:44 -06:00
Doug Rohrer
c6d7d070c5
IsolatedJMX should not release all TCPEndpoints on instance shutdown
...
patch by Doug Rohrer; reviewed by Jon Meredith, Stefan Miklosovic for CASSANDRA-18725
2023-08-24 16:32:28 -06:00
Stefan Miklosovic
d13b3ef61b
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-08-23 15:33:00 +02:00
Stefan Miklosovic
b1b9c04010
Merge branch 'cassandra-3.0' into cassandra-3.11
2023-08-23 15:22:09 +02:00
Roman Mushchinski
4ab31d34c8
Make alternation of a user type validate the same way as creation of a user type does
...
patch by Roman Mushchinski; reviewed by Stefan Miklosovic and Andres de la Peña for CASSANDRA-18585
2023-08-23 15:07:12 +02:00
Stefan Miklosovic
9d3b148887
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-08-21 15:56:12 +02:00
Claude Warren
998f84a2cb
Fix NPE when using udfContext in UDF after a restart of a node
...
patch by Claude Warren; reviewed by Stefan Miklosovic and Andres de la Peña for CASSANDRA-18739
2023-08-21 14:44:02 +02:00
Brandon Williams
bf9d334f54
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-08-18 13:57:18 -05:00
Brandon Williams
b21645474a
Merge branch 'cassandra-3.0' into cassandra-3.11
2023-08-18 13:57:06 -05:00
Brandon Williams
0b34ff6a0b
ninja: fix format arg order
2023-08-18 13:57:01 -05:00
Stefan Miklosovic
197e806f64
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-08-18 19:29:47 +02:00
Stefan Miklosovic
da3c400675
Merge branch 'cassandra-3.0' into cassandra-3.11
2023-08-18 18:57:59 +02:00
Stefan Miklosovic
65a3d36eb9
Add more tests for CASSANDRA-16905
...
patch by Stefan Miklosovic; reviewed by Andres de la Peña for CASSANDRA-18760
2023-08-18 18:48:14 +02:00
Stefan Miklosovic
a60fb98f65
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-08-18 18:40:12 +02:00
Stefan Miklosovic
141b85cfb7
Merge branch 'cassandra-3.0' into cassandra-3.11
2023-08-18 18:27:43 +02:00
Aleksey Yeschenko
f0280fb6f8
Backport of CASSANDRA-16905 Further restrict schema column drop/recreate conversions
...
patch by Aleksey Yeschenko; reviewed by Blake Eggleston, Sam Tunnicliffe, and Caleb Rackliffe for CASSANDRA-16905
Co-authored by Aleksey Yeschenko (aleksey@apache.org )
Co-authored by Josh McKenzie (jmckenzie@apache.org )
2023-08-18 18:17:01 +02:00
Stefan Miklosovic
b8454da17d
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-08-18 18:08:57 +02:00
Stefan Miklosovic
8ddfbb6a3c
Increase version to 3.11.17
2023-08-18 18:08:32 +02:00
Brandon Williams
ed4e6c4e21
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-08-18 10:41:16 -05:00
Brandon Williams
d173f57558
Merge branch 'cassandra-3.0' into cassandra-3.11
2023-08-18 10:40:39 -05:00
Brandon Williams
ade85693d5
gitignore serverversion.py
2023-08-18 10:40:33 -05:00
Brandon Williams
ba50ec9cd9
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-08-18 10:10:11 -05:00
Brandon Williams
1dd38998a0
Merge branch 'cassandra-3.0' into cassandra-3.11
2023-08-18 10:09:49 -05:00
Brandon Williams
6bb585bf5d
Warn when cqlsh does not match the server version it was built with
...
Patch by brandonwilliams; reviewed by bereng for CASSANDRA-18745
2023-08-18 10:08:52 -05:00
Brandon Williams
fb395c6b8b
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-08-18 05:11:06 -05:00
Brandon Williams
c870641475
Merge branch 'cassandra-3.0' into cassandra-3.11
2023-08-18 05:09:56 -05:00
Brandon Williams
fd9f07dab8
Add speculative retries to tablestats
...
Patch by brandonwilliams; reviewed by bereng and Maxwell Guo for
CASSANDRA-18767
2023-08-18 05:07:08 -05:00
Stefan Miklosovic
b1f9b08578
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-08-15 19:40:17 +02:00
Stefan Miklosovic
681b6ca103
Prepare debian changelog for 3.11.16
2023-08-15 15:25:26 +02:00
Stefan Miklosovic
7857210641
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-08-15 13:54:23 +02:00
Stefan Miklosovic
3dec94a62b
Merge branch 'cassandra-3.0' into cassandra-3.11
2023-08-15 13:51:47 +02:00