Alexey Zotov created CASSANDRA-4724:
---------------------------------------
Summary: Some operations of HintedHandOffManager bean have wrong
output
Key: CASSANDRA-4724
URL: https://issues.apache.org/jira/browse/CASSANDRA-4724
Project: Cassandra
Issue Type: Bug
Components: Tools
Affects Versions: 1.1.2
Environment: Cassandra 1.1.2
Reporter: Alexey Zotov
Assignee: Alexey Zotov
Priority: Minor
Fix For: 1.2.1
I suggest to change output of listEndpointsPendingHints and countPendingHints
operations in HintedHandOffManager bean.
Current output:
- listEndpointsPendingHints:
{code}
c�.@ÁM��JprV���c�.@ÁM��JprV���
{code}
- countPendingHints:
{code}
116570217535704627=1170
{code}
Suggested output:
- listEndpointsPendingHints:
{code}
localhost/127.0.0.1
{code}
- countPendingHints:
{code}
localhost/127.0.0.1=1170
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira