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

500 timeout on write #3411

Closed
xkrt opened this issue Jul 21, 2015 · 1 comment
Closed

500 timeout on write #3411

xkrt opened this issue Jul 21, 2015 · 1 comment

Comments

@xkrt
Copy link

xkrt commented Jul 21, 2015

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.

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

@Xyaren
Copy link

Xyaren commented Apr 1, 2019

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.

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

No branches or pull requests

3 participants