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
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
Create a basic query in data explorer
Run. All works fine.
Turn off graph smoothing. Usually runs OK once.
Run query again. Error occurs and you need to reload page.
Expected behavior:
Turning off graph smoothing shouldn't cause an error after multiple runs.
Actual behavior:
Turning off graph smoothing causes an error after when you try to run query again.
About your environment
InfluxDB cloud trial
Config:
Logs:
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.# Note: This command will run for at least 30 seconds.
curl -o profiles.tar.gz "http://localhost:8086/debug/pprof/all?cpu=true"
curl -o vars.txt "http://localhost:8086/debug/vars"
iostat -xd 1 30 > iostat.txt
# Attach the `profiles.tar.gz`, `vars.txt`, and `iostat.txt` output files.
The text was updated successfully, but these errors were encountered:
About the bug
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
Expected behavior:
Turning off graph smoothing shouldn't cause an error after multiple runs.
Actual behavior:
Turning off graph smoothing causes an error after when you try to run query again.
About your environment
InfluxDB cloud trial
Config:
Logs:
Performance:
Generate profiles with the following commands for bugs related to performance, locking, out of memory (OOM), etc.
The text was updated successfully, but these errors were encountered: