Brad Schoening cassandra_src last 6 months


 3 Collaborator
Štefan Miklošovič , Dmitry Konstantinov , Arun Ganesh

 3 Review
b9f900947adb254a395bb535a402c26e02c457a2, b11909b611de811ed2f030848820a17c77df7013, c137958963d104829d2f493f92050cf438b24554

b11909b611de811ed2f030848820a17c77df7013 | Author: Stefan Miklosovic <smiklosovic@apache.org>
 | 2024-09-24 19:04:17+02:00

    Make sstabledump possible to show tombstones only
    
    patch by Stefan Miklosovic; reviewed by Brad Schoening for CASSANDRA-19939

c137958963d104829d2f493f92050cf438b24554 | Author: Dmitry Konstantinov <netudima@gmail.com>
 | 2024-08-07 20:46:16+01:00

    Minor improvements in Cassandra shutdown and startup logs
    
    To improve a DBA experience the following log messages would be nice to add/adjust:
    on shutdown: an explicit message at the end of Cassandra shutdown
    on startup:
    - print the time spent to load prepared statements
    - print the time spent to load repair session information and the number of loaded session records
    - print the time spent to apply commit log
    
    Patch by Dmitry Konstantinov; reviewed by Štefan Miklošovič and Brad Schoening for CASSANDRA-19818

b9f900947adb254a395bb535a402c26e02c457a2 | Author: Arun Ganesh <20590666+arkn98@users.noreply.github.com>
 | 2024-06-03 15:14:17-07:00

    Add total space used for a keyspace to nodetool tablestats
    
    patch by Arun Ganesh; reviewed by Stefan Miklosovic, Brad Schoening for CASSANDRA-19671
    
    Co-authored-by: Stefan Miklosovic <smiklosovic@apache.org>