You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2009/10/23 19:53:59 UTC

[jira] Assigned: (CASSANDRA-441) Verify that quorum reads throw UnavailableException if insufficient live nodes are present

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

Jonathan Ellis reassigned CASSANDRA-441:
----------------------------------------

    Assignee: Jonathan Ellis  (was: Chris Goffinet)

Looks like what is going on is, we never check for node live-ness before the send, so it will end up timing out.

This is unavoidable if a node died so recently that the failure detector hasn't noticed (a few seconds), but we should definitely check and throw an error if there aren't enough live nodes to satisfy the consistency requirements.


> Verify that quorum reads throw UnavailableException if insufficient live nodes are present
> ------------------------------------------------------------------------------------------
>
>                 Key: CASSANDRA-441
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-441
>             Project: Cassandra
>          Issue Type: Task
>            Reporter: Jonathan Ellis
>            Assignee: Jonathan Ellis
>            Priority: Minor
>             Fix For: 0.5
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.