cancel
Showing results for 
Search instead for 
Did you mean: 

WaitingTasksQueueOverflow

Former Member
0 Kudos

Hi All!

n transaction RZ20 ->SAP J2EE Monitor Templates->All Systems-><SID>->CCMS Selfmonitoring->MoniInfra_<Hostname>_<SID>_<System Number>_X->CCMS Connector->Mapping Errors have alert:

103274650: Invalid configuration group for node'/Kernel/Application Threads Pool/WaitingTasksQueueOverflow' (MANAGERS.AT

Could anybony help me resolve it?

Thanks a lot,

Alexander

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Alex,

WaitingTasksQueueOverflow:

The number of threads waiting to deposit a task in the waiting tasks queue when the queue is full.

WaitingTasksQueueOverflow shows the number of blocked threads waiting to submit a task in the queue of waiting tasks. In this situation there are no free threads to process requests and also the size of the queue of waiting tasks is full, so the threads that need to submit a new task in this queue are blocked until a free slot is available. This monitor shows a problem.

This counter is unlikely to change its value from 0 because it means that the capacity of the requests queue is exhausted. This is a severe performance problem.

This can also be a symptom for a locking situation (blocking back-end calls or Java level deadlock).

Nesimi