On Fri, Dec 9, 2016 at 1:35 AM, Edward Capriolo
wrote:
>
> I copied the wrong issue:
>
> The core issue was this: https://issues.apache.
> org/jira/browse/CASSANDRA-6123
>
Well, my previous remark applies equally well to this ticket so let me just
copy-paste:
"That ticket has nothing to do with L
On Thu, Dec 8, 2016 at 5:10 AM, Sylvain Lebresne
wrote:
> > The reason you don't want to use SERIAL in multi-DC clusters
>
> I'm not a fan of blanket statements like that. There is a high cost to
> SERIAL
> consistency in multi-DC setups, but if you *need* global linearizability,
> then
> you hav
> The reason you don't want to use SERIAL in multi-DC clusters
I'm not a fan of blanket statements like that. There is a high cost to
SERIAL
consistency in multi-DC setups, but if you *need* global linearizability,
then
you have no choice and the latency may be acceptable for your use case. Take
t
Hi DuyHai,
Thank you for the comments.
Yes, that's exactly what I mean.
(Your comment is very helpful to support my opinion.)
As you said, SERIAL with multi-DCs incurs latency increase,
but it's a trade-off between latency and high availability bacause one
DC can be down from a disaster.
I don't
On Wed, Dec 7, 2016 at 8:25 AM, DuyHai Doan wrote:
> The reason you don't want to use SERIAL in multi-DC clusters is the
> prohibitive cost of lightweight transaction (in term of latency),
> especially if your data centers are separated by continents. A ping from
> London to New York takes 52ms j
The reason you don't want to use SERIAL in multi-DC clusters is the
prohibitive cost of lightweight transaction (in term of latency),
especially if your data centers are separated by continents. A ping from
London to New York takes 52ms just by speed of light in optic cable. Since
LightWeight Trans
Hi,
I have been using lightweight transactions for several months now and
wondering what is the benefit of having LOCAL_SERIAL serial consistency level.
With SERIAL, it achieves global linearlizability,
but with LOCAL_SERIAL, it only achieves DC-local linearlizability,
which is missing point of l