influxdata / influxdata/ui

Influx Db starts to crash when Schema.measurments flux query is used

Open
#6,672 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

kind/bug 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. Open influx script editor
2. Run import "influxdata/influxdb/schema"
schema.measurement(bucket: "test")
3. You can influx db gets crashed as showed in below image
![image](https://user-images.githubusercontent.com/130597064/231553231-0ca12930-afe9-4b35-92b2-705745315103.png)

**Expected behavior:**
when a user types the query import "influxdata/influxdb/schema"
schema.measurement(bucket: "test") and then do the search UI should give response as provided in influx documents
![image](https://user-images.githubusercontent.com/130597064/231553537-bfc9613e-44ef-43b3-8777-9ea89aef1518.png)

## About your environment

**Environment info:**
Currently running windows with influx OSS 2.7

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in the Influx script editor and reproduce the issue on Windows with Influx OSS 2.7 using import "influxdata/influxdb/schema" and schema.measurement(bucket: "test"). Compare the behavior with the documented response shown in the issue. Done means the query no longer crashes InfluxDB and the UI displays the expected response.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.