Good to hear, thanks. I didn't find that in my searches.
On Feb 25, 2014 3:13 AM, "Sylvain Lebresne" wrote:
> You're running into https://issues.apache.org/jira/browse/CASSANDRA-6623.
> It will be fixed in 2.0.6 but you can read the comments there for more
> details.
>
>
> On Tue, Feb 25, 2014 at
You're running into https://issues.apache.org/jira/browse/CASSANDRA-6623.
It will be fixed in 2.0.6 but you can read the comments there for more
details.
On Tue, Feb 25, 2014 at 9:02 AM, J Robert Ray wrote:
> Thanks Daniel.
>
> I am taking care to only expire the one column. There are other col
Thanks Daniel.
I am taking care to only expire the one column. There are other columns so
my row isn't completely deleted.
On Feb 24, 2014 11:37 PM, "Daniel Shelepov" wrote:
> For the case where you don't get the update, is your whole row removed
> when TTL expires? If so, you're essentially lo
For the case where you don't get the update, is your whole row removed when
TTL expires? If so, you're essentially looking at a non-existing row, and I
think it's not too surprising that a "if col=null" test will behave
differently; I personally wouldn't call it a bug. If you're dealing with
disa