Re: Cassandra DCOS | monitoring connection and user activity

2018-10-31 Thread Anup Shirolkar
Hi, Looks like you need a monitoring for Cassandra but without using JMX. It is possible to use metric reporting libraries in Cassandra: https://wiki.apache.org/cassandra/Metrics#Reporting I do not have specific experience with using Cassandra on DCOS but, monitoring with libraries and tools shou

Re: Cassandra | Cross Data Centre Replication Status

2018-10-31 Thread Alexander Dejanovski
Akshay, avoid running repair in that case, it'll take way longer than rebuild and it will stream data back to your original DC, even between nodes in that original DC, which is not what you're running after, and could lead to all sorts of troubles. Run "nodetool rebuild " as recommended by Jon an

Re: Cassandra | Cross Data Centre Replication Status

2018-10-31 Thread Surbhi Gupta
Repair will take way more time then rebuild. On Wed, Oct 31, 2018 at 6:45 AM Kiran mk wrote: > Run the repair with -pr option on each node which will repair only the > > parition range. > > > > nodetool repair -pr > > On Wed, Oct 31, 2018 at 7:04 PM Surbhi Gupta > wrote: > > > > > > Nodetool re

Re: Cassandra | Cross Data Centre Replication Status

2018-10-31 Thread Kiran mk
Run the repair with -pr option on each node which will repair only the parition range. nodetool repair -pr On Wed, Oct 31, 2018 at 7:04 PM Surbhi Gupta wrote: > > Nodetool repair will take way more time than nodetool rebuild. > How much data u have in your original data center? > Repair should be

Re: Cassandra | Cross Data Centre Replication Status

2018-10-31 Thread Surbhi Gupta
Nodetool repair will take way more time than nodetool rebuild. How much data u have in your original data center? Repair should be run to make the data consistent in case of node down more than hintedhandoff period and dropped mutations. But as a thumb rule ,generally we run repair using opscenter

Cassandra DCOS | monitoring connection and user activity

2018-10-31 Thread Caesar, Maik
Hello All, have someone experience with monitoring cassandra in DCOS? If we increase the load to the Casandra in DCOS, the application get timeouts and loose the connection and I do not have any information about what happened. Is there a way to get information about the amount of current connecti