Francisco Guerrero Hernandez all time


 8 Collaborator
Alex Petrov , Josh McKenzie , Caleb Rackliffe , Yifan Cai , Dinesh Joshi , Jon Meredith , Doug Rohrer , Jyothsna Konisa

 3 Review
43ec1843918aba9e81d3c2dc1433a1ef4740a51f, f77e6cd3a020f3ad777c6bd36973ca084a978f1f, c73c76498b0c2b36705025de6b0b2a7bb38e758b

c73c76498b0c2b36705025de6b0b2a7bb38e758b | Author: Doug Rohrer <drohrer@apple.com>
 | 2023-11-20 10:54:46-05:00

    CASSANDRA-19048 - Audit table properties passed through Analytics CqlUtils
    
    The following properties have an effect on the files generated by the
    bulk writer, and therefore need to be retained when cleaning the table
    schema:
    
    bloom_filter_fp_chance
    cdc
    compression
    default_time_to_live
    min_index_interval
    max_index_interval
    
    Additionally, this commit adds tests to make sure all available TTL
    paths, including table default TTLs and constant/per-row options, work
    as designed.
    
    Patch by Doug Rohrer; Reviewed by Francisco Guerrero Hernandez, Yifan Cai,
    Dinesh Joshi for CASSANDRA-19048

43ec1843918aba9e81d3c2dc1433a1ef4740a51f | Author: Doug Rohrer <doug@therohrers.org>
 | 2023-05-30 15:01:59-06:00

    Add support for JMX in the in-jvm dtest framework
    
    patch by Doug Rohrer; reviewed by Alex Petrov, Jon Meredith, Francisco Guerrero Hernandez for CASSANDRA-18511

f77e6cd3a020f3ad777c6bd36973ca084a978f1f | Author: Josh McKenzie <jmckenzie@apache.org>
 | 2022-09-08 13:09:57-04:00

    Remove usage of deprecated javax certificate class
    
    Patch by Doug Rohrer; reviewed by Jyothsna Konisa, Francisco Guerrero Hernandez, Josh McKenzie, and Caleb Rackliffe for CASSANDRA-17867
    
    Co-authored-by: Doug Rohrer <drohrer@apple.com>
    Co-authored-by: Josh McKenzie <jmckenzie@apache.org>