[
https://issues.apache.org/jira/browse/CASSANDRA-6803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14001752#comment-14001752
]
Nate McCall commented on CASSANDRA-6803:
----------------------------------------
Your case was working because of this "String.getBytes()" bug. CfMetaData's key
validator is used everywhere else in the code - essentially why you have to use
the "assume" commands in cqlsh and the "hex()" function on the cassandra-cli.
If you convert your string to the hex representation to pass to nodetool as an
argument, it should work fine.
> nodetool getsstables converts key from String incorrectly
> ---------------------------------------------------------
>
> Key: CASSANDRA-6803
> URL: https://issues.apache.org/jira/browse/CASSANDRA-6803
> Project: Cassandra
> Issue Type: Bug
> Components: Tools
> Reporter: Nate McCall
> Assignee: Nate McCall
> Fix For: 1.2.16, 2.0.7
>
> Attachments: sstables_for_key_blob_support.txt,
> sstables_for_key_blob_support_2.0.txt
>
>
> Trivial fix, just need to get the bytebuffer from the CfMetaData's key
> validator as opposed to just calling String#getBytes (which is broken for
> most data types).
--
This message was sent by Atlassian JIRA
(v6.2#6252)