Why some INIT events delay long time like 15 minutes?
search cancel

Why some INIT events delay long time like 15 minutes?

book

Article ID: 250292

calendar_today

Updated On:

Products

CA Service Management - Service Desk Manager

Issue/Introduction

Some notices that sometimes the events configured in INIT activity notification delay for as long as 15 minutes. Why?

Environment

Component : CA Service Desk Manager - Performance/Memory leak/Process Crash
Release : All Supported versions.

Resolution

If the INIT has many events all triggered at 00:00:00/instantly and  each event has multiple actions and many of the actions are SET type of actions which require exclusive lock on the ticket, then this configuration will lead a race condition that some events will be delayed for some time as the events/actions can't obtain the exclusive lock so they would need to write to mdb table anima and then later be fetched back to domsrvr to process and this cycle could repeat many times. Thus those events will delay.

For long term solution, client should consider spel code implementation that one spel code does it all. Spel code customization is not supported so client would need to write it or engage some third party consultant.

for short team solution, client would need to re-configure those events...which ones are critical and important should come first, then the next one 5 minutes later etc. For example, assignee assignment should be 00:00:00 and next 00:05:00 setting status and so on. So delay would be on the non-critical info.

Client would also need to archive and purge the following objects
notify log header
event log

regularly to keep the mdb healthy for the events.