[jira] [Updated] (CASSANDRA-2776) add ability to return "endpoints" to nodetool

2011-06-23 Thread Patricio Echague (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-2776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patricio Echague updated CASSANDRA-2776:


Attachment: CASSANDRA-2776-0.8.2-1.txt

> 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
>  Labels: nodetool, tools
> Fix For: 0.8.2
>
> Attachments: CASSANDRA-2776-0.8.2-1.txt
>
>
> - add "nodetool endpoints" 
> - take care of this FIXME:
>   {code} 
> public List getEndpoints(String keyspace, String key)
> {
> // FIXME: string key
> return ssProxy.getNaturalEndpoints(keyspace, key.getBytes(UTF_8));
> }
>   {code} 
> NOTE: Use the key type info we have now, to decode the key-as-string.

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




[jira] [Updated] (CASSANDRA-2776) add ability to return "endpoints" to nodetool

2011-06-23 Thread Patricio Echague (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-2776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patricio Echague updated CASSANDRA-2776:


Attachment: CASSANDRA-2776-0.8.2-2.txt

> 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
>  Labels: nodetool, tools
> Fix For: 0.8.2
>
> Attachments: CASSANDRA-2776-0.8.2-2.txt
>
>
> - add "nodetool endpoints" 
> - take care of this FIXME:
>   {code} 
> public List getEndpoints(String keyspace, String key)
> {
> // FIXME: string key
> return ssProxy.getNaturalEndpoints(keyspace, key.getBytes(UTF_8));
> }
>   {code} 
> NOTE: Use the key type info we have now, to decode the key-as-string.

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




[jira] [Updated] (CASSANDRA-2776) add ability to return "endpoints" to nodetool

2011-06-23 Thread Patricio Echague (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-2776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patricio Echague updated CASSANDRA-2776:


Attachment: (was: CASSANDRA-2776-0.8.2-1.txt)

> 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
>  Labels: nodetool, tools
> Fix For: 0.8.2
>
> Attachments: CASSANDRA-2776-0.8.2-2.txt
>
>
> - add "nodetool endpoints" 
> - take care of this FIXME:
>   {code} 
> public List getEndpoints(String keyspace, String key)
> {
> // FIXME: string key
> return ssProxy.getNaturalEndpoints(keyspace, key.getBytes(UTF_8));
> }
>   {code} 
> NOTE: Use the key type info we have now, to decode the key-as-string.

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




[jira] [Updated] (CASSANDRA-2776) add ability to return "endpoints" to nodetool

2011-06-15 Thread Patricio Echague (JIRA)

 [ 
https://issues.apache.org/jira/browse/CASSANDRA-2776?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patricio Echague updated CASSANDRA-2776:


Description: 
- add "nodetool endpoints" 

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

NOTE: Use the key type info we have now, to decode the key-as-string.


  was:
- add "nodetool endpoints" 

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




> 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
>  Labels: nodetool, tools
> Fix For: 0.8.1
>
>
> - add "nodetool endpoints" 
> - take care of this FIXME:
>   {code} 
> public List getEndpoints(String keyspace, String key)
> {
> // FIXME: string key
> return ssProxy.getNaturalEndpoints(keyspace, key.getBytes(UTF_8));
> }
>   {code} 
> NOTE: Use the key type info we have now, to decode the key-as-string.

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