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

Added Partial Writes, and malformatted requests #6

Merged
merged 5 commits into from
Jan 12, 2016
Merged

Added Partial Writes, and malformatted requests #6

merged 5 commits into from
Jan 12, 2016

Conversation

mvadu
Copy link
Contributor

@mvadu mvadu commented Jan 12, 2016

InfluxDB returns Http 400 for bad requests. If the request has multiple points to write, then some of them might be processed before getting a mal-formatted line.
e.g. of complete failure are string values, with unbalanced quotes. All requests after such a point are rejected.
e.g. of partial write are points with Double.NaN, where all other good points are processed normally.

InfluxDB.Client.Net will now throw an InfluxDBException, with Reason set to partial write or Failed to Write, and FailedPoint set to first point creating the said failure.

mvadu added a commit that referenced this pull request Jan 12, 2016
Added Partial Writes, and malformatted requests
@mvadu mvadu merged commit 4193d67 into master Jan 12, 2016
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.

1 participant