Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Code - Bug - Unclear Impact
-
Low
-
Low Hanging Fruit
-
User Report
-
All
-
None
-
Description
1. Create a keyspace cqlkeyspace (arbitrary name)
2. Create two tables (t1 and t2)
3. Run nodetool snapshot to create snapshot for multiple tables in same command. Include the keyspace name as argument (which is not what the command syntax allows)
nodetool snapshot --kt-list cqlkeyspace.t1,cqlkeyspace.t2 --tag multi-table --cqlkeyspace
4. Exception message is inaccurate in that it is referring to columnfamily when it should be referring to keyspace.
java.io.IOException: When specifying the Keyspace columfamily list for a snapshot, you should not specify columnfamily
Exception message should be:
java.io.IOException: When specifying the Keyspace columfamily list for a snapshot, you should not specify keyspace