pluginThreadHttpRequest

Confluence User - 18 Dec, 2024

hey guys ask about memory issue, why this class above keep creating new instances every time we make request at same assignment, and stay too long time at memory maybe forever ? 
i was follow the code, there is no thing call this class from controller. 
any one can help or make shortcut for my search 

memory;leak;performance;build-source-code;sourcecode;internalwork

3


02 Jan, 2025
confluenceUser
confluenceUser

Hi, based on the name, this appears to be a plugin thread processing a HTTP request. There could be some plugins making long background calls, so this is something you can try to look for.

02 Jan, 2025
confluenceUser
confluenceUser

thank you, something like that cuz when created this object set it as demon thread,
when i got the solve, i will share after take the permission from my company.

20 Jan, 2025
confluenceUser
confluenceUser

https://github.com/jogetworkflow/jw-community/commit/13ab543fa423d50f58d06dfcaacf1af6bf6adf4a 
this is the problem, in old version that we use does not solved.
but still this solve not kill the root of leak problem, cuz we need to knows where from 
the PluginThread created and stay forever in memory !!!

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print