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
List the minimal actions needed to reproduce the behavior.
Create a bucket called ["Foobar" 2020-08-03 12:07:40.409 uuid-of-an-experiment] with quotation marks without [ and], with a couple of tags
Go to influxdb data explorer UI and try to load the tag list
Notice "Failed to load tag keys" in UI and in browser HTTP debugger Network request: 400 - error @1:yy-1:xx: undefined identifier Foobar
Expected behavior:
Invalid bucket name shouldn't even be accepted if the queries cannot work for it. Sanitize the bucketname requested or fail the request immediately, with a descriptive error message like "Invalid character " detected".
Alternatively, support special characters like questions marks in the queries being performed by the explorer so that the identifier attempted is "Foobar" not Foobar.
Actual behavior:
Bucket is created, but querying tags and showing data fails. In UI it looks like a problem with the tags or data, but in reality the problem is the bucket name.
Environment info:
influxdb running as a linux container
Image: quay.io/influxdb/influxdb:2.0.0-beta
Image ID: c25b1da9b9cc (I believe this is beta 15?)
The text was updated successfully, but these errors were encountered:
List the minimal actions needed to reproduce the behavior.
Expected behavior:
Invalid bucket name shouldn't even be accepted if the queries cannot work for it. Sanitize the bucketname requested or fail the request immediately, with a descriptive error message like "Invalid character " detected".
Alternatively, support special characters like questions marks in the queries being performed by the explorer so that the identifier attempted is "Foobar" not Foobar.
Actual behavior:
Bucket is created, but querying tags and showing data fails. In UI it looks like a problem with the tags or data, but in reality the problem is the bucket name.
Environment info:
influxdb running as a linux container
Image: quay.io/influxdb/influxdb:2.0.0-beta
Image ID: c25b1da9b9cc (I believe this is beta 15?)
The text was updated successfully, but these errors were encountered: