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

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

Adam Holmberg created CASSANDRA-9465:
----------------------------------------

             Summary: 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.0 rc1


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)