cassandra-diagnostics icon indicating copy to clipboard operation
cassandra-diagnostics copied to clipboard

Cassandra Node Diagnostics Tools

Results 24 cassandra-diagnostics issues
Sort by recently updated
recently updated
newest added

I'm raising this issue to ask if this this repo is being actively maintained or if the existing maintainers plan to provide an upgrade for Cassandra versions > 3.0. The...

Getting this error on log. QueryProcessorWrapper.java:152 - An error occured while reporting query java.lang.NullPointerException: null config : ``` connector: enableTracing: true global: systemName: "cassandra-diagnostic" reporters: - reporter: io.smartcat.cassandra.diagnostics.reporter.LogReporter modules: -...

vagrant@192:~$ curl localhost:8998/version 1.4.10 cassandra-diagnostics.yml: ``` global: systemName: "smartcat-cassandra-cluster" reporters: - reporter: io.smartcat.cassandra.diagnostics.reporter.LogReporter modules: - module: io.smartcat.cassandra.diagnostics.module.heartbeat.HeartbeatModule measurement: heartbeat options: period: 15 timeunit: MINUTES reporters: - io.smartcat.cassandra.diagnostics.reporter.LogReporter - module: io.smartcat.cassandra.diagnostics.module.slowquery.SlowQueryModule...

Since Measurement object can be used in other projects it should be serializable.

When `mvn clean verify -P integration-test` is run, following test reports an error: ``` Results : Tests in error: ITConnector.setUp:47 » Runtime java.lang.reflect.InvocationTargetException Tests run: 1, Failures: 0, Errors: 1,...

Changes towards 2.0.0 version Switching to actors and decoupling of components

Update bytebuddy to latest and update injection code.

Often it is useful to have info about the SSTable and partition sizes, especially during the review process. If possible, diagnostics should provide that.

By default LogReporter will push data to casssandra system.log It should be configurable and by default use another log file.

enhancement

Cleanup measurement class and consider having simple and complex measurement classes instead of enum.