16 Collaborator |
Štefan Miklošovič , Sam Tunnicliffe , Marcus Eriksson , Mick Semb Wever , David Capwell , Brandon Williams , Alex Petrov , Benjamin Lerer , Ekaterina Dimitrova , Ariel Weisberg , Zhao Yang , Maxim Muzafarov , Arun Ganesh , Abe Ratnofsky , Jakub Zytka , Bernardo Botella |
10 Patch |
12 Review |
2651623af6bb3da5f820d9e09abfbdd0683a1322,
376fe2a9fe3f13c7555c40cda6d3912d55ef63cc,
019c9118d4109ee1d394b65281c45495eb57e033,
176ce395bb42c102a8df080ecd26559ab0c93b13,
219eea33b6102ceac4832368444878b64ff2a63a,
b4f1c6d250991fc27c5f87a2dc0fd81e7ad0d272,
bddaa4409fc4cb83394c2963a1028bcfb9dce733,
5abe213ad0a9bbb48291a4a4e9f12757fa858eab,
93415c91af3d06504593a87c8b8d7e5d2d65b1ac,
d54646e40957ffc18f651753941fac3068b79f8e |
75ec1ada7a40761e8b6eb948925c2dd2b116876e,
f9ab5cf797013211c51c4e7d2dbd401300eb44e6,
bc40d3bb27cac7979867def92fe84e5fa5011155,
ad4ad5ef5aa9a432d7126140fc9f4fedcd20411c,
b4894226c57bf2cbc29cad1db47938c9e5ef0a7c,
bddaa4409fc4cb83394c2963a1028bcfb9dce733,
c7e9048d4df9c0a5bb178c8388a13ad44f1cc0d2,
2c52a8be6fdac7305e433b7f28bd70596ef1444a,
52396ec1fc4d08a988714704ff0cbb796ee06f7f,
3afa2585d9b7c88dc7d83c929df6f70c988d27a7,
018feb36f42d28bc11073741ef224b42f9a60ad0,
273975ef26e5de1a10a98c0df364cb67fa7830e3 |
75ec1ada7a40761e8b6eb948925c2dd2b116876e | Author: Stefan Miklosovic <smiklosovic@apache.org>
| 2024-12-16 23:18:36+01:00
Check presence of a snapshot in a case-insensitive manner on macOS platform to prevent hardlinking failures
When hardlinks are created for a snapshot with the name "snapshot"
and then we take a snapshot with the name "Snapshot", macOS platform thinks
that this was already hardlinked because its hardlinking implementation
does not seem to be case-sensitive. The fix consists of checking,
in a case-insensitive manner, if there is already such snapshot,
but only on macOS platform.
The patch also does not create empty directories for a given snapshot
prematurely before checking its presence so there are not dangling empty
directories in case of a failure.
patch by Stefan Miklosovic; reviewed by Bernardo Botella, Caleb Rackliffe for CASSANDRA-20146
2651623af6bb3da5f820d9e09abfbdd0683a1322 | Author: Caleb Rackliffe <calebrackliffe@gmail.com>
| 2024-11-20 16:13:01-06:00
Interpret inet, bigint, varint, and decimal as non-reversed types for query construction and post-filtering
patch by Caleb Rackliffe; reviewed by David Capwell for CASSANDRA-20100
176ce395bb42c102a8df080ecd26559ab0c93b13 | Author: Caleb Rackliffe <calebrackliffe@gmail.com>
| 2024-10-09 14:52:40-05:00
Always write local expiration time as an int to LivenessInfo digest
patch by Caleb Rackliffe; reviewed by Mick Semb Wever, David Capwell, and Marcus Eriksson for CASSANDRA-19989
ad4ad5ef5aa9a432d7126140fc9f4fedcd20411c | Author: Maxim Muzafarov <maxmuzaf@gmail.com>
| 2024-09-30 15:42:55+02:00
Fix race condition in DecayingEstimatedHistogramReservoir during rescale
patch by Maxim Muzafarov; reviewed by Caleb Rackliffe for CASSANDRA-19365
Co-authored-by: Jakub Zytka <jakub.zytka@datastax.com>
bddaa4409fc4cb83394c2963a1028bcfb9dce733 | Author: Arun Ganesh <20590666+arkn98@users.noreply.github.com>
| 2024-09-04 13:49:20-07:00
SAI support for BETWEEN operator
Patch by Arun Ganesh; reviewed by Caleb Rackliffe and Zhao Yang for CASSANDRA-19688
Co-authored-by: Arun Ganesh <20590666+arkn98@users.noreply.github.com>
Co-authored-by: Caleb Rackliffe <calebrackliffe@gmail.com>
2c52a8be6fdac7305e433b7f28bd70596ef1444a | Author: David Capwell <dcapwell@apache.org>
| 2024-08-20 11:50:34-07:00
Improve CQLTester to make it trivial to run the tests with different configs, and to add randomness to the test
patch by David Capwell; reviewed by Caleb Rackliffe for CASSANDRA-19833
3afa2585d9b7c88dc7d83c929df6f70c988d27a7 | Author: David Capwell <dcapwell@apache.org>
| 2024-08-14 11:55:19-07:00
Memtable allocation type unslabbed_heap_buffers_logged will cause an assertion error for TrieMemtables and SegmentedTrieMemtables
patch by David Capwell; reviewed by Brandon Williams, Caleb Rackliffe for CASSANDRA-19835
d54646e40957ffc18f651753941fac3068b79f8e | Author: Marcus Eriksson <marcus_eriksson@apple.com>
| 2022-05-27 00:40:44+02:00
UnsupportedOperationException when reducing scope for LCS compactions
patch by Caleb Rackliffe; reviewed by Zhao Yang, Brandon Williams, and Marcus Eriksson for CASSANDRA-19704
Co-authored-by: Marcus Eriksson <marcuse@apache.org>
Co-authored-by: Caleb Rackliffe <calebrackliffe@gmail.com>
b4f1c6d250991fc27c5f87a2dc0fd81e7ad0d272 | Author: Caleb Rackliffe <calebrackliffe@gmail.com>
| 2020-05-28 14:26:25-06:00
Safer handling of out-of-range tokens
patch by Caleb Rackliffe; reviewed by Mick Semb Wever for CASSANDRA-13704
Co-authored-by: Sam Tunnicliffe <sam@beobal.com>
Co-authored-by: Caleb Rackliffe <calebrackliffe@gmail.com>
Co-authored-by: Mick Semb Wever <mck@apache.org>
Co-authored-by: Ariel Weisberg <aweisberg@apple.com>