You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Brian Houser (Jira)" <ji...@apache.org> on 2021/09/28 16:49:00 UTC

[jira] [Created] (CASSANDRA-17011) sstableverify doesn't fully suport verifying token range

Brian Houser created CASSANDRA-17011:
----------------------------------------

             Summary: sstableverify doesn't fully suport verifying token range
                 Key: CASSANDRA-17011
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-17011
             Project: Cassandra
          Issue Type: Bug
          Components: Tool/sstable
            Reporter: Brian Houser
            Assignee: Brian Houser


sstableverify offers the abiltiy to verify that a given token range is valid, however, it specifically doesn't seem to trigger any actual testing.

Steps to Repro
1. run sstable verify against an sstable and use the option to include no token range that is covered by the table...

sstableverify -t0,1 ks1 workingtable


Result
Even though none of the elements are valid for the range output code is 0 (no error).

Expected
that the verification step would complain about tokens not found in the range



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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