- 12 Jun, 2020 2 commits
-
-
Sam Tunnicliffe authored
-
Sam Tunnicliffe authored
Patch by Sam Tunnicliffe; reviewed by Jordan West for CASSANDRA-15862
-
- 09 Jun, 2020 1 commit
-
-
Mick Semb Wever authored
-
- 08 Jun, 2020 1 commit
-
-
Mick Semb Wever authored
patch by Mick Semb Wever; reviewed by Robert Stupp for CASSANDRA-15849
-
- 05 Jun, 2020 3 commits
-
-
Alex Petrov authored
-
David Capwell authored
Patch by David Capwell; reviewed by Alex Petrov for CASSANDRA-15733.
-
Andrés de la Peña authored
patch by Andres de la Peña; reviewed by Benjamin Lerer, Caleb Rackliffe and ZhaoYang for CASSANDRA-8272
-
- 04 Jun, 2020 1 commit
-
-
Alex Petrov authored
Allow recovery from the cases when CQL-created compact sense tables have bytes in EmptyType columns. Patch by Alex Petrov; reviewed by Sylvain Lebresne for CASSANDRA-15778.
-
- 27 May, 2020 2 commits
-
-
Sylvain Lebresne authored
If a collection tombstone is not included by a query, it can be ignored, but it currently made `LegacyLayout.CellGrouper#addCollectionTombstone` return `false`, which made it stop the current row, which is incorrect (this can potentially lead to a duplicate row). This patch changes it to return `true`. Patch by Sylvain Lebresne; reviewed by Marcus Eriksson & Aleksey Yeschenko for CASSANDRA-15805
-
Sylvain Lebresne authored
When a multi-row range tombstone interacts with a a collection tombstone within one of a covered row, the resulting range tombstone in the legacy format will start in the middle of the row and extend past said row and it needs special handling. Before this commit, the code deserializing that RT was making it artificially start at the end of the row (in which the collection tombstone is), but that means that when `LegacyLayout.CellGrouper` encountered it, it decided the row was finished, even if it was not, leading to potential row duplication. The patch solves this by: 1. making that problematic tombstone start at the beginning of the row instead of its end (to avoid code deciding the row is over). 2. modify `UnfilteredDeserializer` to 'split' that range tombstone into a row tombstone for the row it covers, which is handled as a normal row tombstone, and push the rest of the range tombstone (that starts after the row and extends to the original end of the RT) to be handled after that row is fully "grouped". The patch also removes the possibility of getting an empty row from `LegacyLayout#getNextRow` to avoid theoretical problems with that. Patch by Sylvain Lebresne; reviewed by Marcus Eriksson & Aleksey Yeschenko for CASSANDRA-15805
-
- 25 May, 2020 1 commit
-
-
Massimiliano Tomassi authored
patch by Massimiliano Tomassi; reviewed by Sergio Bossa and by ZhaoYang for CASSANDRA-15667
-
- 20 May, 2020 3 commits
-
-
David Capwell authored
Patch by David Capwell; Reviewed by Jordan West for CASSANDRA-15790
-
Bereng authored
patch by Berenguer Blasi; reviewed by Benjamin Lerer for CASSANDRA-13666
-
Marcus Eriksson authored
Patch by Aleksey Yeschenko, Sam Tunnicliffe and Marcus Eriksson; reviewed by Sylvain Lebresne and Alex Petrov for CASSANDRA-15789
-
- 07 May, 2020 4 commits
-
-
Andrés de la Peña authored
patch by Andres de la Peña; reviewed by Berenguer Blasi for CASSANDRA-15757
-
Mick Semb Wever authored
-
Mick Semb Wever authored
-
David Capwell authored
liveDiskSpaceUsed and totalDiskSpaceUsed get corrupted if IndexSummaryRedistribution gets interrupted Patch by David Capwell; reviewed by marcuse for CASSANDRA-15674
-
- 06 May, 2020 4 commits
-
-
Mick Semb Wever authored
-
Mick Semb Wever authored
patch by Mick Semb Wever; reviewed by Eduard Tudenhöfner for CASSANDRA-15729
-
Mick Semb Wever authored
-
mpfau authored
patch by Matthias Pfau; reviewed by Eduard Tudenhöfner, Mick Semb Wever for CASSANDRA-15768
-
- 30 Apr, 2020 2 commits
-
-
Mick Semb Wever authored
-
Mick Semb Wever authored
patch by Mick Semb Wever; reviewed by Berenguer Blasi, Ekaterina Dimitrova for CASSANDRA-15777
-
- 29 Apr, 2020 2 commits
-
-
Mick Semb Wever authored
Use different package names for the cqlsh-tests matrix values, so final aggregated test reports are distinguished patch by Mick Semb Wever; reviewed by David Capwell for CASSANDRA-15729
-
Vicente Jimenez Aguilar authored
Patch by Vicente Jimenez Aguilar, reviewed by brandonwilliams for CASSANDRA-15770
-
- 27 Apr, 2020 2 commits
-
-
Zhao Yang authored
patch by ZhaoYang; reviewed by brandonwilliams for CASSANDRA-15595
-
Andrés de la Peña authored
patch by Andres de la Peña; reviewed by Benjamin Lerer for CASSANDRA-14242
-
- 21 Apr, 2020 1 commit
-
-
Robert Stupp authored
patch by Robert Stupp; reviewed by Eduard Tudenhöfner for CASSANDRA-15744
-
- 18 Apr, 2020 1 commit
-
-
Jacob Becker authored
Patch By Jacob Becker a.k.a. plastikat; reviewed by Jordan West and Dinesh Joshi for CASSANDRA-15623
-
- 16 Apr, 2020 3 commits
-
-
Sam Tunnicliffe authored
Patch by Sam Tunnicliffe; reviewed by Aleksey Yeschenko for CASSANDRA-15690
-
Marcus Eriksson authored
-
Marcus Eriksson authored
Patch by marcuse; reviewed by Aleksey Yeschenko, Sam Tunnicliffe and Alex Petrov for CASSANDRA-15501
-
- 09 Apr, 2020 6 commits
-
-
Marcus Eriksson authored
-
Marcus Eriksson authored
-
Marcus Eriksson authored
-
Marcus Eriksson authored
Patch by marcuse; reviewed by Alex Petrov and David Capwell for CASSANDRA-15708
-
Stefania Alborghetti authored
-
Stefania Alborghetti authored
-
- 07 Apr, 2020 1 commit
-
-
Benedict Elliott Smith authored
patch by Benedict; reviewed by Blake Egglestone for CASSANDRA-15367
-