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 12:30:17 UTC

[GitHub] [skywalking] wu-sheng edited a comment on issue #6105: agent's switch at runtime

wu-sheng edited a comment on issue #6105:
URL: https://github.com/apache/skywalking/issues/6105#issuecomment-752522037


   Still same. TracingContext is being hold in the ThreadLocal(memory), it will be never removed. Also, the `dynamicField` of enhanced class instances may include value, which uses memory, and when you activate the agent back, it could bring the dirty data.
   Your direction is not correct. Don't try to manipulate the interceptor in the tracing status. It is dangerous and will bring unknown status into the agent, which means unexpected and incomprehensible bugs.


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