Commit Graph

8 Commits

Author SHA1 Message Date
Jon Meredith e07d53aaec Fix flaky LongBufferPoolTest
patch by Jon Meredith; reviewed by Dinesh Joshi for CASSANDRA-14790
2018-10-23 23:22:13 +01:00
Benedict Elliott Smith aef71696e6 Fix descending iteration past end of BTreeSearchIterator
patch by benedict; reviewed by branimir for CASSANDRA-10301
2015-09-18 21:47:28 +01:00
Benedict Elliott Smith e51f83b60e Remove ArrayBackedPartition and hierarchy
Introduces AbstractBTreePartition to share code between
ImmutableBTreePartition and AtomicBTreePartition,
eliminating much code duplication between the two hierarchies.

patch by benedict; reviewed by ariel for CASSANDRA-9932
2015-08-12 23:48:30 +02:00
Benedict Elliott Smith 639d4b240c Use BTree to back default Row and ComplexColumnData objects
patch by benedict; reviewed by branimir for CASSANDRA-9888
2015-07-28 15:00:27 +01:00
Benedict Elliott Smith 5250d7ffd2 Improve BTree
patch by benedict; reviewed by branimir for CASSANDRA-9769
2015-07-15 11:28:11 +01: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
stefania 17dd4ccc78 Remove FileCacheService, instead pooling buffers
patch by stefania and benedict for CASSANDRA-8897
2015-06-09 10:08:24 +01:00
Benedict Elliott Smith a3e041848b Introduce test-burn ant target
patch by ariel for CASSANDRA-9307
2015-05-06 17:51:48 +01:00