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 2014/04/09 14:34:18 UTC

[jira] [Updated] (CASSANDRA-6796) StorageProxy may submit hint to itself (with an assert) for CL.Any

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

Jonathan Ellis updated CASSANDRA-6796:
--------------------------------------

    Reproduced In: 2.0.6, 2.0.5  (was: 2.0.5, 2.0.6)
    Fix Version/s: 2.0.7

> StorageProxy may submit hint to itself (with an assert) for CL.Any
> ------------------------------------------------------------------
>
>                 Key: CASSANDRA-6796
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6796
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Viktor Kuzmin
>            Priority: Minor
>             Fix For: 2.0.7
>
>
> StorageProxy.mutate may  produce WriteTimoutException and with ConsistencyLevel.ANY it tries to submitHint. But submitHint function have assertation - we may not send hints to ourself. That may lead to exception (in case we're among natural endpoints) and hint will be not submitted to other endpoints.



--
This message was sent by Atlassian JIRA
(v6.2#6252)