You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Aleksey Yeschenko (JIRA)" <ji...@apache.org> on 2015/05/23 02:13:17 UTC

[jira] [Updated] (CASSANDRA-9465) No client warning on tombstone threshold

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

Aleksey Yeschenko updated CASSANDRA-9465:
-----------------------------------------
    Fix Version/s:     (was: 2.2.0 rc1)
                   2.2.x

> No client warning on tombstone threshold
> ----------------------------------------
>
>                 Key: CASSANDRA-9465
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9465
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Adam Holmberg
>            Priority: Minor
>             Fix For: 2.2.x
>
>
> It appears that a client warning is not coming back for the tombstone threshold case. The batch warning works.
> Repro:
> Create a data condition with tombstone_warn_threshold < tombstones < tombstone_failure_threshold
> Query the row
> Expected:
> Warning in server log, warning returned to client
> I'm basing this expectation on what I see [here|https://github.com/apache/cassandra/blob/68722e7e594d228b4bf14c8cd8cbee19b50835ec/src/java/org/apache/cassandra/db/filter/SliceQueryFilter.java#L235-L247]
> Observed:
> Warning in server log, no warning flag in response message.



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