smartcat-labs / cassandra-diagnostics

Cassandra Node Diagnostics Tools
Apache License 2.0
51 stars 6 forks source link

Got 'An error occured while reporting query' #297

Open stephanustedy opened 6 years ago

stephanustedy commented 6 years ago

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
mgobec commented 5 years ago

This is weird. What versions of C* and diagnostics are you using?