Description
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
- open dashboard set to 5s auto-refresh
- wait for it
- no fresh data, even though there are new data in the DB.
Expected behavior:
Every 5s the dashboard will auto-refresh with new data.
Actual behavior:
The time frame on the graph incremented, but without update with data. There is no new network call to update the data.
Environment info:
-
System info: Run
uname -srm
and copy the output here
Linux 4.15.0-142-generic x86_64 -
InfluxDB version: Run
influxd version
and copy the output here
InfluxDB 2.0.6 (git: 4db98b4) build_date: 2021-04-29T16:48:12Z -
Other relevant environment details: Container runtime, disk info, etc
Config:
Copy any non-default config values here or attach the full config as a gist or file.
Logs:
Include snippet of errors in log.
Performance:
Generate profiles with the following commands for bugs related to performance, locking, out of memory (OOM), etc.
# Commands should be run when the bug is actively happening.
# Note: This command will run for ~30 seconds.
curl -o profiles.tar.gz "http://localhost:8086/debug/pprof/all?cpu=30s"
iostat -xd 1 30 > iostat.txt
# Attach the `profiles.tar.gz` and `iostat.txt` output files.