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: [email protected]
For additional commands, e-mail: [email protected]