You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "C. Scott Andreas (JIRA)" <ji...@apache.org> on 2018/11/19 02:08:01 UTC

[jira] [Updated] (CASSANDRA-12774) Expose dc in Unavailable exception errors

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

C. Scott Andreas updated CASSANDRA-12774:
-----------------------------------------
    Component/s: Observability
                 CQL

> Expose dc in Unavailable exception errors
> -----------------------------------------
>
>                 Key: CASSANDRA-12774
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-12774
>             Project: Cassandra
>          Issue Type: Bug
>          Components: CQL, Observability
>            Reporter: Andy Tolbert
>            Priority: Minor
>
> For protocol v5 or later, it could be useful if Unavailable optionally included the DC that could not meet the CL.  
> For example. if a user has a keyspace with RF of { dc1: 3, dc2: 3 } and they make a query at {{EACH_QUORUM}} and not enough replicas are available in dc2, an {{UnavailableException}} will be sent to the client with X available and 2 required, but we don't know which DC failed.  It looks like {{UnavailableException}} already has a constructor that takes in the DC (see [here|https://github.com/apache/cassandra/blob/cassandra-3.0/src/java/org/apache/cassandra/exceptions/UnavailableException.java#L33]) so this could be feasible.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org