Barak Merimovich all time


 3 Collaborator
Paulo Motta , Jon Haddad , barakm

 2 Patch
f7591080e936319fa44159c2a3591bbf822dc3f7, b3d2940a073f98c7776e1d0a391749b44df04ace

f7591080e936319fa44159c2a3591bbf822dc3f7 | Author: barakm <barakme@gmail.com>
 | 2019-10-25 12:47:46+03:00

    Update nodetool clearsnapshot command description after CASSANDRA-13391
    
    Patch by Barak Merimovich; Reviewed by Paulo Motta for CASSANDRA-15380
    
    Calling ClearSnaphot without a snapshot name no longer deletes all snapshots - update command description accordingly.
    
    Closes #182

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.