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 2020/12/30 13:23:54 UTC

[GitHub] [skywalking] zifeihan commented on issue #6105: agent's switch at runtime

zifeihan commented on issue #6105:
URL: https://github.com/apache/skywalking/issues/6105#issuecomment-752593395


   I agree with Teacher Wu's point of view.
   1.Maybe after closing some plugin, the dynamicField is not initialized, because some dynamicField is set in the interceptor, such as PreparedStatementExecuteMethodsInterceptor.
   2.The opening and closing of spans in some plug-ins are not in the same interceptor, which will cause some spans to not be closed, resulting in the TracingContext held by ThreadLocal cannot be released. Such as httpasyncclient plugin.
   3.In addition to InstMethodsInter, there are also some interceptors related to bootstrap.


----------------------------------------------------------------
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:
users@infra.apache.org