Skip to content
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.

Implement a more accurate failure response to data points write #70

Open
mohabusama opened this issue Dec 3, 2018 · 0 comments
Open

Comments

@mohabusama
Copy link

Data points are written in async way that could lead to falsely show write operation failed to the caller.

Example:

[Caller] ----put data points with timeout=5s---> [KairosDB]----data_points_insert takes 10s----|

Caller will assume data points were not written and could start a retry operation which amplifies the load on KairosDB.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants