Cheng Wang cassandra_src all time


 9 Collaborator
Brandon Williams , Sam Tunnicliffe , Štefan Miklošovič , Jordan West , Maxim Muzafarov , Bernardo Botella , Maulin Vasavada , Zhongxiang Zheng , Cheng

 2 Patch  6 Review
c8854af03064ae894e4d69253723a1f99f001450, 873e024a32d37de08550c8106a8d7fd52bda588b 407dbacb0a0fcd5eca28abe781be635476325a65, b4e9399865eb51077f51d34c4c383b8418a9e6ed, 2ff41551a6897705a1fad842f9d550b019f6eadb, e936b2cc1ba7f525c636de5f9fb1780ca70f1762, 279f284da5cfe8b4766921d3b1b4d6e299dbe66d, 13d495aa7d5b7a7c121fcc9e105f79107c5c2a1c

407dbacb0a0fcd5eca28abe781be635476325a65 | Author: Stefan Miklosovic <smiklosovic@apache.org>
 | 2024-12-18 21:04:44+01:00

    Enable filtering of snapshots on keyspace, table and snapshot name in nodetool listsnapshots
    
    patch by Stefan Miklosovic; reviewed by Jordan West, Bernardo Botella, Cheng Wang, Maxim Muzafarov for CASSANDRA-20151

b4e9399865eb51077f51d34c4c383b8418a9e6ed | Author: Stefan Miklosovic <smiklosovic@apache.org>
 | 2024-12-18 14:25:29+01:00

    Create manifest upon loading where it does not exist or enrich it
    
    When snapshot manifest does not exist, no snapshots would be found, because even
    they would be loaded, since CASSANDRA-18111, snapshot's presence is logically
    determined by the existence of at least one manifest.json file in any data dir. That
    would result in snapshots not being shown e.g. in the output of
    nodetool listsnapshots.
    
    The fix consists of creating a manifest in each snapshot directory when not present.
    
    When a manifest.json exists, its older format has not contained created_at field (pre-16789)
    When this is detected, we will proceed to enrich such manifest by overwriting it
    with a manifest of new format.
    
    patch by Stefan Miklosovic; reviewed by Jordan West, Cheng Wang, Bernardo Botella for CASSANDRA-20150

c8854af03064ae894e4d69253723a1f99f001450 | Author: Cheng <chengw@netflix.com>
 | 2024-10-22 14:27:10-07:00

    Add -H option for human-friendly output in nodetool compactionhistory
    
    patch by Cheng Wang; reviewed by Jordan West, Stefan Miklosovic for CASSANDRA-20015

e936b2cc1ba7f525c636de5f9fb1780ca70f1762 | Author: Jordan West <jordanw@netflix.com>
 | 2023-01-09 12:04:50-08:00

    fix serialization error in getsstables --show-levels
    
    Patch by Jordan West; Reviewed by Brandon Williams, Cheng Wang for CASSANDRA-18140;

279f284da5cfe8b4766921d3b1b4d6e299dbe66d | Author: Jordan West <jordanw@netflix.com>
 | 2022-11-09 12:59:34-08:00

    Add option to print level with getsstables output
    
    Patch by Jordan West; reviewed by Brandon Williams and Cheng Wang for CASSANDRA-18023

873e024a32d37de08550c8106a8d7fd52bda588b | Author: Cheng Wang <chengw@netflix.com>
 | 2022-06-17 15:53:34-07:00

    CASSANDRA-17711: Add nodetool forcecompact

13d495aa7d5b7a7c121fcc9e105f79107c5c2a1c | Author: Jordan West <jordanrw@gmail.com>
 | 2022-01-10 16:42:47-08:00

    fix intermittent failures in nodetool toppartitions caused by failure to validate invalid bytes
    
    Patch by Jordan West; Reviewed by Brandon Williams and Cheng Wang for CASSANDRA-17254

2ff41551a6897705a1fad842f9d550b019f6eadb | Author: Zhongxiang Zheng <zzheng@yahoo-corp.jp>
 | 2016-06-30 18:17:49+09:00

    Enable JMX server configuration to be in cassandra.yaml
    
    patch by Zhongxiang Zheng; reviewed by Stefan Miklosovic, Maulin Vasavada, Cheng Wang, Jordan West for CASSANDRA-11695
    
    Co-authored-by: Stefan Miklosovic <smiklosovic@apache.org>
    Co-authored-by: Sam Tunnicliffe <samt@apache.org>