9 Collaborator |
Sylvain Lebresne , Štefan Miklošovič , David Capwell , Andrés de la Peña , Caleb Rackliffe , Zhao Yang , Jeremiah Jordan , Aleksandr Sorokoumov , Dan Jatnieks |
7871a2854217acc89d2f885619243a442cf68e22 | Author: Andrés de la Peña <a.penya.garcia@gmail.com> | 2021-11-03 10:10:02+00:00 Add guardrails framework prototype patch by Andrés de la Peña; reviewed by David Capwell and Stefan Miklosovic for CASSANDRA-17147 Co-authored-by: Sylvain Lebresne <lebresne@gmail.com> Co-authored-by: Andrés de la Peña <a.penya.garcia@gmail.com> Co-authored-by: Aleksandr Sorokoumov <aleksandr.sorokoumov@gmail.com> Co-authored-by: Zhao Yang <jasonstack.zhao@gmail.com> Co-authored-by: Jakub Żytka <jakub.zytka@datastax.com>
60b54425edc0a328bc1baf00c2e5bf111d4b9da8 | Author: Jakub Żytka <jakub.zytka@datastax.com> | 2021-05-11 10:01:12+02:00 Fix commitLogUpperBound initialization in AbstractMemtableWithCommitlog so that it is always available when writeBarrier gets initialized. Harden Memtable API so that it is apparent that getting commitLogUpperBound is valid only after it is fully established. patch by Jakub Żytka and Dan Jatnieks; reviewed by Dan Jatnieks, Jeremiah D Jordan and Caleb Rackliffe for CASSANDRA-17587