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

Aleksey Yeschenko commented on CASSANDRA-4544:
----------------------------------------------

You are right.
It's just that I called responseHandler.assureSufficientLiveNodes() for each 
mutation before writing to the batchlog, but had another check after the 
batchlog write (in sendToHintedEndpoints, throws UnavaialbeException).
Now they both happen before the batchlog write (for a_b_m) and the question is 
irrelevant.
                
> fix acknowledge_by for batch_mutate
> -----------------------------------
>
>                 Key: CASSANDRA-4544
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-4544
>             Project: Cassandra
>          Issue Type: Sub-task
>            Reporter: Jonathan Ellis
>            Assignee: Aleksey Yeschenko
>            Priority: Minor
>
> CASSANDRA-4414 added TimedOutException.acknowledged_by, but for a batch write 
> will send back the acknowledged_by for a random row, which usually does not 
> reflect the status for the batch as a whole.  Should override this to -1 in 
> that case.

--
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

Reply via email to