4 Collaborator |
Ekaterina Dimitrova , Dinesh Joshi , Paulo Motta , Blake Eggleston |
598a92180e2ad95b48419605d270c53497739f35 | Author: Zhao Yang <zhaoyangsingapore@gmail.com> | 2020-05-11 04:29:47+08:00 Use isTransient=false for ZCS sstables patch by Zhao Yang; reviewed by Blake Eggleston, Dinesh Joshi, Ekaterina Dimitrova for CASSANDRA-15783
1b36740ebe66b8ed4c3d6cb64eb2419a9279dfbf | Author: Zhao Yang <zhaoyangsingapore@gmail.com> | 2017-07-12 17:49:38+08:00 Fix outstanding MV timestamp issues and add documentation about unsupported cases (see CASSANDRA-11500 for a summary of fixes) This patch introduces the following changes to fix MV timestamp issues: - Add strict liveness for view with non-key base column in pk - Deprecated shadowable tombstone and use expired livenessInfo instead - Include partition deletion for existing base row - Disallow dropping base column with MV Patch by Zhao Yang and Paulo Motta; reviewed by Paulo Motta for CASSANDRA-11500