You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: