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

Wrong rp in influx write causing ingest issues #71

Open
monitoringit opened this issue Dec 19, 2018 · 2 comments
Open

Wrong rp in influx write causing ingest issues #71

monitoringit opened this issue Dec 19, 2018 · 2 comments

Comments

@monitoringit
Copy link

A client was writing data to backend influxdbs through relay using wrong retention policy (rp). Both backend Influxdbs returned 5xx errors for it. Relay then kept accruing these data points in its buffer eventually filling the buffers and all other valid writes from other clients started failing.

This implies any bad player out there can impact filling up relay buffers...is there a way for relay to forget these errors and not keep them in memory. A human error on client side config can impact the whole relay by eventually choking up its memory.

It may be by design but want to confirm ....

@rockyluke
Copy link

Hello @monitoringit you can find the reason here : https://github.com/vente-privee/influxdb-relay/blob/master/relay/retry.go#L65.

We're working on a fork, feel free to make issue / MR to help us improve the daemon.

@lucas-santoni
Copy link

Discussion on the fork : veepee-oss#12

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