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
Run the influx.exe client in another, use a database.
Run this: insert a\ b value=1
Run this and observe a single record: select * from "a b"
Go back to the server and kill it. Restart it.
Run the select again and observe no records when there should be one
Run the insert and then the select again and observe the two records
Expected behavior: I should not have to insert data before I can query it.
The problem does not exist without whitespace in the measure name. This is a showstopper for me as my server is restarted daily (for other reasons) and reports are ran shortly after the server is up.
The text was updated successfully, but these errors were encountered:
The code for parsing a key our of the WAL or TSM files in the engine
was naive and didn't account for measurements with escape chars. This
uses the correct parsing code to parse and load them correctly.
Fixes#6496
The code for parsing a key our of the WAL or TSM files in the engine
was naive and didn't account for measurements with escape chars. This
uses the correct parsing code to parse and load them correctly.
Fixes#6496
Bug report
System info: Recent .13 Nightly on Windows 10
Steps to reproduce:
Expected behavior: I should not have to insert data before I can query it.
The problem does not exist without whitespace in the measure name. This is a showstopper for me as my server is restarted daily (for other reasons) and reports are ran shortly after the server is up.
The text was updated successfully, but these errors were encountered: