-
Notifications
You must be signed in to change notification settings - Fork 1
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
Reported validation error: start time after end time #84
Comments
I have evidence that this is caused by a race condition. First, the code responsible for determining resets does not actually check for a negative duration:
(This is similar to the upstream Stackdriver code base.) The cause of the incident simply requires that samples from a timeseries appear out-of-order to the seriesCache? |
On further investigation, this report is inconsistent. The log message quoted above does not mention time. #145 may fix a related problem, closing this until we see it again. |
We have an unconfirmed report that data points send from the sidecar have start time after end time. As printed in the sidecar log sending to Lightstep:
This should be impossible, we should check this in the sidecar to be absolutely sure.
The text was updated successfully, but these errors were encountered: