influxdata / influxdata/ui

Searching imported data from xk6-influxdb stream

Open
#5,373 0 comments 0 reactions 0 assignees View on GitHub
kind/bug team/edge team/ui
Dominant language
TypeScript
Stars
117
Forks
51
Avg merge
2d 15h
Merged PRs (30d)
4

Description

## About the bug

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

1. Kick off K6 load test with -out switch pointing to influxdb instance (K6 env variables all set with correct values)
2. Pull up K6 Load Test Results dashboard
3. in InfluxDb, open up the bucket capturing the data, open up a search and click on the little forward arrows to get to next page

**Expected behavior:**
Next series of data to be displayed

**Actual behavior:**
after 5 - 6 pages, got error 'InfluxDB error'

**Visual Proof:**

## About your environment

Win 10 - all components running locally. K6 script kicked off in Windows Powershell, local copies of Influx v2, Grafana Server running, Telegraf collector running (although this is not used - data streamed from xk6_Influx itself)

**Config:**

K6_INFLUXDB_ADDR=http://localhost:8086
K6_INFLUXDB_BUCKET=myk6db
K6_INFLUXDB_ORGANIZATION=ExpleoGroup
K6_INFLUXDB_TOKEN=V8-mRM ......

**Logs:**

**Performance:**
Generate profiles with the following commands for bugs related to performance, locking, out of memory (OOM), etc.

```sh
# 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.
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.