You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was testing the Optimization Tab and saw that the "Non-Paged CQL Reads" gauge isn't working. After a couple hours debugging, I found out that the query is crashing due a [[by]] inside the statement that isn't present in any other gauge.
To make sure I replicated it into other versions and also at Scylla Cloud and we still have the same problem. Maybe it is affecting other versions, but it would be really good to check it out.
Installation details
Dashboard Name: Scylla CQL
Scylla-Monitoring Version: 4.6, 4.7 (tested)
Scylla-Version: Any
Problem
I was testing the Optimization Tab and saw that the "Non-Paged CQL Reads" gauge isn't working. After a couple hours debugging, I found out that the query is crashing due a
[[by]]
inside the statement that isn't present in any other gauge.To make sure I replicated it into other versions and also at Scylla Cloud and we still have the same problem. Maybe it is affecting other versions, but it would be really good to check it out.
Here's the current query:
The new query with the fix:
Hope that it helps somehow.
The text was updated successfully, but these errors were encountered: