Profile Image
nutan.rajmalani

why Abandoned connection cleanup thread

Abandoned connection cleanup thread

PRIORITY : 5

THREAD ID : 0X00007F45DFE36800

NATIVE ID : 0X672

NATIVE ID (DECIMAL) : 1650

STATE : TIMED_WAITING


stackTrace:
java.lang.Thread.State: TIMED_WAITING (on object monitor)
at java.lang.Object.wait(java.base@11.0.14/Native Method)
- waiting on <no object reference available>
at java.lang.ref.ReferenceQueue.remove(java.base@11.0.14/ReferenceQueue.java:155)
- waiting to re-lock in wait() <0x0000000700c039e0> (a java.lang.ref.ReferenceQueue$Lock)
at com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:43)
Locked ownable synchronizers:
- None


Report URL - https://fastthread.io/my-thread-report.jsp?p=c2hhcmVkLzIwMjQvMDMvMi8wMS0wMy0yMDI0XzEyLTAzLTI2LW1haW4tc2VydmVyLnRhci0tMy0yNy0y

    Please Sign In or to post your comment or answer

    Profile Image

    Ram Lakshmanan

    Hello Nutan!

     

     I will not be worried about this mysql's AbandonedConnectionCleanupThread. This threads is created by the MYSQL JDBC Driver to clean-up the orphaed/abandoned connections in the application. It's a safety net. 

    Got something else on mind? Post Your Question