Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

influxMissingData not updated properly #3

Open
ctberthiaume opened this issue Jun 1, 2017 · 1 comment
Open

influxMissingData not updated properly #3

ctberthiaume opened this issue Jun 1, 2017 · 1 comment
Labels

Comments

@ctberthiaume
Copy link
Owner

ctberthiaume commented Jun 1, 2017

If no fields are defined when writing a point to InfluxDB then the special boolean field ‘influxMissingData’ is set to true. Otherwise InfluxDB won't store the point at all. If fields are defined then 'influxMissingData' isn't set. If a point's fields are populated on subsequent imports then the missing data field will still report true because it doesn't get set when fields are present. The fix is that every record should have ‘influxMissingData’ set to true or false on every write.

@ctberthiaume
Copy link
Owner Author

This may be handled by "drop series" solution to #2. Will wait for resolution of #2 before moving forward with this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant