You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Paulo Motta (Jira)" <ji...@apache.org> on 2022/01/19 01:39:00 UTC

[jira] [Created] (CASSANDRA-17267) Snapshot true size is miscalculated

Paulo Motta created CASSANDRA-17267:
---------------------------------------

             Summary: Snapshot true size is miscalculated
                 Key: CASSANDRA-17267
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17267
             Project: Cassandra
          Issue Type: Bug
            Reporter: Paulo Motta
            Assignee: Paulo Motta


As far as I understand, the snapshot "size on disk" is the total size of the snapshot, while the "true size" is the (size_on_disk - size_of_live_sstables).

I created a snapshot on a cluster without traffic and I expected the "true size" to be 0KB since the original sstables were still present, but this didn't seem to be the case:

{noformat}
$ nodetool listsnapshots
Snapshot Details:
Snapshot name Keyspace name Column family name True size Size on disk
test          ks1           tbl1               4.86 KiB  5.69 KiB

Total TrueDiskSpaceUsed: 4.86 KiB
{noformat}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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