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
{{ message }}
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
I'm not sure at what version upgrade of either the plugin or grafana this started happening. It's been there for quite a while now, but it was always the case.
But it could indeed be caused by a change in Grafana. After it shows the error, it stops showing the spinner as well even though it continuous to run the last query in the background and eventually updates the graphs. However it doesn't happen in edit mode only, also when just viewing the dashboard.
But perhaps it's fixable in the plugin? Do you receive a cancel event from Grafana that can be used to cancel any running queries?
In Grafana version 6.4.1 this no longer seems to happen, the old query requests are cancelled when ones start before they're finished, without every showing the error. I'll close this ticket.
Bug Report
I very frequently see Grafana showing the following error in graphs:
This wasn't always the case. It's like the running job no longer gets cancelled before a new one is created.
Expected Behavior
If a refresh happens while queries are still running it should cancel the running query job and start a new one.
Actual Behavior
It shows the red exclamation mark with the error mentioned above and no longer finishes the query but waits for a next refresh instead.
Steps to Reproduce the Problem
Specifications
1.0.2
grafana/grafana
6.3.6
The text was updated successfully, but these errors were encountered: