You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Philip Thompson (JIRA)" <ji...@apache.org> on 2015/07/16 16:59:09 UTC

[jira] [Updated] (CASSANDRA-9815) Tracing doesn't seem to display tombstones read accurately

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

Philip Thompson updated CASSANDRA-9815:
---------------------------------------
    Reproduced In: 2.2.0 rc2, 3.x  (was: 3.x, 2.2.0 rc2)
    Fix Version/s: 2.2.x

> Tracing doesn't seem to display tombstones read accurately
> ----------------------------------------------------------
>
>                 Key: CASSANDRA-9815
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-9815
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Tools
>            Reporter: Shawn Kumar
>            Priority: Minor
>              Labels: tracing
>             Fix For: 2.2.x
>
>         Attachments: tracescreen.png
>
>
> It seems that where tracing [once|http://stackoverflow.com/questions/27063508/how-to-get-tombstone-count-for-a-cql-query] tracked how many tombstones were read in a query, it no longer happens.
> Can reproduce with the following:
> 1. Create a simple key, val table.
> 2. Insert a couple rows
> 3. Flush
> 4. Delete a row, add an additional couple rows
> 5. Flush
> 6. Try to query deleted row or select *. 
> In the trace it never mentions reading a tombstoned cell, no matter what. Instead you get a line like the following: "Read 0 live and 0 tombstone cells [SharedPool-Worker-3]". Attached is a screenshot of the trace. 



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