wu-sheng commented on issue #2768: Failed to deserialize DefaultAopProxyFactory 
URL: https://github.com/apache/skywalking/issues/2768#issuecomment-496742318
 
 
   > I want to ask question about Byte Buddy and enhancement used in SkyWalking 
agent. Do you know that enhancement generates any random named fields or 
methods on DefaultAopProxyFactory? If does, is there anyway I can avoid random 
name. Since I think theoretically, enhanced classes with exactly same fields 
and methods would have same serialization version uid.
   
   It will generate a dynamic field by SkyWalking, with `EnhancedInstance` 
interface. Right now, we can't avoid them, because a lot of plugins depend on 
it to keep high performance.

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


With regards,
Apache Git Services

Reply via email to