You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Yuki Morishita (JIRA)" <ji...@apache.org> on 2016/03/10 20:11:40 UTC

[jira] [Commented] (CASSANDRA-11321) 'sstabledump -d' omits static rows and partition level deletions

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

Yuki Morishita commented on CASSANDRA-11321:
--------------------------------------------

Thanks for the patch.
Tests look good, so I will commit soon.

||branch||testall||dtest||
|[11321-3.0|https://github.com/yukim/cassandra/tree/11321-3.0]|[testall|http://cassci.datastax.com/view/Dev/view/yukim/job/yukim-11321-3.0-testall/lastCompletedBuild/testReport/]|[dtest|http://cassci.datastax.com/view/Dev/view/yukim/job/yukim-11321-3.0-dtest/lastCompletedBuild/testReport/]|
|[11321-3.5|https://github.com/yukim/cassandra/tree/11321-3.5]|[testall|http://cassci.datastax.com/view/Dev/view/yukim/job/yukim-11321-3.5-testall/lastCompletedBuild/testReport/]|[dtest|http://cassci.datastax.com/view/Dev/view/yukim/job/yukim-11321-3.5-dtest/lastCompletedBuild/testReport/]|
|[11321-trunk|https://github.com/yukim/cassandra/tree/11321-trunk]|[testall|http://cassci.datastax.com/view/Dev/view/yukim/job/yukim-11321-trunk-testall/lastCompletedBuild/testReport/]|[dtest|http://cassci.datastax.com/view/Dev/view/yukim/job/yukim-11321-trunk-dtest/lastCompletedBuild/testReport/]|


> 'sstabledump -d' omits static rows and partition level deletions
> ----------------------------------------------------------------
>
>                 Key: CASSANDRA-11321
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-11321
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: Andy Tolbert
>            Assignee: Andy Tolbert
>            Priority: Minor
>             Fix For: 3.5, 3.0.x
>
>         Attachments: 0001-Include-static-row-and-partition-level-deletes.patch
>
>
> The new sstabledump tool currently omits a partition's static row and partition level deletions.
> Attached patch [^0001-Include-static-row-and-partition-level-deletes.patch] that fixes this.
> Static row example:
> {code}
> [CORP:2016]@0 Row[info=[ts=-9223372036854775808] ]: STATIC | [idx=NASDAQ ts=1457484225583260 ttl=604800 ldt=1458089025]
> {code}
> Partition delete example:
> {code}
> [CORP:2015]@0 deletedAt=1457491759491826, localDeletion=1457491759
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)