smartcat-labs / cassandra-diagnostics

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

Construction of QueryReport inside executor submit (performance tuning) #16

Closed nbozic-zz closed 8 years ago

nbozic-zz commented 8 years ago

We have QueryReport now constructed outside executor, we should put it inside executor to construct this object in thread of less importance.

nbozic-zz commented 8 years ago

Changed in #30