DecrementJobRetries-Command throws NullPointerException when Job has been removed meanwhile

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Fixed
    • Priority: L3 - Default
    • 7.2.x, 7.3.x, 7.4.x
    • Affects Version/s: None
    • Component/s: engine

      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

            Assignee:
            Unassigned
            Reporter:
            Thorben Lindhauer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: