zhufg opened a new issue #6775:
URL: https://github.com/apache/skywalking/issues/6775


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   
   - [ ] Bug
   
   
   ___
   ### Question
   - What do you want to know?
   - org.apache.skywalking.apm.plugin.grpc.v1.server.TracingServerCall
   - sendMessage 
   - if (!getMethodDescriptor().getType().serverSendsOneMessage()) {
   - ....}
   - else{
   -    it didn't createLocalSpan 
   - }
   - and org.apache.skywalking.apm.plugin.grpc.v1.server
   - interceptCall
   - it stopSpan
   
   so  in my ServerInterceptor.onMessage  it can't get the span info
   
   why  if (!getMethodDescriptor().getType().serverSendsOneMessage()) {} create 
span and else didn't createspan
   
   
   - 
   
   ___
   ### Bug
   - Which version of SkyWalking, OS, and JRE?
   from 8.1.0 to lastVersion(20210417)
   
   - Which company or project?
   
   - What happened?
   If possible, provide a way to reproduce the error. e.g. demo application, 
component version.
   
   ___
   ### Requirement or improvement
   -always createspan or clear span after complete can resolve this 
   
   - [ ] bug
   


-- 
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.

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


Reply via email to