Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Turning off graph smoothing causes cloud web ui to stop working. #6974

Open
jamesdebono opened this issue Nov 19, 2024 · 0 comments
Open

Turning off graph smoothing causes cloud web ui to stop working. #6974

jamesdebono opened this issue Nov 19, 2024 · 0 comments
Labels
kind/bug Something isn't working team/ui

Comments

@jamesdebono
Copy link

About the bug

Steps to reproduce:
List the minimal actions needed to reproduce the behavior.

  1. Create a basic query in data explorer
  2. Run. All works fine.
  3. Turn off graph smoothing. Usually runs OK once.
  4. 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.
@jamesdebono jamesdebono added kind/bug Something isn't working team/ui labels Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Something isn't working team/ui
Projects
None yet
Development

No branches or pull requests

1 participant