influxdata / influxdata/ui

New query experience returns "invalid string length" for large query

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

Description

In Monitor301, I executed the following query:

from(bucket: "fluxdocsd")
|> range(start: v.timeRangeStart, stop: v.timeRangeStop)
|> filter(fn: (r) => r._measurement == "internal_write")

If I execute it with a 2d time range, I get an error "Invalid string length". If I shorten the time to 6h, it works. In the old data explorer, it works for both 6h and 2d. I didn't see an exception in the Javascript console.

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.