Re: Read after Write inconsistent at times

2017-02-24 Thread Petrus Gomes
Hi, Check the tombstone count, If is it to high, your query will be impacted. If tombstone is a problem, you can try to reduce your "gc_grace_seconds" to reduce tombstone count(Carefully because you use cross data centers). Tchau, Petrus Silva On Fri, Feb 24, 2017 at 12:07 AM, Jan Kesten wro

Re: How do you monitoring Cassandra Cluster?

2017-06-28 Thread Petrus Gomes
I'm using JMX+Prometheus and Grafana. JMX = https://github.com/prometheus/jmx_exporter Prometheus + Grafana = https://prometheus.io/docs/visualization/grafana/ There are some dashboard examples like that: https://grafana.com/dashboards/371 Looks good. Thanks, Petrus Silva On Wed, Jun 28, 2017 at

Re: Cassandra seems slow when having many read operations

2017-07-13 Thread Petrus Gomes
How is your Percent Repaired when you run " nodetool info" ? Search for : "reduced num_token = improved performance ??" topic. The people were discussing that. How is your compaction is configured? Could you run the same process in command line to have a measurement? Thanks, Petrus Silva On

Re: Cassandra seems slow when having many read operations

2017-07-14 Thread Petrus Gomes
t; explain the latency in reads. I will try to run a repair on cluster to see > how it goes. > > Felipe Esteves > > Tecnologia > > felipe.este...@b2wdigital.com > > Tel.: (21) 3504-7162 ramal 57162 > > Skype: felipe2esteves > > 2017-07-13 15:02 GMT-03:00 Petru

Re: Quick question to config Prometheus to monitor Cassandra cluster

2017-07-20 Thread Petrus Gomes
I use the same environment. Follow a few links: Use this link, is the best one to connect Cassandra and prometheus: https://www.robustperception.io/monitoring-cassandra-with-prometheus/ JMX agent: https://github.com/nabto/cassandra-prometheus https://community.grafana.com/t/how-to-connect-prometh

Re: Cassandra seems slow when having many read operations

2017-07-21 Thread Petrus Gomes
; > felipe.este...@b2wdigital.com > > > > 2017-07-15 3:23 GMT-03:00 Petrus Gomes : > >> Hi Felipe, >> >> Yes, try it and let us know how it goes. >> >> Thanks, >> Petrus Silva. >> >> On Fri, Jul 14, 2017 at 11:37 AM, Felipe Esteves

Re: Upgrading from Cassandra 3.9 to Cassandra 3.11

2017-08-04 Thread Petrus Gomes
Hi Igor, Have a look into that document. ;-) https://github.com/apache/cassandra/blob/cassandra-3.11/NEWS.txt Thanks, Petrus Silva On Fri, Aug 4, 2017 at 10:15 AM, Igor Leão wrote: > Hi there, > > Is it possible to add a Cassandra 3.11 node into a Cassandra 3.9 cluster? > I wish I could upgrade