You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "sankalp kohli (JIRA)" <ji...@apache.org> on 2015/06/23 03:53:00 UTC

[jira] [Commented] (CASSANDRA-7342) CAS writes does not have hint functionality.

    [ https://issues.apache.org/jira/browse/CASSANDRA-7342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14596992#comment-14596992 ] 

sankalp kohli commented on CASSANDRA-7342:
------------------------------------------

Can't we treat the RowMutation inside a Commit as normal mutation and just drop it into hints. If we do this, we won't be calling PaxosState.commit which won't call SystemKeyspace.savePaxosCommit(proposal);


> CAS writes does not have hint functionality. 
> ---------------------------------------------
>
>                 Key: CASSANDRA-7342
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-7342
>             Project: Cassandra
>          Issue Type: Sub-task
>            Reporter: sankalp kohli
>            Assignee: sankalp kohli
>
> When a dead node comes up, it gets the last commit but not anything which it has missed. 
> This reduces the durability of those writes compared to other writes. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)