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

Batch processor keeps data points queued on failed write #119

Closed
wants to merge 3 commits into from
Closed

Batch processor keeps data points queued on failed write #119

wants to merge 3 commits into from

Conversation

PaulWeakley
Copy link

Batch processor keeps data points queued in the event that the data could not be saved to the influx database.

@majst01
Copy link
Collaborator

majst01 commented Nov 17, 2015

Hi,

so in case of a failure of the influxdb this code will lead to a OOM on the Java Client side because the Set with unwritten points will increase unlimited.

This is not the right way to solve this problem

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

Successfully merging this pull request may close these issues.

2 participants