Influxdb: points beyond retention policy !! what does this mean??

Created on 13 Nov 2017  路  3Comments  路  Source: influxdata/influxdb

/inflxud has this output

2017-11-13T06:28:54Z failed to write point batch to database "udp": partial write: points beyond retention policy dropped=44 service=udp
[I] 2017-11-13T06:28:55Z failed to write point batch to database "udp": partial write: points beyond retention policy dropped=22 service=udp
[I] 2017-11-13T06:28:57Z failed to write point batch to database "udp": partial write: points beyond retention policy dropped=22 service=udp
[I] 2017-11-13T06:28:58Z failed to write point batch to database "udp": partial write: points beyond retention policy dropped=44 service=udp
[I] 2017-11-13T06:28:59Z failed to write point batch to database "udp": partial write: points beyond retention policy dropped=22 service=udp
[I] 2017-11-13T06:29:00Z failed to write point batch to database "udp": partial write: points beyond retention policy dropped=22 service=udp
[I] 2017-11-13T06:29:02Z failed to write point batch to database "udp": partial write: points beyond retention policy dropped=22 service=udp
[I] 2017-11-13T06:29:03Z failed to write point batch to database "udp": partial write: points beyond retention policy dropped=44 service=udp
[I] 2017-11-13T06:29:04Z failed to write point batch to database "udp": partial write: points beyond retention policy dropped=22 service=udp
[I] 2017-11-13T06:29:06Z failed to write point batch to database "udp": partial write: points beyond retention policy dropped=44 service=udp
[I] 2017-11-13T06:29:07Z failed to write point batch to database "udp": partial write: points beyond retention policy dropped=22 service=udp
[I] 2017-11-13T06:29:09Z failed to write point batch to database "udp": partial write: points beyond retention policy dropped=44 service=udp
[I] 2017-11-13T06:29:10Z failed to write point batch to database "udp": partial write: points beyond retention policy dropped=22 service=udp
[I] 2017-11-13T06:29:12Z failed to write point batch to database "udp": partial write: points beyond retention policy dropped=22 service=udp
[I] 2017-11-13T06:29:13Z failed to write point batch to database "udp": partial write: points beyond retention policy dropped=44 service=udp
[I] 2017-11-13T06:29:14Z failed to write point batch to database "udp": partial write: points beyond retention policy dropped=22 service=udp
[I] 2017-11-13T06:29:15Z failed to write point batch to database "udp": partial write: points beyond retention policy dropped=22 service=udp
[I] 2017-11-13T06:29:17Z failed to write point batch to database "udp": partial write: points beyond retention policy dropped=22 service=udp
[I] 2017-11-13T06:29:18Z failed to write point batch to database "udp": partial write: points beyond retention policy dropped=44 service=udp
[I] 2017-11-13T06:29:19Z failed to write point batch to database "udp": partial write: points beyond retention policy dropped=22 service=udp
[I] 2017-11-13T06:29:21Z failed to write point batch to database "udp": partial write: points beyond retention policy dropped=22 service=udp
[I] 2017-11-13T06:29:22Z failed to write point batch to database "udp": partial write: points beyond retention policy dropped=44 service=udp
[I] 2017-11-13T06:29:23Z failed to write point batch to database "udp": partial write: points beyond retention policy dropped=22 service=udp
[I] 2017-11-13T06:29:24Z failed to write point batch to database "udp": partial write: points beyond retention policy dropped=22 service=udp
[I] 2017-11-13T06:29:25Z failed to write point batch to database "udp": partial write: points beyond retention policy

Most helpful comment

Hi! We try and keep GitHub Issues for actionable bug reports or feature requests. Please post general questions on the InfluxData community site: https://community.influxdata.com

In this specific case it means that you're trying to write a point to a retention policy that has a timestamp that's so old, that the retention policy would have immediately scrubbed it from the database. For example, if your retention policy is 6 months (keep data for 6 months then delete it), and you try to add a point with a timestamp that's 8 months in the past, then you would see this error.

Thanks.

All 3 comments

Hi! We try and keep GitHub Issues for actionable bug reports or feature requests. Please post general questions on the InfluxData community site: https://community.influxdata.com

In this specific case it means that you're trying to write a point to a retention policy that has a timestamp that's so old, that the retention policy would have immediately scrubbed it from the database. For example, if your retention policy is 6 months (keep data for 6 months then delete it), and you try to add a point with a timestamp that's 8 months in the past, then you would see this error.

Thanks.

thanks

partial write: points beyond retention policy dropped=801

Was this page helpful?
0 / 5 - 0 ratings

Related issues

allenbunny picture allenbunny  路  3Comments

udf2457 picture udf2457  路  3Comments

MayukhSobo picture MayukhSobo  路  3Comments

Raniz85 picture Raniz85  路  3Comments

bigKS picture bigKS  路  3Comments