Leonard Ma all time


 7 Collaborator
Brandon Williams , Aleksey Yeschenko , Štefan Miklošovič , Ekaterina Dimitrova , David Capwell , Caleb Rackliffe , Brad Schoening

 3 Patch
a2dc44f0725b02294071e67d0cab57a7629f25a1, 8ec04361b9e098430023e4776baf1941be958475, e5c9cf4cbe6634ba9e148b6e27b6bad98648e597

a2dc44f0725b02294071e67d0cab57a7629f25a1 | Author: Leonard Ma <lmtrombone@gmail.com>
 | 2023-05-31 13:05:54-07:00

    Remove dependency on pytz library for setting CQLSH timezones on Python version >= 3.9
    
    patch by Leonard Ma; reviewed by Brad Schoening, Brandon Williams and Stefan Miklosovic for CASSANDRA-17433

8ec04361b9e098430023e4776baf1941be958475 | Author: Leonard Ma <lmtrombone@gmail.com>
 | 2022-10-28 13:33:20-07:00

    track and handle errors during nodetool bootstrap resume properly
    
    patch by Leonard Ma; reviewed by Caleb Rackliffe and Aleksey Yeschenko for CASSANDRA-16491

e5c9cf4cbe6634ba9e148b6e27b6bad98648e597 | Author: Leonard Ma <lmtrombone@gmail.com>
 | 2022-09-02 17:54:04-07:00

    Handle leak of non-standard Java types as clients using JMX cannot handle them
    
    -deprecate and replace JMX setters that throw non-standard exceptions
    -deprecate and replace respective JMX getters as well to make JMX usage consistent
    
    patch by Leonard Ma; reviewed by Ekaterina Dimitrova and David Capwell for CASSANDRA-17668