You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Cyril Scetbon (JIRA)" <ji...@apache.org> on 2018/04/13 17:01:01 UTC

[jira] [Comment Edited] (CASSANDRA-14381) nodetool listsnapshots is missing snapshots

    [ https://issues.apache.org/jira/browse/CASSANDRA-14381?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16437580#comment-16437580 ] 

Cyril Scetbon edited comment on CASSANDRA-14381 at 4/13/18 5:00 PM:
--------------------------------------------------------------------

what if the table was corrupted locally ? why then a global snapshot includes it, but it's not listed with that command ?


was (Author: cscetbon):
what if the table was corrupted locally ? why then a global snapshot includes it, but it's not listed but that command ?

> nodetool listsnapshots is missing snapshots
> -------------------------------------------
>
>                 Key: CASSANDRA-14381
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14381
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>         Environment: MacOs 10.12.5
> Java 1.8.0_144
> Cassandra 3.11.2 (brew install)
>            Reporter: Cyril Scetbon
>            Priority: Major
>
> The output of *nodetool listsnapshots* is inconsistent with the snapshots created :
> {code:java}
> $ nodetool listsnapshots
> Snapshot Details:
> There are no snapshots
> $ nodetool snapshot -t tag1 --table local system
> Requested creating snapshot(s) for [system] with snapshot name [tag1] and options {skipFlush=false}
> Snapshot directory: tag1
> $ nodetool snapshot -t tag2 --table local system
> Requested creating snapshot(s) for [system] with snapshot name [tag2] and options {skipFlush=false}
> Snapshot directory: tag2
> $ nodetool listsnapshots
> Snapshot Details:
> There are no snapshots
> $ ls /usr/local/var/lib/cassandra/data/system/local-7ad54392bcdd35a684174e047860b377/snapshots/
> tag1 tag2{code}
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org