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
In our system we fire off calls to multiple servers, use the results that come back first and cancel the slowest ones. Unfortunately the cancelled ones show up as an error in tracing, because of this line
Any suggestions how to improve this? Could be another kind of Option ?
(I can write the PR if you think the idea is worthwhile)
The text was updated successfully, but these errors were encountered:
I followed the code through a little further to SetSpanTags where it correctly detects the operation was cancelled which is in "Success" class, but because client is true it is set as an error.
Could we have Success override client ? What was the intention of that line?
In our system we fire off calls to multiple servers, use the results that come back first and cancel the slowest ones. Unfortunately the cancelled ones show up as an error in tracing, because of this line
Any suggestions how to improve this? Could be another kind of
Option
?(I can write the PR if you think the idea is worthwhile)
The text was updated successfully, but these errors were encountered: