Yelijah commented on issue #10001:
URL: https://github.com/apache/skywalking/issues/10001#issuecomment-1323294267

   > Check this
   > 
   > ```
   > "SkywalkingAgent-12-GRPCChannelManager-0":
   >   waiting to lock monitor 0x00005624750588a8 (object 0x00000005800666a0, a 
java.util.jar.JarFile),
   >   which is held by "main"
   > "main":
   >   waiting to lock monitor 0x0000562475f7a308 (object 0x000000059d482db0, a 
java.lang.Object),
   >   which is held by "FileHandlerLogFilesCleaner-1"
   > "FileHandlerLogFilesCleaner-1":
   >   waiting to lock monitor 0x00005624750588a8 (object 0x00000005800666a0, a 
java.util.jar.JarFile),
   >   which is held by "main"
   > ```
   > 
   > 0x00005624750588a8 is held by both FileHandlerLogFilesCleaner and 
main/agent.
   
   I see that. But the jar file's lock is triggered by classloader.findclass, 
and the classloader is both triggered by main thread and 
FileHandlerLogFilesCleaner thread.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to