14 Collaborator |
Brandon Williams , Sam Tunnicliffe , Štefan Miklošovič , Robert Stupp , Alex Petrov , David Capwell , Andrés de la Peña , Ekaterina Dimitrova , Mick Semb Wever , Dinesh Joshi , Zhao Yang , Joel Knighton , bryn , Bryn Cooke |
33a9093c5cc2f8fcf913d1931415b697e52ec108 | Author: Eduard Tudenhoefner <eduard.tudenhoefner@datastax.com>
| 2022-07-01 08:35:04+02:00
Allow sstableloader to specify table without relying on path
patch by Eduard Tudenhoefner; reviewed by Stefan Miklosovic, Brandon Williams for CASSANDRA-16584
b3842de5cf1fa1b81872effb4585fbc7e1873d59 | Author: Andrés de la Peña <a.penya.garcia@gmail.com>
| 2022-04-22 16:36:07+01:00
Add guardrail for data disk usage
patch by Andrés de la Peña; reviewed by Ekaterina Dimitrova and Stefan Miklosovic for CASSANDRA-17150
Co-authored-by: Andrés de la Peña <a.penya.garcia@gmail.com>
Co-authored-by: Zhao Yang <jasonstack.zhao@gmail.com>
Co-authored-by: Eduard Tudenhoefner <etudenhoefner@gmail.com>
dd014bbf583a9101b9b21d5a345be3e4cd79ad96 | Author: bryn <bryncooke@gmail.com>
| 2020-04-16 16:35:38+01:00
Batch statement preparation fails if multiple tables and parameters are used
The logic for detecting if a batch statement affects multiple tables in BatchStatement#getPartitionKeyBindVariableIndexes is inverted.
BatchTest#testBatchMultipleTablePrepare has been added to demonstrate the issue.
patch by Bryn Cooke; reviewed by Eduard Tudenhöfner, Robert Stupp for CASSANDRA-15730
8ffdd26cbee33c5dc1205c0f7292628e1a2c69e3 | Author: Eduard Tudenhoefner <eduard.tudenhoefner@datastax.com>
| 2017-05-10 18:04:33-07:00
Interned ColumnIdentifiers should use minimal ByteBuffers. MemoryMeter shouldn't take ColumnDefinition into account when measuring object sizes.
Patch by Eduard Tudenhoefner; reviewed by Joel Knighton for CASSANDRA-13533