[
https://issues.apache.org/jira/browse/CASSANDRA-553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12781576#action_12781576
]
Jonathan Ellis commented on CASSANDRA-553:
------------------------------------------
Is there a way we can use sortByProximity instead of adding the similar
getProximityMap?
storageproxy method should check to see if the destination nodes are alive and
throw UnavailableException immediately if not enough are to satisfy the
consistencylevel, as in insertBlocking
Style notes:
// comments should have a space after the // :)
when breaking method calls across multiple lines, please align parameters as in
http://wiki.apache.org/cassandra/CodeStyle
> Create copy method in thrift
> ----------------------------
>
> Key: CASSANDRA-553
> URL: https://issues.apache.org/jira/browse/CASSANDRA-553
> Project: Cassandra
> Issue Type: New Feature
> Components: Core
> Affects Versions: 0.9
> Environment: Cassandra on Linux
> Reporter: Vijay
> Assignee: Vijay
> Priority: Minor
> Fix For: 0.9
>
> Attachments: Copy-CASS.patch
>
> Original Estimate: 504h
> Remaining Estimate: 504h
>
> Needed support to Copy method in Cassandra,
> Requirement: Currently users are not allowed to change the Row Key in the
> server side, they need to copy the data @ client. This patch will provide the
> functionality of copying the data using the new RowID (The values will not be
> changed it will be duplicated) @ Cassandra server time.
> The new copy will be using the consistency level.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.