Mick Semb Wever
50a97a0d76
Merge branch 'cassandra-2.2' into cassandra-3.0
2021-04-19 17:29:00 +02:00
Mick Semb Wever
53b0661cbb
Fix rat checking for files with missing license headers
...
patch by Mick Semb Wever; reviewed by Brandon Williams, Ekaterina Dimitrova for CASSANDRA-16558
2021-04-19 17:18:26 +02:00
Mick Semb Wever
1a92e4a649
Merge branch 'cassandra-3.11' into trunk
2021-03-27 00:38:31 +01:00
Mick Semb Wever
9e513390b7
Merge branch 'cassandra-3.0' into cassandra-3.11
2021-03-27 00:36:11 +01:00
Mick Semb Wever
35114d5fcc
Merge branch 'cassandra-2.2' into cassandra-3.0
2021-03-27 00:32:09 +01:00
Mick Semb Wever
cd4aa9f77c
ninja-fix missing copyright headers
2021-03-27 00:29:58 +01:00
Adam Holmberg
932b0a483e
make cassandra-stress -node work with host:port
...
Patch by Adam Holmberg; reviewed by brandonwilliams for CASSANDRA-16529
2021-03-19 15:24:56 -05:00
Mick Semb Wever
b41873d671
Fix centos packaging for arm64, >=3.0 rpm's now require python3
...
patch by Mick Semb Wever; reviewed by Brandon Williams for CASSANDRA-16477
2021-03-09 22:30:06 +01:00
Bereng
2d9d17894d
Fix cassandra-stress JMX connection
...
Patch by Berenguer Blasi; reviewed by brandonwilliams for CASSANDRA-16473
2021-03-03 09:34:41 -06:00
Sam Tunnicliffe
c9d6c725dd
Promote protocol v5 from beta
...
Patch by Sam Tunnicliffe; reviewed by Alex Petrov and Eduard Tudenhoefner
for CASSANDRA-14973
2021-02-23 16:46:39 +00:00
Sam Tunnicliffe
07167c95e3
Ninja: fix fqltool tests (CASSANDRA-16384 follow up)
2021-01-22 11:41:42 +00:00
zhaorenhai
7f1659cd1d
Upgrade netty and chronicle-queue dependencies to get Auditing and native library loading working on arm64 architectures
...
CASSANDRA-16384 test case AuditLoggerTest fail on aarch64 platform
CASSANDRA-16392 Unable to load the library netty_tcnative_linux_aarch_64
patch by Zhao Renhai (赵 仁海); reviewed by Mick Semb Wever for CASSANDRA-16384,CASSANDRA-16392
2021-01-22 10:02:20 +01:00
Jon Meredith
7637acc3d7
SSLFactory should initialize SSLContext before setting protocols
...
patch by Jon Meredith; reviewed by David Capwell, Dinesh Joshi for CASSANDRA-16362
2021-01-07 14:42:10 -08:00
Mick Semb Wever
2346ed8241
Offline token allocation strategy generator tool
...
Provides the tools/bin/generate-tokens script that can be used to pregenerate allocation strategy tokens.
Refactors TokenAllocation for extensibility (and better re-use between strategies), and adds OfflineTokenAllocator.
TokenMetadata now has a configurable snitch (instead of hardcoded to DatabaseDescriptor.getEndpointSnitch()) for testability.
Adds logging of growth and stddev changes to allocate_tokens_for_local_replication_factor usages.
patch by Mick Semb Wever; reviewed by Paul Motta, Ekaterina Dimitrova for CASSANDRA-16205
2020-12-03 19:20:59 +01:00
Jon Meredith
919a8964a8
Bring back the accepted encryption protocols list as configurable option
...
patch by Jon Meredith; reviewed by Berenguer Blasi, David Capwell, Dinesh Joshi for CASSANDRA-13325
2020-12-02 16:44:54 -08:00
Yuki Morishita
d9e2ed00af
Remove windows scripts and their references
...
patch by Yuki Morishita; reviewed by Berenguer Blasi and Andrés de la Peña for CASSANDRA-16171
2020-12-02 16:43:45 +00:00
Sam Tunnicliffe
a7c4ba9eee
Improve checksumming and compression in protocol V5
...
This reverts the changes made to the native protocol V5 wire format in
CASSANDRA-13304 and subsequent follow up JIRAs (CASSANDRA-15556 &
CASSANDRA-14716). The framing format has been re-implemented based on the
internode messaging format developed in CASSANDRA-15066.
OPTIONS and STARTUP messages are unframed (i.e. identical to the V4 format).
After sending its response to a STARTUP message, the server modifies the
pipeline and all further messages are sent (and should be expected by the
client to be received) in the format determined by the protocol version of
the STARTUP message.
Patch by Sam Tunnicliffe; reviewed by Alex Petrov and Caleb Rackliffe
for CASSANDRA-15299
2020-12-01 18:49:06 +00:00
David Capwell
001767de2d
Merge branch 'cassandra-3.11' into trunk
2020-11-05 14:47:17 -08:00
David Capwell
7c407c4380
Merge branch 'cassandra-3.0' into cassandra-3.11
2020-10-19 12:31:15 -07:00
Yifan Cai
83e1e9e451
in-jvm dtest now exposes stdout and stderr for nodetool
...
patch by Yifan Cai; reviewed by Alex Petrov, David Capwell for CASSANDRA-16057
2020-10-06 13:46:05 -07:00
David Capwell
91bcbb2873
Add a new jmxtool which can dump what JMX objects exist and diff
...
patch by David Capwell, Stephen Mallette; reviewed by Berenguer Blasi, Jon Meredith for CASSANDRA-16082
2020-09-15 17:01:01 -07:00
Blake Eggleston
ccab496d2d
Add byte array backed cells
...
Patch by Blake Eggleston; reviewed by Caleb Rackliffe and Marcus Eriksson for CASSANDRA-15393
2020-09-14 08:32:44 -07:00
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
Joseph Lynch
595da9c12e
Make tools/bin/token-generator py2/3 compatible
...
Patch by Joseph Lynch; reviewed by Stefan Podkowinski for CASSANDRA-15012
2019-03-05 13:34:49 -08: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
T Jake Luciani
f1f5f19462
Fix randomness of stress values
...
Patch by Ben Slater; Reviewed by tjake for CASSANDRA-12744
2017-06-06 09:42:27 -04:00
Ben Slater
07c11ca45b
Add support for multiple table operations to cassandra-stress
...
Patch by Ben Slater; reviewed by tjake for CASSANDRA-8780
2017-05-08 13:36:18 -04:00
T Jake Luciani
d45cd7e658
Merge branch 'cassandra-3.11' into trunk
2017-04-25 09:30:25 -04:00
Jay Zhuang
2369faab79
Fix compaction-stress by using daemonInitialization
...
Patch by Jay Zhuang; reviewed by tjake for CASSANDRA-13188
2017-04-25 09:25:44 -04:00
Dave Brosius
74bdf633e9
remove use of FileInputStream/FileOutputStream for gc concerns
...
patcb by dbrosius reviewed by rstupp for CASSANDRA-13452
2017-04-17 07:33:48 -04:00
Stefan Podkowinski
3048608c60
Merge branch 'cassandra-3.11' into trunk
2017-03-23 20:57:10 +01:00
Stefan Podkowinski
a10b8079ef
Merge branch 'cassandra-3.0' into cassandra-3.11
2017-03-23 20:52:05 +01:00
Stefan Podkowinski
631162271c
Merge branch 'cassandra-2.2' into cassandra-3.0
2017-03-23 20:50:13 +01:00
Stefan Podkowinski
5978f9d5f7
Honor truststore-password parameter in stress
...
patch by Jane Deng; reviewed by Robert Stupp for CASSANDRA-12773
2017-03-23 20:48:03 +01:00
Ian Macalinao
5b8b1ce26c
Fix typo in stress JavaDriverClient.java
...
Closes #97
Patch by Ian Macalinao; Reviewed by Jeff Jirsa for CASSANDRA-13355
2017-03-20 14:50:01 -07:00
Gabriel Garcia
091e5fbe41
Fix typo: Pptions -> Options
...
Closes #99
Patch by Gabriel Garcia; Reviewed by Jeff Jirsa for CASSANDRA-13349
2017-03-18 12:55:06 -07:00
Christopher Batey
5a8983c148
Initial docs for stress
...
patch by Christopher Batey; reviewed by Stefan Podkowinski for CASSANDRA-12365
2017-03-15 19:58:49 +01:00
Dave Brosius
387ba4f309
close streams
2017-03-02 21:22:11 -05:00
Jeff Jirsa
61b3d3490a
Merge branch 'cassandra-3.11' into trunk
2017-02-10 21:23:41 -08:00
Christopher Batey
3ae5a4d679
Obfuscate password in stress-graphs
...
Patch by Christopher Batey; Reviewed by Jeff Jirsa for CASSANDRA-12233
2017-02-10 21:22:47 -08:00
Robert Stupp
cecbe17e3e
Move to FastThreadLocalThread and FastThreadLocal
...
patch by Robert Stupp; reviewed by Jason Brown for CASSANDRA-13034
2017-02-05 16:54:19 +00:00
Aleksey Yeschenko
af3fe39dca
Make TableMetadata immutable, optimize Schema
...
patch by Aleksey Yeschenko; reviewed by Sylvain Lebresne for
CASSANDRA-9425
2017-01-27 22:17:46 +00:00
Jason Brown
d32ae4a60e
Merge branch 'cassandra-3.11' into trunk
2017-01-18 12:52:39 -08:00
Jason Brown
affa68fd13
Merge branch 'cassandra-3.0' into cassandra-3.11
2017-01-18 12:51:50 -08:00
Chris Batey
3f41d7a76f
Fix stress daemon help message
...
patch by Christopher Bailey; reviewed by Blake Eggleston for CASSANDRA-12563
2017-01-18 12:49:56 -08:00
Dave Brosius
0c56d6c223
remove dead allocation
2016-12-13 20:06:29 -05:00
Robert Stupp
d596a47cf1
Merge branch 'cassandra-3.X' into trunk
2016-12-13 17:38:18 +01:00
Robert Stupp
707c364309
Move to FastThreadLocalThread and FastThreadLocal
...
patch by Robert Stupp; reviewed by Jason Brown for CASSANDRA-13034
2016-12-13 17:37:47 +01:00
Sylvain Lebresne
4881d9c308
Thrift removal
...
patch by Sylvain Lebresne; reviewed by Aleksey Yeschenko for CASSANDRA-11115
2016-12-13 10:27:12 +01:00
Jay Zhuang
c0e7110f97
Add timeUnit Days for cassandra-stress
...
patch by Jay Zhuang; reviewed by jasobrown for CASSANDRA-13029
2016-12-12 06:22:37 -08:00
Stefania Alborghetti
12c63cf4a4
Fix inconsistencies in cassandra-stress load balancing policy
...
patch by Stefania Alborghetti; reviewed by Jake Luciani for CASSANDRA-12919
2016-11-24 08:56:04 +08:00
Alwyn
d582d03408
Fix cassandra-stress truncate option
...
Patch by Alwyn Davis; reviewed by tjake for CASSANDRA-12695
2016-11-07 14:09:06 -05:00
Ben Slater
7c759e2c32
Add sequence distribution type to cassandra stress: fix problem with setSeed()
...
Patch by Ben Slater; reviewed by Stefania Alborghetti for CASSANDRA-12490
2016-10-24 11:09:04 +08:00
Guy Bolton King
cbc792531f
Show the correct value for JMX port in cassandra-stress settings
...
Patch by Guy Bolton King; reviewed by tjake for CASSANDRA-12759
2016-10-10 09:54:14 -04:00
T Jake Luciani
1bc736d935
Fix cassandra-stress to Use single seed in UUID generation
...
Patch by Chris Splinter; reviewed by tjake for CASSANDRA-12729
2016-10-10 09:50:29 -04:00
Alex Petrov
47c473ae3c
CQLSSTableWriter does not allow Update statement
...
Patch by Alex Petrov; reviewed by Stefania Alborghetti for CASSANDRA-12450
2016-10-07 12:11:32 +08:00
Aleksey Yeschenko
8c95d376dc
Merge branch 'cassandra-3.0' into cassandra-3.X
2016-10-04 16:22:06 +01:00
Denis Ranger
db869bc774
Make stress use client mode to avoid checking commit log size on startup
...
Patch by Denis Ranger; Reviewed by Paulo Motta for CASSANDRA-12478
2016-10-04 16:10:52 +01:00
Yuki Morishita
cf5cd158e9
Fix DatabaseDescriptorRefTest
...
patch by yukim; reviewed by Alex Petrov for CASSANDRA-12677
2016-09-30 09:57:37 -05:00
Jeremiah D Jordan
8206839328
DatabaseDescriptor should set some defaults to prevent NPE's.
...
Set Disk Optimization Strategy and Partitioner in DD.clientInitialization.
patch by Jeremiah Jordan; reviewed by Yuki Morishita for CASSANDRA-12667
2016-09-20 08:19:48 -05:00
Christopher Batey
f42e235b1e
Fix cassandra-stress graph option
...
Patch by Christopher Batey; reviewed by Joel Knighton for CASSANDRA-12237
2016-09-16 12:22:52 +02:00
Jeremiah D Jordan
0026e4eeec
Put CQLSSTableWriter back to the old interface/behavior before CASSANDRA-11844
...
Patch by Jeremiah Jordan; reviewed by Jake Luciani for CASSANDRA-12551
2016-09-12 11:48:45 -04:00
nitsanw
e73633cd81
Fix Cassandra Stress reporting thread model and precision
...
Patch by Nitsan Wakart; reviewed by tjake for CASSANDRA-12585
2016-09-07 10:14:20 -04:00
Dave Brosius
3c95d4731c
use StringBuilder correctly
2016-09-04 12:19:16 -04:00
Ben Slater
11aeeea2cb
fix errors in cassandra-stress print settings output
...
patch by bslater reviewed by dbrosius for CASSANDRA-12473
2016-09-03 23:05:35 -04:00
Chris Batey
03a3f9552c
add Serializable to Stress settings for daemon mode
...
patch by cbatey reviewed by dbrosius for CASSANDRA-12564
2016-08-31 19:55:15 -04:00
Ben Slater
df0cd441e2
post-fix for: Provide option for cassandra-stress to dump all settings
...
patch by Ben Slater; reviewed by Robert Stupp for CASSANDRA-11914
2016-08-25 13:02:03 +02:00
Ben Slater
e4f6045806
Add sequence distribution type to cassandra stress
...
patch by Ben Slater; reviewed by Stefania Alborghetti for CASSANDRA-12490
2016-08-24 09:45:41 +08:00
Robert Stupp
9797511c56
Let DatabaseDescriptor not implicitly startup services
...
patch by Robert Stupp; reviewed by Blake Eggleston for CASSANDRA-9054
2016-08-18 11:44:03 +10:00
Ben Slater
938faa2169
Cassandra-stress should dump all settings on startup
...
Patch by Ben Slater; reviewed by tjake for CASSANDRA-11914
2016-08-08 11:07:05 -04:00
Robert Stupp
54836ec0c5
Make 'static final boolean' easier to optimize for Hotspot
...
patch by Robert Stupp; reviewed by Branimir Lambov for CASSANDRA-12343
2016-08-04 15:09:03 +02:00
Chris Batey
eaf4b91ae3
Add version command to cassandra stress
...
Patch by Chris Batey; reviewed by tjake for CASSANDRA-12258
2016-08-01 12:25:23 -04:00
T Jake Luciani
47d3b7e7a0
compaction stress tool
...
patch by tjake; reviewed by Marcus Eriksson for CASSANDRA-11844
2016-08-01 11:06:52 -04:00
Dave Brosius
087264f29c
imports cleanup
2016-07-16 12:40:05 -04:00
T Jake Luciani
ab2f744042
Merge branch 'cassandra-3.9' into trunk
2016-07-08 10:45:46 -04:00
nitsanw
c1dcc9ce46
Fix hdr logging for single operation workloads
...
Patch by Nitsan Wakart; reviewed by tjake for CASSANDRA-12145
2016-07-08 10:38:40 -04:00
Dave Brosius
d019136ee4
use platform agnostic new line chars (%n)
2016-07-07 23:24:00 -04:00
Christopher Batey
b73f581355
Add basic testing support for the Cassandra Stress tool
...
Patch by Christopher Batey; reviewed by Joel Knighton for CASSANDRA-11638
2016-07-04 14:48:52 +01:00
nitsanw
89f275c658
Introduce HdrHistogram and response/service/wait separation to stress tool
...
Patch by Nitsan Wakart; reviewed by tjake for CASSANDRA-11853
2016-05-27 11:59:55 -04:00
T Jake Luciani
050516c534
Merge branch 'cassandra-3.7' into trunk
2016-05-18 09:12:53 -04:00
T Jake Luciani
ad546832ff
Merge branch 'cassandra-3.0' into cassandra-3.7
2016-05-18 09:12:31 -04:00
T Jake Luciani
f73b48502d
Merge branch 'cassandra-2.2' into cassandra-3.0
2016-05-18 09:10:06 -04:00
T Jake Luciani
89344f182a
Merge branch 'cassandra-2.1' into cassandra-2.2
2016-05-18 09:09:43 -04:00
Eduard Tudenhoefner
9359af2ea5
CASSANDRA-10828: Allow usage of multiplier in start value of population sequence
2016-05-18 09:09:06 -04:00
Giampaolo Trapasso
adbef79823
cassandra-stress should support case sensitive schemas
...
patch by Giampaolo Trapasso; reviewed by tjake for CASSANDRA-11546
2016-05-06 09:52:55 -04:00
Giampaolo Trapasso
ff4d0f9abe
Add units to stress output
...
Patch by Giampaolo Trapasso; reviewed by Tyler Hobbs for CASSANDRA-11352
2016-04-29 11:01:24 -05:00
Yuki Morishita
73ad99d9df
Merge branch 'cassandra-3.0' into trunk
2016-04-25 20:08:51 -05:00
Yuki Morishita
251449ffad
Merge branch 'cassandra-2.2' into cassandra-3.0
2016-04-25 20:08:24 -05:00
Yuki Morishita
1d7c0bc210
Merge branch 'cassandra-2.1' into cassandra-2.2
2016-04-25 20:05:06 -05:00
Wei Deng
c43cf8d79b
Change order of directory searching for cassandra.in.sh
...
patch by Wei Deng; reviewed by yukim for CASSANDRA-11628
2016-04-25 20:03:27 -05:00
Christopher Batey
ba926ff6d8
(stress) Add datacenter option to -node options
...
patch by Christopher Batey; reviewed by Aleksey Yeschenko for
CASSANDRA-11591
2016-04-18 17:15:15 +01:00
T Jake Luciani
fb13df431b
Merge branch 'cassandra-3.0' into trunk
2016-04-18 10:01:29 -04:00
mck
99ea2ee716
CASSANDRA-11410 – Option to specify ProtocolVersion in cassandra-stress
...
Patch by mck; reviewed by tjake for CASSANDRA-11410
2016-04-18 09:58:31 -04:00
T Jake Luciani
7e5c6b597a
Merge branch 'cassandra-3.5' into trunk
2016-03-31 10:18:19 -04:00
T Jake Luciani
b80a31d7e0
Merge branch 'cassandra-3.0' into cassandra-3.5
2016-03-31 10:18:02 -04:00
T Jake Luciani
067c8dfbe4
Merge branch 'cassandra-2.2' into cassandra-3.0
2016-03-31 10:15:40 -04:00
Stefan Podkowinski
106750c78e
Add cassandra-stress keystore option (CASSANDRA-9325)
...
* Prevents stress tool from checking keystore at .conf/keystore even if not needed
* Adds keystore -transport option in case client verification is used on server
Patch by Stefan Podkowinski; reviewed by T Jake Luciani for CASSANDRA-9325
2016-03-31 10:09:24 -04:00
Cheng Ren
5beedbc662
cassandra-stress: cannot handle "value-less" tables
...
patch by Cheng Ren reviewed by Robert Stupp for CASSANDRA-7739
2016-03-28 19:30:22 +02:00
Yuki Morishita
5e722ee0a0
Merge branch 'cassandra-2.2' into cassandra-3.0
2016-03-22 16:09:06 -05:00
Yuki Morishita
b6d0a752e4
Merge branch 'cassandra-2.1' into cassandra-2.2
2016-03-22 16:04:58 -05:00
Jeremiah D Jordan
42644c3240
Backport CASSANDRA-10679
...
patch by yukim; reviewed by Jeremiah Jordan for CASSANDRA-9598
2016-03-22 15:56:06 -05:00
Stefania Alborghetti
7043744085
Make Stress exit with non-zero status after failure
...
patch by Stefania Alborghetti; reviewed by Benjamin Lerer for CASSANDRA-10340
2016-03-17 15:38:46 +01:00