Skip to content

[1.2.0] Cannot read from measurement if its name is starting with an underscore. #8044

Closed
@mariusoe

Description

Bug report

Hey,

in InfluxDB version 1.2.0 it is not possible to read from measurements starting with an underscore. If the name of a measurement starts with "_" the response is always empty. In a previous version (e.g. 1.0.1), the measurements could be queried as expected.

System info: Windows 7 / InfluxDB 1.2.0

Steps to reproduce:

  1. Create a measurement starting with an underscore. E.g.: _data
  2. Reading from the measurement. E.g.: SELECT * FROM _data

Expected behavior: The data contained in the measurement

Actual behavior: An empty response

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions