Skip to content

influxdb output: treat field type conflicts as a successful write#2311

Merged
sparrc merged 1 commit intomasterfrom
cs2245
Jan 24, 2017
Merged

influxdb output: treat field type conflicts as a successful write#2311
sparrc merged 1 commit intomasterfrom
cs2245

Conversation

@sparrc
Copy link
Copy Markdown
Contributor

@sparrc sparrc commented Jan 24, 2017

If we write a batch of points and get a "field type conflict" error
message in return, we should drop the entire batch of points because
this indicates that one or more points have a type that doesnt match the
database.

These errors will never go away on their own, and InfluxDB will
successfully write the points that dont have a conflict.

closes #2245

Required for all PRs:

  • CHANGELOG.md updated (we recommend not updating this until the PR has been approved by a maintainer)
  • Sign CLA (if not already signed)
  • README.md updated (if adding a new plugin)

If we write a batch of points and get a "field type conflict" error
message in return, we should drop the entire batch of points because
this indicates that one or more points have a type that doesnt match the
database.

These errors will never go away on their own, and InfluxDB will
successfully write the points that dont have a conflict.

closes #2245
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Field type conflict blocks the output buffer

1 participant