Commit Graph

22 Commits

Author SHA1 Message Date
Robert Stupp 23fd75f27c Bloom filter false positive ratio is not honoured
patch by Robert Stupp, reviewed by Benedict Elliott-Smith for CASSANDRA-8413
2015-07-05 22:14:36 +07:00
Ariel Weisberg 03f72acd54 Switch to DataInputPlus
patch by ariel; reviewed by benedict for CASSANDRA-9499
2015-07-02 09:39:58 +01:00
Ariel Weisberg 16499ca9b0 Constrain internode message buffer sizes, and improve IO class hierarchy
patch by ariel and benedict for CASSANDRA-8670
2015-03-31 17:28:15 +01:00
lyubent d2a3827a65 Reduce unit test times due to schema loading
Patch by Lyuben Todorov; reviewed by Tyler Hobbs for CASSANDRA-6968
2014-06-20 12:55:35 -05:00
belliottsmith 75508ec897 ByteBuffer write() methods for serializing sstables
Patch by benedict, reviewed by marcuse for CASSANDRA-6781
2014-03-19 18:01:12 +01:00
Dave Brosius 9639f95923 minor cleanups in unit tests 2014-02-16 23:09:57 -05:00
Marcus Eriksson a7b72140b6 Avoid repairing already repaired data.
Patch by lyubent, yukim and marcuse, reviewed by yukim for CASSANDRA-5153
2014-02-08 08:46:24 +01:00
Sylvain Lebresne 362cc05352 Push composites support in the storage engine
patch by slebresne; reviewed by benedict for CASSANDRA-5417
2013-12-17 17:03:21 +01:00
Jonathan Ellis 8ce9edf040 fix SerializationsTest 2013-04-11 21:31:27 -05:00
Sylvain Lebresne 3a005df397 Replace supercolumns internally by composites
patch by slebresne; reviewed by Vijay for CASSANDRA-3237
2013-01-02 13:40:13 +01:00
Yuki Morishita f81cc74f5c add serializedSize (part 2) and fix unit tests
patch by yukim; reviewed by jbellis for CASSANDRA-3617
2012-05-08 12:40:55 -05:00
Jonathan Ellis 5a6f0b8529 Introduce MessageOut class, which wraps an object to be sent in the "payload" field. The old Header class is inlined into the "parameters" map.
patch by jbellis; reviewed by yukim for CASSANDRA-3617
2012-05-08 00:11:12 -05:00
Jonathan Ellis d3c5dbdd6b merge from 1.0 2012-03-26 10:54:45 -05:00
Jonathan Ellis 8b23dcaef9 update AbstractSerializationsTester to generate 1.0 messages, which omit wasted space after the message body. CUR_VER is left at 0.7 to ensure compatibility. 2012-03-26 10:51:47 -05:00
Sylvain Lebresne 438acfc8c4 Unify migration code
patch by slebresne; reviewed by xedin for CASSANDRA-4017
2012-03-18 11:08:56 +01:00
Sylvain Lebresne 07cdfd07a3 [3649] Strip end of line whitespaces 2012-02-27 11:21:34 +01:00
Gary Dusbabek 7a30116632 fix build. make serializations tests do cleanup before running.
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1081549 13f79535-47bb-0310-9956-ffa450edef68
2011-03-14 20:30:12 +00:00
Gary Dusbabek 1ecdd7f91b introduce version to ICompactSerializer, convert a few to ICompactSerializer2. patch by gdusbabek, reviewed by brandonwilliams. CASSANDRA-1949
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1067975 13f79535-47bb-0310-9956-ffa450edef68
2011-02-07 15:38:07 +00:00
Jonathan Ellis d1fc9a73e8 merge from 0.7
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1063563 13f79535-47bb-0310-9956-ffa450edef68
2011-01-26 01:54:17 +00:00
Eric Evans 407a76fa36 add missing license headers
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@1063491 13f79535-47bb-0310-9956-ffa450edef68
2011-01-25 22:18:48 +00:00
Gary Dusbabek f326802e33 merge from 0.7 (CASSANDRA-1923)
git-svn-id: https://svn.apache.org/repos/asf/cassandra/trunk@1062966 13f79535-47bb-0310-9956-ffa450edef68
2011-01-24 20:48:05 +00:00
Gary Dusbabek 434636a6d7 Serialization tests. patch by gdusbabek, reviewed by jbellis. CASSANDRA-1923
git-svn-id: https://svn.apache.org/repos/asf/cassandra/branches/cassandra-0.7@1062953 13f79535-47bb-0310-9956-ffa450edef68
2011-01-24 20:05:25 +00:00