wwbmmm commented on PR #3421:
URL: https://github.com/apache/brpc/pull/3421#issuecomment-5141637373

   There is a scenario like this:
   
   1. Server receive a request and create a local parent span
   2. During processing this request, a client start a new async call, create a 
child span
   3. Server send the response before the client return, the local parent span 
submit, and also submit the child span
   4. The client's response return, because the client span's parent is now 
expired, so the client will submit the span, too.
   5. Consequently, the client span is submitted twice.
   
   Is that right?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to