t; We are using C* 2.0.14.
>
> I didn't find any jira ticket concerning the issue.
> Regards,
>
>
> --
> *From:* DuyHai Doan
> *Sent:* Wednesday, November 25, 2015 9:39:40 PM
>
> *To:* user@cassandra.apache.org
> *Subject:* Re: list dat
PM
To: user@cassandra.apache.org
Subject: Re: list data value multiplied x2 in multi-datacenter environment
There was several bugs in the past related to list in CQL.
Indeed the timestamp used for list columns are computed server side using a
special algorithm. I wonder if in case of read-repair o
Async(Statement)
> with a fixed-size queue.
>
>
>
> Regards,
>
>
>
> *From:* Jack Krupansky [mailto:jack.krupan...@gmail.com]
> *Sent:* mercredi 25 novembre 2015 18:09
>
> *To:* user@cassandra.apache.org
> *Subject:* Re: list data value multiplied x2 in multi-da
times.com>]
Sent: mercredi 25 novembre 2015 15:39
To: user@cassandra.apache.org<mailto:user@cassandra.apache.org>
Subject: Re: list data value multiplied x2 in multi-datacenter environment
You don't have any syntax in your application anywhere such as:
UPDATE data SET field5 = field5 +
9
> *To:* user@cassandra.apache.org
> *Subject:* Re: list data value multiplied x2 in multi-datacenter
> environment
>
>
>
> You don't have any syntax in your application anywhere such as:
>
>
>
> UPDATE data SET field5 = field5 + [ 1,2,3 ] WHERE field1=...
: user@cassandra.apache.org
Subject: Re: list data value multiplied x2 in multi-datacenter environment
You don't have any syntax in your application anywhere such as:
UPDATE data SET field5 = field5 + [ 1,2,3 ] WHERE field1=...;
Just a quick idempotency check :)
On Wed, Nov 25, 2015 at 9:16 AM,
set for Jira ticket. It is strange that
nobody encounters the same issue.
Minh
From: Jack Krupansky [mailto:jack.krupan...@gmail.com]
Sent: mercredi 25 novembre 2015 15:16
To: user@cassandra.apache.org
Subject: Re: list data value multiplied x2 in multi-datacenter environment
Is the data corrup
You don't have any syntax in your application anywhere such as:
UPDATE data SET field5 = field5 + [ 1,2,3 ] WHERE field1=...;
Just a quick idempotency check :)
On Wed, Nov 25, 2015 at 9:16 AM, Jack Krupansky
wrote:
> Is the data corrupted exactly the same way on all three nodes and in both
> d
Is the data corrupted exactly the same way on all three nodes and in both
data centers, or just on one or two nodes or in only one data center?
Are both columns doubled in the same row, or only one of them in a
particular row?
Does sound like a bug though, worthy of a Jira ticket.
-- Jack Krupan