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 Oct 3, 2023. It is now read-only.
For interoperability test OC-Agent is used to send spans to test-coordinator. If test-coordinator is restarted then then a new tcp connection is established and the old one is in TIME_WAIT state. There is a period of time for which spans are lost even though the new connection is in ESTABLISHED state.
When then old connection is removed entirely then spans resume.
The text was updated successfully, but these errors were encountered:
rghetia
changed the title
spans are lost when connect to collector endpoint resets
spans are lost when connection to collector endpoint resets
Jan 17, 2019
Thank you for reporting this issue @rghetia and @songy23 for the ping!
Currently we use a bundler with a wait time as well when buffering spans to sends, but let's also ensure that on failed connection that we put spans into some sort of storage e.g. a circular buffer and send them once reconnection happens!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For interoperability test OC-Agent is used to send spans to test-coordinator. If test-coordinator is restarted then then a new tcp connection is established and the old one is in TIME_WAIT state. There is a period of time for which spans are lost even though the new connection is in ESTABLISHED state.
When then old connection is removed entirely then spans resume.
The text was updated successfully, but these errors were encountered: