Jon Haddad test_and_ci all time


 17 Collaborator
Aleksey Yeschenko , Štefan Miklošovič , David Capwell , Ariel Weisberg , Dinesh Joshi , Chris Lohfink , Joey Lynch , Andy Tolbert , Patrick Bannister , Alexander Dejanovski , Ling Mao , maoling , Jon Haddad jon@jonhaddad.com , Edward Capriolo , Venkata+Harikrishna Nukala , Venkata+Harikrishna , Barak Merimovich

 5 Patch  11 Review
26ff589f3da0a66c10c5ca16451a1c49fbb57ade, 165081afdaf82ff36a1ccf46f933faf6f76ec102, 0e0d288ab7e87e7d4a7542c955dd06701798bd06, 9d649d69a56a91fcb06a3582b22606f0fe361f49, b3d2940a073f98c7776e1d0a391749b44df04ace 26ff589f3da0a66c10c5ca16451a1c49fbb57ade, 38408938ccfe5b8c051e25c645bdcd71b45fa66e, 1f19d5f7a243cc4227da923459f5eb2f66066778, caf50de31b034ed77140b3c1597e7ca6ddc44e17, c90b0d62bc32c91c3a98ab691cb36c8177f12871, e75c5171964b3211776136c50f0d8514b85d6295, 9d649d69a56a91fcb06a3582b22606f0fe361f49, b3d2940a073f98c7776e1d0a391749b44df04ace, 1096f9f5e77ff7b17cc7f9fe5aba008834899251, 18ccbb4d308c27b67a8d81a2c849dc27fc3e2b5c, 467192eb1e5b350e8b89009884b7c1acf9501470

26ff589f3da0a66c10c5ca16451a1c49fbb57ade | Author: maoling <maoling@apache.org>
 | 2024-06-12 23:14:00+08:00

    Expose current compaction throughput in nodetool
    
    patch by Ling Mao; reviewed by Jon Haddad, Stefan Miklosovic for CASSANDRA-13890
    
    Co-authored-by: Jon Haddad <jon@jonhaddad.com>

38408938ccfe5b8c051e25c645bdcd71b45fa66e | Author: Stefan Miklosovic <smiklosovic@apache.org>
 | 2024-03-20 12:24:37+01:00

    Do not go to disk for reading hints file sizes
    
    patch by Stefan Miklosovic; reviewed by Aleksey Yeschenko, Jon Haddad, Chris Lohfink for CASSANDRA-19477

165081afdaf82ff36a1ccf46f933faf6f76ec102 | Author: Jon Haddad jon@jonhaddad.com <jon@jonhaddad.com>
 | 2020-04-07 09:57:31-07:00

    Add client request size metrics
    
    Patch by Jon Haddad; Reviewed by David Capwell for CASSANDRA-15704

0e0d288ab7e87e7d4a7542c955dd06701798bd06 | Author: Jon Haddad jon@jonhaddad.com <jon@jonhaddad.com>
 | 2020-04-06 12:53:27-07:00

    Only track ideal CL failure when request CL met
    
    Ideal consistency level tracking should not report a failure when requested CL
    was also not met either.
    
    Patch by Jon Haddad; Reviewed by Dinesh Joshi for CASSANDRA-15696.

18ccbb4d308c27b67a8d81a2c849dc27fc3e2b5c | Author: Dinesh A. Joshi <dinesh.joshi@apple.com>
 | 2020-02-19 12:09:18-08:00

    Update to Python driver 3.21 for cqlsh
    
    Patch by Dinesh Joshi; reviewed by Jon Haddad, Andy Tolbert and David Capwell for CASSANDRA-14872

467192eb1e5b350e8b89009884b7c1acf9501470 | Author: Dinesh A. Joshi <dinesh.joshi@apple.com>
 | 2020-02-17 16:39:32-08:00

    Add test to ensure default keyspaces are present in cqlsh output
    
    Patch by Dinesh Joshi; reviewed by Jon Haddad and David Capwell for CASSANDRA-15576

caf50de31b034ed77140b3c1597e7ca6ddc44e17 | Author: Ariel Weisberg <aweisberg@apple.com>
 | 2018-10-22 16:44:33-04:00

    Lower default chunk_length_in_kb from 64kb to 16kb
    
    Patch by Ariel Weisberg; Reviewed by Jon Haddad for CASSANDRA-13241

c90b0d62bc32c91c3a98ab691cb36c8177f12871 | Author: Patrick Bannister <ptbannister@gmail.com>
 | 2018-04-03 23:58:50+00:00

    sort and limit output with nodetool tablestats
    
    Patch by Patrick Bannister, reviewed by Jon Haddad for CASSANDRA-13889

e75c5171964b3211776136c50f0d8514b85d6295 | Author: Venkata+Harikrishna Nukala <venukala@groupon.com>
 | 2018-03-31 04:16:27+05:30

    renamed ColumnFamilyStoreCQLHelper to TableCQLHelper
    
    Patch by Venkata+Harikrishna, reviewed by Jon Haddad for CASSANDRA-14354

1f19d5f7a243cc4227da923459f5eb2f66066778 | Author: Joseph Lynch <joe.e.lynch@gmail.com>
 | 2018-03-12 20:37:30-07:00

    Auto-expand replication_factor for NetworkTopologyStrategy
    
    This re-defines the 'replication_factor' configuration option for
    NetworkTopologyStrategy to auto-expand out to the datacenters that the
    cluster knows about. This allows users to not worry about their cluster
    layout when creating keyspaces. On ALTER this keyword will only ever add
    datacenters (it keeps all previous datacenters unless explicitly overridden)
    
    Patch by Joseph Lynch; reviewed by Jon Haddad for CASSANDRA-14303

9d649d69a56a91fcb06a3582b22606f0fe361f49 | Author: Jon Haddad <jon@jonhaddad.com>
 | 2018-02-08 11:01:38-08:00

    Count deleted rows scanned during reads for tracing and tombstone thresholds.
    
    If a row is read but is not live anymore (which happens with row level tombstones) it is not counted anywhere
    in the metrics nor reported in tracing. Row tombstones themselves are not reported anywhere.
    The consequence is that some delete heavy workloads will show no tombstone read but endure severe
    performance issues. This commit counts deleted rows as standard tombstone cells.
    
    Patch by Alexander Dejanovski; Reviewed by Jon Haddad for CASSANDRA-8527

b3d2940a073f98c7776e1d0a391749b44df04ace | Author: Jon Haddad <jon@jonhaddad.com>
 | 2017-12-27 18:46:49-08:00

    Added --all to ClearSnapshot command, so entering the
    command without a parameter will now throw an exception instead of
    deleting all the snapshots.
    
    Patch by Barak Merimovich, Review by Jon Haddad for CASSANDRA-13391.
    
    Closes #182.

1096f9f5e77ff7b17cc7f9fe5aba008834899251 | Author: Edward Capriolo <edlinuxguru@gmail.com>
 | 2016-09-17 12:07:20-04:00

    Make gc_log and gc_warn settable at runtime
    
    Patch by Edward Capriolo; reviewed by Jon Haddad for CASSANDRA-12661