You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/08/20 06:53:10 UTC

[GitHub] ylywyn commented on issue #1554: Fix #1549, spring-plugins bug

ylywyn commented on issue #1554: Fix  #1549,  spring-plugins bug
URL: https://github.com/apache/incubator-skywalking/pull/1554#issuecomment-414215019
 
 
    yes,   this is not the root cause about #1549.   context has been removed before  AbstractMethodInterceptor::afterMethod. 
   
   callstack like this:  
   6: InvokeForRequestInterceptor::afterMethod  
   
   5: AbstractMethodInterceptor::afterMethod        context[] ?   ContextManager.stopSpan()       
   4: AbstractMethodInterceptor::beforeMethod         
   
   3: InvokeForRequestInterceptor::afterMethod      context[SW_REQUEST]  ->   context[]   
   2: InvokeForRequestInterceptor::beforeMethod     context[SW_REQUEST]  ->   context[SW_REQUEST, SW_RESPONSE]  
   
   1: InvokeForRequestInterceptor::beforeMethod     context[SW_REQUEST]  ->   context[SW_REQUEST, SW_RESPONSE]  
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services