Queries Not Returning All Tag Key / Value Combinations Depending on Start Time in Range #20753
Description
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
- Have two sets of Tag Key / Tag Value pairs, one with older data and one with newer data
- Perform a Flux query with a timeframe that begins before the new data was entered (example in Query1.txt)
- Perform a Flux query with a timeframe that begins within when the new data was entered (example in Query2.txt)
Expected behavior:
When either Flux query comes back, it should list all the Tag Key / Tag Value and Field Key combinations that contain data with timestamps that fall between the start time and the stop time
Actual behavior:
When the Flux query that had an older start date came back, it only showed the Tag Key / Tag Value and Field Key combinations that contained data first, the newer Tags weren't shown. When the Flux query that didn't have a start date as far back returned, it only showed the Tags that had data recently added to them. I have attached CSV files that I downloaded after performing these queries and it can easily be seen that the query with the older start date doesn't pick up the Tag Key / Tag Values that are present in the CSV from the query with the later start date.
Environment info:
- Running on InfluxDB 2.0 Free Version in Google Chrome
Config:
Logs:
Performance:
Files:
outputFromQuery1.txt
Query1.txt
Query2.txt
outputFromQuery2.txt