Thank you.

Is it also possible to see whether a row is deleted using the Thrift remove 
method. I.e. how can I see in the log whether or not there is a row tombstone 
when retrieving the row?

(I am investigating an issue where sometimes a deleted row resurrects).

Rene 

-----Original Message-----
From: Sylvain Lebresne [mailto:sylv...@datastax.com] 
Sent: vrijdag 21 oktober 2011 13:16
To: user@cassandra.apache.org
Subject: Re: log line question

On Fri, Oct 21, 2011 at 12:48 PM, Rene Kochen
<rene.koc...@emea.schange.com> wrote:
> Given the following log line:
>
>
>
> DEBUG [ReadStage:20] 11:39:07,028 collecting 0 of 2147483647:
> SuperColumn(2150726f70657274696573 [64617461:false:4@1319189945952058,])
>
>
>
> What does "false:4" in the column mean?

false means the column is live (not a tombstone) and 4 is the length
of the value (the value is not displayed in that log output).

--
Sylvain

>
>
>
> Thanx!
>
>
>
> Rene

Reply via email to