Sylvain Lebresne
|
d0392208f5
|
Update news, version and licenses for 1.1.3 release
|
2012-07-30 18:35:07 +02:00 |
Brandon Williams
|
962b23ba0c
|
Add a token generator to standard tools.
Patch by paul cannon, reviewed by brandonwilliams for CASSANDRA-3709
|
2012-07-12 12:41:26 -05:00 |
Pavel Yaskevich
|
b1c60d2b33
|
(stress) support for CQL prepared statements
patch by David Alves; reviewed by Pavel Yaskevich for CASSANDRA-3633
|
2012-06-30 15:09:46 +03:00 |
Jonathan Ellis
|
a21307a277
|
setlocal and fixes for stress and sstablemetadata bat files
patch by Holger Hoffstatte and jbellis for CASSANDRA-4344
|
2012-06-16 10:03:15 -05:00 |
Yuki Morishita
|
a5e0994a13
|
make tools/bin scripts executable
|
2012-05-31 15:33:22 -05:00 |
Brandon Williams
|
5796542aa4
|
Fix stress classpath and slf4j warnings.
Patch by Nick Bailey, reviewed by Kirk True for CASSANDRA-4276
|
2012-05-29 17:36:07 -05:00 |
Sylvain Lebresne
|
3558e45ab6
|
Rename stress to cassandra-stress and include in debian packaging
patch by Nick Bailey; reviewed by thepaul for CASSANDRA-4256
|
2012-05-21 19:28:19 +02:00 |
Pavel Yaskevich
|
5c3db0d101
|
merge from 1.0
|
2012-05-03 03:52:14 +03:00 |
Pavel Yaskevich
|
f20badb685
|
stress tool to return appropriate exit code on failure
patch by Tyler Patterson; reviewed by Pavel Yaskevich for CASSANDRA-4188
|
2012-05-03 03:34:58 +03:00 |
Jonathan Ellis
|
606e666f84
|
add sstablemetadata utility
patch by jbellis; reviewed by brandonwilliams for CASSANDRA-4211
|
2012-05-02 14:10:53 -05:00 |
Pavel Yaskevich
|
cb67c98d57
|
fix stress tool that hangs forever on timeout or error
patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-4128
|
2012-04-24 10:52:54 -07:00 |
Brandon Williams
|
82464931cf
|
update stress readme
|
2012-04-18 11:51:57 -05:00 |
Vijay Parthasarathy
|
54729ad2ca
|
making stress executable
|
2012-04-18 09:33:20 -07:00 |
Jonathan Ellis
|
512946c388
|
add back tools/bin after merging revert from 1.0
|
2012-04-18 11:25:08 -05:00 |
Jonathan Ellis
|
cf98153c65
|
Merge branch 'cassandra-1.0' into cassandra-1.1.0
|
2012-04-18 11:13:11 -05:00 |
Jonathan Ellis
|
8c9d0fb72a
|
Revert "allow running stress from build classes" and "Add stress tool to binaries"
This reverts commits cb7a931ffc and 9b746daf7f.
|
2012-04-18 11:12:29 -05:00 |
Vijay Parthasarathy
|
03d3833589
|
make stress executable
|
2012-04-18 09:06:35 -07:00 |
Vijay Parthasarathy
|
03ad8cdf4d
|
make stress executable
|
2012-04-18 09:05:12 -07:00 |
Vijay Parthasarathy
|
7dc6acafbe
|
allow running stress from build classes
patch by Vijay; reviewed by jbellis for CASSANDRA-4139
|
2012-04-16 15:51:06 -07:00 |
Vijay Parthasarathy
|
cb7a931ffc
|
allow running stress from build classes
patch by Vijay; reviewed by jbellis for CASSANDRA-4139
|
2012-04-16 15:43:53 -07:00 |
Jonathan Ellis
|
c14e266eb3
|
merge from 1.0
|
2012-04-11 09:05:33 -05:00 |
Vijay Parthasarathy
|
9b746daf7f
|
Add stress tool to binaries
patch by Vijay; reviewed by driftx for CASSANDRA-4103
|
2012-04-09 17:09:53 -07:00 |
Pavel Yaskevich
|
25da034fb3
|
fix terminination of the stress.java when errors were encountered
patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-4128
|
2012-04-06 23:33:26 +03:00 |
Sylvain Lebresne
|
a15c35b094
|
[3649] remove unused imports
|
2012-02-27 11:24:31 +01:00 |
Sylvain Lebresne
|
07cdfd07a3
|
[3649] Strip end of line whitespaces
|
2012-02-27 11:21:34 +01:00 |
Brandon Williams
|
257d36e30f
|
Remove py_stress.
Patch by brandonwilliams, reviewed by slebresne for CASSANDRA-3914
|
2012-02-24 09:09:53 -06:00 |
Pavel Yaskevich
|
bb7b64312d
|
Make stress.java insert operation to use microseconds
patch by Yuki Morishita; reviewed by Pavel Yaskevich for CASSANDRA-3725
|
2012-01-12 00:43:41 +02:00 |
Eric Evans
|
a97be906ff
|
Update to support TimeUUIDType (CASSANDRA-3541)
Patch by eevans; reviewed by Pavel Yaskevich for CASSANDRA-2268
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1211522 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-07 16:36:35 +00:00 |
Eric Evans
|
c0adddd077
|
optional CQL query support
Patch by eevans; reviewed by Pavel Yaskevich for CASSANDRA-2268
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1211521 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-07 16:36:19 +00:00 |
Brandon Williams
|
8be8ff512c
|
Fix typo in method name
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-1.0@1209644 13f79535-47bb-0310-9956-ffa450edef68
|
2011-12-02 19:21:38 +00:00 |
Pavel Yaskevich
|
2e5e28faee
|
Support TimeUUIDType column names in Stress.java tool
patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-3541
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-1.0@1208748 13f79535-47bb-0310-9956-ffa450edef68
|
2011-11-30 20:12:08 +00:00 |
Jonathan Ellis
|
2372204b50
|
add bin/daemon to release tarball
patch by bcoverston; reviewed by jbellis for CASSANDRA-3331
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-1.0.0@1180157 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-07 19:03:06 +00:00 |
Jonathan Ellis
|
b0ecd510bf
|
add stress.bat for Windows
patch by jbellis
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-1.0.0@1179415 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-05 20:20:58 +00:00 |
Sylvain Lebresne
|
f4ecf5a604
|
merge from 0.8
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-1.0.0@1178787 13f79535-47bb-0310-9956-ffa450edef68
|
2011-10-04 13:51:42 +00:00 |
Pavel Yaskevich
|
f06e1d63a2
|
Support of compaction strategy option for stress.java
patch by Pavel Yaskevich; reviewed by Brandon Williams for CASSANDRA-3204
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-1.0.0@1170700 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-14 16:02:18 +00:00 |
Sylvain Lebresne
|
3e77792d31
|
Use only one parameters for compression options
patch by slebresne; reviewed by jbellis for CASSANDRA-3128
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1165577 13f79535-47bb-0310-9956-ffa450edef68
|
2011-09-06 09:33:33 +00:00 |
Pavel Yaskevich
|
c8afd769e5
|
Make the compression algorithm and chunk length configurable
patch by Sylvain Lebresne; reviewed by Pavel Yaskevich for CASSANDRA-3001
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1163801 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-31 20:30:20 +00:00 |
Pavel Yaskevich
|
477bb5f34b
|
Add query-by-column mode to stress.java
patch by Pavel Yaskevich; reviewed by Jonathan Ellis for CASSANDRA-3064
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1160305 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-22 15:31:59 +00:00 |
Sylvain Lebresne
|
1ecabe6842
|
Add optional compression for sstables
patch by xedin; reviewed by slebresne for CASSANDRA-47
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1153210 13f79535-47bb-0310-9956-ffa450edef68
|
2011-08-02 17:28:55 +00:00 |
Jonathan Ellis
|
00fd00db5d
|
merge from 0.8
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1134431 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-10 20:19:23 +00:00 |
Jonathan Ellis
|
f5f96c178d
|
merge from 0.8
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1132406 13f79535-47bb-0310-9956-ffa450edef68
|
2011-06-05 13:43:22 +00:00 |
Jonathan Ellis
|
f849aa210f
|
merge from 0.8
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1097952 13f79535-47bb-0310-9956-ffa450edef68
|
2011-04-29 20:59:49 +00:00 |
Jonathan Ellis
|
2d95cb4957
|
merge from 0.8
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1095492 13f79535-47bb-0310-9956-ffa450edef68
|
2011-04-20 19:50:50 +00:00 |
Jonathan Ellis
|
1adcd1c52e
|
merge from 0.8
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1095139 13f79535-47bb-0310-9956-ffa450edef68
|
2011-04-19 17:13:19 +00:00 |
Gary Dusbabek
|
8a6feefe8f
|
merge from 0.8
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1092687 13f79535-47bb-0310-9956-ffa450edef68
|
2011-04-15 12:48:15 +00:00 |
Jonathan Ellis
|
58307994b5
|
merge from 0.8
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1091784 13f79535-47bb-0310-9956-ffa450edef68
|
2011-04-13 13:59:39 +00:00 |
Sylvain Lebresne
|
9a0bbc542b
|
Merge COSC and Counter thrift structure
patch by slebresne; reviewed by jbellis for CASSANDRA-2440
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1090842 13f79535-47bb-0310-9956-ffa450edef68
|
2011-04-10 17:31:15 +00:00 |
Sylvain Lebresne
|
65cdc6551f
|
Fix stress for CASSANDRA-2384 (patch by stuhood)
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1089985 13f79535-47bb-0310-9956-ffa450edef68
|
2011-04-07 20:20:00 +00:00 |
Jonathan Ellis
|
358475ae24
|
move stress package from o.a.c.contrib to o.a.c
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1087745 13f79535-47bb-0310-9956-ffa450edef68
|
2011-04-01 15:19:38 +00:00 |
Jonathan Ellis
|
944ed31f60
|
move example code from contrib/ to examples/, and tools from contrib/ to tools/
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1087744 13f79535-47bb-0310-9956-ffa450edef68
|
2011-04-01 15:19:27 +00:00 |