add ability to return  "endpoints" to nodetool
----------------------------------------------

                 Key: CASSANDRA-2776
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2776
             Project: Cassandra
          Issue Type: Improvement
          Components: Tools
            Reporter: Patricio Echague
            Assignee: Patricio Echague
            Priority: Minor
             Fix For: 0.8.1


- add "nodetool endpoints" 

- take care of this FIXME:
  {code} 
    public List<InetAddress> getEndpoints(String keyspace, String key)
    {
        // FIXME: string key
        return ssProxy.getNaturalEndpoints(keyspace, key.getBytes(UTF_8));
    }
  {code} 



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to