Bernardo Botella all time


 25 Collaborator
Brandon Williams , Mick Semb Wever , Benjamin Lerer , Štefan Miklošovič , Berenguer Blasi , Josh McKenzie , Andrés de la Peña , Caleb Rackliffe , Yifan Cai , Dinesh Joshi , Francisco Guerrero , Jacek Lewandowski , Jon Meredith , Maxim Muzafarov , Brad Schoening , Andrew Tolbert , Abe Ratnofsky , Jyothsna Konisa , James Berragan , Maulin Vasavada , Yuriy Semchyshyn , jberragan , reviewed by Stefan Miklosovic , reviewed by Brad Schoening , Himanshu Jindal

 9 Patch  7 Review
ca729f6fad70eb07dcf590274e8664b865af2d42, ffe4d85df23e22be78b8047e91e4a065c5c73c06, 75194201f1f06d120f246f6fad025ca5f672943d, 9a4a67782311e4a6ffe3aad0516c33016f187c54, 92069ec0932774357f5a7babaf3ec28ca1255286, 013acc641c5d487b07be5c082af1e85d26bd127f, 2fe1c304835ef39093b70cbb89107383be3c3ee9, fd5e2ad74eff61e189c2abe87797c2690a45220c, 6e8976c51905285856f9a397566849684a0f5212 75ec1ada7a40761e8b6eb948925c2dd2b116876e, ce035b021542717a61972a00fe341d9ac9f829d3, bb68141861e77623f0d0b13f72846651a71c1017, ed3901823a5fe9f8838d8b592a1b7703b12e810b, f313e9f866051fb767c7006012df5f089fc9bd3c, 458a3630f882ae2b2a9cee272cf85ca7ff42f5cd, a242b352c28947427a9bfc30295a487017439fd9

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

458a3630f882ae2b2a9cee272cf85ca7ff42f5cd | Author: jberragan <jberragan@gmail.com>
 | 2024-07-17 14:29:21-07:00

    CASSANDRA-19778: Split out BufferingInputStream stats into separate i… (#66)
    
    Split BufferingInputStream stats into separate interface so class level generics are not required for the Stats interface
    
    Patch by James Berragan; Reviewed by Bernardo Botella, Francisco Guerrero, Yifan Cai for CASSANDRA-19778

a242b352c28947427a9bfc30295a487017439fd9 | Author: jberragan <jberragan@gmail.com>
 | 2024-07-12 14:57:38-07:00

    CASSANDRA-19748: Refactoring to introduce new cassandra-analytics-common module with minimal dependencies (#62)
    
    - Add new module cassandra-analytics-common with no dependencies on Spark or Cassandra and minimal standard dependencies (Guava, Jackson, Commons Lang Kryo etc)
    - Move standalone classes to cassandra-analytics-common module.
    
    Some additional refactoring and clean up:
    - Rename SSTableInputStream -> BufferingInputStream
    - Rename SSTableSource -> CassandraFileSource
    - Introduce CassandraFile interface to be the implementing class for SSTable and CommitLog.
    - Generalize IStats to work across different CassandraFile types
    - Rename methods in StreamScanner to make the API clearer.
    - Move ComplexTypeBuffer, ListBuffer, MapBuffer, SetBuffer, UdtBuffer to standalone classes
    - Delete unused classes RangeTombstone, ReplciaSet and CollectionElement.
    - Remove commons lang as a dependency
    - Rename Rid to RowData
    
    Patch by James Berragan; Reviewed by Bernardo Botella, Dinesh Joshi, Francisco Guerrero, Yifan Cai, Yuriy Semchyshyn for CASSANDRA-19748

f313e9f866051fb767c7006012df5f089fc9bd3c | Author: Himanshu Jindal <himanshj@amazon.com>
 | 2024-06-10 13:48:43-07:00

    Remove EOL dates from download page
    
    patch by Himanshu Jindal; reviewed by Bernardo Botella, Mick Semb Wever for CASSANDRA-19554

ca729f6fad70eb07dcf590274e8664b865af2d42 | Author: Bernardo Botella <contacto@bernardobotella.com>
 | 2024-06-07 11:44:31-07:00

    CASSANDRA-19685 - Add auto_hints_cleanup_enabled to web documentation
    
    patch by Bernardo Botella; reviewed by Francisco Guerrero, Yifan Cai for CASSANDRA-19685

bb68141861e77623f0d0b13f72846651a71c1017 | Author: Francisco Guerrero <frank.guerrero@gmail.com>
 | 2024-05-29 13:38:02-07:00

    CASSANDRA-19669: Audit Log entries are missing identity for mTLS connections
    
    Patch by Francisco Guerrero; Reviewed by Bernardo Botella, Andrew Tolbert, Dinesh Joshi for CASSANDRA-19669

ffe4d85df23e22be78b8047e91e4a065c5c73c06 | Author: Bernardo Botella Corbi <contacto@bernardobotella.com>
 | 2023-05-18 16:21:16-07:00

    Use WithProperties in try-with-resources to improve properties handling in tests
    
    patch by Bernardo Botella Corbi; reviewed by Stefan Miklosovic, Maxim Muzafarov and Jacek Lewandowski for CASSANDRA-18453

75194201f1f06d120f246f6fad025ca5f672943d | Author: Bernardo Botella Corbi <contacto@bernardobotella.com>
 | 2022-10-10 09:08:16-07:00

    Fix quoting in toCqlString methods of UDTs and aggregates
    
    patch by Bernardo Botella Corbi, reviewed by Stefan Miklosovic, Benjamin Lerer and Yifan Cai for CASSANDRA-17918

9a4a67782311e4a6ffe3aad0516c33016f187c54 | Author: Bernardo Botella Corbi <contacto@bernardobotella.com>
 | 2022-08-01 10:57:04-07:00

    Removed Python < 2.7 support from formatting.py
    
    Patch by Bernardo Botella Corbi, reviewed by Brad Schoening, ycai and
    brandonwilliams for CASSANDRA-17694

92069ec0932774357f5a7babaf3ec28ca1255286 | Author: Bereng <berenguerblasi@gmail.com>
 | 2022-06-03 07:29:09+02:00

    testsome target doesn't work with wildcards
    
    Patch by Bernardo Botella Corbi; reviewed by Brandon Williams and Berenguer Blasi for CASSANDRA-17083

ed3901823a5fe9f8838d8b592a1b7703b12e810b | Author: Jyothsna Konisa <jkonisa@apple.com>
 | 2022-05-24 10:21:16-07:00

    Adding support for TLS client authentication for internode communication
    
    patch by Jyothsna Konisa; reviewed by Bernardo Botella, Francisco Guerrero, Jon Meredith, Maulin Vasavada, Yifan Cai for CASSANDRA-17513

013acc641c5d487b07be5c082af1e85d26bd127f | Author: Bernardo Botella Corbi <contacto@bernardobotella.com>
 | 2022-04-18 16:09:21-07:00

    Rename DisableFlag class to EnableFlag on guardrails
    
    patch by Bernardo Botella Corbi; reviewed by Andrés de la Peña, Josh McKenzie and Yifan Cai for CASSANDRA-17544

2fe1c304835ef39093b70cbb89107383be3c3ee9 | Author: Bernardo Botella Corbi <b_botellacorbi@apple.com>
 | 2022-04-12 11:06:41-07:00

    Fix flaky test LocalReadSizeWarningTest#failThresholdSinglePartition
    
    patch by Bernardo Botella Corbi; reviewed by Andres de la Peña, Yifan Cai for CASSANDRA-17217

fd5e2ad74eff61e189c2abe87797c2690a45220c | Author: Bernardo Botella Corbi <b_botellacorbi@apple.com>
 | 2022-03-03 15:47:26-08:00

    Fix race condition bug during local session repair
    
    patch by Bernardo Botella Corbi; reviewed by Berenguer Blasi, Yifan Cai for CASSANDRA-17335