gaoweijie commented on issue #6301:
URL: https://github.com/apache/skywalking/issues/6301#issuecomment-770831045


   > Could you share which class(es) are you referring?
   > 
   > About the leak, it may not leak, but the agent wouldn't work, and cost 
some but limited extra memory.
   
   referring : BaseInterceptorMethods  class -->  
   void afterMethod(Method method) {
           if 
(!MethodConfiguration.isCloseAfterMethod(CustomizeConfiguration.INSTANCE.getConfiguration(method)))
 {
               ContextManager.stopSpan();
           }
       }


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