Stefan Miklosovic
00c22232d9
FQL replay should have options to ignore DDL statements
...
Patch by Stefan Miklosovic; reviewed by David Capwell and Marcus Eriksson
for CASSANDRA-16039
2020-08-19 09:40:45 +02:00
Ekaterina Dimitrova
cba0c27ce9
Remove COMPACT STORAGE internals
...
Patch by Ekaterina Dimitrova, reviewed by Sylvain Lebresne for
CASSANDRA-13994
2020-08-17 11:51:23 +02:00
Alex Ott
6d9465a00d
Improve cassandra-stress logging when using a profile file that doesn't
...
exist.
Patch by Alex Ott, reviewed by brandonwilliams for CASSANDRA-14425
2020-08-05 11:52:36 -05:00
Joseph Lynch
674b6cc1a5
Update defaults for server and client TLS settings
...
This fixes backwards compatibility with the 3.11 server_encryption_options
while exposing the correct defaults after the 4.0 Netty refactor.
Patch by Joseph Lynch; Reviewed by Ekaterina Dimitrova for CASSANDRA-15262
2020-06-20 18:59:41 -07:00
Robert Stupp
ec07cd7e76
Fix tools/bin/fqltool for all shells
...
patch by Robert Stupp; reviewed by Mick Semb Wever and Eduard Tudenhöfner for CASSANDRA-15820
2020-05-19 16:36:09 +02:00
Marcus Eriksson
5242f7d430
Fix issues in audit / full query log interactions
...
Patch by marcuse; reviewed by Aleksey Yeschenko and Per Otterström for CASSANDRA-14772
2020-04-16 14:19:54 +02:00
Robert Stupp
f14507190b
Remove Java Driver dependency for UDFs and UDAs / Limit the dependencies used by UDFs/UDAs
...
patch by Robert Stupp; reviewed by Jason Brown, Jonathan Ellis, Ryan Svihla for CASSANDRA-14737
2020-02-12 09:58:43 +01:00
yifan-c
1fbd3297a9
Release session from cache when closing QueryReplayer
...
Patch by Yifan Cai; reviewed by marcuse for CASSANDRA-15514
2020-01-20 15:00:25 +01:00
nvharikrishna
e27810efcc
[CASSANDRA-12993] Added license text.
2020-01-10 16:05:38 +00:00
Zephyr Guo
3a8300e0b8
Avoid deadlock during CommitLog initialization
...
patch by Zephyr Guo, Dinesh Joshi; reviewed by Jordan West and Dinesh Joshi for CASSANDRA-15295
Co-Authored-By: Zephyr Guo <gzh1992n@gmail.com>
Co-Authored-By: Dinesh Joshi <dinesh.joshi@apple.com>
2019-12-12 10:13:44 -08:00
Per Otterström
d5e5c459f5
Align record header of FQL and audit binary log
...
Patch by Per Otterström; reviewed by Vinay Chella and marcuse for CASSANDRA-15076
2019-11-28 09:43:07 +01:00
Sumanth Pasupuleti
38b49904dd
Upgrading Guava to 27, and to java-driver 3.6.0 (from 3.4.0-SNAPSHOT), plus refactoring to remove nativePort argument for NativeSSTableLoaderClient constructor
...
Patch by Sumanth Pasupuleti; reviewed by Michael Semb Wever for CASSANDRA-14655
2019-10-07 21:19:42 +02:00
Benedict Elliott Smith
310a48efcf
Rewrite the internode messaging subsystem
...
patch by Aleksey Yeschenko and Benedict Elliott Smith; reviewed by Alex
Petrov, Aleksey Yeschenko, and Benedict Elliott Smith for CASSANDRA-15066
Co-authored-by: Aleksey Yeschenko <aleksey@apache.org>
Co-authored-by: Benedict Elliott Smith <benedict@apache.org>
2019-06-12 16:26:54 +01:00
Mick Semb Wever
7d6c3cd2bd
Merge branch 'cassandra-3.11' into trunk
2019-04-10 21:40:21 +10:00
Mick Semb Wever
8c38b20343
Merge branch 'cassandra-3.0' into cassandra-3.11
2019-04-10 21:14:31 +10:00
Zhao Yang
4a70a9a982
support frozen collections: list, set in cassandra-stress
...
patch by ZhaoYang ; reviewed by Mick Semb Wever for CASSANDRA-14907
2019-04-10 21:12:53 +10:00
Marcus Eriksson
73ff199df3
FQLTool replay improvements
...
Patch by marcuse; reviewed by Sam Tunnicliffe for CASSANDRA-14850
2019-02-25 15:17:47 +01:00
Vinay Chella
7d138e20ea
Add a new tool to dump audit logs
...
Patch by Vinay Chella; reviewed by marcuse for CASSANDRA-14885
2019-01-23 14:36:56 +01:00
Jay Zhuang
4dd7faa752
Merge branch 'cassandra-3.11' into trunk
2018-12-06 16:48:25 -08:00
Jay Zhuang
6a449b88d9
Merge branch 'cassandra-3.0' into cassandra-3.11
2018-12-06 16:42:41 -08:00
Jay Zhuang
bbf7dac87c
Fix cassandra-stress hang with default options
...
patch by Jay Zhuang; reviewed by Stefania Alborghetti for CASSANDRA-14616
2018-12-06 16:34:55 -08:00
Marcus Eriksson
bd0cef9a36
Avoid using DatabaseDescriptor in ProtocolVersion
...
Patch by marcuse; reviewed by Sam Tunnicliffe for CASSANDRA-14800
2018-10-04 08:23:49 +02:00
Marcus Eriksson
a0636881f4
ninja-add missing .hashCode() in new fqltool classes
2018-09-28 08:39:12 +02:00
Sam Tunnicliffe
65fb17a88b
Add checksumming to the native protocol
...
Patch my Michael Kjellman and Sam Tunnicliffe; reviewed by Dinesh Joshi
and Jordan West for CASSANDRA-13304
2018-09-01 22:41:37 +01:00
Marcus Eriksson
f83bd5ac2b
Add fqltool compare
...
Patch by marcuse; reviewed by Jason Brown and Dinesh Joshi for CASSANDRA-14619
2018-09-01 09:59:21 +02:00
Aleksey Yeshchenko
aed682513c
Use consistent nowInSeconds and timestamps values within a request
...
patch by Aleksey Yeschenko; reviewed by Chris Lohfink for
CASSANDRA-14671
2018-08-31 18:29:33 +01:00
Robert Stupp
6ba2fb9395
Make C* compile and run on Java 11 and Java 8
...
patch by Robert Stupp; reviewed by Jason Brown for CASSANDRA-9608
2018-07-26 18:20:00 +02:00
Aleksey Yeschenko
207c80c1fd
Make all DDL statements idempotent and not dependent on global state
...
patch by Aleksey Yeschenko; reviewed by Sam Tunnicliffe for
CASSANDRA-13426
2018-07-17 16:39:41 +01:00
Jaydeepkumar Chovatia
2aeed037e0
Support light-weight transactions in cassandra-stress
...
patch by Jaydeepkumar Chovatia; reviewed by Dinesh Joshi and jasobrown for CASSANDRA-13529
2018-06-13 05:46:20 -07:00
Alex Ott
71a27ee2b9
This commit fixes NPE when the 'insert' section is missing from user-defined profile
...
Fixes #221
Patch by Alex Ott; Reviewed by Jeff Jirsa for CASSANDRA-14426
2018-04-28 14:02:43 -07:00
Stefan Podkowinski
bb9aa09881
Use JRE default key store algorithm instead of SunX509
...
patch by Stefan Podkowinski; reviewed by Jason Brown for CASSANRA-13259
2018-02-14 11:29:59 +01:00
Ariel Weisberg
59b5b6bef0
Allow storage port to be configurable per node
...
Patch by Ariel Weisberg; Reviewed by Jason Brown for CASSANDRA-7544
2018-01-25 14:32:24 -05:00
Jay Zhuang
1db54a1266
Fix cassandra-stress startup failure
...
patch by Jay Zhuang; reviewed by Blake Eggleston for CASSANDRA-14106
2017-12-19 16:23:07 -08:00
Blake Eggleston
d8f0361228
Fix Distribution.average in cassandra-stress
...
Patch by Blake Eggleston; Reviewed by Jon Haddad for CASSANDRA-14090
2017-12-05 15:58:59 -08:00
Alex Petrov
07fbd8ee60
Disallow COMPACT STORAGE syntax, avoid starting when compact tables are present
...
Patch by Alex Petrov; reviewed by Sylvain Lebresne for CASSANDRA-10857
2017-11-06 16:44:50 +01:00
Alex Petrov
6d429cd031
Merge branch 'cassandra-3.0' into cassandra-3.11
2017-11-06 15:52:31 +01:00
Jason Brown
260846685b
Node to Node encryption transitional mode
...
patch by jasobrown; reviewed by Stefan Podkowinski for CASSANDRA-10404
2017-11-03 05:06:38 -07:00
Malcolm Taylor
1c3a2d247a
Fix some alerts raised by static analysis (lgtm.com)
...
Patch by Malcolm Taylor; Reviewed by Jeff Jirsa for CASSANDRA-13799
2017-10-20 16:44:22 -07:00
Alex Petrov
922dbdb658
Add result set metadata to prepared statement MD5 hash calculation
...
Patch by Alex Petrov; reviewed by Robert Stupp for CASSANDRA-10786
2017-10-11 16:15:29 +02:00
Jay Zhuang
d97d95ff13
Add CL.SERIAL CL.LOCAL_SERIAL for cassandra-stress
...
patch by Jay Zhuang; reviewed by marcuse for CASSANDRA-13925
2017-10-03 08:11:49 +02:00
Jay Zhuang
335d8371a4
Add stress profile yaml with LWT
...
Patch by Jay Zhuang; reviewed by Jon Haddad for CASSANDRA-7960
2017-08-31 06:42:41 -07:00
Jason Brown
a5f70ad4b8
really commit CASSANDRA-13722 to trunk
2017-08-24 14:47:31 -07:00
Noam Hasson
6b7d73a496
Add support for skip read validation flag for cassandra-stress
...
patch by Noam Hasson; reviewed by jasobrown for CASSANDRA-13772
2017-08-24 10:50:20 -07:00
Stefania Alborghetti
3d4a7e7b61
Merge branch 'cassandra-3.11' into trunk
2017-08-22 09:36:23 +08:00
Stefania Alborghetti
59d4c27194
Merge branch 'cassandra-3.0' into cassandra-3.11
2017-08-22 09:33:07 +08:00
Eduard Tudenhoefner
6a1b1f26b7
Don't let stress write warmup data if n=0
...
patch by Eduard Tudenhoefner; reviewed by Stefania Alborghetti for CASSANDRA-13773
2017-08-22 09:28:00 +08:00
Stefania Alborghetti
6e42dd215c
Merge branch 'cassandra-3.11' into trunk
2017-08-21 16:35:50 +08:00
Eduard Tudenhoefner
1619413e56
Fix cassandra-stress hang issues when an error during cluster connection happens
...
patch by Eduard Tudenhoefner; reviewed by Stefania Alborghetti for CASSANDRA-12938
2017-08-21 11:36:25 +08:00
Stefan Podkowinski
f415b736d6
Upgrade airline dependency to 0.7
...
patch by Tomas Repik; reviewed by Stefan Podkowinski for CASSANDRA-12994
2017-07-01 12:24:22 +02:00
Andrés de la Peña
679c31718b
Improve secondary index (re)build failure and concurrency handling
...
patch by Andres de la Peña; reviewed by Paulo Motta and Sergio Bossa for CASSANDRA-10130
2017-06-23 09:30:21 +01:00