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
The write returns a 204
curl -i -XPOST 'http://localhost:8086/write?db=mydb&precision=s' -d 'ts value=0.64 14401794881' HTTP/1.1 204 No Content Request-Id: 2ecf5a9e-482e-11e5-858e-000000000000 X-Influxdb-Version: 0.9.2 Date: Fri, 21 Aug 2015 17:58:09 GMT
but there are no points in the measurement:
> select * from ts where time > now() >
The timestamp of 14,401,794,881 seconds exceeds the max value for InfluxDB: https://influxdb.com/docs/v0.9/guides/troubleshooting.html#time-ranges. Presumably we should return an error on the write.
The text was updated successfully, but these errors were encountered:
We should accept the write. Instead we should change the default query end time. Logged #5047 to track
Sorry, something went wrong.
Closing this since it seems like we should implement #5047 as @pauldix said instead.
jwilder
No branches or pull requests
The write returns a 204
but there are no points in the measurement:
The timestamp of 14,401,794,881 seconds exceeds the max value for InfluxDB: https://influxdb.com/docs/v0.9/guides/troubleshooting.html#time-ranges. Presumably we should return an error on the write.
The text was updated successfully, but these errors were encountered: