Jacek Lewandowski
2747dbf091
Merge branch 'cassandra-4.0' into cassandra-4.1
...
* cassandra-4.0:
JMH improvements - faster build and async profiler
2023-09-25 12:39:38 +02:00
Jacek Lewandowski
3658ba58c7
JMH improvements - faster build and async profiler
...
- Don't create uber jar for microbenchmarks
- Add async profiler to jmh tests
- Benchmark classes names validation
- Add jmh.args property to make it possible passing extra args to JMH
- Add missing test/anttasks to idea configuration
Patch by Jacek Lewandowski; reviewed by Branimir Lambov, Maxim Muzafarov, Stefan Miklosovic for CASSANDRA-18871
2023-09-25 12:39:36 +02:00
Branimir Lambov
db6641fbb6
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-09-21 16:59:04 +03:00
Branimir Lambov
c6385ac3dd
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-09-21 16:02:01 +03:00
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
Stefan Miklosovic
1acab45e4f
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-09-19 20:29:27 +02: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
Doug Rohrer
8bfe0e5878
InstanceClassLoader leak in 5.0/trunk
...
patch by Doug Rohrer; reviewed by Francisco Guerrero, Jon Meredith, David Capwell for CASSANDRA-18841
2023-09-15 14:07:29 -06:00
Brandon Williams
b8209a06fb
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-09-15 12:28:11 -05: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
3d220b5a6e
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-09-12 06:13:00 -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
Jacek Lewandowski
b053027680
Set the delay to 0 for unit tests and fix GuardrailDiskUsageTest
...
Patch by Jacek Lewandowski; reviewed by Berenguer Blasi and Jeremiah Jordan for CASSANDRA-18821
# Conflicts:
# test/distributed/org/apache/cassandra/distributed/test/ColumnMaskTest.java
# test/unit/org/apache/cassandra/cql3/CQLTester.java
2023-09-12 11:07:08 +02:00
Brandon Williams
725655dda2
Nodetool paxos-only repair is no longer incremental
...
Patch by Ningzi Zhan; reviewed by brandonwilliams, jlewandowski, and
Maxwell Guo for CASSANDRA-18466
2023-09-08 09:05:07 -05:00
Stefan Miklosovic
57e10b64b2
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-09-05 16:53:45 +02: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
c6f74d231f
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-09-05 15:42:52 +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
Stefan Miklosovic
fcef3a2558
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-09-04 10:09:12 +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
20125c5053
Merge branch 'cassandra-4.0' into cassandra-4.1
...
* cassandra-4.0:
Missing license info and headers
2023-08-31 22:41:56 +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
d4cb791bdd
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-08-31 10:35: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
Jon Meredith
bde4fa0013
Waiting indefinitely on ReceivedMessage response in StreamSession#receive() can cause deadlock
...
patch by Jon Meredith; reviewed by Caleb Rackliffe, David Capwell for CASSANDRA-18733
2023-08-29 10:42:03 -06:00
Jon Meredith
251ae80bb0
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-08-28 15:34:34 -06: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
Derek Chen-Becker
5e2985f10e
Ensure unit tests honor tmp.dir
...
Modify unit tests so that any files created are rooted in the directory
specified by the "tmp.dir" Ant property. Ant already passes the value of
tmp.dir to the JVM's java.io.tmpdir parameter, so the primary changes are
to make use of Files.createTempDirectory to generate per-test work
directories. Also update the test checkstyle rules to catch any future
usage of hardcoded "/tmp".
Patch by Derek Chen-Becker; reviewed by bereng and brandonwilliams for CASSANDRA-18750
2023-08-28 09:47:13 -05:00
Andy Tolbert
b47bee42d3
Allow empty keystore_password in encryption_options
...
patch by Andy Tolbert; reviewed by Jon Meredith and Stefan Miklosovic for CASSANDRA-18778
2023-08-28 09:47:54 +02:00
Jon Meredith
ac3b356063
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-08-24 16:43:53 -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
8666265521
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-08-23 15:37:53 +02: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
7c7d8f4414
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-08-21 15:58:04 +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
a2af87de8a
Merge branch 'cassandra-4.0' into cassandra-4.1
2023-08-18 13:57:28 -05:00
Brandon Williams
bf9d334f54
Merge branch 'cassandra-3.11' into cassandra-4.0
2023-08-18 13:57:18 -05:00