When there is a race condition, e.g. in a receive task with timer boundary event, the transaction submitting the message may succeed and the timer job transaction may fail in parallel. In that case, the timer job execution tries to decrement the job's retries which ends in a NPE because the timer job does not exist anymore in the database.
Affects both: DecrementJobRetriesCmd and FoxJobRetryCmd
This is the controller panel for Smart Panels app
- duplicates
-
CAM-6232 NPE in FailedJobListener if Job doesn't exist
- Closed