Dealing with Stuck Threads
WebLogic Server considers a thread a “stuck thread” when the thread takes more than a specified amount of time to process a single request. The default threshold for marking a thread as stuck is 10 minutes (600 seconds). When the server encounters a stuck thread situation, it may shut itself down or shut down the Work Manager. It may also switch the application to admin mode. If you set the IGNORE_STUCK_THREADS=TRUE flag, the server won't ever deem a thread as being stuck. Normally you would not instruct the server to ignore stuck threads unless you know from experience that specific applications hold execute threads for a long duration as part of their normal behavior. To avoid too many stuck thread alarms, you can ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access