cassandra-diagnostics
cassandra-diagnostics copied to clipboard
Got 'An error occured while reporting query'
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:
- module: io.smartcat.cassandra.diagnostics.module.slowquery.SlowQueryModule
measurement: queryReport
options:
slowQueryThresholdInMilliseconds: 100
slowQueryReportEnabled: true
reporters:
- io.smartcat.cassandra.diagnostics.reporter.LogReporter
This is weird. What versions of C* and diagnostics are you using?