[
https://issues.apache.org/jira/browse/CASSANDRA-1833?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12968965#action_12968965
]
Jonathan Ellis commented on CASSANDRA-1833:
-------------------------------------------
trying to decode to UTF8 is going to break on a lot of keys. you'll want to
use hex and FBUtilities.hexToBytes.
> clustertool get_endpoints needs key as String, not ByteBuffer
> -------------------------------------------------------------
>
> Key: CASSANDRA-1833
> URL: https://issues.apache.org/jira/browse/CASSANDRA-1833
> Project: Cassandra
> Issue Type: Bug
> Components: Tools
> Affects Versions: 0.7 beta 1, 0.7 beta 2, 0.7 beta 3, 0.7.0 rc 1, 0.7.0 rc
> 2, 0.7.1, 0.7.0
> Environment: all environments
> Reporter: Kelvin Kakugawa
> Assignee: Kelvin Kakugawa
> Fix For: 0.7 beta 1, 0.7 beta 2, 0.7 beta 3, 0.7.0 rc 1, 0.7.0 rc
> 2, 0.7.1, 0.7.0
>
> Attachments: CASSANDRA-1833.patch
>
>
> java RMI does not serialize ByteBuffer; revert clustertool to use String for
> key
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.