Mantis - Resin
Viewing Issue Advanced Details
6338 minor always 04-03-20 11:03 04-24-20 14:29
nam  
ferg  
normal  
closed 4.0.64  
fixed  
none    
none 4.0.65  
0006338: add logging for when ThreadPool2 taskQueue is full
(rep by Yoo)

Needs more detailed logging to help debug the issue:

    1. time of event
    2. class of Runnable
    3. size of queue
    4. peek of other Runnables in the queue (optional)
    5. execution stats (optional)
    7. triggering of health system events just like for priority tasks (optional)

> Phenomenon
> -. In the jvm-web.log file, the following error was found.
> ThreadPool: scheduleImpl TASK_FULL
> ThreadPool: scheduleImpl TASK_FULL
> ThreadPool: scheduleImpl TASK_FULL
> ...
> -. Service connection was not smooth after an error occurred.
> -. Incoming requests responded quickly.(in the access-web.log)

There are no notes attached to this issue.