Re: nodetool listsnapshots and auto snapshots from dropped tables

2021-08-10 Thread Erick Ramirez
Awesome! Thanks, mate! 🍻 >

Re: nodetool listsnapshots and auto snapshots from dropped tables

2021-08-10 Thread James Brown
I filed this as CASSANDRA-16843 . I also repro'd it on 4.0.0 just to make sure nobody snuck in a fix. On Tue, Aug 10, 2021 at 6:39 PM Erick Ramirez wrote: > Dropped tables used to be handled differently and were no longer tracked > once they

Re: nodetool listsnapshots and auto snapshots from dropped tables

2021-08-10 Thread Erick Ramirez
Dropped tables used to be handled differently and were no longer tracked once they were dropped. The clearsnapshot command was fixed (CASSANDRA-6418 ) but listsnapshots doesn't appear to be (for whatever reason). It looks like an oversight to me

nodetool listsnapshots and auto snapshots from dropped tables

2021-08-10 Thread James Brown
I've noticed that auto snapshots from dropped tables don't seem to show up in `nodetool listsnapshots` (even though they *do* get cleared by `nodetool clearsnapshot`). Is there any reason for this? It's kind of weird that the only way to discover auto-snapshots from dropped tables is to manually ls