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

fix: hard limit on field size while parsing line protocol #22525

Merged
merged 1 commit into from
Sep 20, 2021

Conversation

danxmoran
Copy link
Contributor

Closes #22312

Backports #22311

Per https://docs.influxdata.com/influxdb/v2.0/reference/syntax/line-protocol/#string
we only support 64KB, but 1MB is a more realistic practical limit. Before this commit there was
no enforcement of field value size.

Co-authored-by: Sam Arnold <sarnold@influxdata.com>
@danxmoran danxmoran merged commit 262fecb into 2.0 Sep 20, 2021
@danxmoran danxmoran deleted the dm-backport-max-field-value-size-22312 branch September 20, 2021 20:38
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.

2 participants