Re: Understanding multi region read query and latency

2022-08-09 Thread Bowen Song via user
Adding sleep to solve racing conditions is a bad practice, and should be avoided if possible. Instead, use read and write CL that guarantees strong consistency when it is required/needed. On 09/08/2022 23:49, Jim Shaw wrote: Raphael:    Have you found  root cause ? If not, here are a few

Re: Understanding multi region read query and latency

2022-08-09 Thread Jim Shaw
Raphael: Have you found root cause ? If not, here are a few tips, based on what I experienced before, but may not be same as your case, just hope it is helpful. 1) app side called wrong code module get the cql from system.prepared_statements cql statement is helpful to developers to search

RE: RPM Installation on RHEL7 broken

2022-08-09 Thread Amit Patel via user
Thank you Yakir From: Stéphane Alleaume Sent: 09 August 2022 14:21 To: Yakir Gibraltar Cc: user@cassandra.apache.org; Amit Patel Subject: Re: RPM Installation on RHEL7 broken CAUTION: This email comes from outside Euroclear! Be vigilant! Thanks you very much :-) Kind regards Stéphane Le

Re: RPM Installation on RHEL7 broken

2022-08-09 Thread Stéphane Alleaume
Thanks you very much :-) Kind regards Stéphane Le mar. 9 août 2022, 15:16, Yakir Gibraltar a écrit : > The issue is this commit on 4.0.5: > https://github.com/apache/cassandra/commit/cd0a40d09e5c029e3cac260ecf4cb3dc02deabc7 > From: > Requires: jre >= 1.8.0 > To: > Requires: (jre-1.8.0 *or*

Re: RPM Installation on RHEL7 broken

2022-08-09 Thread Yakir Gibraltar
The issue is this commit on 4.0.5: https://github.com/apache/cassandra/commit/cd0a40d09e5c029e3cac260ecf4cb3dc02deabc7 From: Requires: jre >= 1.8.0 To: Requires: (jre-1.8.0 *or* jre-11) But support for “Boolean Dependencies” was added only in rpm version 4.13, CentOS 7 with rpm 4.11.3. This is my

RE: RPM Installation on RHEL7 broken

2022-08-09 Thread Amit Patel via user
Hi Stephane, I have followed same instruction but new rpm version 4.0.5 is broken(bug) and there are no other package on that repo (download base url for rhel) so I can not install older stable version. Kind regards, Amit Patel From: Stéphane Alleaume Sent: 09 August 2022 13:32 To:

Re: RPM Installation on RHEL7 broken

2022-08-09 Thread Stéphane Alleaume
Hi Hope it will help : https://cassandra.apache.org/doc/trunk/cassandra/getting_started/installing.html#installing-the-rpm-packages 1. Add the Apache repository of Cassandra to the file /etc/yum.repos.d/cassandra.repo (as the root user). The latest major version is 4.0 and the

RPM Installation on RHEL7 broken

2022-08-09 Thread Amit Patel via user
Hi All, We are facing the issue on RHEL7 as well , we have java8 installed on the system but when I tried to install yum install Cassandra or even localinstall(downloaded rpm) gives similar error as below . There are bug report for this issue