bigolcy commented on issue #2315: URL: https://github.com/apache/brpc/issues/2315#issuecomment-1683305301
老版本的brpc代码会在[https://github.com/apache/brpc/blob/master/src/brpc/policy/baidu_rpc_protocol.cpp#L565](url)处设置当前协程的svr span。`Span* parent = span->local_parent(); if(parent) { parent->AsParent(); }` 目前版本已经将其删掉了。不确定删除的原因。删掉后没有上述问题,收到异步回包后再发起rpc会认为是新的链路。 -- 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: dev-unsubscr...@brpc.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org