Re: Connections info

2018-10-04 Thread Max C.
Looks like the number of connections is available in JMX as: org.apache.cassandra.metrics:type=Client,name=connectedNativeClients http://cassandra.apache.org/doc/4.0/operating/metrics.html "Number of clients connected to this nodes

Connections info

2018-10-04 Thread Abdul Patel
Hi All, Can we get number of users connected to each node in cassandra? Also can we get from whixh app node they are connecting from?

Re: TTL tombstones in Cassandra using LCS are cretaed in the same level data TTLed data?

2018-10-04 Thread Gabriel Giussi
Hello Alain, thanks again for answering. Yes, I believe during the next compaction following the expiration date, > the entry is 'transformed' into a tombstone, and lives in the SSTable that > is the result of the compaction, on the level/bucket this SSTable is put > into. > Great, however I'm

Re: Metrics matrix: migrate 2.1.x metrics to 2.2.x+

2018-10-04 Thread Carl Mueller
for 2.1.x we had a custom reporter that delivered metrics to datadog's endpoint via https, bypassing the agent-imposed 350. But integrating that required targetting the other shared libs in the cassandra path, so the build is a bit of a pain when we update major versions. We are migrating our