We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
If I write following line (generated by QuickCheck-like tool, actually):
>curl -XPOST "http://localhost:8086/write?db=mydb" -d "cpu \a=1" timeout
I got 500 with timeout in body. The problem occurs probably because of field key \a.
timeout
\a
After that, any other writes with "normal" field keys returns same 500 timeout:
>curl -XPOST "http://localhost:8086/write?db=mydb" -d "cpu v=1" timeout
InflixDB 0.9.1
The text was updated successfully, but these errors were encountered:
Fix parse stuck in loop causing 500 timeout
f9287ad
Fixes #3411
I seem to have a similar issue but am not able to identify the breaking POST..
Any idea how to identify it ?
The post comes most likely from Telegraf.
Sorry, something went wrong.
No branches or pull requests
Hi,
If I write following line (generated by QuickCheck-like tool, actually):
I got 500 with
timeout
in body. The problem occurs probably because of field key\a
.After that, any other writes with "normal" field keys returns same 500 timeout:
InflixDB 0.9.1
The text was updated successfully, but these errors were encountered: