Bernardo Botella last 1 month


 4 Collaborator
Štefan Miklošovič , Caleb Rackliffe , Benjamin Lerer , Abe Ratnofsky

 1 Patch  2 Review
6e8976c51905285856f9a397566849684a0f5212 75ec1ada7a40761e8b6eb948925c2dd2b116876e, ce035b021542717a61972a00fe341d9ac9f829d3

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

6e8976c51905285856f9a397566849684a0f5212 | Author: Bernardo Botella Corbi <bernardo.botella@apple.com>
 | 2024-12-13 06:19:02-08:00

    Add a new line of aliases in contribulyze for Bernardo Botella

ce035b021542717a61972a00fe341d9ac9f829d3 | Author: Caleb Rackliffe <calebrackliffe@gmail.com>
 | 2024-12-09 17:21:21-06:00

    Restore optimization in MultiCBuilder around building one clustering
    
    patch by Caleb Rackliffe; reviewed by Benjamin Lerer, Abe Ratnofsky, and Bernardo Botella for CASSANDRA-20129