Re: nodetool listsnapshots and auto snapshots from dropped tables

2021-08-11 Thread Erick Ramirez
Awesome! Thanks, mate!  >

Re: nodetool listsnapshots and auto snapshots from dropped tables

2021-08-11 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

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

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

Re: nodetool listsnapshots

2018-11-02 Thread Lou DeGenaro
Is more information needed, for example from logs or verbose running? Is anyone else seeing this behaviour? Thanks. Lou. On 2018/10/30 15:36:38, Lou DeGenaro wrote: > It seems that "nodetool listsnapshots" is unreliable?> > > 1. when issued, nodetool

nodetool listsnapshots

2018-10-30 Thread Lou DeGenaro
It seems that "nodetool listsnapshots" is unreliable? 1. when issued, nodetool listsnapshots reports there are no snapshops. 2. when navigating through the filesystem, one can see clearly that there are snapshots 3. when issued, nodetool clearsnapshot removes them! Some sanitize