Profile Image
suprajakommavarapu20

when and how TIMED_WAITING threads are created in spring boot application

when and how TIMED_WAITING threads are created in spring boot application, even my program not used any logic related to threads


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

    Please Sign In or to post your comment or answer

    Profile Image

    Ram Lakshmanan

    Hello Supraj!

     

     Greetings. In your application there are 226 threads in TIMED_WAITING state. In that 100 threads are originating from 'block-manager-storage-async-thread-pool' and another 100 threads are originating from 'block-manager-ask-thread-pool'. These are the two thread pools that is responsible for creating so many TIMED_WAITING threads. You might want to check the configuration of these thread pool and reduce the min thread pool size. 

     

    Got something else on mind? Post Your Question