Commit Graph

616 Commits

Author SHA1 Message Date
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
Stefania Alborghetti f27ab2908a Establish and implement canonical bulk reading workload(s)
patch by Stefania Alborghetti; reviewed by Jake Luciani for CASSANDRA-10331
2016-03-10 10:23:51 -05:00
Stefania Alborghetti 232e12b94c Establish and implement canonical bulk reading workload(s)
patch by Stefania Alborghetti; reviewed by Jake Luciani for CASSANDRA-10331
2016-03-10 10:22:17 -05:00
Jeremiah D Jordan ace7fe03d0 fix sstabledump script to follow the template 2016-02-26 17:02:34 -06:00
Yuki Morishita c94a9f2362 Merge branch 'cassandra-3.0' into trunk 2016-02-24 11:55:18 -06:00
Chris Lohfink 71b1c4a631 Add sstabledump tool
patch by Chris Lohfink; reviewed by yukim for CASSANDRA-7464
2016-02-24 11:48:53 -06:00
Robert Stupp b51f9495e5 Merge branch 'cassandra-3.0' into trunk 2016-02-04 19:33:21 +01:00
Robert Stupp f34036265e Hadoop integration is incompatible with Cassandra Driver 3.0.0
patch by Robert Stupp; reviewed by Jeremiah Jordan for CASSANDRA-11001
2016-02-04 19:30:50 +01:00
Stefania Alborghetti 85b8d02aae Match cassandra-loader options in COPY FROM (3.2 version)
patch by Stefania; reviewed by pauloricardomg for CASSANDRA-9303
2016-01-06 18:00:46 +01:00
Stefania Alborghetti f288387917 Match cassandra-loader options in COPY FROM (3.0 version)
patch by Stefania; reviewed by pauloricardomg for CASSANDRA-9303
2016-01-06 17:58:20 +01:00
Stefania Alborghetti 202cf9b0be Match cassandra-loader options in COPY FROM (2.2 version)
patch by Stefania; reviewed by pauloricardomg for CASSANDRA-9303
2016-01-06 17:56:30 +01:00
Stefania Alborghetti 11716547f8 Match cassandra-loader options in COPY FROM
patch by Stefania; reviewed by pauloricardomg for CASSANDRA-9303
2016-01-06 17:54:49 +01:00
Dave Brosius bcbb53b7de close log file stream 2015-12-30 21:28:54 -05:00
Dave Brosius 4675b2089f avoid thread count Pattern matching if not running multiple thread counts 2015-12-27 15:13:41 -05:00
Robert Stupp 0f5e780781 Minor code improvements
patch by Robert Stupp; reviewed by Stefania for CASSANDRA-10750
2015-12-18 09:14:57 -08:00
Benjamin Lerer abf7df3bd6 Merge branch cassandra-3.0 into trunk 2015-12-16 15:21:07 +01:00
Benjamin Lerer 363e7bd716 Merge branch cassandra-2.2 into cassandra-3.0 2015-12-16 15:19:20 +01:00
ZhaoYang b03ce9fd47 Add new types to Stress
patch by ZhaoYang; reviewed by Benjamin Lerer for CASSANDRA-9556
2015-12-16 15:06:06 +01:00
Benjamin Lerer 9bfe613579 Merge branch 'cassandra-3.0' into trunk 2015-12-14 10:37:39 +01:00
Benjamin Lerer 94e8d62cf8 Merge branch cassandra-2.2 into cassandra-3.0 2015-12-14 10:29:17 +01:00
Benjamin Lerer 263763ab9b Merge branch cassandra-2.1 into cassandra-2.2 2015-12-14 10:28:05 +01:00
Benjamin Lerer 9b30d6572f Make Stress compiles within eclipse
patch by Benjamin Lerer; reviewed by Jake Luciani for CASSANDRA-10807
2015-12-14 10:22:30 +01:00
Benjamin Lerer 4ca7a8cfdc Merge branch 'cassandra-3.1' into trunk 2015-12-03 21:39:34 +01:00
Benjamin Lerer 4b01e8fc5c Merge branch 'cassandra-2.2' into cassandra-3.0 2015-12-03 21:36:33 +01:00
Benjamin Lerer 7e3e1191b9 Merge branch 'cassandra-2.1' into cassandra-2.2 2015-12-03 21:30:45 +01:00
Benjamin Lerer b876424228 Fix stress profile parsing on Windows
patch by Benjamin Lerer; reviewed by Joshua McKenzie for CASSANDRA-10808
2015-12-03 21:25:42 +01:00
Jeremiah D Jordan b5240204d7 Normalize all scripts
patch by Jeremiah Jordan; reviewed by yukim for CASSANDRA-10679
2015-12-02 10:48:27 -06:00
T Jake Luciani c92dab5222 Merge branch 'cassandra-3.1' into trunk 2015-12-01 11:24:38 -05:00
T Jake Luciani 2af4fba7e5 improve error message for cassandra-stress schema errors
patch by tjake; reviewed by Jim Witschey for CASSANDRA-9984
2015-12-01 10:38:21 -05:00
T Jake Luciani d58a50b8cc Merge branch 'cassandra-3.1' into trunk 2015-11-25 09:04:55 -05:00
Ariel Weisberg a0076e70ee For CASSANDRA-7217, have stress calculate maximum # of pending requests based on thread count and allow manually specifying max pending requests per connection as well as # of connections
patch by Ariel Weisberg; reviewed by tjake for CASSANDRA-7217
2015-11-25 09:02:02 -05:00
Robert Stupp 0010fce6d2 Merge branch 'cassandra-3.1' into trunk 2015-11-16 17:42:42 +01:00
Robert Stupp 6f848db4c0 Merge branch 'cassandra-3.0' into trunk 2015-10-26 13:39:38 +01:00
Robert Stupp db7feb4c25 Remove token generator
patch by Robert Stupp; reviewed by Aleksey Yeschenko for CASSANDRA-5261
2015-10-26 13:38:30 +01:00
Ryan McGuire e4467a0f6d Provide graphing tool w/cassandra-stress
Patch by rmcguire; reviewed by jmckenzie for CASSANDRA-7918
2015-10-21 15:40:26 -04:00
T Jake Luciani 16b9f8bba4 Choose better poolingOptions for protocol v4 in cassandra-stress
Patch by tjake; reviewed by Alan Boudreault for CASSANDRA-10182
2015-08-27 16:00:18 -04:00
Benedict Elliott Smith 342e33ffb1 Merge branch 'cassandra-2.2' into cassandra-3.0 2015-08-23 11:30:57 +01:00
Benedict Elliott Smith a6d6540446 Merge branch 'cassandra-2.1' into cassandra-2.2 2015-08-23 11:30:43 +01:00
phact 5bee617fea Support BigDecimal in cassanra-stress
patch by Sebastian Estevez; reviewed by Benedict for CASSANDRA-10048
2015-08-23 11:27:16 +01:00
Sam Tunnicliffe 06c130e3cb Move 2i metadata out of system_schema.columns and ColumnDefinition
Patch by Sam Tunnicliffe; reviewed by Aleksey Yeschenko and Robert Stupp
for CASSANDRA-6717
2015-08-18 14:59:44 +01:00
Joshua McKenzie d054181b9e Merge branch 'cassandra-2.2' into cassandra-3.0 2015-08-11 12:35:28 -04:00
Paulo Motta 6c723101f7 Add sstablerepairedset.bat
Patch by pmotta; reviewed by jmckenzie for CASSANDRA-9982
2015-08-11 12:34:51 -04:00
Marcus Eriksson 213aab8c1f Merge branch 'cassandra-2.2' into cassandra-3.0
Conflicts:
	test/unit/org/apache/cassandra/db/compaction/TTLExpiryTest.java
2015-08-11 10:21:54 +02:00
Marcus Eriksson 5431a88d7b Merge branch 'cassandra-2.1' into cassandra-2.2
Conflicts:
	test/unit/org/apache/cassandra/db/compaction/TTLExpiryTest.java
2015-08-11 10:18:03 +02:00
Marcus Eriksson 012b987e26 Merge branch 'cassandra-2.0' into cassandra-2.1
Conflicts:
	CHANGES.txt
	test/unit/org/apache/cassandra/db/compaction/TTLExpiryTest.java
2015-08-11 10:11:15 +02:00
Marcus Eriksson 028e7cb5af Add tool to find why expired sstables are not getting dropped
Patch by marcuse; reviewed by stefania for CASSANDRA-10015
2015-08-11 09:31:30 +02:00
Joshua McKenzie 4d1b3d2687 Merge branch 'cassandra-2.2' into trunk 2015-08-03 14:53:21 -04:00
Paulo Motta 4765cd6f17 Add sstableofflinerelevel.bat and sstablelevelreset.bat
Patch by pmotta; reviewed by pthompson for CASSANDRA-9942
2015-08-03 14:52:23 -04:00
Benedict Elliott Smith 019471a567 sysexit on cassandra-stress main thread error
patch by benedict; reviewed by ryan for CASSANDRA-9864
2015-07-22 23:38:51 +01:00
T Jake Luciani 5e89136d10 Allow extra schema definitions in cassandra-stress yaml
Patch by tjake; reviewed by benedict for CASSANDRA-9850
2015-07-21 11:28:38 -04:00
T Jake Luciani f708c1e416 Fix default ratio in stress (ninja) 2015-07-02 10:52:27 -04:00
T Jake Luciani 6d29ed0662 New option for cassandra-stress to leave a ratio of columns null
Patch by tjake; reviewed by Jim Witschey for (CASSANDRA-9522)
2015-07-01 17:01:44 -04:00
Sylvain Lebresne a991b64811 Storage engine refactor, a.k.a CASSANDRA-8099
Initial patch, see ticket for details
2015-06-30 12:47:01 +02:00
T Jake Luciani 9a71238706 Merge branch 'cassandra-2.2' into trunk 2015-06-25 14:35:10 -04:00
Andrew Tolbert 26bd5124ef Optimize stress driver config for 2.2
Patch by Andrew Tolbert; reviewed by tjake for CASSANDRA-9558
2015-06-25 14:28:31 -04:00
Josh McKenzie bc9b0be321 Merge branch 'cassandra-2.2' into trunk 2015-06-24 12:13:15 -04:00
Stefania Alborghetti 01115f72fc 2.2 commit for CASSANDRA-9160 2015-06-24 12:11:46 -04:00
Stefania Alborghetti f797bfa4da Migrate CQL tests from dtest to unit tests
Patch by stefania; reviewed by jmckenzie for CASSANDRA-9160
2015-06-24 12:10:29 -04:00
Josh McKenzie 115ed236aa Merge branch 'cassandra-2.2' into trunk 2015-06-22 17:27:46 -04:00
Josh McKenzie d6d32d26ff Change Windows Kernel default timer resolution
Patch by jmckenzie; reviewed by tjake for CASSANDRA-9634
2015-06-22 17:27:08 -04:00
Chris Burroughs 8c19fd638d undeprecate cache recentHitRate metrics
patch by Chris Burroughs; reviewed by benedict for CASSANDRA-6591
2015-06-12 12:22:30 +01:00
stefania 17dd4ccc78 Remove FileCacheService, instead pooling buffers
patch by stefania and benedict for CASSANDRA-8897
2015-06-09 10:08:24 +01:00
Jonathan Ellis 823d8579c5 Merge branch 'cassandra-2.2' into trunk 2015-06-08 09:34:59 -05:00
Jonathan Ellis efb08ad308 merge from 2.1 2015-06-08 09:34:52 -05:00
Jonathan Ellis 46ce21c7b7 merge from 2.0 2015-06-08 09:34:16 -05:00
Stefania Alborghetti a8ceb2c650 Added quotes to CLASSPATH and JAVA for nix scripts, CASSANDRA-9529 2015-06-08 09:29:10 -05:00
Robert Stupp 78c03052c5 Merge branch 'cassandra-2.2' into trunk 2015-06-04 11:17:42 +02:00
Robert Stupp 16b02887df Integrate pre-release Java Driver 2.2-rc1, custom build
patch by Robert Stupp; reviewed by Ariel Weisberg for CASSANDRA-9493
2015-06-04 11:17:05 +02:00
Jonathan Ellis cc6d142983 Merge branch 'cassandra-2.2' into trunk 2015-06-01 10:28:01 -05:00
Jonathan Ellis c11644bbfb Merge branch 'cassandra-2.1' into cassandra-2.2 2015-06-01 10:27:55 -05:00
Jonathan Ellis 40c3ad6a0c merge from 2.0 2015-06-01 10:26:34 -05:00
Dave Brosius e994805749 simplify throws clauses wrt Thrift 2015-05-17 15:39:03 -04:00
T Jake Luciani a16c4fe0a5 Remove thrift schema creation when native driver is used
Patch by tjake; reviewed by Aleksey Yeschenko for CASSANDRA-9374
2015-05-15 09:40:03 -04:00
Robert Stupp 1e44d2bd8b Merge branch 'cassandra-2.1' into trunk 2015-05-14 10:39:19 +02:00
Robert Stupp 5e631a8fda Merge branch 'cassandra-2.0' into cassandra-2.1 2015-05-14 10:39:04 +02:00
Robert Stupp 1611ef3d19 token-generator - generated tokens too long
Patch by Robert Stupp; Reviewed by Stefania for CASSANDRA-9300
2015-05-14 10:35:35 +02:00
T Jake Luciani d26bfe9a4d fix stress to not use thrift unless requested 2015-05-12 15:37:45 -04:00
T Jake Luciani 5893472e7e Merge branch 'cassandra-2.1' into trunk 2015-05-12 14:55:07 -04:00
T Jake Luciani 8b5434f3df Add missing consistency levels to cassandra-stress
Patch by Mario Lazaro; reviewed by tjake for CASSANDRA-9361
2015-05-12 14:53:10 -04:00
Dave Brosius 2da468d9bb Merge branch 'cassandra-2.1' into trunk 2015-05-08 16:09:04 -04:00
Dave Brosius def6b5fa19 fixup last fix for bad lock guard 2015-05-08 16:08:36 -04:00
Dave Brosius 81c93084ba Merge branch 'cassandra-2.1' into trunk 2015-05-08 15:59:37 -04:00
Dave Brosius b66475c4e0 make sure lock gets unlocked 2015-05-08 15:58:54 -04:00
Dave Brosius 2096bcefd5 remove dead collections 2015-05-04 21:58:52 -04:00
Benedict Elliott Smith ed08402999 Merge branch 'cassandra-2.1' into trunk
Conflicts:
	tools/stress/src/org/apache/cassandra/stress/generate/PartitionIterator.java
	tools/stress/src/org/apache/cassandra/stress/operations/SampledOpDistributionFactory.java
2015-05-04 18:03:43 +01:00
Benedict Elliott Smith 3bee990ca2 cassandra-stress supports validation operations over user profiles
patch by benedict; reviewed by snazy for CASSANDRA-8773
2015-05-04 18:01:38 +01:00
Dave Brosius 87ef146b4c use short circuiting ops 2015-04-01 19:16:40 -04:00
Benedict Elliott Smith 6ad51477b0 Merge branch 'cassandra-2.1' into trunk 2015-03-24 13:42:53 +00:00
Benedict Elliott Smith 6b979f3191 permit n=1 in cassandra-stress 2015-03-24 13:42:48 +00:00
Dave Brosius b274aa1c7f use short-circuiting ops 2015-03-15 19:20:01 -04:00
T Jake Luciani f843b42e87 Merge branch 'cassandra-2.1' into trunk 2015-03-11 12:59:55 -04:00
T Jake Luciani 4646014851 Fix cassandra-stress so it respects the CL passed in user mode
patch by tjake; reviewed by benedict for CASSANDRA-8948
2015-03-11 12:47:08 -04:00
Benedict Elliott Smith e585c339d0 Merge branch 'cassandra-2.1' into trunk 2015-03-10 17:43:17 +00:00
Benedict Elliott Smith 81fe1a2a86 ninja fix cassandra-stress rank latencies 2015-03-10 17:43:06 +00:00
Benedict Elliott Smith 97d65d6d36 include missing files 2015-03-10 17:13:46 +00:00
Benedict Elliott Smith b7563f823e include missing files 2015-03-10 17:12:31 +00:00
Benedict Elliott Smith a0586f6929 Merge branch 'cassandra-2.1' into trunk
Conflicts:
	tools/stress/src/org/apache/cassandra/stress/settings/OptionDistribution.java
2015-03-10 14:26:30 +00:00
Benedict Elliott Smith 6bbfb5574e cassandra-stress prints per operation statistics, plus misc other stress updates
patch by anthony cozzie, reviewed by benedict for CASSANDRA-8769
2015-03-10 14:19:23 +00:00
T Jake Luciani b2d16f4cdd Merge branch 'cassandra-2.1' into trunk 2015-03-04 16:37:17 -05:00
T Jake Luciani 4176f9e78c make stress read-lookback optional 2015-03-04 16:36:33 -05:00
T Jake Luciani 4a1879c235 Merge branch 'cassandra-2.1' into trunk 2015-03-04 16:29:34 -05:00